   /**
 * CSS output file
 * 
 * Combine all theme scss into a single CSS file
 */
/**
 * Variables
 * Contains global variables available to the theme.
 */
/**
 * Mixins
 * Contains global SCSS mixins
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow,
.slick-dots button {
  border: 0;
  min-width: inherit;
  padding: 0; }
  .slick-arrow:before, .slick-arrow:after,
  .slick-dots button:before,
  .slick-dots button:after {
    content: none; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: visible;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/media/schools-and-colleges/tun/documents/images/controls.png) no-repeat -101px 0; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/media/schools-and-colleges/tun/documents/images/controls.png) no-repeat -130px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/media/schools-and-colleges/tun/documents/images/controls.png) no-repeat -101px -29px; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/media/schools-and-colleges/tun/documents/images/controls.png) no-repeat -130px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url(/media/schools-and-colleges/tun/documents/images/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(/media/schools-and-colleges/tun/documents/images/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(/media/schools-and-colleges/tun/documents/images/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(/media/schools-and-colleges/tun/documents/images/border.png) 0 -29px repeat-x; }

#cboxContent {
  overflow: visible; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url(/media/schools-and-colleges/tun/documents/images/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(/media/schools-and-colleges/tun/documents/images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/media/schools-and-colleges/tun/documents/images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/media/schools-and-colleges/tun/documents/images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/media/schools-and-colleges/tun/documents/images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

#cboxClose {
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  background: #009cde url(/media/schools-and-colleges/tun/style-assets/svg/x-white.svg) no-repeat center center; }
  #cboxClose:hover {
    background: #009cde url(/media/schools-and-colleges/tun/style-assets/svg/x-white.svg) no-repeat center center;
    opacity: 0.8; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FFFF00;
  color: #000000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  border-radius: 0; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select::-ms-expand {
  display: none; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  border-radius: 0; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Typography
 * Base typography for the theme
 */
h2 {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.21;
  margin: 1.3em 0 0.7em; }
  @media screen and (min-width: 700px) {
    h2 {
      font-size: 40px;
      margin: 1.1em 0 0.5em; } }
  @media screen and (min-width: 1025px) {
    h2 {
      margin: 1.1em 0 0.5em;
      font-size: 50px; } }

h1 {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.21; }
  @media screen and (min-width: 700px) {
    h1 {
      font-size: 50px; } }
  @media screen and (min-width: 1025px) {
    h1 {
      font-size: 64px;
      margin-top: 70px; } }
  h1.sm--h1 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.21;
    margin: 0.2em 0 0.7em; }
    @media screen and (min-width: 700px) {
      h1.sm--h1 {
        font-size: 40px;
        margin: 1.1em 0 0.5em; } }
    @media screen and (min-width: 1025px) {
      h1.sm--h1 {
        margin: 1.1em 0 0.5em;
        font-size: 50px; } }

h1 + .cta--small {
  display: block;
  margin-bottom: 3em; }

h3 {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin: 1.5em 0 1em;
  line-height: 1.21; }
  @media screen and (min-width: 700px) {
    h3 {
      margin: 1.2em 0 0.6em;
      font-size: 30px; } }
  @media screen and (min-width: 1025px) {
    h3 {
      margin: 50px 0 15px;
      font-size: 40px; } }

h4,
.h4 {
  margin: 1.5em 0 1em;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.21; }
  @media screen and (min-width: 700px) {
    h4,
    .h4 {
      margin: 40px 0 11px;
      font-size: 26px; } }
  @media screen and (min-width: 1025px) {
    h4,
    .h4 {
      margin: 50px 0 15px;
      font-size: 32px; } }

h5 {
  margin: 1.5em 0 1em;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.21; }
  @media screen and (min-width: 700px) {
    h5 {
      margin: 40px 0 11px;
      font-size: 20px; } }
  @media screen and (min-width: 1025px) {
    h5 {
      font-size: 26px; } }

h6 {
  color: #000;
  margin: 1.5em 0 1em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.21;
  text-transform: uppercase; }
  @media screen and (min-width: 700px) {
    h6 {
      margin: 40px 0 11px;
      font-size: 17px; } }
  @media screen and (min-width: 1025px) {
    h6 {
      margin: 50px 0 15px;
      font-size: 20px; } }

p {
  margin: 0 0 2.4em; }
  p:empty {
    display: none; }

.intro-text {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 2em;
  position: relative; }
  .intro-text:before {
    content: "";
    top: 0;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    max-width: 1680px;
    position: absolute;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/lines.svg) no-repeat top;
    height: 100px;
    opacity: 0.7; }
    @media (min-width: 1680px) {
      .intro-text:before {
        margin-left: -840px; } }
  @media screen and (min-width: 700px) {
    .intro-text {
      font-size: 26px;
      margin: 0 0 1.7em; } }
  @media screen and (min-width: 1025px) {
    .intro-text {
      font-size: 30px; } }

span.blue {
  color: #000000;
  font-weight: 400; }

strong {
  font-weight: 700; }

a {
  color: #013ccc;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }
  a:hover {
  color: #00256b;}

a.cta--small {
  color: #013ccc;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 28px;
  position: relative;
  text-decoration: none;
  font-family: 'raleway',sans-serif; }
  a.cta--small:hover {
    padding-left: 38px;
    text-decoration: none; }
    a.cta--small:hover:before {
      width: 30px; }
  @media (min-width: 700px) {
    a.cta--small {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    a.cta--small {
      padding-left: 37px; }
      a.cta--small:hover {
        padding-left: 47px; }
        a.cta--small:hover:before {
          width: 38px; } }
  a.cta--small:before {
    content: "";
    height: 2px;
    width: 20px;
    position: absolute;
    top: 0.5em;
    left: 0;
    background-color: #ffc600;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
    @media (min-width: 1025px) {
      a.cta--small:before {
        width: 28px; } }

a.cta--small-white {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 28px;
  position: relative; }
  a.cta--small-white:hover {
    padding-left: 38px;
    text-decoration: none; }
    a.cta--small-white:hover:before {
      width: 30px; }
  @media (min-width: 700px) {
    a.cta--small-white {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    a.cta--small-white {
      padding-left: 37px; }
      a.cta--small-white:hover {
        padding-left: 47px; }
        a.cta--small-white:hover:before {
          width: 38px; } }
  a.cta--small-white:before {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    top: 0.8em;
    left: 0;
    background-color: #FFFFFF;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    @media (min-width: 1025px) {
      a.cta--small-white:before {
        width: 28px; } }

a.cta--large {
  background-color: #013ccc;
  border: 1px solid #013ccc;
  color: white;
  text-decoration: none;
  font-family: 'raleway', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
  padding: 9px 45px;
  display: inline-block;
  min-width: 160px; }
  @media (min-width: 700px) {
    a.cta--large {
      font-size: 20px;
      padding: 15px 45px;
      min-width: 169px; } }
  @media (min-width: 1025px) {
    a.cta--large {
      font-size: 26px; } }
  a.cta--large:before {
    content: none;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    border: 1px solid #008eaa; }
  a.cta--large:after {
    content: none;
    position: absolute;
    z-index: 0;
    top: 5px;
    bottom: 5px;
    left: 0px;
    right: 0px;
    border: 1px solid #008eaa;
    opacity: 0.3; }
  a.cta--large:hover {
    text-decoration: none;
    background: transparent;
    color: #000;
    border: 1px solid #013ccc}
    a.cta--large:hover:before, a.cta--large:hover:after {
      content: none; }

button {
  font-family: "Titillium Web", sans-serif;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  cursor: pointer; }

main ul {
  list-style: none;
  margin-bottom: 2.4em; }
  @media screen and (min-width: 700px) {
    main ul {
      padding-left: 35px; } }
  @media screen and (min-width: 1025px) {
    main ul {
      padding-left: 60px; } }
  main ul li {
    position: relative;
    margin: 0.7em 0; }
  main ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 100px;
    top: 0.65em;
    left: -17px;
    background: #009cde; }
    @media screen and (min-width: 1025px) {
      main ul li:before {
        top: 0.7em; } }

ol {
  padding-left: 15px; }
  @media screen and (min-width: 700px) {
    ol {
      padding-left: 35px; } }
  @media screen and (min-width: 1025px) {
    ol {
      padding-left: 70px; } }
  ol li {
    margin: 0.7em 0; }

blockquote {
  color: #FFFFFF;
  background: #00559d;
  margin: 40px -15px;
  display: block;
  width: auto;
  padding: 100px 30px 53px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 700px) {
    blockquote {
      width: 50%;
      float: right;
      margin: 8px 0px 40px 30px;
      padding: 80px 25px 70px; } }
  @media screen and (min-width: 1025px) {
    blockquote {
      width: 65%;
      padding: 90px 70px 70px 50px;
      margin-left: 75px;
      margin-right: calc((-1280px + 880px) / 2); } }
  blockquote:before {
    content: "";
    width: 255.1px;
    height: 286.1px;
    position: absolute;
    bottom: -105px;
    right: -78px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/pattern-lines-white.svg);
    background-size: 119%; }
    @media screen and (min-width: 1025px) {
      blockquote:before {
        width: 338.1px;
        height: 366.1px; } }
  blockquote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 1.3em;
    position: relative; }
    @media screen and (min-width: 700px) {
      blockquote p {
        font-size: 26px;
        margin-bottom: 1em;
        line-height: 1.6; } }
    @media screen and (min-width: 1025px) {
      blockquote p {
        font-size: 30px; } }
    blockquote p:before {
      content: "";
      position: absolute;
      left: 0;
      margin-top: -20px;
      width: 28px;
      height: 27px;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/quote-bubble.svg) no-repeat;
      background-size: 100%;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
      @media screen and (min-width: 1025px) {
        blockquote p:before {
          margin-top: -10px; } }
  blockquote .attribution {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase; }
    @media screen and (min-width: 700px) {
      blockquote .attribution {
        font-size: 16px; } }

/**
 * Base theme styles
 * This file contains theme base styles.
 * 
 * For example:
 * - WYSIWYG styles and layouts
 * - Images and Videos
 * - Tables
 */
html {
  overflow-x: hidden; }

body {
  color: #222;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  @media screen and (min-width: 700px) {
    body {
      font-size: 17px; } }
  @media screen and (min-width: 1025px) {
    body {
      font-size: 19px; } }
  body.js-fixed {
    overflow: hidden; }

* > p:last-child,
* > ul:last-child,
* > ol:last-child {
  margin-bottom: 0; }

a.skip-link {
  color: #000000;
  z-index: 100000; }
  a.skip-link:focus {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
    background-color: #FFFFFF;
    padding: 3px 10px;
    position: absolute !important;
    z-index: 1000000; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

figcaption {
  margin: 0.5em 0 0;
  font-style: italic; }

.visuallyhidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px); }

main {
  padding: 0 15px;
  margin-bottom: 50px; }
  @media screen and (min-width: 700px) {
    main {
      padding: 0 30px; } }
  @media screen and (min-width: 1025px) {
    main {
      max-width: 940px;
      padding: 0 30px;
      margin: 0 auto;
      margin: 0 auto 70px;
    /*  margin-bottom: 70px; */ } }

.hero {
  margin: 0 -15px; }
  @media screen and (min-width: 700px) {
    .hero {
      margin: -50px -30px 0;
      position: relative;
      z-index: -1; } }
  @media screen and (min-width: 1025px) {
    .hero {
      position: relative;
      width: 100vw;
      left: 50%;
      margin-left: -50vw;
      max-width: 1680px;
      margin-top: -50px; } }
  @media screen and (min-width: 1025px) and (min-width: 1680px) {
    .hero {
      margin-left: -840px; } }
  .hero img {
    min-width: 100%; }
  .hero .hero__caption {
    font-size: 13px;
    font-weight: 300;
    padding: 10px 15px 0;
    margin-bottom: -1em; }
    @media screen and (min-width: 700px) {
      .hero .hero__caption {
        font-size: 16px;
        padding: 10px 30px 0; } }
    @media screen and (min-width: 1025px) {
      .hero .hero__caption {
        max-width: 940px;
        padding: 10px 30px 0;
        margin: 0 auto; } }

.fullwidth-image {
  margin: 50px 0 30px; }
  @media screen and (min-width: 1025px) {
    .fullwidth-image {
      margin: 70px 0; } }
  .fullwidth-image img {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    max-width: 1680px;
    min-width: 100%; }
    @media (min-width: 1680px) {
      .fullwidth-image img {
        margin-left: -840px; } }

figcaption {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  margin: 2px 0 0; }
  @media screen and (min-width: 700px) {
    figcaption {
      font-size: 16px;
      margin: 4px 0 0; } }
  @media screen and (min-width: 1025px) {
    figcaption {
      margin-top: 12px; } }

.align-right {
  margin: 40px 0 30px; }
  @media screen and (min-width: 700px) {
    .align-right {
      float: right;
      margin-top: 7px;
      margin-left: 30px;
      max-width: 50%; } }
  @media screen and (min-width: 1025px) {
    .align-right {
      margin-left: 80px; } }

.align-left {
  margin: 40px 0 30px; }
  @media screen and (min-width: 700px) {
    .align-left {
      float: left;
      margin-top: 7px;
      margin-right: 30px;
      max-width: 50%; } }
  @media screen and (min-width: 1025px) {
    .align-left {
      margin-right: 60px; } }

table {
  min-width: 100%;
  padding-top: 15px;
  border-top: 2px solid #000000;
  margin-bottom: 45px; }
  @media screen and (min-width: 700px) {
    table {
      border-top: 0;
      padding-top: 0;
      border-collapse: collapse; } }
  @media screen and (min-width: 1025px) {
    table {
      font-weight: 300;
      margin-bottom: 70px; } }

th {
  color: #00308c;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 8px; }
  @media screen and (min-width: 700px) {
    th {
      display: table-cell;
      float: none;
      width: auto;
      padding: 0 15px 10px; }
      th:first-child {
        padding-left: 0; }
      th.extra {
        display: none; } }
  @media screen and (min-width: 1025px) {
    th {
      font-size: 20px; } }

tr {
  overflow: auto;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: none; }
  tr.mobile-only {
    display: table-row; }
    /* changed 1/21/20 re: google custom search responsiveness */
    @media screen and (min-width: 320px) {
      tr.mobile-only {
        display: none; } }
  @media screen and (min-width: 320px) {
    tr {
      display: table-row; } }

  @media screen and (max-width: 699px){
    .gsc-search-button .gsc-search-button-v2{
      right: 13px !important;
      top: 18px !important;
     
    }
  }

.table-alt tr {
  display: table;
  width: 100%; }
  .table-alt tr td {
    display: table-row;
    padding-top: 15px; }
    .table-alt tr td::before {
      content: attr(data-th);
      color: #004f71;
      font-weight: bold;
      display: table-cell;
      width: 30%;
      padding-bottom: 8px; }
  @media screen and (min-width: 700px) {
    .table-alt tr {
      display: table-row;
      width: auto; }
      .table-alt tr td {
        display: table-cell; }
        .table-alt tr td::before {
          content: ''; } }

td {
  padding-bottom: 8px; }
  @media screen and (min-width: 700px) {
    td {
      display: table-cell;
      float: none;
      width: auto;
      padding: 15px; }
      td:first-child {
        padding-left: 0; } }

.last td {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px; }

.last th {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px; }

.last + tr td,
.last + tr th {
  padding-top: 15px; }

thead {
  display: none; }
  @media screen and (min-width: 700px) {
    thead {
      display: table-header-group;
      border-bottom: 2px solid #000000; } }

.text--yellow {
  color: #ffc72c; }

iframe {
  width: 100%; }

/**
 * @file
 * Print specific styliing
 */
@media print {
  .header,
  .footer {
    display: none; } }

form {
  margin-top: 32px; }

label,
legend {
  color: #000;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px; }
  @media screen and (min-width: 1025px) {
    label,
    legend {
      font-size: 20px;
      margin-bottom: 10px; } }

input[type="text"] {
  font-family: inherit;
  padding: 12px 15px;
  border: 1px solid #dedede;
  width: 100%;
  margin-bottom: 35px;
  display: block; }
  @media screen and (min-width: 700px) {
    input[type="text"] {
      font-size: 16px;
      margin-bottom: 55px;
      width: auto;
      min-width: 300px; } }
  @media screen and (min-width: 1025px) {
    input[type="text"] {
      padding: 20px;
      margin-bottom: 10px; } }
  input[type="text"]::-webkit-input-placeholder {
    color: #000000;
    opacity: 1; }
  input[type="text"]:-moz-placeholder {
    color: #000000;
    opacity: 1; }
  input[type="text"]::-moz-placeholder {
    color: #000000;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder {
    color: #000000;
    opacity: 1; }

select {
  font-family: inherit;
  padding: 12px 15px;
  border: 1px solid #dedede;
  width: 100%;
  margin-bottom: 35px;
  display: block;
  background: transparent url(/media/schools-and-colleges/tun/style-assets/svg/double-arrow-yellow.svg) no-repeat 93%; }
  @media screen and (min-width: 700px) {
    select {
      font-size: 16px;
      width: auto;
     /* min-width: 300px; */
      margin-bottom: 40px; } }
  @media screen and (min-width: 1025px) {
    select {
      padding: 20px;
      margin-bottom: 50px; } }

fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  position: absolute;
  /* opacity: 0; */ }

.panel input[type="checkbox"] {
    opacity: 0;
}

legend {
  margin-bottom: 15px; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  color: #222;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 15px;
  padding-left: 40px;
  position: relative; }
  @media screen and (min-width: 700px) {
    input[type="checkbox"] + label,
    input[type="radio"] + label {
      font-size: 16px; } }
  input[type="checkbox"] + label:before,
  input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    border: 1px solid #dedede;
    width: 19px;
    height: 19px;
    top: 5px;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }

input[type="checkbox"]:checked + label:before {
  background: #ffc72c url(/media/schools-and-colleges/tun/style-assets/svg/check-white.svg) center no-repeat;
  border: 0; }

input[type="radio"]:checked + label:after {
  content: "";
  display: inline-block;
  background: #ffc72c;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 6px;
  top: 11px;
  border-radius: 100em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  outline: 1px dotted;
  outline: -webkit-focus-ring-color auto 5px; }

input[type="radio"] + label:before {
  border-radius: 100em; }

button[type="submit"] {
  color: #BD5A14;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
  padding: 9px 45px;
  display: inline-block;
  min-width: 160px;
  border: 0;
  line-height: inherit; }
  @media (min-width: 700px) {
    button[type="submit"] {
      font-size: 20px;
      padding: 15px 45px;
      min-width: 169px; } }
  @media (min-width: 1025px) {
    button[type="submit"] {
      font-size: 26px; } }
  button[type="submit"]:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    border: 1px solid #008eaa; }
  button[type="submit"]:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 5px;
    bottom: 5px;
    left: 0px;
    right: 0px;
    border: 1px solid #008eaa;
    opacity: 0.3; }
  button[type="submit"]:hover {
    text-decoration: none;
    background-color: #008eaa;
    color: #FFFFFF; }
    button[type="submit"]:hover:before, button[type="submit"]:hover:after {
      content: none; }

main button {
  color: #BD5A14;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
  padding: 9px 45px;
  display: inline-block;
  min-width: 160px;
  border: 0;
  line-height: inherit;
  background: transparent; }
  @media (min-width: 700px) {
    main button {
      font-size: 20px;
      padding: 15px 45px;
      min-width: 169px; } }
  @media (min-width: 1025px) {
    main button {
      font-size: 26px; } }
  main button:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    border: 1px solid #008eaa; }
  main button:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 5px;
    bottom: 5px;
    left: 0px;
    right: 0px;
    border: 1px solid #008eaa;
    opacity: 0.3; }
  main button:hover {
    text-decoration: none;
    background: #008eaa;
    color: #FFFFFF; }
    main button:hover:before, main button:hover:after {
      content: none; }

main input[type="submit"] {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #013ccc;
  background: #013ccc;
  padding: 10px 25px; }
  @media (min-width: 700px) {
    main input[type="submit"] {
      font-size: 20px;
      padding: 15px 45px;
      min-width: 169px; } }
  @media (min-width: 1025px) {
    main input[type="submit"] {
      font-size: 26px; } }

form .wrapper:after {
  display: table;
  content: '';
  clear: both; }

.form__column input[type="text"],
.form__column select {
  width: 100%; }

@media screen and (min-width: 700px) {
  .form__column {
    width: 50%;
    float: left; }
    .form__column:last-child {
      padding-left: 50px;
      float: right; }
    .form__column .form__column {
      padding-left: 0; } }

@media screen and (min-width: 1025px) {
  .form__column:first-child {
    padding-right: 60px; }
  .form__column:last-child {
    padding-left: 30px; }
  .form__column .form__column:first-child {
    padding: 0;
    width: auto; } }

.sticky-top-wrapper {
  position: relative;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  top: 0;
  z-index: 10000;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto; }

header {
  /*background: rgba(0, 79, 113, 0.9);*/
  background: #00308c;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 10000; }
  header .content-wrapper {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 1100px) {
      header .content-wrapper {
        padding: 0 30px; } }

.header__logo {
  width: 95px; }
  .header__logo a:hover img {
    opacity: 0.8; }
  .header__logo img {
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
  @media screen and (min-width: 700px) {
    .header__logo {
      width: 115px; } }
  @media screen and (min-width: 1100px) {
    .header__logo {
      width: 170px; } }

.header__search,
.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (min-width: 1100px) {
  .header__search {
    position: absolute;
    right: 0;
    top: 0; } }

.header__search-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 1100px) {
    .header__search-menu {
      width: calc(100% - 220px); } }

.header__open-menu {
  color: #FFFFFF;
  font-weight: 600;
  background: transparent;
  border: 0; }
  @media screen and (min-width: 1100px) {
    .header__open-menu {
      display: none; } }
  .header__open-menu:hover {
    opacity: 0.8; }

.hamburger {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px; }

.hamburger__line {
  display: block;
  width: 22px;
  height: 2px;
  background: #FFFFFF;
  margin: 4px 0;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  -o-transition: transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms; }

.header__open-search {
  width: 40px;
  margin-left: -4px;
  height: 28px;
  background: url(/media/schools-and-colleges/tun/style-assets/svg/white.svg) no-repeat right center;
  border: 0;
  padding: 0; }
  @media screen and (min-width: 1100px) {
    .header__open-search {
      width: 42px;
      height: 42px;
      background: #009cde url(/media/schools-and-colleges/tun/style-assets/svg/white.svg) no-repeat center; } }
  .header__open-search:hover {
    opacity: 0.8; }

.header__search-panel {
  position: absolute;
  width: 320px;
  right: 0;
  background: #00308c;
  top: 68px;
  padding: 7px;
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  @media screen and (min-width: 700px) {
    .header__search-panel {
      top: 76px; } }
  @media screen and (min-width: 1100px) {
    .header__search-panel {
      top: 42px;
      background: #009cde; } }
  .header__search-panel form {
    margin: 0; }
  .header__search-panel input[type="text"] {
    height: 45px;
    width: 100%;
    border: 0;
    padding: 10px;
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
    margin: 0; }
    @media screen and (min-width: 1100px) {
      .header__search-panel input[type="text"] {
        font-size: 15px; } }
    .header__search-panel input[type="text"]::-webkit-input-placeholder {
      color: #000000;
      font-weight: 600;
      opacity: 1;
      font-family: "Titillium Web", sans-serif; }
    .header__search-panel input[type="text"]:-moz-placeholder {
      color: #000000;
      font-weight: 600;
      opacity: 1;
      font-family: "Titillium Web", sans-serif; }
    .header__search-panel input[type="text"]::-moz-placeholder {
      color: #000000;
      font-weight: 600;
      opacity: 1;
      font-family: "Titillium Web", sans-serif; }
    .header__search-panel input[type="text"]:-ms-input-placeholder {
      color: #000000;
      font-weight: 600;
      opacity: 1;
      font-family: "Titillium Web", sans-serif; }
  .header__search-panel input[type="submit"] {
    color: transparent;
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    top: 0;
    border: 0;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/search-orange.svg) no-repeat center; }

.search-open .header__search-panel {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible; }

.search-open .header__open-search {
  background: url(/media/schools-and-colleges/tun/style-assets/svg/x-white.svg) no-repeat center right; }
  @media screen and (min-width: 1100px) {
    .search-open .header__open-search {
      background: #009cde url(/media/schools-and-colleges/tun/style-assets/svg/x-white.svg) no-repeat center; } }

.search__field {
  position: relative; }

@media screen and (min-width: 700px) {
  .header__menu {
    width: 100%; } }

.menu-panel {
  position: fixed;
  right: 0;
  top: 68px;
  bottom: 0;
  overflow-y: auto;
  width: 320px;
  background: #00308c;
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility 200ms ease-out, -webkit-transform 200ms ease-out;
  transition: visibility 200ms ease-out, -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out, visibility 200ms ease-out;
  transition: transform 200ms ease-out, visibility 200ms ease-out;
  transition: transform 200ms ease-out, visibility 200ms ease-out, -webkit-transform 200ms ease-out; }
  @media screen and (min-width: 700px) {
    .menu-panel {
      top: 76px; } }
  @media screen and (min-width: 1100px) {
    .menu-panel {
      position: static;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      visibility: visible;
      width: 100%;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      /* background: transparent; */
      overflow-y: visible; } }

.menu-open .menu-panel {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible; }

.menu-open .hamburger {
  height: 20px; }

.menu-open .hamburger__line:nth-child(2) {
  display: none; }

.menu-open .hamburger__line:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 9px; }

.menu-open .hamburger__line:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -6px; }

.menu-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%; }

.menu-panel__main {
  margin-top: 18px;
  margin-bottom: 25px;
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media screen and (min-width: 1100px) {
    .menu-panel__main {
      margin: 0; } }
  .menu-panel__main a {
    color: #FFFFFF;
text-decoration: none;}
  .menu-panel__main li {
    list-style: none; }
  .menu-panel__main > li {
    position: relative;
    padding-left: 40px;
    margin: 13px 0; }
    @media screen and (min-width: 1100px) {
      .menu-panel__main > li {
        display: block;
        float: left;
        position: static;
        margin: 0;
        padding: 12px 0 13px 47px; } }
  .menu-panel__main button {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 28px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/plus-yellow.svg) no-repeat center;
    border: 0; }
    @media screen and (min-width: 1100px) {
      .menu-panel__main button {
        display: none; } }
    .menu-panel__main button.expanded {
      background: url(/media/schools-and-colleges/tun/style-assets/svg/minus-yellow.svg) no-repeat center; }
  .menu-panel__main > li > a {
    font-weight: 600;
    font-size: 16px;
    position: relative; }
    .menu-panel__main > li > a:hover {
      text-decoration: underline; }
    @media screen and (min-width: 1100px) {
      .menu-panel__main > li > a:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        height: 4px;
        z-index: 10000;
        background: #ffc600; } }
  @media screen and (min-width: 1100px) {
    .menu-panel__main .focus-in div.dropdown {
      max-height: 500px;
      z-index: 1000; }
    .menu-panel__main .focus-in > a:after {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 100%;
      height: 4px;
      z-index: 10000;
      background: #ffc72c; }
    .menu-panel__main > li:hover > div {
      max-height: 500px;
      z-index: 1000; }
    .menu-panel__main > li:hover > a:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); } }
  .menu-panel__main > li > div {
    display: none; }
    .menu-panel__main > li > div ul {
      padding-left: 15px; }
    @media screen and (min-width: 1100px) {
      .menu-panel__main > li > div {
        position: absolute;
        width: 100vw;
        max-width: 1680px;
        left: -250px;
        margin-top: 13px;
        background: #00308c;
        display: block;
        z-index: -1;
        max-height: 0;
		border-top:1px solid rgba(255, 255, 255, 0.2);
        overflow: hidden;
        -webkit-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .menu-panel__main > li > div ul {
          padding: 35px 125px 20px 125px; }
        .menu-panel__main > li > div .two-col {
          -webkit-column-count: 2;
             -moz-column-count: 2;
                  column-count: 2;
          max-width: calc(66.66% + 77.5px); }
        .menu-panel__main > li > div .three-col {
          -webkit-column-count: 3;
             -moz-column-count: 3;
                  column-count: 3; } }
    .menu-panel__main > li > div li {
      margin: 13px 0; }
      @media screen and (min-width: 1100px) {
        .menu-panel__main > li > div li {
          margin-bottom: 25px;
          margin-top: 0; } }
    .menu-panel__main > li > div a {
      font-size: 15px;
      font-weight: 400; }
    .menu-panel__main > li > div a:hover {
      text-decoration: underline; }
      @media screen and (min-width: 1100px) {
        .menu-panel__main > li > div a {
          font-size: 18px; } }

.header__ancillary {
  list-style: none;
  padding: 0 15px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  overflow: auto; }
  @media screen and (min-width: 1100px) {
    .header__ancillary {
      background: #00308c;
      margin: 0;
      padding: 4px 15px 4px 0; } }
  .header__ancillary li {
    display: block;
    font-size: 15px; }
    @media screen and (min-width: 1100px) {
      .header__ancillary li {
        float: left;
        margin: 4px 12px; } }
  .header__ancillary a,
  .header__ancillary button {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    border: 0;
    padding: 0;
    display: block; }
  .header__ancillary button {
    width: 100%;
    text-align: left;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-yellow.svg) no-repeat right center;
    background-size: 8px 5px;
    padding: 12px 0;
    -webkit-transition: background-image 200ms;
    -o-transition: background-image 200ms;
    transition: background-image 200ms; }
    .header__ancillary button:hover {
      text-decoration: underline; }
    @media screen and (min-width: 1100px) {
      .header__ancillary button {
        padding: 4px 20px 5px 0;
        background-size: 12px 9px; } }
    .header__ancillary button.expanded {
      background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-yellow-up.svg) no-repeat right center;
      background-size: 8px 5px; }
      @media screen and (min-width: 1100px) {
        .header__ancillary button.expanded {
          background-size: 10px 7px; } }
  .header__ancillary li.has-children {
    width: 100%;
    padding: 0px 15px 0px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 0 10px; }
    @media screen and (min-width: 1100px) {
      .header__ancillary li.has-children {
        width: auto;
        border: 0;
        margin: 4px 0; } }
    .header__ancillary li.has-children ul {
      padding: 0;
      display: none;
      list-style: none;
      margin-top: -4px; }
      @media screen and (min-width: 1100px) {
        .header__ancillary li.has-children ul {
          position: absolute;
          background: #00308c;
          margin-left: -15px;
          padding: 15px;
          min-width: 200px;
          z-index: 100000; }
          .header__ancillary li.has-children ul li {
            float: none;
            margin-bottom: 15px; } }
  .header__ancillary a {
    margin: 13px 0;
    display: block;
	text-decoration: none;}
	.header__ancillary a:hover {
text-decoration: underline; }
    @media screen and (min-width: 1100px) {
      .header__ancillary a {
        margin: 0; } }

@media screen and (max-width: 1100px) {
  .stickyHeader .menu-panel {
    margin-top: 0 !important; } }

.stickyHeader .sticky-top-wrapper {
  position: fixed;
  width: 100%;
  max-width: 1680px; }
  @media screen and (min-width: 1680px) {
    .stickyHeader .sticky-top-wrapper {
      left: 50%;
      margin-left: -840px; } }

.stickyHeader.scrollDown .sticky-top-wrapper {
  top: -100%; }

.stickyHeader.menu-open.scrollDown .sticky-top-wrapper {
  top: 0; }

.stickyHeader .sticky-top-wrapper + div {
  margin-top: 108px; }
  @media screen and (min-width: 700px) {
    .stickyHeader .sticky-top-wrapper + div {
      margin-top: 122px; } }
  @media screen and (min-width: 1100px) {
    .stickyHeader .sticky-top-wrapper + div {
      margin-top: 146px; } }

.menu-open .sticky-top-wrapper {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.section-navigation-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  max-width: 1680px;
  margin: 0 auto; 
  min-height: 40px;
}

body.no_section_nav .section-nav__open {
    display: none;
}

  @media screen and (min-width: 700px) {
    .section-navigation-breadcrumbs {
      background: rgba(255, 255, 255, 0.5); } }

.section-nav__open {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 30px;
  border: 0;
  position: relative;
  background: #fff; }
.section-nav__open .hamburger {
    margin: 0;
    position: absolute;
    left: 10px;
    top: 14px; }
    .section-nav__open .hamburger .hamburger__line {
      background-color: #00559D;
      margin: 2px 0;
      width: 15px; }
  .section-nav__open.expanded .hamburger .hamburger__line:nth-child(2) {
    display: none; }
  .section-nav__open.expanded .hamburger .hamburger__line:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: 7px; }
  .section-nav__open.expanded .hamburger .hamburger__line:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -4px; }
  @media screen and (min-width: 1025px) {
    .section-nav__open {
      font-size: 16px;
      padding: 14px 30px 14px 53px; }
      .section-nav__open .hamburger {
        margin: 0;
        position: absolute;
        left: 20px;
        top: 13px; }
        .section-nav__open .hamburger .hamburger__line {
          background-color: #00559D;
          margin: 4px 0;
          width: 22px; }
      .section-nav__open.expanded .hamburger .hamburger__line:nth-child(2) {
        display: none; }
      .section-nav__open.expanded .hamburger .hamburger__line:first-child {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        margin-top: 9px; }
      .section-nav__open.expanded .hamburger .hamburger__line:last-child {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-top: -6px; } }

@media screen and (min-width: 700px) {
  .section-nav {
    width: auto; } }

.section__panel {
  font-size: 16px;
  margin: 0;
  padding: 0 15px;
  overflow: auto;
  display: none;
  list-style: none;
  z-index: 10; }
  @media screen and (min-width: 700px) {
    .section__panel {
      width: 320px;
      position: absolute;
      height: calc(100vh - 76px);
      background: rgba(255, 255, 255, 0.96); } }
  @media screen and (min-width: 1025px) {
    .section__panel {
      padding: 10px 55px;
      width: 415px;
      height: calc(100vh - 100px); } }
  .section__panel ul {
    list-style: none; }
  .section__panel li {
    margin: 15px 0; }
  .section__panel > li > span > a {
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #009cde; }
  .section__panel > li > ul > li > span:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #ffc72c;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100em;
    margin-left: 5px; }
  .section__panel li > ul {
    padding: 5px 0; }
    .section__panel li > ul a {
      font-weight: 600;
      color: #013ccc; }
    .section__panel li > ul ul {
      padding: 0 15px; }
      .section__panel li > ul ul a {
        color: #222;
        font-weight: 400; }

.breadcrumbs-nav {
  display: none; }
  @media screen and (min-width: 700px) {
    .breadcrumbs-nav {
      display: block; } }
  .breadcrumbs-nav ul {
    font-size: 13px;
    margin-top: -2px;
    padding: 0 25px;
    list-style: none; }
    @media screen and (min-width: 1025px) {
      .breadcrumbs-nav ul {
        font-size: 14px; } }
  .breadcrumbs-nav li {
    display: inline-block; }
    .breadcrumbs-nav li:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 7px;
      height: 10px;
      margin: -0.045em 5px 0 5px;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel.svg);
      background-size: 100%; }
  .breadcrumbs-nav a {
    color: #222;
    font-weight: 600; }

.cta-block {
  background: #00308c;
  padding: 40px 15px 50px;
  position: relative;
  max-width: 1680px;
  margin: 0 auto; }
  @media screen and (min-width: 700px) {
    .cta-block {
      padding: 50px 30px 60px; } }
  @media screen and (min-width: 1025px) {
    .cta-block {
      padding: 70px 30px; } }
  @media screen and (min-width: 1025px) {
    .cta-block .content-wrapper {
      max-width: 940px;
      padding: 0 30px;
      margin: 0 auto; } }
  .cta-block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    height: 100px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/lines-footer.svg) left center no-repeat;
    background-size: auto 100%; }
    @media screen and (min-width: 700px) {
      .cta-block:before {
        height: 110px; } }
    @media screen and (min-width: 1025px) {
      .cta-block:before {
        top: 57px;
        background-size: cover;
        height: 10vw; } }
    @media screen and (min-width: 1680px) {
      .cta-block:before {
        height: 160px; } }
  .cta-block h2 {
    color: #FFFFFF;
    position: relative;
    margin: 0; }
  .cta-block ul {
    padding: 0;
    margin: 30px 0 0;
    list-style: none; }
    @media screen and (min-width: 1025px) {
      .cta-block ul {
        margin-top: 60px; } }
    .cta-block ul li {
      margin-top: 20px; }
      @media screen and (min-width: 700px) {
        .cta-block ul li {
          display: inline-block;
          margin-right: 30px;
          margin-top: 5px; } }
      @media screen and (min-width: 1025px) {
        .cta-block ul li {
          margin-right: 50px; } }
  .cta-block a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    padding: 9px 45px;
    display: inline-block;
    min-width: 160px; 
    border: solid 1px white;
    text-decoration: none;
    font-family: 'raleway', sans-serif; }
    @media (min-width: 700px) {
      .cta-block a {
        font-size: 20px;
        padding: 15px 45px;
        min-width: 169px; } }
    @media (min-width: 1025px) {
      .cta-block a {
        font-size: 21px;
        min-width: 207px; } }
    .cta-block a:before {
      content: none;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 5px;
      right: 5px;
      border: 1px solid #FFFFFF; }
    .cta-block a:after {
      content: none;
      position: absolute;
      z-index: 0;
      top: 5px;
      bottom: 5px;
      left: 0px;
      right: 0px;
      border: 1px solid #FFFFFF;
      opacity: 1; }
    .cta-block a:hover {
      text-decoration: none;
      background: #FFFFFF;
      color: #005172; }
      .cta-block a:hover:before, .cta-block a:hover:after {
        content: none; }

@media screen and (min-width: 1025px) {
  .cta-wide .cta-block .content-wrapper {
    max-width: inherit;
    padding: 0 80px; } }

footer {
  max-width: 1680px;
  margin: 0 auto; }
  footer.homepage-footer {
    background-color: #000;
    background-size: cover; 
    background-position: center; }

.main-footer {
  color: #FFFFFF;
  background: #00559d;
  max-width: 1680px;
  margin: 0 auto;
  padding: 25px 15px;
  overflow: auto;
  position: relative; }
  @media screen and (min-width: 700px) {
    .main-footer {
      font-size: 15px;
      padding: 30px; } }
  @media screen and (min-width: 1025px) {
    .main-footer {
      padding: 0px 60px; } }

.homepage-footer .main-footer {
  background-color: rgba(0, 47, 135, 0.78); }

@media screen and (min-width: 1025px) {
  .footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

.footer__left {
  overflow: auto; }
  @media screen and (min-width: 1025px) {
    .footer__left {
      padding-right: 50px;
      padding: 40px 50px 25px 0;
      border-right: 1px solid #bdd1df; } }

.footer__logo {
  max-width: 205px;
  margin-bottom: 20px; }
  @media screen and (min-width: 700px) {
    .footer__logo {
      max-width: 220px;
      float: left;
      margin-bottom: 0; } }
  @media screen and (min-width: 1025px) {
    .footer__logo {
      float: none; } }

@media screen and (min-width: 700px) {
  .footer__contact {
    float: right;
    clear: right;
    width: calc(100% - 220px);
    padding-left: 30px;
    margin-top: -8px;
    margin-bottom: 7px; } }

@media screen and (min-width: 1025px) {
  .footer__contact {
    float: none;
    clear: none;
    width: auto;
    margin: 20px 0 0; } }

.footer__contact a {
  color: #FFFFFF;
  margin-right: 20px; }

.footer__contact address {
  font-style: normal;
  font-weight: 300;
  margin: 5px 0 0;
  max-width: 200px; }
  @media screen and (min-width: 700px) {
    .footer__contact address {
      max-width: inherit; } }

@media screen and (min-width: 700px) {
  .footer__social {
    float: right;
    clear: right;
    width: calc(100% - 220px);
    padding-left: 30px; } }

@media screen and (min-width: 1025px) {
  .footer__social {
    float: none;
    clear: none;
    width: auto; } }

.footer__social ul {
  padding: 0;
  list-style: none;
  overflow: auto; }

.footer__social li {
  float: left;
  margin-right: 25px; }
  .footer__social li a {
    display: block;
    border-radius: 100em;
    outline-offset: -2px; }
    .footer__social li a:hover {
      opacity: 80%; }

.footer__right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media screen and (min-width: 1025px) {
    .footer__right {
      padding: 40px 25px 0 65px; } }

.footer__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 35px;
  clear: both;
  padding-bottom: 30px; }
  @media screen and (min-width: 700px) {
    .footer__navigation {
      padding-bottom: 0; } }
  @media screen and (min-width: 1025px) {
    .footer__navigation {
      margin-top: 0; } }

.footer__navigation__col {
  width: 50%;
  margin-bottom: 25px; }
  @media screen and (min-width: 700px) {
    .footer__navigation__col {
      width: 25%; } }

.footer__navigation__col h2 {
  color: #FFFFFF;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 20px; }

.footer__navigation__col a {
  color: #FFFFFF;
  font-weight: 400; }

.footer__navigation__col ul {
  padding: 0;
  list-style: none; }

.footer__navigation__col ul li {
  margin: 0.6em 0; }

.footer__bottom {
  font-size: 14px;
  background: #00308c;
  margin: 0 -15px -25px -15px;
  padding: 15px;
  overflow: auto; }
  @media screen and (min-width: 700px) {
    .footer__bottom {
      margin: 0 -30px -30px;
      padding: 18px 30px; } }
  @media screen and (min-width: 1025px) {
    .footer__bottom {
      padding: 18px 60px;
      margin: 0 -60px 0px -60px; } }

.footer__copyright {
  overflow: auto; }
  @media screen and (min-width: 700px) {
    .footer__copyright {
      float: left; }
      .footer__copyright div {
        float: left; }
        .footer__copyright div:first-child:after {
          content: "|";
          display: inline-block;
          margin: 0 24px; } }

.footer__designby {
  margin-top: 1em;
  clear: both; }
  @media screen and (min-width: 700px) {
    .footer__designby {
      float: right;
      margin: 0;
      clear: none; } }
  .footer__designby a {
    color: #FFFFFF; }

.back-to-top {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 140px;
  right: 45px;
  background: url(/media/schools-and-colleges/tun/style-assets/svg/back-to-top.svg);
  background-size: 100%; }
  .back-to-top:hover {
    background: url(/media/schools-and-colleges/tun/style-assets/svg/back-to-top-hover.svg);
    background-size: 100%; }
  @media screen and (min-width: 700px) {
    .back-to-top {
      bottom: 90px;
      right: 30px; } }
  @media screen and (min-width: 1025px) {
    .back-to-top {
      bottom: 85px;
      right: 60px; } }

@media screen and (min-width: 700px) {
  .program-introduction {
    margin: 0 -30px;
    padding: 0 30px;
    border-top: 1px solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1025px) {
  .program-introduction {
    border-top: 0;
    padding: 0;
    margin: 0;
    position: relative; }
    .program-introduction:after {
      content: "";
      position: relative;
      width: 100vw;
      left: 50%;
      margin-left: -50vw;
      max-width: 1680px;
      position: absolute;
      height: 1px;
      background: #cccccc; } }
    @media screen and (min-width: 1025px) and (min-width: 1680px) {
      .program-introduction:after {
        margin-left: -840px; } }

@media screen and (min-width: 1025px) {
    .program-introduction:before {
      content: "";
      position: relative;
      width: 100vw;
      left: 50%;
      margin-left: -50vw;
      max-width: 1680px;
      position: absolute;
      height: 1px;
      bottom: 0;
      background: #cccccc; } }
    @media screen and (min-width: 1025px) and (min-width: 1680px) {
      .program-introduction:before {
        margin-left: -840px; } }

.program-features {
  overflow: auto;
  border-top: 1px solid #dedede;
  margin: 0 -15px;
  padding: 0 15px; }
  @media screen and (min-width: 700px) {
    .program-features {
      margin: 0;
      padding: 0 30px 0 0;
      width: 50%;
      border-right: 1px solid #cccccc;
      border-top: 0; } }
  @media screen and (min-width: 1025px) {
    .program-features {
      padding: 0 40px 50px 0; } }
  .program-features h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 15px; }
    @media screen and (min-width: 700px) {
      .program-features h3 {
        font-size: 22px; } }
    .program-features h3 a {
      color: #000;
      text-decoration: underline; }
    .program-features h3 a:hover {
      color: #013ccc;
      text-decoration: underline; }
  .program-features p {
    margin: 0 0 1.7em; }
    @media screen and (min-width: 700px) {
      .program-features p {
        font-weight: 300;
        font-size: 16px; } }

.program-stats {
  overflow: auto;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 10px -15px 0;
  padding: 0 15px 40px; }
  @media screen and (min-width: 700px) {
    .program-stats {
      margin: 0;
      padding: 0 40px 0 30px;
      width: 50%;
      border: 0; } }
  @media screen and (min-width: 1025px) {
    .program-stats {
      margin: 0;
      padding: 0 0 50px 40px;
      width: 50%;
      border: 0; } }
  .program-stats h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 15px; }
    @media screen and (min-width: 700px) {
      .program-stats h3 {
        font-size: 22px; } }
    .program-stats h3 a {
      color: #004f71;
      text-decoration: underline; }
  .program-stats p {
    margin: 0 0 1.7em; }
    @media screen and (min-width: 700px) {
      .program-stats p {
        font-weight: 300;
        font-size: 16px; } }

.program__stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 700px) {
    .program__stat {
      margin: 0 -20px; } }
  @media screen and (min-width: 1025px) {
    .program__stat {
      margin: 0 0 -25px -10px; } }

.program__stat__number {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px 5px;
  min-height: 105px;
  width: 120px;
  background: url(/media/schools-and-colleges/tun/style-assets/svg/stats-pattern-sm.svg) no-repeat center center;
  background-size: 110px 105px; }
  @media screen and (min-width: 1025px) {
    .program__stat__number {
      font-size: 50px;
      min-height: 160px;
      height: 160px;
      min-width: 160px;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/stats-pattern-sm.svg) no-repeat center center;
      background-size: 160px 160px; } }

.program__stat__desc {
  font-size: 18px;
  font-weight: 300;
  padding-left: 10px;
  line-height: 1.4; }
  @media screen and (min-width: 700px) {
    .program__stat__desc {
      font-size: 20px; } }
  @media screen and (min-width: 1025px) {
    .program__stat__desc {
      padding-left: 20px; } }

.admission-requirements__column {
  margin-bottom: 30px; }
  @media screen and (min-width: 700px) {
    .admission-requirements__column {
      width: 50%; } }
  .admission-requirements__column h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 15px; }
    @media screen and (min-width: 700px) {
      .admission-requirements__column h3 {
        font-size: 26px; } }
    @media screen and (min-width: 1025px) {
      .admission-requirements__column h3 {
        font-size: 32px;
        margin-top: 50px; }
        .admission-requirements__column h3:first-child {
          margin-top: 0; } }
  .admission-requirements__column p {
    margin: 0 0 1.5em; }
  .admission-requirements__column a {
    color: #004f71; }

.admissions-requirements__header {
  margin-bottom: 30px; }
  @media screen and (min-width: 1025px) {
    .admissions-requirements__header {
      margin-bottom: 45px; } }

.admission-requirements__list {
  padding: 0 0 0 25px; }
  @media screen and (min-width: 700px) {
    .admission-requirements__list {
      padding: 0 0 0 43px; } }
  .admission-requirements__list li {
    margin: 0.8em 0; }
  .admission-requirements__list li:before {
    content: "";
    width: 17px;
    height: 17px;
    left: -24px;
    top: 5px;
    display: inline-block;
    background: transparent url(/media/schools-and-colleges/tun/style-assets/svg/check-pattern.svg);
    background-size: 100%; }
    @media screen and (min-width: 700px) {
      .admission-requirements__list li:before {
        width: 25px;
        height: 25px;
        top: 2px;
        left: -42px; } }
    @media screen and (min-width: 1025px) {
      .admission-requirements__list li:before {
        top: 4px; } }

@media screen and (min-width: 700px) {
  .admission-requirements__column:first-child {
    padding-right: 12.5px; } }

@media screen and (min-width: 1025px) {
  .admission-requirements__column:first-child {
    padding-right: 0px; } }

@media screen and (min-width: 700px) {
  .admission-requirements__column:last-child {
    padding-left: 12.5px; } }

@media screen and (min-width: 1025px) {
  .admission-requirements__column:last-child {
    padding-left: 50px; } }

.admission-requirements .cta--large {
  padding: 9px 35px; }

@media screen and (min-width: 700px) {
  .admission-requirements__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 700px) {
  .event-details {
    float: right;
    width: 50%;
    padding-left: 40px;
    padding-top: 20px; } }

@media screen and (min-width: 1025px) {
  .event-details {
    width: 63%;
    padding-left: 60px;
    padding-top: 5px; } }

.event-details__date {
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (min-width: 700px) {
    .event-details__date {
      font-size: 20px; } }
  @media screen and (min-width: 1025px) {
    .event-details__date {
      font-size: 22px;
      margin-right: 20px; } }

.event-details__social {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px; }
  @media screen and (min-width: 1025px) {
    .event-details__social {
      margin-top: -5px; } }
  .event-details__social img {
    height: 22px; }

.event-details__social a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 22px; }
  .event-details__social a:hover {
    background: #004f71;
    border-radius: 100em; }

.event-details__location {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 10px; }

.event-details__rsvp {
  margin: 20px 0 30px; }
  .event-details__rsvp .cta--large {
    min-width: inherit;
    padding-left: 25px;
    padding-right: 25px; }

.event-image {
  margin-bottom: 20px; }
  @media screen and (min-width: 700px) {
    .event-image {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 1025px) {
    .event-image {
      width: 37%;
      margin-bottom: 25px; } }
  .event-image img {
    width: 100%; }

.event-image__caption {
  font-weight: 300;
  font-size: 13px;
  margin-top: 3px; }
  @media screen and (min-width: 700px) {
    .event-image__caption {
      margin-top: 10px;
      font-size: 16px; } }

.add-to-calendar {
  margin: 20px 0 50px; }
  @media screen and (min-width: 700px) {
    .add-to-calendar {
      clear: left;
      margin-bottom: 60px; } }
  @media screen and (min-width: 1025px) {
    .add-to-calendar {
      margin-bottom: 90px; } }

@media screen and (min-width: 700px) {
  .event-description {
    font-size: 15px;
    clear: left;
    float: left;
    width: 100%;
    padding-right: 30px;
    margin-bottom: 25px; } }

@media screen and (min-width: 1025px) {
  .event-description {
    font-size: 19px;
    width: 100%; } }

@media screen and (min-width: 700px) {
  .event-iframe {
    width: 100%;
    margin-top: -85px; } }

@media screen and (min-width: 1025px) {
  .event-iframe {
    width: 100%;
margin-top: -80px;} }

.event-iframe iframe {
  height: auto;
  min-height: 200px; }

.calendar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (min-width: 700px) {
  .small-12.medium-4.columns {
    width: 100%;
    margin-bottom: 40px; } }

@media screen and (min-width: 1025px) {
  .small-12.medium-4.columns {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 38%;
    margin-top: -9em; } }

.view-switchers {
  font-size: 20px;
  margin: -1em 0 0.5em; }
  @media screen and (min-width: 700px) {
    .view-switchers {
      font-size: 22px;
      margin: -1.5em 0 1em; } }
  @media screen and (min-width: 1025px) {
    .view-switchers {
      font-size: 25px;
      margin-bottom: 2em; } }
  .view-switchers a {
    color: #00308c; }
  .view-switchers span:nth-child(odd) {
    font-weight: 600;
    text-decoration: underline; }
  .view-switchers span:nth-child(even) {
    color: #822833;
    margin: 0 5px; }

@media screen and (min-width: 700px) {
  #calendar_box {
    width: 54%;
    float: left; } }

@media screen and (min-width: 1025px) {
  #calendar_box {
    width: 100%;
    float: none; } }

.calendar-dayhead {
  background: rgba(0, 79, 113, 0.14); }
  .calendar-dayhead th {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px; }
    @media screen and (min-width: 700px) {
      .calendar-dayhead th {
        font-size: 17px;
        padding: 10px 13px 8px; } }

.cal-table {
  border: 0;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px; }
  .cal-table thead {
    display: table-header-group; }
    @media screen and (min-width: 700px) {
      .cal-table thead {
        border-bottom: 0; } }
  .cal-table tr {
    display: table-row; }
    @media screen and (min-width: 700px) {
      .cal-table tr {
        border-bottom: 0; } }
    .cal-table tr td,
    .cal-table tr th {
      text-align: center;
      float: none;
      width: auto;
      display: table-cell;
      padding: 7px 7px 5px; }
      @media screen and (min-width: 350px) {
        .cal-table tr td,
        .cal-table tr th {
          padding: 8px 11px 6px; } }
      @media screen and (min-width: 700px) {
        .cal-table tr td,
        .cal-table tr th {
          font-size: 17px;
          padding: 10px 13px 8px; } }
  .cal-table .hasEvents {
    background: #009cde; }
    .cal-table .hasEvents a {
      color: #004766;
      font-weight: 600; }
  .cal-table .today {
    background: #009cde; }
    .cal-table .today a {
      color: #FFFFFF; }
  .cal-table tbody {
    background: #f6f6f6; }

.cal-table .calendar-box-header {
  font-size: 18px; }
  .cal-table .calendar-box-header th {
    font-weight: 600;
    padding: 9px 0; }
    @media screen and (min-width: 700px) {
      .cal-table .calendar-box-header th {
        font-size: 20px; } }
    .cal-table .calendar-box-header th:first-child {
      text-align: left; }
    .cal-table .calendar-box-header th:nth-child(2) a {
      background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel-opposite.svg) no-repeat right;
      background-size: 100%;
      margin-left: auto;
      margin-right: 0;
      position: relative;
      left: 30px; }
  .cal-table .calendar-box-header .wai.hidden {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px); }
  .cal-table .calendar-box-header .ajax-load-link {
    display: block;
    width: 9px;
    height: 12px;
    margin-left: auto;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel.svg) no-repeat;
    background-size: 100%; }

#jumptoform,
#search_field,
.eventdate {
  display: none; }

@media screen and (min-width: 700px) {
  #searchoptions {
    width: 46%;
    float: right; } }

@media screen and (min-width: 1025px) {
  #searchoptions {
    width: 100%;
    float: none; } }

#searchoptions label {
  text-transform: none;
  font-size: 18px;
  font-weight: 600; }
  @media screen and (min-width: 700px) {
    #searchoptions label {
      font-size: 20px; } }
  @media screen and (min-width: 1025px) {
    #searchoptions label {
      font-size: 26px; } }

#searchoptions input[type="checkbox"] + label:before {
  top: 0.3em; }

#searchoptions input[type="checkbox"] + label {
  font-size: 15px;
  font-weight: 300; }
  @media screen and (min-width: 700px) {
    #searchoptions input[type="checkbox"] + label {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 10px; } }

#searchoptions form {
  margin-top: 30px; }
  @media screen and (min-width: 700px) {
    #searchoptions form {
      margin-top: 10px;
      padding-left: 50px; } }
  @media screen and (min-width: 1025px) {
    #searchoptions form {
      padding-left: 0;
      margin-top: 40px; } }

.category_form {
  padding: 0;
  margin: 0.2em 0 0; }
  .category_form li {
    margin: 0; }
  .category_form li:before {
    content: none; }

#calendar_events {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 1025px) {
    #calendar_events {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
         -moz-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      width: 60%; } }
  #calendar_events .event {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px; }
    @media screen and (min-width: 700px) {
      #calendar_events .event {
        padding-left: 110px;
        margin-bottom: 65px; } }
    @media screen and (min-width: 1025px) {
      #calendar_events .event {
        padding-left: 120px;
        margin-bottom: 45px; } }
  #calendar_events .event-date {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase; }
    @media screen and (min-width: 700px) {
      #calendar_events .event-date {
        display: inline-block; } }
    @media screen and (min-width: 1025px) {
      #calendar_events .event-date {
        font-size: 16px; } }
  #calendar_events .event-time {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6; }
    @media screen and (min-width: 700px) {
      #calendar_events .event-time {
        display: inline-block; } }
    @media screen and (min-width: 1025px) {
      #calendar_events .event-time {
        font-size: 16px; } }

.date-card {
  text-align: center;
  position: absolute;
  left: 0;
  top: -4px; }
  @media screen and (min-width: 700px) {
    .date-card {
      width: 100px; } }
  .date-card .month {
    font-weight: 300;
    font-size: 20px; }
    @media screen and (min-width: 1025px) {
      .date-card .month {
        font-size: 26px; } }
  .date-card .day {
    color: #00308c;
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 0.6; }
    @media screen and (min-width: 1025px) {
      .date-card .day {
        font-size: 64px; } }

.eventtitle h3 {
  margin: 7px 0; }
  @media screen and (min-width: 700px) {
    .eventtitle h3 {
      font-size: 20px;
      margin-bottom: 10px; } }
  @media screen and (min-width: 1025px) {
    .eventtitle h3 {
      font-size: 26px; } }

.eventtitle a {
  color: #00308c; }

.view_period_range {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin: 0;
  padding: 0 13px;
  width: 275px;
  max-width: 100%; }
  @media screen and (min-width: 700px) {
    .view_period_range {
      font-size: 30px;
      width: 100%; } }
  @media screen and (min-width: 1025px) {
    .view_period_range {
      font-size: 40px;
      padding: 0 54px 0 82px; } }

.view_period_switchers {
  color: transparent; }
  @media screen and (min-width: 1025px) {
    .view_period_switchers {
      margin-bottom: 30px; } }
  .view_period_switchers a {
    color: transparent;
    display: block;
    width: 14px;
    height: 20px;
    margin-left: auto;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel-opposite.svg) no-repeat center left;
    background-size: 14px 20px;
    position: absolute;
    top: 12px; }
    @media screen and (min-width: 700px) {
      .view_period_switchers a {
        color: #00308c;
        width: 200px;
        font-size: 16px;
        padding-left: 23px;
        height: auto; } }
    @media screen and (min-width: 1025px) {
      .view_period_switchers a {
        width: 126px;
        line-height: 1.2;
        top: 28px; } }
    .view_period_switchers a:last-child {
      left: 260px;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel.svg) no-repeat center right;
      background-size: 14px 20px; }
      @media screen and (min-width: 700px) {
        .view_period_switchers a:last-child {
          text-align: right;
          left: auto;
          right: 0;
          padding-right: 23px; } }

.date-social {
  margin: -2.2em 0 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100; }
  @media screen and (min-width: 700px) {
    .date-social {
      margin: -1.5em 0 0.7em; } }

@media screen and (min-width: 700px) and (max-width: 1025px) {
  .news-page {
    font-size: 15px; } }

.date-social__date {
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px; }
  @media screen and (min-width: 700px) {
    .date-social__date {
      font-size: 20px; } }
  @media screen and (min-width: 1025px) {
    .date-social__date {
      font-size: 22px; } }

.date-social__social a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 22px; }
  .date-social__social a img {
    height: 22px; }

.tags {
  margin-top: -1em; }
  .tags .cta--small {
    display: block;
    margin: 0.6em 0; }
    @media screen and (min-width: 700px) {
      .tags .cta--small {
        display: inline-block;
        margin: 0 20px 0 0; }
        .tags .cta--small:before {
          top: 0.9em; } }

.tags__label {
  color: #222;
  font-family: "Titillium Web", sans-serif;
  display: block;
  font-weight: 600;
  font-size: 18px; }
  @media screen and (min-width: 700px) {
    .tags__label {
      font-size: 20px;
      margin-bottom: 0.8em; } }
  @media screen and (min-width: 1025px) {
    .tags__label {
      font-size: 22px; } }

.news-items .news__item:first-child {
  margin: 0 -15px;
  padding-bottom: 25px;
  background: rgba(246, 246, 246, 0.87); }
  @media screen and (min-width: 700px) {
    .news-items .news__item:first-child {
      padding: 30px 25px;
      margin: 0 -30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .news-items .news__item:first-child .news__text-wrapper {
        width: 50%; } }
  @media screen and (min-width: 1025px) {
    .news-items .news__item:first-child {
      margin: 0 -100000px 60px;
      padding: 40px 100000px; } }
  .news-items .news__item:first-child .news__image-wrapper {
    width: 100%; }
    .news-items .news__item:first-child .news__image-wrapper img {
      width: 100%; }
    @media screen and (min-width: 700px) {
      .news-items .news__item:first-child .news__image-wrapper {
        width: 50%;
        margin: -30px 0px -30px -25px;
        margin-right: 30px;
        overflow: hidden;
        position: relative; }
        .news-items .news__item:first-child .news__image-wrapper img {
          
          width: auto;
          left: 50%;
          top: 50%;
         /* min-height: 100%; */
          min-width: 100%;
          position: absolute;
          -webkit-transform: translate3d(-50%, -50%, 0);
                  transform: translate3d(-50%, -50%, 0); } }
    @media screen and (min-width: 1025px) {
      .news-items .news__item:first-child .news__image-wrapper {
        margin: -40px 0;
        margin-right: 40px; } }
  .news-items .news__item:first-child h3,
  .news-items .news__item:first-child p,
  .news-items .news__item:first-child div {
    padding: 0 15px; }
    @media screen and (min-width: 700px) {
      .news-items .news__item:first-child h3,
      .news-items .news__item:first-child p,
      .news-items .news__item:first-child div {
        padding: 0; } }

.news__item .date {
  font-weight: 600; }

.news__item {
  font-size: 14px;
  margin: 30px 0;
  overflow: auto; }
  @media screen and (min-width: 700px) {
    .news__item {
      font-size: 15px; } }
  @media screen and (min-width: 700px) {
    .news__item .news__image-wrapper {
      float: left;
      width: 33.33%;
      margin-right: 20px; } }
  .news__item p {
    overflow: hidden;
    padding: 0; }
  .news__item h2 {
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    margin: 0.7em 0 0.5em; }
    @media screen and (min-width: 700px) {
      .news__item h2 {
        font-size: 20px;
        margin: -0.2em 0 0.5em; } }
    @media screen and (min-width: 1025px) {
      .news__item h2 {
        font-size: 22px; } }
    .news__item h2 a {
      color: #00308c;
      font-weight: 600; }

.directory .directory__title {
  color: #000;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-top: -0.3em;
  line-height: 1.21; }
  @media screen and (min-width: 700px) {
    .directory .directory__title {
      font-size: 26px;
      margin-bottom: 40px; } }
  @media screen and (min-width: 1025px) {
    .directory .directory__title {
      font-size: 32px;
      margin-bottom: 40px; } }

.directory .directory__school {
  color: #222;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.21;
  margin-top: 1em;
  margin-bottom: 0.3em; }
  @media screen and (min-width: 700px) {
    .directory .directory__school {
      font-size: 22px; } }
  @media screen and (min-width: 1025px) {
    .directory .directory__school {
      font-size: 26px;
      margin-top: 2.1em;
      margin-bottom: 0.5em; } }

.directory__college {
  text-transform: uppercase;
  font-weight: 600; }
  @media screen and (min-width: 700px) {
    .directory__college {
      font-size: 16px; } }
  @media screen and (min-width: 1025px) {
    .directory__college {
      font-size: 19px; } }

.directory__label {
  display: inline-block;
  margin-right: 6px; }

.directory__email,
.directory__phone,
.directory__office {
  font-weight: 300; }
  @media screen and (min-width: 700px) {
    .directory__email,
    .directory__phone,
    .directory__office {
      font-size: 16px; } }
  @media screen and (min-width: 1025px) {
    .directory__email,
    .directory__phone,
    .directory__office {
      font-size: 19px; } }

.directory__office {
  margin-bottom: 2em; }

.directory .accordion-container {
  margin-top: 0; }

@media screen and (min-width: 700px) {
  .directory img {
    float: left;
    margin-right: 40px;
    margin-bottom: 2em;
    width: 50%;
    margin-left: -30px; } }

@media screen and (min-width: 1025px) {
  .directory img {
    width: 45%;
    margin-left: 0; } }

.directory p {
  clear: both; }

@media screen and (min-width: 700px) {
  .directory {
    font-size: 15px; } }

@media screen and (min-width: 1025px) {
  .directory {
    font-size: 19px; } }

.directory-form {
  font-size: 16px;
  margin: 0 -15px;
  padding: 25px 15px 40px;
  background: #00559d; }
  @media screen and (min-width: 700px) {
    .directory-form {
      margin: 0 -30px;
      padding: 25px 30px 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 1025px) {
    .directory-form {
      padding: 35px 100000px 40px;
      margin: 0 -100000px; } }
  .directory-form label {
    color: #FFFFFF;
    margin-bottom: 8px; }
    @media screen and (min-width: 700px) {
      .directory-form label {
        font-size: 17px; } 
#directory_department_dropdown .select-text {display: none;}
}
  @media screen and (min-width: 700px) {
    .directory-form .directory-form__item {
      width: calc(50% - 7.5px); }
      .directory-form .directory-form__item:last-child {
        width: calc(50% - 7.5px); } }
  @media screen and (min-width: 1025px) {
    .directory-form .directory-form__item {
      width: calc(50% - 15px); }
      .directory-form .directory-form__item:last-child {
        width: calc(50% - 15px); } }
  .directory-form select {
    color: #FFFFFF;
    background-image: url(/media/schools-and-colleges/tun/style-assets/svg/dropdown-arrow-white.svg);
    padding: 22px 20px;
    margin-bottom: 25px; }
    .directory-form select option {
      color: #000; }
    @media screen and (min-width: 700px) {
      .directory-form select {
        min-width: inherit;
        width: 100%;
        margin-bottom: 0;
        height: 64px;
        padding: 18px 22px; } }

#directory-search {
  padding: 22px 20px;
  background: transparent;
  margin-bottom: 0; }
  #directory-search::-webkit-input-placeholder {
    color: #FFFFFF; }
  #directory-search:-moz-placeholder {
    color: #FFFFFF; }
  #directory-search::-moz-placeholder {
    color: #FFFFFF; }
  #directory-search:-ms-input-placeholder {
    color: #FFFFFF; }
  @media screen and (min-width: 700px) {
    #directory-search {
      min-width: inherit;
      width: 100%;
      margin-bottom: 0;
      height: 64px;
      padding: 16px 20px 10px; } }

.directory-form__item {
  position: relative; }

input[type="submit"].directory-form__submit {
  color: transparent;
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 40px;
  min-width: 40px;
  padding: 0;
  height: 40px;
  background: url(/media/schools-and-colleges/tun/style-assets/svg/white.svg) no-repeat top left;
  border: 0; }

.directory-alpha {
  display: none;
  font-size: 12px; }
  @media screen and (min-width: 1025px) {
    .directory-alpha {
      font-size: 17px; } }
  .directory-alpha ul {
    padding-left: 0;
    margin: 30px 0 0px; }
    @media screen and (min-width: 1025px) {
      .directory-alpha ul {
        margin: 45px 0 65px; } }
  .directory-alpha li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0; }
    @media screen and (min-width: 1025px) {
      .directory-alpha li {
        margin-right: 20px; } }
    .directory-alpha li a {
      color: #e1e1e1; }
    .directory-alpha li a:link {
      color: #222; }
    .directory-alpha li:before {
      content: none; }
  @media screen and (min-width: 700px) {
    .directory-alpha {
      display: block; } }

.directory-table table {
  border-top: 0;
  padding-top: 25px;
  margin: 0px -15px 10px;
  width: auto; }
  @media screen and (min-width: 700px) {
    .directory-table table {
      margin: 15px -30px 15px;
      width: auto; } }
  @media screen and (min-width: 1025px) {
    .directory-table table {
      display: table;
      margin: 0; } }
  @media screen and (min-width: 700px) {
    .directory-table table thead {
      display: none; } }
  @media screen and (min-width: 1025px) {
    .directory-table table thead {
      display: table-header-group; } }
  .directory-table table tbody th {
    text-align: right;
    clear: left;
    max-width: 150px;
    padding-left: 30px;
    padding-right: 10px; }
    @media screen and (min-width: 700px) {
      .directory-table table tbody th {
        font-size: 15px;
        padding: 10px 10px 0 40px; } }
    @media screen and (min-width: 1025px) {
      .directory-table table tbody th {
        display: none; } }
  .directory-table table tr {
    position: relative;
    display: none;
    padding: 0; }
    .directory-table table tr.mobile-only {
      display: table-row; }
      @media screen and (min-width: 700px) {
        .directory-table table tr.mobile-only {
          display: none; } }
    .directory-table table tr.mobile-only.last:after {
      content: "";
      position: absolute;
      width: 100vw;
      height: 1px;
      margin-top: 42px;
      margin-left: -3px;
      background: #e1e1e1; }
    @media screen and (min-width: 700px) {
      .directory-table table tr {
        font-size: 15px;
        width: 100%;
        padding: 0 0 15px; } }
    @media screen and (min-width: 1025px) {
      .directory-table table tr {
        display: table-row; } }
  @media screen and (min-width: 700px) and (max-width: 1025px) {
    .directory-table table td:nth-child(3),
    .directory-table table th:nth-child(3) {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
         -moz-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
    .directory-table table td:nth-child(4),
    .directory-table table th:nth-child(4) {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
         -moz-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6; }
    .directory-table table td:nth-child(5),
    .directory-table table th:nth-child(5) {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
         -moz-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10; }
    .directory-table table td:nth-child(6),
    .directory-table table th:nth-child(6) {
      -webkit-box-ordinal-group: 12;
      -webkit-order: 11;
         -moz-box-ordinal-group: 12;
          -ms-flex-order: 11;
              order: 11; }
    .directory-table table td:nth-last-child(2),
    .directory-table table th:nth-last-child(2) {
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
         -moz-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8; }
    .directory-table table td:last-child,
    .directory-table table th:last-child {
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
         -moz-box-ordinal-group: 10;
          -ms-flex-order: 9;
              order: 9; } }
  .directory-table table tr.tablet-only {
    display: none; }
    @media screen and (min-width: 700px) {
      .directory-table table tr.tablet-only {
        display: table-row;
        border-bottom: 0; } }
    @media screen and (min-width: 1025px) {
      .directory-table table tr.tablet-only {
        display: none; } }
    .directory-table table tr.tablet-only.last th,
    .directory-table table tr.tablet-only.last td {
      padding-bottom: 10px; }
    .directory-table table tr.tablet-only.last:after {
      content: "";
      position: absolute;
      width: 100vw;
      height: 1px;
      margin-top: 45px;
      margin-left: -3px;
      background: #e1e1e1; }
  .directory-table table td {
    font-size: 14px; }
    @media screen and (min-width: 700px) {
      .directory-table table td {
        font-size: 14px;
        display: table-cell;
        padding: 10px 10px 0; } }
    @media screen and (min-width: 1025px) {
      .directory-table table td {
        font-size: 15px;
        display: table-cell;
        width: 25%;
        float: none;
        clear: none;
        padding: 15px;
        vertical-align: top; }
        .directory-table table td:first-child {
          padding-left: 0; }
          .directory-table table td:first-child a {
            font-size: 18px; } }
    .directory-table table td a {
      margin-right: 5px; }
      @media screen and (min-width: 1025px) {
        .directory-table table td a {
          display: block; } }

@media screen and (min-width: 700px) {
  .home-slides {
    margin-top: -76px; } }

@media screen and (min-width: 1025px) {
  .home-slides {
    height: 100vh;
    position: relative;
    margin-top: -100px; } }
  @media screen and (min-width: 1025px) and (max-height: 600px) {
    .home-slides {
      height: auto; } }

.adjective-story {
  position: relative;
  padding-bottom: 40px; }
  .adjective-story.show-quote .adjective__overlay {
    visibility: visible;
    opacity: 1;
    z-index: 100000; }
    @media screen and (min-width: 700px) {
      .adjective-story.show-quote .adjective__overlay {
        right: 0;
        z-index: 100; } }
  @media screen and (min-width: 700px) {
    .adjective-story.show-quote .adjective-story__text {
      left: 100%;
      opacity: 0;
      visibility: hidden; } }
  @media screen and (min-width: 700px) {
    .adjective-story.show-quote .adjective-story__button button {
      background-image: url(/media/schools-and-colleges/tun/style-assets/svg/quoteminus.svg);
      background-size: 100% 100%; } }
  @media screen and (min-width: 700px) {
    .adjective-story {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin: 50px -30px;
      padding-bottom: 0; } }

.home-slide:focus {
  outline: 0; }

@media screen and (min-width: 1025px) {
  .home-slide {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    max-width: 1680px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    height: 100vh;
    position: absolute;
    height: 0;
    -webkit-transition: opacity 400ms, height 0ms 400ms;
    -o-transition: opacity 400ms, height 0ms 400ms;
    transition: opacity 400ms, height 0ms 400ms;
    opacity: 0;
    z-index: 100;
    overflow: hidden; } }
  @media screen and (min-width: 1025px) and (min-width: 1680px) {
    .home-slide {
      margin-left: -840px; } }
  @media screen and (min-width: 1025px) and (max-height: 600px) {
    .home-slide {
      position: relative;
      opacity: 1;
      height: auto; } }

@media screen and (min-width: 1025px) {
    .home-slide.active {
      opacity: 1;
      height: 100vh;
      -webkit-transition: opacity 400ms;
      -o-transition: opacity 400ms;
      transition: opacity 400ms; } }

.adjective-story__image {
  background-size: cover;
  background-position: center;
  margin: 0 -15px;
  padding-bottom: 76%; }
  @media screen and (min-width: 700px) {
    .adjective-story__image {
      position: absolute;
      width: 105%;
      height: 100%;
      left: 0;
      right: 0;
      padding-bottom: 0; } }
  @media screen and (min-width: 1025px) {
    .adjective-story__image {
      background-position: top center; } }

.adjective__title__subhead {
  color: #004f71;
  font-size: 20px;
  display: none; }
  @media screen and (min-width: 700px) {
    .adjective__title__subhead {
      font-size: 26px; } }
  @media screen and (min-width: 1025px) {
    .adjective__title__subhead {
      font-size: 38px; } }

.adjective__title h2 {
  margin-top: 0;
  margin-bottom: 0.35em; }
  .adjective__title h2 .typed-cursor {
    font-weight: 400;
    display: inline-block;
    width: 8px;
    vertical-align: text-bottom;
    overflow: hidden; }
  .adjective__title h2 .typed {
    display: inline-block; }
  @media screen and (min-width: 700px) {
    .adjective__title h2 {
      margin-bottom: 0.2em; } }
  @media screen and (min-width: 1025px) {
    .adjective__title h2 {
      font-size: 60px; } }

.adjective-story__text-wrapper {
  position: relative; }
  @media screen and (min-width: 700px) {
    .adjective-story__text-wrapper {
      width: calc(50% + 20px);
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
         -moz-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      padding-right: 20px;
      position: relative;
      visibility: visible; } }
  @media screen and (min-width: 1025px) {
    .adjective-story__text-wrapper {
      width: 57%;
      padding-right: 35px;
      height: 100%; } }

.adjective-story__text {
  position: relative;
  padding: 25px 0 0;
  background: #FFFFFF;
  height: 100%;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  left: 0; }
  @media screen and (min-width: 700px) {
    .adjective-story__text {
      padding: 80px 90px 120px 30px; } }
  @media screen and (min-width: 1025px) {
    .adjective-story__text {
      background: #fff;
      margin-left: 70px;
      padding: 165px 85px 155px 60px; } }
  @media screen and (min-width: 1025px) and (max-height: 600px) {
    .adjective-story__text {
      padding-top: 65px; } }
  .adjective-story__text p {
    margin: 0 0 1.7em; }
    @media screen and (min-width: 700px) {
      .adjective-story__text p {
        margin-bottom: 2em; } }
    @media screen and (min-width: 1025px) {
      .adjective-story__text p {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 1.7em;
        padding-right: 70px; } }
  .adjective-story__text .adjective-story__cta {
    margin: 5px 0; }
    @media screen and (min-width: 1025px) {
      .adjective-story__text .adjective-story__cta {
        margin: 7.5px 0; } }
  .adjective-story__text .cta--large {
    padding: 9px 15px;
    min-width: inherit;
    clear: both;
    width: 100%; }
    @media screen and (min-width: 700px) {
      .adjective-story__text .cta--large {
        font-size: 15px; } }
    @media screen and (min-width: 1025px) {
      .adjective-story__text .cta--large {
        font-size: 26px;
        padding: 15px 45px; } }

.adjective-story__ctas {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.adjective-story__button {
  position: absolute;
  top: -20px;
  right: 0;
  background: url(/media/schools-and-colleges/tun/style-assets/svg/quotecircle.svg) no-repeat;
  background-size: 100%;
  padding: 0;
  min-width: inherit;
  width: 75px;
  height: 75px;
  z-index: 1000;
  -webkit-transition: background-image 300ms;
  -o-transition: background-image 300ms;
  transition: background-image 300ms; }
  .adjective-story__button button {
    position: absolute;
    left: 51%;
    top: 54%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 21px;
    height: 20px;
    padding: 0;
    min-width: inherit;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/quoteplus.svg);
    background-size: 100% 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .adjective-story__button button:hover {
      background: url(/media/schools-and-colleges/tun/style-assets/svg/quoteplus.svg) no-repeat;
      background-size: 100% 100%; }
    @media screen and (min-width: 1025px) {
      .adjective-story__button button {
        width: 30px;
        height: 28px; } }
    .adjective-story__button button:before, .adjective-story__button button:after {
      content: none; }
  .adjective-story__button:before, .adjective-story__button:after {
    content: none; }
  .adjective-story__button:hover {
    background: url(/media/schools-and-colleges/tun/style-assets/svg/quotecircle.svg);
    background-size: 100%; }
  @media screen and (min-width: 700px) {
    .adjective-story__button {
      top: auto;
      bottom: 208px;
      right: 0px; } }
  @media screen and (min-width: 1025px) {
    .adjective-story__button {
      width: 150px;
      height: 150px;
      background-size: 100%;
      bottom: calc(50% - 50px);
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%); }
      .adjective-story__button:after {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        background: url(/media/schools-and-colleges/tun/style-assets/svg/wave2.svg);
        background-size: 100%;
        left: 0px;
        border: 0;
        opacity: 0;
        -webkit-animation: rotate 10000ms linear infinite;
                animation: rotate 10000ms linear infinite;
        -webkit-animation-play-state: paused;
                animation-play-state: paused;
        -webkit-transition: all 1000ms;
        -o-transition: all 1000ms;
        transition: all 1000ms; }
      .adjective-story__button:before {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        background: url(/media/schools-and-colleges/tun/style-assets/svg/wave1.svg);
        background-size: 100%;
        left: 0px;
        border: 0;
        opacity: 0;
        -webkit-animation: rotateReverse 10000ms linear infinite;
                animation: rotateReverse 10000ms linear infinite;
        -webkit-animation-play-state: paused;
                animation-play-state: paused;
        -webkit-transition: all 1000ms;
        -o-transition: all 1000ms;
        transition: all 1000ms; }
      .adjective-story__button:hover:after, .adjective-story__button:focus:after {
        content: "";
        position: absolute;
        width: 170px;
        height: 170px;
        background: url(/media/schools-and-colleges/tun/style-assets/svg/wave2.svg) no-repeat;
        background-size: 100%;
        left: 7px;
        border: 0;
        opacity: 1;
        -webkit-animation: rotate 15000ms linear infinite;
                animation: rotate 15000ms linear infinite;
        -webkit-animation-play-state: running;
                animation-play-state: running; }
      .adjective-story__button:hover .adjective-story__button-text, .adjective-story__button:focus .adjective-story__button-text {
        left: -108px;
        opacity: 1; }
      .adjective-story__button:hover:before, .adjective-story__button:focus:before {
        content: "";
        position: absolute;
        width: 170px;
        height: 170px;
        background: url(/media/schools-and-colleges/tun/style-assets/svg/wave1.svg) no-repeat;
        background-size: 100%;
        left: 15px;
        border: 0;
        opacity: 1;
        -webkit-animation: rotateReverse 15000ms linear infinite;
                animation: rotateReverse 15000ms linear infinite;
        -webkit-animation-play-state: running;
                animation-play-state: running; }
      .adjective-story__button button:hover,
      .adjective-story__button button:focus {
        background-size: 100%; }
        .adjective-story__button button:hover .adjective-story__button-text,
        .adjective-story__button button:focus .adjective-story__button-text {
          left: -108px;
          opacity: 1; } }

.adjective-story__button-text {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px); }
  @media screen and (min-width: 1025px) {
    .adjective-story__button-text {
      color: #001721;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      width: 100px;
      height: auto;
      clip: auto;
      top: 50%;
      margin-top: -14px;
      opacity: 0;
      left: -30px;
      -webkit-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms; } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes rotateReverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rotateReverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@media screen and (min-width: 700px) {
  .adjective-story__overlay-wrapper {
    width: 50%;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    height: 100%; } }

@media screen and (min-width: 1025px) {
  .adjective-story__overlay-wrapper {
    width: 46%; } }

.adjective__overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 126, 151, 0.97) url(/media/schools-and-colleges/tun/style-assets/svg/pattern-lines-white.svg) no-repeat;
  background-size: 360px 360px;
  background-position: calc(100% + 170px) calc(100% + 117px);
  z-index: -1;
  padding: 0 15px;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }
  @media screen and (min-width: 700px) {
    .adjective__overlay {
      position: absolute;
      right: 50%;
      left: auto;
      padding: 0 40px;
      background: rgba(0, 126, 151, 0.87);
      z-index: 10;
      -webkit-transition: right 300ms;
      -o-transition: right 300ms;
      transition: right 300ms; } }
  @media screen and (min-width: 1025px) {
    .adjective__overlay {
      padding: 0 100px 0 70px; } }
  .adjective__overlay blockquote {
    background: transparent;
    padding: 140px 0px 20px;
    margin: 40px 0 0; }
    @media screen and (min-width: 700px) {
      .adjective__overlay blockquote {
        font-size: 30px;
        float: none;
        width: 100%;
        margin: 0;
        padding: 100px 0 20px; } }
    @media screen and (min-width: 1025px) {
      .adjective__overlay blockquote {
        padding: 265px 0 25px; }
        .adjective__overlay blockquote p {
          line-height: 1.3; } }
    .adjective__overlay blockquote p:before {
      width: 22px;
      height: 21px; }
      @media screen and (min-width: 700px) {
        .adjective__overlay blockquote p:before {
          content: none; } }
    .adjective__overlay blockquote:before {
      content: none; }

.adjective__overlay__attribution {
  color: #FFFFFF;
  font-size: 13px; }
  @media screen and (min-width: 1025px) {
    .adjective__overlay__attribution {
      font-size: 16px; } }
  .adjective__overlay__attribution .attribution__person {
    text-transform: uppercase; }
    .adjective__overlay__attribution .attribution__person:after {
      content: '|';
      margin: 0 5px; }

.adjective__overlay__link {
  color: #FFFFFF;
  font-size: 13px;
  text-decoration: underline;
  margin: 1.7em 0 0;
  display: block; }
  @media screen and (min-width: 700px) {
    .adjective__overlay__link {
      margin-top: 2.5em; } }
  @media screen and (min-width: 1025px) {
    .adjective__overlay__link {
      font-size: 16px; } }

.adjective__overlay__button {
  position: absolute;
  top: 3px;
  right: 3px;
  background: url(/media/schools-and-colleges/tun/style-assets/svg/x-white.svg) no-repeat center center;
  padding: 0;
  width: 40px;
  height: 40px;
  min-width: inherit; }
  @media screen and (min-width: 700px) {
    .adjective__overlay__button {
      display: none; } }
  .adjective__overlay__button:hover {
    background: url(/media/schools-and-colleges/tun/style-assets/svg/x-white.svg) no-repeat center center; }
  .adjective__overlay__button:before, .adjective__overlay__button:after {
    content: none; }

.homepage__jump-links {
  padding: 0;
  position: fixed;
  top: 80px;
  right: 0;
  width: 13px;
  text-align: center;
  z-index: 10000;
  background: #fff; }
  @media screen and (min-width: 700px) {
    .homepage__jump-links {
      top: 120px; } }
  @media screen and (min-width: 1025px) {
    .homepage__jump-links {
      width: 20px;
      top: 150px; } }
  @media screen and (min-width: 1680px) {
    .homepage__jump-links {
      right: calc((100% - 1680px) / 2); } }
  .homepage__jump-links:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6.5px 0 6.5px;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0; }
    @media screen and (min-width: 1025px) {
      .homepage__jump-links:after {
        border-width: 7px 10px 0 10px;
        bottom: -7px; } }
  .homepage__jump-links li:before {
    content: none; }
  .homepage__jump-links li {
    margin-bottom: 30px; }
    .homepage__jump-links li.active a {
      background: #BD5A14;
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }
    .homepage__jump-links li:last-child {
      margin-bottom: 20px; }
  .homepage__jump-links a {
    background: #222;
    width: 9px;
    height: 9px;
    color: transparent;
    display: block;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    border-radius: 100em;
    overflow: hidden; }
    @media screen and (min-width: 1025px) {
      .homepage__jump-links a {
        width: 11px;
        height: 11px; } }

.visit-touro.home-slide {
  margin: 30px 0px;
  padding: 40px 15px 40px;
  background-size: cover;
  background-color: #000; }
  @media screen and (min-width: 700px) {
    .visit-touro.home-slide {
      margin: 30px 0px;
      padding: 40px 15px 40px; } }
  @media screen and (min-width: 1025px) {
    .visit-touro.home-slide {
      position: relative;
      width: 100vw;
      left: 50%;
      margin-left: -50vw;
      max-width: 1680px;
      display: block;
      height: 100vh;
      position: absolute;
      height: 0;
      -webkit-transition: opacity 400ms, height 0ms 400ms;
      -o-transition: opacity 400ms, height 0ms 400ms;
      transition: opacity 400ms, height 0ms 400ms;
      opacity: 0;
      z-index: 100;
      overflow: hidden;
      padding: 40px 15px 40px; } }
  @media screen and (min-width: 1025px) and (min-width: 1680px) {
    .visit-touro.home-slide {
      margin-left: -840px; } }
  @media screen and (min-width: 1025px) and (max-height: 600px) {
    .visit-touro.home-slide {
      position: relative;
      opacity: 1;
      height: auto; } }
  @media screen and (min-width: 1025px) {
      .visit-touro.home-slide.active {
        opacity: 1;
        height: 100vh;
        -webkit-transition: opacity 400ms;
        -o-transition: opacity 400ms;
        transition: opacity 400ms; } }
  .visit-touro.home-slide h2 {
    font-size: 28px;
    margin-bottom: 0.2em; }
    @media screen and (min-width: 700px) {
      .visit-touro.home-slide h2 {
        font-size: 40px;
        line-height: 1.1; } }
    @media screen and (min-width: 1025px) {
      .visit-touro.home-slide h2 {
        font-size: 60px;
        line-height: 1.1;
        margin-bottom: 0.4em; } }
  .visit-touro.home-slide p {
    font-size: 17px; }
    @media screen and (min-width: 1025px) {
      .visit-touro.home-slide p {
        font-size: 19px;
        padding-right: 150px; } }
  .visit-touro.home-slide a.cta--large {
    padding-right: 15px;
    padding-left: 15px;
    min-width: inherit; }
    @media screen and (min-width: 700px) {
      .visit-touro.home-slide a.cta--large {
        font-size: 15px;
        padding: 9px 15px; } }
    @media screen and (min-width: 1025px) {
      .visit-touro.home-slide a.cta--large {
        font-size: 26px;
        padding: 15px 45px; } }

.home-hero {
  margin: -68px -15px 0;
  position: relative;
  height: 100vh;
  max-height: 800px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #000; }
  .home-hero:focus {
    outline: 2px solid #FFFFFF;
    outline-offset: -2px; }
  @media screen and (min-width: 700px) {
    .home-hero {
      margin: -74px -30px 0; } }
  @media screen and (min-width: 1025px) {
    .home-hero {
      margin: 0;
      max-height: inherit;
      position: relative;
      width: 100vw;
      left: 50%;
      margin-left: -50vw;
      max-width: 1680px;
      position: absolute; } }
  @media screen and (min-width: 1025px) and (min-width: 1680px) {
    .home-hero {
      margin-left: -840px; } }
  @media screen and (min-width: 1025px) and (max-height: 600px) {
    .home-hero {
      height: auto;
      position: relative; } }
  .home-hero .svgs {
    position: absolute;
    left: -10px;
    min-width: 1304px;
    width: 105%;
    bottom: 70px;
    overflow: visible;
    height: 50px; }
    @media screen and (min-width: 700px) {
      .home-hero .svgs {
        bottom: 80px;
        left: -10px;
        height: 60px; } }
    @media screen and (min-width: 1025px) {
      .home-hero .svgs {
        left: -10px;
        bottom: 60px;
        height: 90px; } }
  .home-hero .line-1 {
    background: url(/media/schools-and-colleges/tun/style-assets/svg/1.svg);
    position: absolute;
    top: 0;
    width: 200%;
    height: 94px;
    opacity: 0.6;
    background-size: auto 50%;
    background-repeat: repeat-x;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-animation: move-right-2 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) 0s infinite;
            animation: move-right-2 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) 0s infinite; }
  .home-hero .line-2 {
    background: url(/media/schools-and-colleges/tun/style-assets/svg/2.svg);
    position: absolute;
    background-position-x: center;
    top: 10px;
    width: 200%;
    height: 94px;
    opacity: 0.3;
    background-size: auto 100%;
    background-repeat: repeat-x;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-animation: move-right 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -1s infinite;
            animation: move-right 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -1s infinite; }
  .home-hero .line-3 {
    background: url(/media/schools-and-colleges/tun/style-assets/svg/4.svg);
    position: absolute;
    background-position-x: 70%;
    top: 15px;
    width: 200%;
    height: 94px;
    opacity: 0.4;
    background-size: auto 100%;
    background-repeat: repeat-x;
    -webkit-transform: translateX(0, 0, 0);
        -ms-transform: translateX(0, 0, 0);
            transform: translateX(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-animation: move-right-2 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.225s infinite;
            animation: move-right-2 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.225s infinite; }
  .home-hero .line-4 {
    background: url(/media/schools-and-colleges/tun/style-assets/svg/1.svg);
    position: absolute;
    background-position-x: 20%;
    top: 0px;
    width: 500%;
    height: 94px;
    opacity: 0.5;
    background-size: auto 50%;
    background-repeat: repeat-x;
    -webkit-transform: translateX(0, 0, 0);
        -ms-transform: translateX(0, 0, 0);
            transform: translateX(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-animation: move-right 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) 0.5s infinite;
            animation: move-right 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) 0.5s infinite; }
  .home-hero path:nth-child(3) {
    opacity: 0.5; }
  .home-hero path:nth-child(4) {
    opacity: 0.9; }

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); } }

@keyframes move {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); } }
  .home-hero:before {
    content: "";
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .home-hero img {
    min-width: 100%; }
  .home-hero h2, #block-1 .content-wrapper h2 {
    color: #FFFFFF;
    font-size: 50px;
    left: 10px;
    position: absolute;
    bottom: 30px;
    line-height: 1.1;
    z-index: 10; }
    @media screen and (min-width: 700px) {
      .home-hero h2, #block-1 .content-wrapper h2 {
        font-size: 50px;
        left: 30px;
        right: 30px;
        bottom: 35px; } }
    @media screen and (min-width: 1025px) {
      .home-hero h2 {
        font-size: 100px;
        left: 130px;
        right: 130px; } }
    .home-hero h2 .home-hero__line, #block-1 .content-wrapper h2 .home-hero__line {
      opacity: 0;
	  display: flex;

		}
    .home-hero h2:first-of-type .home-hero__line, #block-1 .content-wrapper h2:first-of-type .home-hero__line {
      opacity: 1; }

h2:nth-last-child(4) .home-hero__line:first-child {
  -webkit-animation: moveOut 300ms 4000ms ease-in forwards;
          animation: moveOut 300ms 4000ms ease-in forwards; }

h2:nth-last-child(4) .home-hero__line:last-child {
  -webkit-animation: moveOut 300ms 4200ms ease-in forwards;
          animation: moveOut 300ms 4200ms ease-in forwards; }

h2:nth-last-child(3) .home-hero__line:first-child {
  -webkit-animation: moveIn 300ms 4500ms ease-out forwards,  moveOut 300ms 8500ms ease-in forwards;
          animation: moveIn 300ms 4500ms ease-out forwards,  moveOut 300ms 8500ms ease-in forwards; }

h2:nth-last-child(3) .home-hero__line:last-child {
  -webkit-animation: moveIn 300ms 4700ms ease-out forwards, moveOut 300ms 8700ms ease-out forwards;
          animation: moveIn 300ms 4700ms ease-out forwards, moveOut 300ms 8700ms ease-out forwards; }

h2:nth-last-child(2) .home-hero__line:first-child {
  -webkit-animation: moveIn 300ms 9000ms ease-out forwards, moveOut 300ms 13000ms ease-in forwards;
          animation: moveIn 300ms 9000ms ease-out forwards, moveOut 300ms 13000ms ease-in forwards; }

h2:nth-last-child(2) .home-hero__line:last-child {
  -webkit-animation: moveIn 300ms 9200ms ease-out forwards, moveOut 300ms 13200ms ease-out forwards;
          animation: moveIn 300ms 9200ms ease-out forwards, moveOut 300ms 13200ms ease-out forwards; }

h2:nth-last-child(1) .home-hero__line:first-child {
  -webkit-animation: moveIn 300ms 13400ms ease-out forwards;
          animation: moveIn 300ms 13400ms ease-out forwards; }

h2:nth-last-child(1) .home-hero__line:last-child {
  -webkit-animation: moveIn 300ms 13600ms ease-out forwards;
          animation: moveIn 300ms 13600ms ease-out forwards; }

@-webkit-keyframes moveOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0; } }

@keyframes moveOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0; } }

@-webkit-keyframes moveIn {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes moveIn {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes move-right {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  50% {
    -webkit-transform: translate3d(-557.5px, 5px, 0);
            transform: translate3d(-557.5px, 5px, 0); }
  100% {
    -webkit-transform: translate3d(-1115px, -20px, 0);
            transform: translate3d(-1115px, -20px, 0); } }

@keyframes move-right {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  50% {
    -webkit-transform: translate3d(-557.5px, 5px, 0);
            transform: translate3d(-557.5px, 5px, 0); }
  100% {
    -webkit-transform: translate3d(-1115px, -20px, 0);
            transform: translate3d(-1115px, -20px, 0); } }

@-webkit-keyframes move-right-2 {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  50% {
    -webkit-transform: translate3d(-557.5px, 5px, 0);
            transform: translate3d(-557.5px, 5px, 0); }
  100% {
    -webkit-transform: translate3d(-1115px, -10px, 0);
            transform: translate3d(-1115px, -10px, 0); } }

@keyframes move-right-2 {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  50% {
    -webkit-transform: translate3d(-557.5px, 5px, 0);
            transform: translate3d(-557.5px, 5px, 0); }
  100% {
    -webkit-transform: translate3d(-1115px, -10px, 0);
            transform: translate3d(-1115px, -10px, 0); } }

.feature-space {
  margin: 40px 0; }
  @media screen and (min-width: 700px) {
    .feature-space {
      margin: 70px 0; } }
  @media screen and (min-width: 1025px) {
    .feature-space {
      margin: 90px 0;
      position: relative;
      width: 100vw;
      left: 50%;
      margin-left: -50vw;
      max-width: 1680px;
      padding: 0 135px; } }
  @media screen and (min-width: 1025px) and (min-width: 1680px) {
    .feature-space {
      margin-left: -840px; } }
  .feature-space h2 {
    margin-top: 0; }
    @media screen and (min-width: 1025px) {
      .feature-space h2 {
        font-size: 70px;
        margin: 0 0 0.2em; } }

.feature-space__inner {
  overflow: auto; }

.feature__image-wrapper {
  margin-bottom: 20px; }
  .feature__image-wrapper img {
    width: 100%; }
  @media screen and (min-width: 700px) {
    .feature__image-wrapper {
      float: right;
      width: 45%;
      margin-left: 30px; } }
  @media screen and (min-width: 1025px) {
    .feature__image-wrapper {
      width: 48%;
      margin-left: 100px;
      margin-top: 18px; } }

.feature__image-caption {
  font-weight: 300;
  font-size: 13px; }
  @media screen and (min-width: 1025px) {
    .feature__image-caption {
      font-size: 16px;
      margin-top: 10px; } }

.feature__eyebrow {
  color: #004f71;
  font-size: 20px; }
  @media screen and (min-width: 700px) {
    .feature__eyebrow {
      font-size: 26px; } }
  @media screen and (min-width: 1025px) {
    .feature__eyebrow {
      font-size: 38px; } }

.feature__feature-subtitle {
  color: #004f71;
  font-size: 13px;
  font-weight: 700; }
  @media screen and (min-width: 700px) {
    .feature__feature-subtitle {
      font-size: 15px; } }
  @media screen and (min-width: 1025px) {
    .feature__feature-subtitle {
      font-size: 20px; } }

.feature__feature-description p {
  margin: 1em 0 1.5em; }

@media screen and (min-width: 700px) {
  .feature__feature-description {
    overflow: hidden; } }

@media screen and (min-width: 1025px) {
  .feature__feature-description {
    font-size: 20px; } }

.feature__feature-cta a.cta--large {
  padding: 9px 15px;
  min-width: inherit; }
  @media screen and (min-width: 700px) {
    .feature__feature-cta a.cta--large {
      font-size: 15px; } }
  @media screen and (min-width: 1025px) {
    .feature__feature-cta a.cta--large {
      font-size: 26px;
      padding: 15px 30px; } }

.home__cta-block {
  background-image: inherit;
  background-size: cover;
  background-position: center;
  padding: 200px 15px 50px;
  position: relative;
  max-width: 1680px;
  margin: 0 auto; }
  @media screen and (min-width: 700px) {
    .home__cta-block {
      padding: 80px 30px 60px; } }
  @media screen and (min-width: 1025px) {
    .home__cta-block {
      padding: 190px 135px 75px;
      background-image: none; } }
  .home__cta-block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    height: 100px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/lines-footer.svg) left center no-repeat;
    background-size: auto 100%; }
    @media screen and (min-width: 700px) {
      .home__cta-block:before {
        height: 110px;
        top: 80px; } }
    @media screen and (min-width: 1025px) {
      .home__cta-block:before {
        top: 190px;
        height: 160px;
        background-size: 100%; } }
    @media screen and (min-width: 1680px) {
      .home__cta-block:before {
        height: 160px; } }
  .home__cta-block h2 {
    color: #FFFFFF;
    position: relative;
    margin: 0;
    max-width: 650px; }
  .home__cta-block ul {
    padding: 0;
    margin: 30px 0 0;
    list-style: none; }
    @media screen and (min-width: 700px) {
      .home__cta-block ul {
        margin-top: 40px; } }
    @media screen and (min-width: 1025px) {
      .home__cta-block ul {
        margin-top: 50px; } }
    .home__cta-block ul li {
      margin-top: 20px; }
      @media screen and (min-width: 700px) {
        .home__cta-block ul li {
          display: inline-block;
          margin-right: 30px;
          margin-top: 5px; } }
      @media screen and (min-width: 1025px) {
        .home__cta-block ul li {
          margin-right: 70px; } }
  .home__cta-block a {
    color: #FFFFFF;
    background-color:#013ccc;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    padding: 9px 45px;
    display: inline-block;
    min-width: 160px;
    padding-right: 30px;
    padding-left: 30px; 
    text-decoration: none;
    font-family: 'raleway', sans-serif; 
    border: none; }
    @media (min-width: 700px) {
      .home__cta-block a {
        font-size: 20px;
        padding: 15px 45px;
        min-width: 169px; } }
    @media (min-width: 1025px) {
      .home__cta-block a {
        font-size: 26px;
        min-width: 207px; } }
    .home__cta-block a:before {
      content: none;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 5px;
      right: 5px;
      border: 1px solid #FFFFFF; }
    .home__cta-block a:after {
      content: none;
      position: absolute;
      z-index: 0;
      top: 5px;
      bottom: 5px;
      left: 0px;
      right: 0px;
      border: 1px solid #FFFFFF;
      opacity: 1; }
    .home__cta-block a:hover {
      text-decoration: none;
      background: #FFFFFF;
      color: #000; }
      .home__cta-block a:hover:before, .home__cta-block a:hover:after {
        content: none; }

.alert {
  color: #FFFFFF;
  padding: 25px 15px 20px;
  background: #90050A;
  margin: 0 auto;
  position: relative; }

.alert p {
   margin: 0 0 1rem; 
  
}
  @media screen and (min-width: 700px) {
    .alert {
      padding: 25px 30px 20px; } }
  @media screen and (min-width: 1100px) {
    .alert {
      padding: 20px 200px 20px; } }

.alert.notification-type-general-notification {
   background: #009cde;
}

.alert.notification-type-general-notification a {
color: #ffc72c;
}

.alert.notification-type-general-notification a:hover {
color: #fff;
}

.alert.notification-type-weather-related {
   background: #ffc600;
   color: #004f71;
}

.alert__heading {
  color: #FFFFFF;
  margin: 0;
  padding-right: 30px; }

.alert .edate {
  font-size: 1rem;
}
.alert.notification-type-weather-related .alert__heading, .alert.notification-type-weather-related a.alert__cta {
  color: #004f71;
}
.alert.notification-type-weather-related a.cta--small-white::before {
  background-color:  #004f71;
}
.alert__cta.cta--small-white {
  font-size: 16px;
  margin-top: 15px;
  display: inline-block; }

.alert__close {
  width: 40px;
  height: 40px;
  background: url(/media/schools-and-colleges/tun/style-assets/svg/x-white.svg) no-repeat 10px 15px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0; }
  @media screen and (min-width: 700px) {
    .alert__close {
      background-position: 5px 17px; } }

.video-embed figure {
  margin: 0 -15px; }
  @media screen and (min-width: 700px) {
    .video-embed figure {
      margin: 0; } }
  .video-embed figure .media-wrapper {
    position: relative; }
    .video-embed figure .media-wrapper.visible-video iframe {
      visibility: visible;
      z-index: 100; }
  .video-embed figure iframe {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
  .video-embed figure figcaption {
    padding: 0 15px; }
    @media screen and (min-width: 700px) {
      .video-embed figure figcaption {
        padding: 0; } }
  .video-embed figure button {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -22.5px;
    margin-left: -22.5px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/play.svg);
    background-size: 100%;
    border: 0;
    padding: 0;
    min-width: inherit; }
    .video-embed figure button:hover {
      background: url(/media/schools-and-colleges/tun/style-assets/svg/play-invert.svg);
      background-size: 100%; }
    .video-embed figure button:before, .video-embed figure button:after {
      content: none; }
    @media screen and (min-width: 700px) {
      .video-embed figure button {
        width: 60px;
        height: 60px; } }

.accordion-container {
  margin: 50px 0; }
  @media screen and (min-width: 1025px) {
    .accordion-container {
      margin: 70px 0; 
    }  
  
  }

.accordion-container h2 {
  margin: 1.3em 0 0.4em; }

.accordion__content {
  display: none; }

.expand-collapse-all {
  margin-top: 1.4em;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000; }
  .expand-collapse-all .expand-all:before {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }
  .expand-collapse-all a {
    color: #00308c;
    font-size: 14px;
    font-weight: 700;
    margin-right: 35px; }
    .expand-collapse-all a:before {
      content: "";
      display: inline-block;
      width: 13px;
      height: 8px;
      margin-right: 12px;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-up.svg) no-repeat;
      background-size: 100% 100%; }

.accordion__toggle {
  color: #00308c;
  font-weight: 700;
  position: relative;
  padding: 13px 50px 13px 13px;
  display: block; }
  @media screen and (min-width: 700px) {
    .accordion__toggle {
      padding: 18px 50px 18px 25px; } }
  @media screen and (min-width: 1025px) {
    .accordion__toggle {
      padding: 15px 50px 16px 25px; } }
  .accordion__toggle:hover {
    text-decoration: none;
    background: rgba(245, 248, 250, 0.7); }
  .accordion__toggle.active {
    background: rgba(245, 248, 250, 0.7);
    padding-bottom: 8px; }
    .accordion__toggle.active:after {
      background: url(/media/schools-and-colleges/tun/style-assets/svg/minus-accordion.svg) no-repeat center; }
  .accordion__toggle:after, main .featured_video button:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 21px;
    width: 10px;
    height: 11px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/plus-accordion.svg) no-repeat center;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    @media screen and (min-width: 700px) {
      .accordion__toggle:after {
        top: 26px; } }

.accordion {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  position: relative; }

.accordion__content {
  padding: 0px 50px 13px 13px;
  background: rgba(245, 248, 250, 0.7); }
  @media screen and (min-width: 700px) {
    .accordion__content {
      padding: 1px 50px 15px 25px; } }
  .accordion__content p {
    margin: 0 0 1.3em; }

.accordion__back-to-top {
  color: #004f71;
  font-size: 14px;
  font-weight: 700;
  margin-right: 35px;
  background: transparent;
  min-width: inherit;
  padding: 0; }
  .accordion__back-to-top:hover {
    color: #004f71;
    background: transparent; }
    .accordion__back-to-top:hover:before {
      content: "";
      display: inline-block;
      position: static;
      width: 13px;
      height: 8px;
      margin-right: 12px;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-up.svg) no-repeat;
      background-size: 100% 100%;
      border: 0; }
  .accordion__back-to-top:after {
    content: none; }
  .accordion__back-to-top:before {
    content: "";
    display: inline-block;
    position: static;
    width: 13px;
    height: 8px;
    margin-right: 12px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-up.svg) no-repeat;
    background-size: 100% 100%;
    border: 0; }

.curriculum-table {
  margin: 50px 0; }
  @media screen and (min-width: 1025px) {
    .curriculum-table {
      margin: 70px 0; } }

.curriculum-table h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.6em;
  margin-top: 0; }
  @media screen and (min-width: 700px) {
    .curriculum-table h3 {
      font-size: 22px; } }
  @media screen and (min-width: 1025px) {
    .curriculum-table h3 {
      font-size: 26px;
      margin-bottom: 0.4em; } }

.curriculum-table p {
  margin-bottom: 1.5em; }

.curriculum-table table {
  margin-bottom: 10px; }
  @media screen and (min-width: 700px) {
    .curriculum-table table {
      margin-bottom: 35px; } }

.curriculum-table {
  margin-bottom: 45px; }
  @media screen and (min-width: 1025px) {
    .curriculum-table {
      margin-bottom: 70px; } }
.generic-two-column {
clear: both;
}
.generic-two-column p {
  margin-bottom: 0.7em; }

.two-column__wrapper {
  margin-top: 25px; }

.column__header {
  color: #222;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.6em; }
  .column__header a {
    color: #000; }
  @media screen and (min-width: 700px) {
    .column__header {
      font-size: 22px; } }

.column__subtitle {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase; }

.column__body {
  font-size: 15px;
  font-weight: 300; }
  @media screen and (min-width: 700px) {
    .column__body {
      font-size: 16px; } }
  .column__body a {
    color: #013ccc; }
  .column__body a:hover {
    color: #00256b; }

.two-column__column {
  margin-bottom: 30px; }
  @media screen and (min-width: 700px) {
    .two-column__column {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 50%;
      padding: 0 10px;
      margin-bottom: 10px; } }
  .two-column__column img {
    width: 100%; }

a[href$="pdf"] {
  margin-bottom: 5px; }

a[href$="pdf"]:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 21px;
  height: 23px;
  background: url(/media/schools-and-colleges/tun/style-assets/svg/pdf.svg) no-repeat;
  vertical-align: top; }

@media screen and (min-width: 700px) {
  .two-column__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px -10px 0; } }

@media screen and (min-width: 1025px) {
  .two-column__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px -10px 0; } }

.generic-three-column {
  margin: 50px 0; clear: both; }
  @media screen and (min-width: 1025px) {
    .generic-three-column {
      margin: 70px 0; } }

.generic-three-column p {
  margin-bottom: 0.7em; }

.three-column__wrapper {
  margin: 25px -15px 0;
  padding-bottom: 55px; }
  @media screen and (min-width: 1025px) {
    .three-column__wrapper {
      padding-bottom: 0; } }
  .three-column__wrapper .slick-dots,
  .three-column__wrapper .slick-arrow {
    position: absolute;
    bottom: 0; }
  @media screen and (min-width: 700px) {
    .three-column__wrapper .slick-list {
      padding-right: 60px; } }
  @media screen and (min-width: 1025px) {
    .three-column__wrapper .slick-list {
      padding-right: 0px; } }
  .three-column__wrapper .slick-dots {
    width: 100%;
    padding: 0 40px;
    text-align: center; }
  .three-column__wrapper .slick-dots li {
    display: inline-block;
    margin: 0 12px; }
    .three-column__wrapper .slick-dots li:before {
      content: none; }
    .three-column__wrapper .slick-dots li button {
      color: transparent;
      width: 10px;
      height: 10px;
      border-radius: 100px;
      padding: 0;
      border: 0;
      background: #009cde; }
    .three-column__wrapper .slick-dots li.slick-active button {
      background: #ffc600;
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }
  .three-column__wrapper .slick-arrow {
    color: transparent;
    width: 40px;
    height: 40px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel.svg) no-repeat right center;
    border: 0;
    right: 15px;
    bottom: -3px;
    z-index: 1000; }
    @media screen and (min-width: 700px) {
      .three-column__wrapper .slick-arrow {
        right: 170px; } }
    .three-column__wrapper .slick-arrow.slick-prev {
      left: 15px;
      bottom: -3px;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel-opposite.svg) no-repeat left center; }
      @media screen and (min-width: 700px) {
        .three-column__wrapper .slick-arrow.slick-prev {
          left: 170px; } }

.column__header {
  color: #222;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.6em; }
  .column__header a {
    color: #000; }
  .column__header a:hover {
    color: #013ccc; }
  @media screen and (min-width: 700px) {
    .column__header {
      font-size: 22px; } }

.column__subtitle {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase; }

.column__body {
  font-size: 15px;
  font-weight: 300; }
  @media screen and (min-width: 700px) {
    .column__body {
      font-size: 16px; } }
  .column__body a {
    color: #013ccc; }
  .column__body a.cta--small {
    font-weight: 700; }
  .column__body a.cta--large {
    color: #BD5A14; }
    .column__body a.cta--large:hover {
      color: #FFFFFF; }
  .column__body ul {
    padding-left: 18px; }
    .column__body ul li {
      margin: 0.1em 0; }
    .column__body ul li:before {
      background: #009cde; }

.three-column__column {
  margin: 0 7.5px; }
  @media screen and (min-width: 700px) {
    .three-column__column {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 40%;
      margin: 0;
      margin-right: 20px; } }
  .three-column__column img {
    width: 100%; }

a[href$="pdf"] {
  margin-bottom: 5px; }

a[href$="pdf"]:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 21px;
  height: 23px;
  background: url(/media/schools-and-colleges/tun/style-assets/svg/pdf.svg) no-repeat;
  vertical-align: top; }

@media screen and (min-width: 700px) {
  .three-column__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 45px -30px 25px 0; } }

@media screen and (min-width: 1025px) {
  .three-column__wrapper {
    margin-top: 30px; } }

.generic-image-list {
  margin: 50px 0; }
  @media screen and (min-width: 1025px) {
    .generic-image-list {
      margin: 90px 0; } }

.generic-image-list p {
  margin-bottom: 1.5em; }

.image-list__item h3 {
  color: #222;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.6em; }
  @media screen and (min-width: 700px) {
    .image-list__item h3 {
      margin-top: -0.2em; } }
  .image-list__item h3 a {
    color: #004f71; }
  @media screen and (min-width: 700px) {
    .image-list__item h3 {
      font-size: 22px; } }

.list__item__subtitle {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase; }

.image-list__item {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  overflow: auto; }
  @media screen and (min-width: 700px) {
    .image-list__item {
      font-size: 16px; } }
  @media screen and (min-width: 700px) {
    .image-list__item img {
      float: left;
      margin-right: 20px; } }
  .image-list__item a {
    color: #004f71; }
  .image-list__item a.cta--small {
    color: #BD5A14;
    font-weight: 700; }
  .image-list__item a.cta--large {
    color: #BD5A14; }
    .image-list__item a.cta--large:hover {
      color: #FFFFFF; }
  .image-list__item ul {
    padding-left: 18px; }
    .image-list__item ul li {
      margin: 0.1em 0; }
    .image-list__item ul li:before {
      background: #BD5A14; }

.contact-info-office {
  margin: 50px 0;
  font-weight: 300; }
  @media screen and (min-width: 1025px) {
    .contact-info-office {
      margin: 70px 0; } }
  .contact-info-office a {
    color: #013ccc; }
  .contact-info-office a:hover {
    color: #00256b; }

.contact-office__email,
.contact-office__phone,
.contact-office__link,
.contact-office__hour {
  margin: 7px 0; }
  @media screen and (min-width: 700px) {
    .contact-office__email,
    .contact-office__phone,
    .contact-office__link,
    .contact-office__hour {
      margin: 4px 0; } }
  @media screen and (min-width: 1025px) {
    .contact-office__email,
    .contact-office__phone,
    .contact-office__link,
    .contact-office__hour {
      margin: 0; } }

.contact-info-office h2 {
  margin-bottom: 0.4em; }

.contact-info-office h3 {
  color: #222;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (min-width: 700px) {
    .contact-info-office h3 {
      font-size: 22px; } }
  @media screen and (min-width: 1025px) {
    .contact-info-office h3 {
      font-size: 26px; } }

.contact-office__wrapper {
  margin: 10px 0 0; }
  @media screen and (min-width: 700px) {
    .contact-office__wrapper {
      margin: 20px 0 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.contact-office__column:first-child {
  padding-bottom: 10px;
  border-bottom: 2px solid #e1e1e1; }
  @media screen and (min-width: 700px) {
    .contact-office__column:first-child {
      padding-bottom: 0;
      border-bottom: 0;
      width: 33.33%; } }
  @media screen and (min-width: 1025px) {
    .contact-office__column:first-child {
      margin: -9px 0 0; } }

.contact-office__column:last-child {
  padding-top: 5px; }
  @media screen and (min-width: 700px) {
    .contact-office__column:last-child {
      padding: 0 0 0 60px;
      width: 66.66%;
      border-left: 2px solid #e1e1e1; } }

.contact-office__hour {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
  max-width: 350px; }
  @media screen and (min-width: 700px) {
    .contact-office__hour {
      font-size: 16px; }
      .contact-office__hour:first-child {
        margin-top: 0; }
      .contact-office__hour:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1025px) {
    .contact-office__hour {
      margin: 0 0 6px; }
      .contact-office__hour:first-child {
        margin-top: -7px; } }

.contact-office__day {
  font-weight: 600; }

.contact-info-list {
  margin: 50px 0; }
  @media screen and (min-width: 1025px) {
    .contact-info-list {
      margin: 70px 0; } }

.contact-info-list p {
  margin-bottom: 1.5em; }

.contact-list__item h3 {
  color: #222;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.6em; }
  @media screen and (min-width: 700px) {
    .contact-list__item h3 {
      margin-top: -0.2em; } }
  .contact-list__item h3 a {
    color: #013ccc;
text-decoration: underline;}
  @media screen and (min-width: 700px) {
    .contact-list__item h3 {
      font-size: 22px; } }

.list__item__title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em; }
  @media screen and (min-width: 1025px) {
    .list__item__title {
      font-size: 16px; } }

.list__item__phone {
  font-weight: 300; }

.contact-list__item {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
  overflow: auto; }
  @media screen and (min-width: 700px) {
    .contact-list__item {
      font-size: 16px; } }
  @media screen and (min-width: 700px) {
    .contact-list__item img {
      float: left;
      margin-right: 20px; } }
  .contact-list__item a {
    color: #013ccc;
text-decoration: underline;}
  .contact-list__item a.cta--small {
    color: #BD5A14;
    font-weight: 700; }
  .contact-list__item a.cta--large {
    color: #BD5A14; }
    .contact-list__item a.cta--large:hover {
      color: #FFFFFF; }
  .contact-list__item ul {
    padding-left: 18px; }
    .contact-list__item ul li {
      margin: 0.1em 0; }
    .contact-list__item ul li:before {
      background: #BD5A14; }

.cta-grid {
  position: relative;
  margin: 50px 0; }
  @media screen and (min-width: 1025px) {
    .cta-grid {
      margin: 70px 0; } }
  .cta-grid:before {
    content: "";
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    max-width: 1680px;
    position: absolute;
    top: 0;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/lines-grid.svg) no-repeat top center;
    height: 68px;
    opacity: 0.7; }
    @media (min-width: 1680px) {
      .cta-grid:before {
        margin-left: -840px; } }
  .cta-grid h2 {
    position: relative; }

.cta-grid__list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (min-width: 700px) {
    .cta-grid__list {
      margin: 0 -5px; } }
  @media screen and (min-width: 1025px) {
    .cta-grid__list {
      margin: -10px; } }

.cta-grid__item {
  width: 100%;
  margin: 2.5px 0;
  min-height: 72px;
  background-color: #00559d; }
  @media screen and (min-width: 700px) {
    .cta-grid__item {
      background-color: transparent;
      width: 33.33%;
      padding: 5px;
      margin: 0;
      position: relative; }
      .cta-grid__item a:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        z-index: 5px;
        background: #00256B;
        opacity: 0.7;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms; } }
    @media screen and (min-width: 700px) and (min-width: 1025px) {
      .cta-grid__item a:after {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px; } }
  @media screen and (min-width: 1025px) {
    .cta-grid__item {
      padding: 10px; } }
  .cta-grid__item:before {
    content: none; }
  .cta-grid__item a {
    color: #fff;
    display: block;
    padding: 10px 13px;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .cta-grid__item a:hover {
      text-decoration: none; }
      .cta-grid__item a:hover:after {
        opacity: 0.85; }
    @media screen and (min-width: 700px) {
      .cta-grid__item a {
        width: 100%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding: 15px;
        min-height: 116px;
        background-color: #004f71; } }
    @media screen and (min-width: 1025px) {
      .cta-grid__item a {
        padding: 15px 60px 15px 15px;
        min-height: 156px; } }
    @media screen and (max-width: 700px) {
      .cta-grid__item a {
        background-image: none !important; } }

.grid__title {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 700px) {
    .grid__title {
      font-size: 22px; } }
  @media screen and (min-width: 700px) {
    .grid__title {
      font-size: 26px; } }

.stats-three-across {
  margin: 50px 0; }
  @media screen and (min-width: 1025px) {
    .stats-three-across {
      margin: 70px 0; } }

.stats__wrapper {
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 35px; }
  @media screen and (min-width: 700px) {
    .stats__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin-bottom: 35px; } }
  @media screen and (min-width: 1025px) {
    .stats__wrapper {
      margin-top: -10px; } }
  .stats__wrapper .slick-dots,
  .stats__wrapper .slick-arrow {
    position: absolute;
    bottom: 0; }
  @media screen and (min-width: 700px) {
    .stats__wrapper .slick-list {
      padding-right: 0px; } }
  .stats__wrapper .slick-dots {
    width: 100%;
    padding: 0 40px;
    text-align: center; }
  .stats__wrapper .slick-dots li {
    display: inline-block;
    margin: 0 12px; }
    .stats__wrapper .slick-dots li:before {
      content: none; }
    .stats__wrapper .slick-dots li button {
      color: transparent;
      width: 10px;
      height: 10px;
      border-radius: 100px;
      padding: 0;
      border: 0;
      background: #009cde; }
    .stats__wrapper .slick-dots li.slick-active button {
      background: #ffc72c;
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }
  .stats__wrapper .slick-arrow {
    color: transparent;
    width: 40px;
    height: 40px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel.svg) no-repeat right center;
    border: 0;
    right: 15px;
    bottom: -3px;
    z-index: 1000; }
    @media screen and (min-width: 700px) {
      .stats__wrapper .slick-arrow {
        right: 170px; } }
    .stats__wrapper .slick-arrow.slick-prev {
      left: 15px;
      bottom: -3px;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel-opposite.svg) no-repeat left center; }
      @media screen and (min-width: 700px) {
        .stats__wrapper .slick-arrow.slick-prev {
          left: 170px; } }

.stats__number {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 50px; }

.stat-description {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 15px; }

.stat__link a {
  font-size: 16px;
  color: #004f71; }

.stats__item {
  background: url(/media/schools-and-colleges/tun/style-assets/svg/stats-pattern.svg) no-repeat center center;
  background-size: auto 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 700px) {
    .stats__item {
      width: 33.33%;
      margin: 0 10px;
      padding: 0;
      background-size: contain; } }
  @media screen and (min-width: 1025px) {
    .stats__item {
      padding: 20px 0; } }

.stat__link {
  margin: auto 0 0; }

.stats__cta {
  text-align: center; }

.story-feature-small {
  margin: 40px -15px;
  position: relative;
  background-color: #000; }
  @media screen and (min-width: 700px) {
    .story-feature-small {
      margin: 60px -30px; } }
  @media screen and (min-width: 1025px) {
    .story-feature-small {
      margin: 90px 0;
      position: relative;
      width: 100vw;
      left: 50%;
      margin-left: -50vw;
      max-width: 1680px; } }
  @media screen and (min-width: 1025px) and (min-width: 1680px) {
    .story-feature-small {
      margin-left: -840px; } }
  .story-feature-small img {
    width: 100%; }
  .story-feature-small blockquote {
    overflow: visible; }

.story-small__intro {
  color: #FFFFFF;
  background: #00559d;
  padding: 35px 15px; }
  @media screen and (min-width: 700px) {
    .story-small__intro {
      position: absolute;
      left: 0;
      width: 50%;
      bottom: 0;
      height: 100%;
      z-index: 100;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 45px 30px;
      background: rgba(0, 85, 157, 0.87);} }
  @media screen and (min-width: 1325px) {
    .story-small__intro {
      width: 32%;
      left: 70px;
      padding: 65px 40px; } }
  .story-small__intro h2 {
    color: #FFFFFF;
    margin: 0;
    padding-right: 15px; }
    @media screen and (min-width: 700px) {
       .story-small__intro h2 {
         font-size: 44px; } }
  .story-small__intro p {
    margin: 1em 0 1.5em; }
    @media screen and (min-width: 700px) {
      .story-small__intro p {
        margin: 1em 0 2em; } }
    .story-small__intro p a {
      color: #FFFFFF;
      text-decoration: underline; }
  .story-small__intro .cta--large {
    color: #FFFFFF;
    background: transparent;
    border: solid 1px white;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    padding: 9px 45px;
    display: inline-block;
    min-width: 160px; }
    @media (min-width: 700px) {
      .story-small__intro .cta--large {
        font-size: 20px;
        padding: 15px 45px;
        min-width: 169px; } }
    @media (min-width: 1025px) {
      .story-small__intro .cta--large {
        font-size: 26px;
        min-width: 207px; } }
    .story-small__intro .cta--large:before {
      content: none;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 5px;
      right: 5px;
      border: 1px solid #FFFFFF; }
    .story-small__intro .cta--large:after {
      content: none;
      position: absolute;
      z-index: 0;
      top: 5px;
      bottom: 5px;
      left: 0px;
      right: 0px;
      border: 1px solid #FFFFFF;
      opacity: 1; }
    .story-small__intro .cta--large:hover {
      text-decoration: none;
      background: #FFFFFF;
      color: #000; }
      .story-small__intro .cta--large:hover:before, .story-small__intro .cta--large:hover:after {
        content: none; }
    @media screen and (min-width: 700px) {
      .story-small__intro .cta--large {
        padding: 15px 25px; } }

.story__image-wrapper {
  position: relative; }

.story__image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000000; }

.story-small__quote-wrapper {
  position: absolute;
  bottom: 45px;
  left: 0;
  padding: 0 15px; }
  @media screen and (min-width: 700px) {
    .story-small__quote-wrapper {
      width: 50%;
      right: 0;
      left: auto;
      padding: 0 30px; } }
  @media screen and (min-width: 1325px) {
    .story-small__quote-wrapper {
      width: calc(68% - 70px);
      bottom: 65px;
      padding: 0 60px; } }

.story-small__quote {
  background: transparent;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 700px) {
    .story-small__quote {
      float: none;
      width: 100%; } }
  .story-small__quote:before {
    content: none; }
  .story-small__quote p {
    margin-bottom: 1.1em; }
    @media screen and (min-width: 700px) {
      .story-small__quote p {
        margin-bottom: 0.7em; 
        font-size: 24px; } }
    @media screen and (min-width: 1025px) {
      .story-small__quote p {
        margin-bottom: 0.9em; 
        font-size: 28px; } }

.story-small__attribution {
  font-size: 13px;
  font-weight: 600; }
  @media screen and (min-width: 700px) {
    .story-small__attribution {
      font-size: 16px; } }
  .story-small__attribution .attribute__name {
    text-transform: uppercase; }
    .story-small__attribution .attribute__name:after {
      content: "|";
      margin: 0 3px 0 6px; }

.story-small__link.cta--small {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 28px;
  position: relative;
  margin-top: 1.7em;
  display: block; }
  .story-small__link.cta--small:hover {
    padding-left: 38px;
    text-decoration: none; }
    .story-small__link.cta--small:hover:before {
      width: 30px; }
  @media (min-width: 700px) {
    .story-small__link.cta--small {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    .story-small__link.cta--small {
      padding-left: 37px; }
      .story-small__link.cta--small:hover {
        padding-left: 47px; }
        .story-small__link.cta--small:hover:before {
          width: 38px; } }
  .story-small__link.cta--small:before {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    top: 0.8em;
    left: 0;
    background-color: #FFFFFF;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    @media (min-width: 1025px) {
      .story-small__link.cta--small:before {
        width: 28px; } }
  @media screen and (min-width: 700px) {
    .story-small__link.cta--small {
      text-transform: none;
      text-decoration: underline;
      padding: 0;
      margin-top: 1.1em; }
      .story-small__link.cta--small:hover {
        padding: 0; }
      .story-small__link.cta--small:before {
        content: none; } }

.story-feature-large {
  margin: 40px -15px;
  position: relative;
  background-color: #000; }
  @media screen and (min-width: 700px) {
    .story-feature-large {
      margin: 60px -30px; } }
  @media screen and (min-width: 1025px) {
    .story-feature-large {
      margin: 90px 0;
      position: relative;
      width: 100vw;
      left: 50%;
      margin-left: -50vw;
      max-width: 1680px; } }
  @media screen and (min-width: 1025px) and (min-width: 1680px) {
    .story-feature-large {
      margin-left: -840px; } }
  .story-feature-large img {
    width: 100%; }
  .story-feature-large blockquote {
    overflow: visible; }

.story-large__intro {
  color: #FFFFFF;
  background: #00559d;
  padding: 10px 15px 35px; }
  @media screen and (min-width: 700px) {
    .story-large__intro {
      padding: 15px 30px 35px; } }
  @media screen and (min-width: 1025px) {
    .story-large__intro {
      padding: 15px 110px 35px; } }
  .story-large__intro p {
    margin: 1em 0 1.5em; }
    @media screen and (min-width: 700px) {
      .story-large__intro p {
        margin: 1em 0 1.2em; } }
    @media screen and (min-width: 700px) {
      .story-large__intro p {
        margin: 1em 0 0.8em; } }
    .story-large__intro p a {
      color: #FFFFFF;
      text-decoration: underline; }
  .story-large__intro .cta--small {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 28px;
    position: relative; }
    .story-large__intro .cta--small:hover {
      padding-left: 38px;
      text-decoration: none; }
      .story-large__intro .cta--small:hover:before {
        width: 30px; }
    @media (min-width: 700px) {
      .story-large__intro .cta--small {
        font-size: 16px; } }
    @media (min-width: 1025px) {
      .story-large__intro .cta--small {
        padding-left: 37px; }
        .story-large__intro .cta--small:hover {
          padding-left: 47px; }
          .story-large__intro .cta--small:hover:before {
            width: 38px; } }
    .story-large__intro .cta--small:before {
      content: "";
      height: 1px;
      width: 20px;
      position: absolute;
      top: 0.8em;
      left: 0;
      background-color: #FFFFFF;
      -webkit-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      @media (min-width: 1025px) {
        .story-large__intro .cta--small:before {
          width: 28px; } }

.story__image-wrapper {
  position: relative; }

.story__image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000000; }

.story-large__quote-wrapper {
  position: absolute;
  bottom: 45px;
  left: 0;
  padding: 0 15px;
  z-index: 10; }
  @media screen and (min-width: 700px) {
    .story-large__quote-wrapper {
      right: 0;
      left: auto;
      padding: 0 30px; } }
  @media screen and (min-width: 1025px) {
    .story-large__quote-wrapper {
      bottom: 65px;
      padding: 0 110px;
      max-width: 1180px;
      left: 0; } }

 @media screen and (max-width: 580px) {
     .story-large__quote-wrapper {
          bottom: 5px;
      }
      blockquote p {
          font-size: 14px;
          font-weight: 500;
      } }


.story-large__quote {
  background: transparent;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 700px) {
    .story-large__quote {
      float: none;
      width: 100%; } }
  .story-large__quote:before {
    content: none; }
  .story-large__quote p {
    margin-bottom: 1.1em; }
    @media screen and (min-width: 1025px) {
      .story-large__quote p {
        margin-bottom: 0.7em; } }

.story-large__attribution {
  font-size: 13px;
  font-weight: 600; }
  @media screen and (min-width: 700px) {
    .story-large__attribution {
      font-size: 16px; } }
  .story-large__attribution .attribute__name {
    text-transform: uppercase; }
    .story-large__attribution .attribute__name:after {
      content: "|";
      margin: 0 3px 0 6px; }

.story-large__link.cta--small {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 28px;
  position: relative;
  margin-top: 1.7em;
  display: block; }
  .story-large__link.cta--small:hover {
    padding-left: 38px;
    text-decoration: none; }
    .story-large__link.cta--small:hover:before {
      width: 30px; }
  @media (min-width: 700px) {
    .story-large__link.cta--small {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    .story-large__link.cta--small {
      padding-left: 37px; }
      .story-large__link.cta--small:hover {
        padding-left: 47px; }
        .story-large__link.cta--small:hover:before {
          width: 38px; } }
  .story-large__link.cta--small:before {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    top: 0.8em;
    left: 0;
    background-color: #FFFFFF;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    @media (min-width: 1025px) {
      .story-large__link.cta--small:before {
        width: 28px; } }
  @media screen and (min-width: 700px) {
    .story-large__link.cta--small {
      margin-top: 2.3em; } }
  @media screen and (min-width: 1025px) {
    .story-large__link.cta--small {
      margin-top: 3.3em; } }

.events-three-across {
  margin: 50px 0;
  position: relative; }
  @media screen and (min-width: 700px) {
    .events-three-across h2 {
      padding-right: 110px; } }
  @media screen and (min-width: 1025px) {
    .events-three-across {
      margin: 70px 0; } }

.events-three-across p {
  margin-bottom: 0.7em; }

.events-three__wrapper {
  margin: 25px -15px 0;
  padding-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 700px) {
    .events-three__wrapper {
      margin: 40px 0;
      padding-bottom: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (min-width: 1025px) {
    .events-three__wrapper {
      margin: 40px -20px; } }
  .events-three__wrapper .slick-dots,
  .events-three__wrapper .slick-arrow {
    position: absolute;
    bottom: 0; }
  @media screen and (min-width: 700px) {
    .events-three__wrapper .slick-list {
      padding-right: 0px; } }
  .events-three__wrapper .slick-dots {
    width: 100%;
    padding: 0 40px;
    text-align: center; }
  .events-three__wrapper .slick-dots li {
    display: inline-block;
    margin: 0 12px; }
    .events-three__wrapper .slick-dots li:before {
      content: none; }
    .events-three__wrapper .slick-dots li button {
      color: transparent;
      width: 10px;
      height: 10px;
      border-radius: 100px;
      padding: 0;
      border: 0;
      background: #007e97; }
    .events-three__wrapper .slick-dots li.slick-active button {
      background: #ffc72c;
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }
  .events-three__wrapper .slick-arrow {
    color: transparent;
    width: 40px;
    height: 40px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel.svg) no-repeat right center;
    border: 0;
    right: 15px;
    bottom: -3px;
    z-index: 1000; }
    @media screen and (min-width: 700px) {
      .events-three__wrapper .slick-arrow {
        right: 170px; } }
    .events-three__wrapper .slick-arrow.slick-prev {
      left: 15px;
      bottom: -3px;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel-opposite.svg) no-repeat left center; }
      @media screen and (min-width: 700px) {
        .events-three__wrapper .slick-arrow.slick-prev {
          left: 170px; } }

.events-three__month {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase; }

.events-three__day {
  color: #BD5A14;
  font-family: "Raleway", sans-serif;
  font-size: 50px;
  line-height: 1; }

.events-three__event {
  text-align: center;
  padding: 0 40px;
  min-height: 223px;
  min-width: 203px;
  position: relative; }
  .events-three__event:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/stats-pattern.svg) no-repeat center 15px;
    background-size: 203px 203px;
    z-index: -1; }
    @media screen and (min-width: 1025px) {
      .events-three__event:after {
        background-size: 240px 240px;
        background-position: center top; } }
  .events-three__event:nth-child(2):after {
    background-image: url(/media/schools-and-colleges/tun/style-assets/svg/lines-rotated.svg); }
  @media screen and (min-width: 700px) {
    .events-three__event {
      padding: 0 20px;
      width: 33.33%; } }
  @media screen and (min-width: 1025px) {
    .events-three__event {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-height: 240px; } }

.events-three__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 15px; }
  .events-three__title a {
    color: #004f71; }
  @media screen and (min-width: 1025px) {
    .events-three__title {
      margin-bottom: auto; } }

.events-three__time {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0.8em; }
  @media screen and (min-width: 1025px) {
    .events-three__time:last-child {
      margin-bottom: auto;
      margin-top: auto; } }

.event-three__cta {
  text-align: center;
  margin-top: 15px;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
     -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }
  @media screen and (min-width: 700px) {
    .event-three__cta {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-box-ordinal-group: initial;
      -webkit-order: initial;
         -moz-box-ordinal-group: initial;
          -ms-flex-order: initial;
              order: initial; }
      .event-three__cta a {
        right: 0; }
      .event-three__cta a:hover {
        right: -10px; } }

.events-three__loc {
  font-size: 16px;
  line-height: 1.4; }

.news-three-across {
  margin: 50px 0;
  position: relative; }
  @media screen and (min-width: 700px) {
    .news-three-across h2 {
      padding-right: 110px; } }
  @media screen and (min-width: 1025px) {
    .news-three-across {
      margin: 70px 0; } }

.news-three-across p {
  margin-bottom: 0.7em; }

.news-three__wrapper {
  margin: 25px -15px 0;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 700px) {
    .news-three__wrapper {
      display: block; } }
  @media screen and (min-width: 1025px) {
    .news-three__wrapper {
      padding-bottom: 0; } }
  .news-three__wrapper .slick-dots,
  .news-three__wrapper .slick-arrow {
    position: absolute;
    bottom: 0; }
  @media screen and (min-width: 700px) {
    .news-three__wrapper.slick-slider {
      position: static; } }
  @media screen and (min-width: 700px) {
    .news-three__wrapper .slick-list {
      padding-right: 60px;
      position: static; } }
  @media screen and (min-width: 1025px) {
    .news-three__wrapper .slick-list {
      padding-right: 0px; } }
  .news-three__wrapper .slick-dots {
    width: 100%;
    padding: 0 40px;
    text-align: center; }
  .news-three__wrapper .slick-dots li {
    display: inline-block;
    margin: 0 12px; }
    .news-three__wrapper .slick-dots li:before {
      content: none; }
    .news-three__wrapper .slick-dots li button {
      color: transparent;
      width: 10px;
      height: 10px;
      border-radius: 100px;
      padding: 0;
      border: 0;
      background: #007e97; }
    .news-three__wrapper .slick-dots li.slick-active button {
      background: #ffc72c;
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }
  .news-three__wrapper .slick-arrow {
    color: transparent;
    width: 40px;
    height: 40px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel.svg) no-repeat right center;
    border: 0;
    right: 15px;
    bottom: -3px;
    z-index: 1000; }
    @media screen and (min-width: 700px) {
      .news-three__wrapper .slick-arrow {
        right: 170px; } }
    .news-three__wrapper .slick-arrow.slick-prev {
      left: 15px;
      bottom: -3px;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel-opposite.svg) no-repeat left center; }
      @media screen and (min-width: 700px) {
        .news-three__wrapper .slick-arrow.slick-prev {
          left: 170px; } }

@media screen and (min-width: 700px) {
  .news-three__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 45px -30px 25px 0; } }

@media screen and (min-width: 1025px) {
  .news-three__wrapper {
    margin: 30px -10px 0; } }

.news-three__news {
  padding: 0 7.5px; }
  @media screen and (min-width: 700px) {
    .news-three__news {
      padding: 0 10px; } }
  @media screen and (min-width: 1025px) {
    .news-three__news {
      width: 33.33%; } }

.news-three__news img {
  width: 100%; }

.news-three__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 10px; }
  @media screen and (min-width: 700px) {
    .news-three__title {
      font-size: 22px; } }
  .news-three__title a {
    color: #004f71; }

.news-three__date {
  font-weight: 600;
  font-size: 15px;
  display: inline-block; }

.news-three__source {
  display: inline-block;
  font-size: 15px; }
  .news-three__source:before {
    content: "|";
    margin: 0 5px;
    display: inline-block; }

.news-three__cta {
  text-align: center;
  margin-top: 25px;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
     -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }
  @media screen and (min-width: 700px) {
    .news-three__cta {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 13px;
      -webkit-box-ordinal-group: initial;
      -webkit-order: initial;
         -moz-box-ordinal-group: initial;
          -ms-flex-order: initial;
              order: initial; } }
  @media screen and (min-width: 1025px) {
    .news-three__cta {
      margin-top: 18px; }
      .news-three__cta a {
        right: 0; }
      .news-three__cta a:hover {
        right: -10px; } }

.image-carousel {
  margin: 50px 0; }
  @media screen and (min-width: 1025px) {
    .image-carousel {
      margin: 80px 0; } }
  .image-carousel p {
    margin-bottom: 2em; }
    .image-carousel p a {
      color: #004f71; }
  .image-carousel .slick-dots,
  .image-carousel .slick-arrow {
    position: absolute; }
  .image-carousel .slick-dots {
    text-align: center;
    margin: -32px 0 0;
    width: 100%;
    padding: 0;
    top: 55vw; }
    @media screen and (min-width: 700px) {
      .image-carousel .slick-dots {
        margin: -38px 0 0;
        top: 52vw; } }
    @media screen and (min-width: 1025px) {
      .image-carousel .slick-dots {
        top: 75%; } }
    .image-carousel .slick-dots li {
      display: inline-block;
      margin: 0; }
  .image-carousel .slick-dots li {
    display: inline-block;
    margin: 0 12px; }
    .image-carousel .slick-dots li:before {
      content: none; }
    .image-carousel .slick-dots li button {
      color: transparent;
      width: 10px;
      height: 10px;
      border-radius: 100px;
      padding: 0;
      border: 0;
      background: #FFFFFF; }
      @media screen and (min-width: 700px) {
        .image-carousel .slick-dots li button {
          width: 13px;
          height: 13px; } }
    .image-carousel .slick-dots li.slick-active button {
      background: #ffc600;
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }
  .image-carousel .slick-arrow {
    color: transparent;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-white-carousel.svg) no-repeat right center;
    border: 0;
    right: 15px;
    z-index: 1000;
    top: 26.5vw; }
    @media screen and (min-width: 700px) {
      .image-carousel .slick-arrow {
        background-size: 17px 30px;
        right: 20px;
        top: 25.5vw; } }
    @media screen and (min-width: 1025px) {
      .image-carousel .slick-arrow {
        background-size: 27px 40px;
        right: 25px;
        top: 40%; } }
    .image-carousel .slick-arrow.slick-prev {
      left: 15px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media screen and (min-width: 700px) {
        .image-carousel .slick-arrow.slick-prev {
          left: 20px; } }
      @media screen and (min-width: 1025px) {
        .image-carousel .slick-arrow.slick-prev {
          left: 25px; } }

.image-carousel__slides {
  margin: 0 -15px; }
  @media screen and (min-width: 700px) {
    .image-carousel__slides {
      margin: 0; } }
  .image-carousel__slides img {
    width: 100%; }

.image-carousel__caption {
  color: #FFFFFF;
  background: #00559d;
  padding: 15px; }
  @media screen and (min-width: 700px) {
    .image-carousel__caption {
      padding: 15px 20px; } }
  @media screen and (min-width: 1025px) {
    .image-carousel__caption {
      padding: 15px 100px 15px 25px; min-height: 168px; } }
  .image-carousel__caption p {
    margin-bottom: 0; }
    @media screen and (min-width: 700px) {
      .image-carousel__caption p {
        font-size: 16px; } }

.image-carousel__caption h3 {
  margin: 0 0 7px;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3; }
  @media screen and (min-width: 700px) {
    .image-carousel__caption h3 {
      font-size: 22px; } }
  .image-carousel__caption h3 a {
    color: #FFFFFF; }

.twitter-pull {
  margin: 50px 0; }
  @media screen and (min-width: 1025px) {
    .twitter-pull {
      margin: 90px 0; } }
  .twitter-pull a {
    color: #004f71; }
  .twitter-pull h2 {
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 15px; }
    @media screen and (min-width: 700px) {
      .twitter-pull h2 {
        font-size: 26px; } }
    @media screen and (min-width: 1025px) {
      .twitter-pull h2 {
        font-size: 32px; } }
    .twitter-pull h2:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      width: 35px;
      height: 35px;
      background-image: url(/media/schools-and-colleges/tun/style-assets/svg/twitter-pattern.svg);
      background-size: 100% 100%; }
      @media screen and (min-width: 700px) {
        .twitter-pull h2:before {
          width: 45px;
          height: 45px;
          margin-right: 15px; } }
      @media screen and (min-width: 1025px) {
        .twitter-pull h2:before {
          width: 60px;
          height: 60px;
          margin-right: 18px;
          margin-top: -1px; } }

.tweets ul {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 700px) {
    .tweets ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin: 30px -7.5px 0; } }
  .tweets ul li {
    margin: 1.7em 0; }
    @media screen and (min-width: 700px) {
      .tweets ul li {
        width: 33.33%;
        margin: 0 7.5px; } }
  .tweets ul p {
    margin-bottom: 0; }
  .tweets ul li:before {
    content: none; }

.instagram-pull {
  margin: 50px 0; }
  @media screen and (min-width: 1025px) {
    .instagram-pull {
      margin: 90px 0; } }
  .instagram-pull a {
    color: #004f71; }
  .instagram-pull h2 {
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 15px; }
    @media screen and (min-width: 700px) {
      .instagram-pull h2 {
        font-size: 26px; } }
    @media screen and (min-width: 1025px) {
      .instagram-pull h2 {
        font-size: 32px; } }
    .instagram-pull h2:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      width: 35px;
      height: 35px;
      background-image: url(/media/schools-and-colleges/tun/style-assets/svg/instagram-pattern.svg);
      background-size: 100% 100%; }
      @media screen and (min-width: 700px) {
        .instagram-pull h2:before {
          width: 45px;
          height: 45px;
          margin-right: 15px; } }
      @media screen and (min-width: 1025px) {
        .instagram-pull h2:before {
          width: 60px;
          height: 60px;
          margin-right: 18px;
          margin-top: -1px; } }

.instagram-post__image {
  display: block;
  padding-bottom: 100%;
  width: 100%; }

#instagram-posts {
  margin: 30px -15px 0;
  padding-bottom: 55px; }
  @media screen and (min-width: 700px) {
    #instagram-posts {
      margin: 30px -7.5px 0;
      padding-bottom: 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1025px) {
    #instagram-posts {
      margin: 30px -10px 0; } }
  #instagram-posts .slick-dots,
  #instagram-posts .slick-arrow {
    position: absolute;
    bottom: 0; }
  @media screen and (min-width: 700px) {
    #instagram-posts .slick-list {
      padding-right: 0px; } }
  #instagram-posts .slick-dots {
    width: 100%;
    padding: 0 40px;
    text-align: center; }
  #instagram-posts .slick-dots li {
    display: inline-block;
    margin: 0 12px; }
    #instagram-posts .slick-dots li:before {
      content: none; }
    #instagram-posts .slick-dots li button {
      color: transparent;
      width: 10px;
      height: 10px;
      border-radius: 100px;
      padding: 0;
      border: 0;
      background: #007e97; }
    #instagram-posts .slick-dots li.slick-active button {
      background: #ffc72c;
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }
  #instagram-posts .slick-arrow {
    color: transparent;
    width: 40px;
    height: 40px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel.svg) no-repeat right center;
    border: 0;
    right: 15px;
    bottom: -3px;
    z-index: 1000; }
    @media screen and (min-width: 700px) {
      #instagram-posts .slick-arrow {
        right: 170px; } }
    #instagram-posts .slick-arrow.slick-prev {
      left: 15px;
      bottom: -3px;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/arrow-orange-carousel-opposite.svg) no-repeat left center; }
      @media screen and (min-width: 700px) {
        #instagram-posts .slick-arrow.slick-prev {
          left: 170px; } }

.instagram-post__tile {
  margin: 0 7.5px; }
  .instagram-post__tile a {
    background-size: cover;
    background-position: center center; }
  @media screen and (min-width: 700px) {
    .instagram-post__tile {
      width: 33.33%; } }
  @media screen and (min-width: 1025px) {
    .instagram-post__tile {
      margin: 0 10px; } }

.closing-content {
  color: #FFFFFF;
  font-weight: 300;
  margin: 40px -15px -50px;
  padding: 20px 15px 40px;
  background: #00308c url(/media/schools-and-colleges/tun/style-assets/svg/lines-footer.svg) center -25px no-repeat;
  background-size: auto; }
  @media screen and (min-width: 700px) {
    .closing-content {
      margin: 0 -30px -50px;
      padding: 10px 30px 40px;
      background-position: center -44px; } }
  @media screen and (min-width: 1025px) {
    .closing-content {
      position: relative;
      width: 100vw;
      left: 50%;
      margin-left: -50vw;
      max-width: 1680px;
      margin-bottom: -70px;
      margin-top: 70px;
      padding: 20px 30px 65px;
      background-position: center 60px; } }
  @media screen and (min-width: 1025px) and (min-width: 1680px) {
    .closing-content {
      margin-left: -840px; } }
  .closing-content h2 {
    color: #FFFFFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 2em; }
    @media screen and (min-width: 700px) {
      .closing-content h2 {
        font-size: 22px; } }
  .closing-content p {
    margin: 0 0 0.4em; }
    @media screen and (min-width: 700px) {
      .closing-content p {
        font-size: 16px; } }
  .closing-content .cta--small {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 28px;
    position: relative; }
    .closing-content .cta--small:hover {
      padding-left: 38px;
      text-decoration: none; }
      .closing-content .cta--small:hover:before {
        width: 30px; }
    @media (min-width: 700px) {
      .closing-content .cta--small {
        font-size: 16px; } }
    @media (min-width: 1025px) {
      .closing-content .cta--small {
        padding-left: 37px; }
        .closing-content .cta--small:hover {
          padding-left: 47px; }
          .closing-content .cta--small:hover:before {
            width: 38px; } }
    .closing-content .cta--small:before {
      content: "";
      height: 1px;
      width: 20px;
      position: absolute;
      top: 0.8em;
      left: 0;
      background-color: #FFFFFF;
      -webkit-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      @media (min-width: 1025px) {
        .closing-content .cta--small:before {
          width: 28px; } }

@media screen and (min-width: 1025px) {
  .closing-content__columns {
    max-width: 1180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; } }

@media screen and (min-width: 1025px) {
  .closing-content__column {
    width: 33.33%;
    padding: 0 60px; } }

.visit-touro {
  color: #FFFFFF;
  margin: 40px -15px -50px;
  padding: 150px 15px 50px;
  position: relative;
  background-color: #000;
  background-size: cover; }
  .visit-touro:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0; }
  @media screen and (min-width: 700px) {
    .visit-touro {
      margin: 50px -30px -50px;
      padding: 150px 30px 60px; } }
  @media screen and (min-width: 1025px) {
    .visit-touro {
      position: relative;
      width: 100vw;
      left: 50%;
      margin-left: -50vw;
      max-width: 1680px;
      margin-bottom: -70px;
      padding: 150px 110px 60px; } }
  @media screen and (min-width: 1025px) and (min-width: 1680px) {
    .visit-touro {
      margin-left: -840px; } }
  .visit-touro h2 {
    color: #FFFFFF;
    margin-top: 0;
    position: relative; }
  .visit-touro p {
    font-weight: 700;
    font-size: 16px;
    position: relative; }
    @media screen and (min-width: 700px) {
      .visit-touro p {
        font-size: 18px; } }
    @media screen and (min-width: 1025px) {
      .visit-touro p {
        font-size: 20px;
        max-width: 720px; } }
  .visit-touro .cta--large {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    padding: 9px 45px;
    display: inline-block;
    min-width: 160px; 
    background: #013ccc;
    border: solid 1px #013ccc; }
    @media (min-width: 700px) {
      .visit-touro .cta--large {
        font-size: 20px;
        padding: 15px 45px;
        min-width: 169px; } }
    @media (min-width: 1025px) {
      .visit-touro .cta--large {
        font-size: 26px;
        min-width: 207px; } }
    .visit-touro .cta--large:before {
      content: none;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 5px;
      right: 5px;
      border: 1px solid #FFFFFF; }
    .visit-touro .cta--large:after {
      content: none;
      position: absolute;
      z-index: 0;
      top: 5px;
      bottom: 5px;
      left: 0px;
      right: 0px;
      border: 1px solid #FFFFFF;
      opacity: 1; }
    .visit-touro .cta--large:hover {
      text-decoration: none;
      background: #FFFFFF;
      color: #000; 
      border: 1px solid #ffffff; }
      .visit-touro .cta--large:hover:before, .visit-touro .cta--large:hover:after {
        content: none; }

.beyond-the-books {
  position: relative;
  margin: 50px -15px;
  padding: 0 15px; }
  .beyond-the-books:before {
    content: "";
    position: absolute;
    right: -425px;
    left: 0;
    top: 0;
    height: 100%;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/lines-large.svg) no-repeat right top;
    background-size: 645.1px 694.1px; }
    @media screen and (min-width: 700px) {
      .beyond-the-books:before {
        right: 0px;
        left: 100px;
        background-size: 645.1px 694.1px;
        background-position: right 100px; } }
    @media screen and (min-width: 1025px) {
      .beyond-the-books:before {
        background-position: center;
        left: 0;
        top: -27px; } }
  @media screen and (min-width: 700px) {
    .beyond-the-books {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 50px -40px;
      padding: 0; } }
  @media screen and (min-width: 1025px) {
    .beyond-the-books {
      margin: 50px 0 70px -15px;
      margin-right: calc(-50vw + 50% - 15px); } }
  @media screen and (min-width: 1680px) {
    .beyond-the-books {
      margin-right: calc(-840px + 50% - 15px); } }
  .beyond-the-books p {
    margin-bottom: 1em; }

.beyond__grid-item {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin: 15px 0 40px;
  line-height: 1.5; }
  @media screen and (min-width: 700px) {
    .beyond__grid-item {
      width: calc(50% - 20px);
      margin: 10px;
      line-height: 1.8;
      padding: 0 30px; } }
  @media screen and (min-width: 1025px) {
    .beyond__grid-item {
      padding: 0;
      width: calc(50% - 30px);
      margin: 15px; } }
  .beyond__grid-item:first-child h2 {
    margin-top: 0; }
  @media screen and (min-width: 700px) {
    .beyond__grid-item h2 {
      margin-top: 20px; }
      .beyond__grid-item h2:first-child {
        margin-top: 20px; } }
  @media screen and (min-width: 1025px) {
    .beyond__grid-item h2 {
      margin-top: 50px; }
      .beyond__grid-item h2:first-child {
        margin-top: 50px; } }
  .beyond__grid-item.grid-item--quote, .beyond__grid-item.grid-item--video {
    background: #000;
    color: #FFFFFF;
    padding: 90px 15px 0;
    margin-bottom: 15px;
	background-size: 100%;}
    @media screen and (min-width: 700px) {
      .beyond__grid-item.grid-item--quote, .beyond__grid-item.grid-item--video {
        font-size: 16px;
        min-height: 295px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 100px 30px 10px; } }
    @media screen and (min-width: 1025px) {
      .beyond__grid-item.grid-item--quote, .beyond__grid-item.grid-item--video {
        padding: 100px 40px 10px; } }
    .beyond__grid-item.grid-item--quote a.colorbox:hover:before, .beyond__grid-item.grid-item--video a.colorbox:hover:before {
      background-image: url(/media/schools-and-colleges/tun/style-assets/svg/play-invert.svg);
      background-size: 100%; }
  .beyond__grid-item.grid-item--quote:hover > h3,
  .beyond__grid-item.grid-item--quote:hover > p, .beyond__grid-item.grid-item--quote.focus > h3,
  .beyond__grid-item.grid-item--quote.focus > p {
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
  .beyond__grid-item.grid-item--quote:hover .beyond__hover-content, .beyond__grid-item.grid-item--quote.focus .beyond__hover-content {
    opacity: 1;
    z-index: 100; }
  .beyond__grid-item.grid-item--quote:before, .beyond__grid-item.grid-item--video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2); }
  .beyond__grid-item.grid-item--video a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/play.svg);
    background-size: 100%;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    @media screen and (min-width: 700px) {
      .beyond__grid-item.grid-item--video a:before {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        margin-top: -3px; } }
  .beyond__grid-item h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 10px;
    position: relative; }
    @media screen and (min-width: 700px) {
      .beyond__grid-item h3 {
        font-size: 22px; } }
    .beyond__grid-item h3 a {
      color: #FFFFFF; }
  .beyond__grid-item .cta--small {
    display: block;
    margin-top: 1em; }
    @media screen and (min-width: 1025px) {
      .beyond__grid-item .cta--small {
        display: inline-block;
        margin-right: 25px; }
        .beyond__grid-item .cta--small:before {
          top: 0.9em; }
        .beyond__grid-item .cta--small:last-child {
          margin-right: 0; } }
  .beyond__grid-item p {
    position: relative; }

.beyond__hover-content {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 37, 107, 0.7);
  top: 0;
  height: 100%;
  padding: 40px 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .beyond__hover-content .cta--small {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 28px;
    position: relative;
    margin-top: 0; }
    .beyond__hover-content .cta--small:hover {
      padding-left: 38px;
      text-decoration: none; }
      .beyond__hover-content .cta--small:hover:before {
        width: 30px; }
    @media (min-width: 700px) {
      .beyond__hover-content .cta--small {
        font-size: 16px; } }
    @media (min-width: 1025px) {
      .beyond__hover-content .cta--small {
        padding-left: 37px; }
        .beyond__hover-content .cta--small:hover {
          padding-left: 47px; }
          .beyond__hover-content .cta--small:hover:before {
            width: 38px; } }
    .beyond__hover-content .cta--small:before {
      content: "";
      height: 1px;
      width: 20px;
      position: absolute;
      top: 0.8em;
      left: 0;
      background-color: #FFFFFF;
      -webkit-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      @media (min-width: 1025px) {
        .beyond__hover-content .cta--small:before {
          width: 28px; } }

.t4pagination.pagination {
    justify-content: flex-end;
}

@media screen and (min-width: 700px) {
  .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 1025px) {
  .pagination {
    margin-top: 40px; } }

.results-count {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 1025px) {
    .results-count {
      font-size: 16px; } }

#amount-per-page {
  font-size: 13px;
  line-height: 1.5;
  width: 153px;
  margin: 0 0 0 20px;
  padding: 12px 20px;
  background-image: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-single-dropdown.svg); }
  @media screen and (min-width: 700px) {
    #amount-per-page {
      width: 155px;
      min-width: inherit; } }
  @media screen and (min-width: 1025px) {
    #amount-per-page {
      font-size: 16px;
      width: 186px; } }

.pagination__links {
  font-size: 16px;
  text-align: center;
  margin-top: 20px; }
  @media screen and (min-width: 700px) {
    .pagination__links {
      margin-top: -3px; } }
  .pagination__links li {
    margin: 0 10px; }
    .pagination__links li:before {
      content: none; }
    .pagination__links li span.currentpage {
      color: #000000;
      border-bottom: 4px solid #007e97; }
    .pagination__links li a {
      color: #000000;
      border-bottom: 0;
      text-decoration: none;
    }
    .pagination__links li a:hover {
      text-decoration: underline;
      color: #007e97;
    }
  .pagination__links li.first {
    margin-right: 15px; }
    @media screen and (min-width: 700px) {
      .pagination__links li.first {
        margin-right: 25px; } }
    .pagination__links li.first a {
      width: 12px;
      height: 10px;
      display: inline-block;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-double-grey.svg); }
    .pagination__links li.first a:link {
      background: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-blue-double.svg);
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .pagination__links li.previous a {
    width: 6px;
    height: 10px;
    display: inline-block;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-grey-single.svg); }
  .pagination__links li.previous a:link {
    background: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-blue-single.svg);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .pagination__links li.last {
    margin-left: 20px; }
    @media screen and (min-width: 700px) {
      .pagination__links li.last {
        margin-left: 25px; } }
    .pagination__links li.last a {
      width: 12px;
      height: 10px;
      display: inline-block;
      background: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-double-grey.svg);
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .pagination__links li.last a:link {
      background: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-blue-double.svg);
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
  .pagination__links li.next a {
    width: 6px;
    height: 10px;
    display: inline-block;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-grey-single.svg);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .pagination__links li.next a:link {
    background: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-blue-single.svg);
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

.pagination.ajax-load-link {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  display: block;
  padding: 0; }
  @media screen and (min-width: 700px) {
    .pagination.ajax-load-link {
      margin-top: -3px; } }
  .pagination.ajax-load-link li {
    margin: 0 10px; }
    .pagination.ajax-load-link li:before {
      content: none !important; }
    .pagination.ajax-load-link li.current a {
      color: #000000;
      border-bottom: 4px solid #007e97; }
    .pagination.ajax-load-link li span {
      color: #000000; }
    .pagination.ajax-load-link li a {
      color: #000000; }
  .pagination.ajax-load-link a.first {
    text-indent: -1000px;
    overflow: hidden;
    width: 12px;
    height: 10px;
    display: inline-block;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-blue-double.svg) no-repeat center;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .pagination.ajax-load-link a.prev {
    text-indent: -1000px;
    overflow: hidden;
    width: 6px;
    height: 10px;
    display: inline-block;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-blue-single.svg) no-repeat center; }
  .pagination.ajax-load-link a.last {
    width: 12px;
    height: 10px;
    display: inline-block;
    text-indent: -1000px;
    overflow: hidden;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-blue-double.svg) no-repeat center;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  .pagination.ajax-load-link a.next {
    width: 12px;
    height: 10px;
    display: inline-block;
    text-indent: -1000px;
    overflow: hidden;
    background: url(/media/schools-and-colleges/tun/style-assets/svg/pagination-blue-single.svg) no-repeat center;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

.pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block; }

.pagination li {
  display: inline-block; }
  .pagination li.active a {
    background: #fff; }
    .pagination li.active a:hover {
      text-decoration: none;
      cursor: default; }

.pagination .previous.disabled, .pagination .next.disabled {
  cursor: default; }
  .pagination .previous.disabled:hover, .pagination .next.disabled:hover {
    cursor: default;
    text-decoration: none; }

@media (max-width: 767px) {
  .pagination li:first-child, .pagination li:nth-child(2), .pagination li:nth-child(3), .pagination li.active, .pagination li.active-sibling:nth-last-child(2), .pagination li:last-child,
  .pagination li.active + li, .pagination li:nth-last-child(2), .pagination li:nth-last-child(3) {
    display: inline-block !important; }
  .pagination li:first-child:nth-last-child(n+6) ~ li {
    display: none; }
    .pagination li:first-child:nth-last-child(n+6) ~ li:nth-last-child(-n+4) {
      display: inline-block; }
    .pagination li:first-child:nth-last-child(n+6) ~ li:nth-last-child(4):before {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      position: static;
      width: auto;
      height: auto;
      background: transparent;
      margin-right: 20px; }
  .pagination li:first-child:nth-last-child(n+6).active:before,
  .pagination li:first-child:nth-last-child(n+6) ~ li.active:before {
    content: "\2026";
    font-size: 24px;
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    margin-right: 20px; }
  .pagination li:first-child:nth-last-child(n+6).active:after,
  .pagination li:first-child:nth-last-child(n+6) ~ li.active:after {
    content: "\2026";
    font-size: 24px;
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    margin-left: 20px; }
  .pagination li:first-child:nth-last-child(n+6).active:nth-child(-n+3):before, .pagination li:first-child:nth-last-child(n+6).active:nth-child(-n+3):after, .pagination li:first-child:nth-last-child(n+6).active:nth-last-child(-n+3):before, .pagination li:first-child:nth-last-child(n+6).active:nth-last-child(-n+3):after,
  .pagination li:first-child:nth-last-child(n+6) ~ li.active:nth-child(-n+3):before,
  .pagination li:first-child:nth-last-child(n+6) ~ li.active:nth-child(-n+3):after,
  .pagination li:first-child:nth-last-child(n+6) ~ li.active:nth-last-child(-n+3):before,
  .pagination li:first-child:nth-last-child(n+6) ~ li.active:nth-last-child(-n+3):after {
    display: none; }
  .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-last-child(-n+4),
  .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-last-child(-n+4) {
    display: none; }
  .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-child(-n+4),
  .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-child(-n+4) {
    display: inline-block; }
  .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-child(-n+3):after,
  .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-child(-n+3):after {
    display: none; }
  .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-child(4):after,
  .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-child(4):after {
    content: "\2026";
    font-size: 24px;
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    margin-left: 20px; } }

@media (min-width: 768px) {
  .pagination li:first-child, .pagination li:nth-child(2), .pagination li:nth-child(3), .pagination li.active-sibling, .pagination li.active,
  .pagination li.active + li, .pagination li:last-child, .pagination li:nth-last-child(2), .pagination li:nth-last-child(3) {
    display: inline-block !important; }

    .pagination li:first-child:nth-last-child(n+8) ~ li.active-sibling:before {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      position: static;
      width: auto;
      height: auto;
      background: transparent;
      margin-right: 20px; }
    .pagination li:first-child:nth-last-child(n+8) ~ li.active + li:after {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      position: static;
      width: auto;
      height: auto;
      background: transparent;
      margin-left: 20px; }
  .pagination li:first-child:nth-last-child(n+8) ~ li.lastPage::after {
    display: none !important; }
    .pagination li:first-child:nth-last-child(n+8) ~ li:nth-last-child(-n+5) {
      display: inline-block; }
    .pagination li:first-child:nth-last-child(n+8) ~ li:nth-last-child(5):before {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      position: static;
      width: auto;
      height: auto;
      background: transparent;
      margin-right: 20px; }
    .pagination li:first-child:nth-last-child(n+8) ~ li:nth-child(-n+2):before, .pagination li:first-child:nth-last-child(n+8) ~ li:nth-child(-n+2):after, .pagination li:first-child:nth-last-child(n+8) ~ li:nth-last-child(-n+2):before, .pagination li:first-child:nth-last-child(n+8) ~ li:nth-last-child(-n+2):after, .pagination li:first-child:nth-last-child(n+8) ~ li.active-sibling:nth-last-child(-n+4):before, .pagination li:first-child:nth-last-child(n+8) ~ li.active-sibling:nth-last-child(-n+4):after {
      display: none !important; }
  .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-last-child(-n+5),
  .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-last-child(-n+5) {
    display: none; }
    .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-last-child(-n+5):before,
    .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-last-child(-n+5):before {
      display: none; }
  .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-child(-n+5),
  .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-child(-n+5) {
    display: inline-block; }
  .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-child(-n+4):after,
  .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-child(-n+4):after {
    display: none; }
  .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-child(5):after,
  .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-child(5):after {
    content: "\2026";
    font-size: 24px;
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    margin-left: 20px; }
  .pagination li:first-child:nth-last-child(n+8).active:before, .pagination li:first-child:nth-last-child(n+8).active:after,
  .pagination li:first-child:nth-last-child(n+8) ~ li.active:before,
  .pagination li:first-child:nth-last-child(n+8) ~ li.active:after {
    display: none; } }


.en_details {
            display: none;
        }


form.gsc-search-box {
	font-size: inherit;
	margin: 0;
}
form.gsc-search-box table {
    margin: 0;
}
form.gsc-search-box table tr {
    padding: 0;
    margin: 0;
    border: 0;
}
form.gsc-search-box table tr td {
    padding: 0;
        padding-right: 0px;
}
form.gsc-search-box table tr td .gsc-input-box {
    border: 0;
}
form.gsc-search-box table tr td .gsc-input-box input {
    border: 0 !important;
    height: 45px !important;
    padding: 10px !important;
}
form.gsc-search-box table tr td .gsib_b {
    display: none;
}
form.gsc-search-box .gsc-search-button button {
	position: absolute;
    right: 6px;
    top: 1px;
    width: 45px;
    height: 43px;
    padding: 0;
    margin: 0;
}
form.gsc-search-box .gsc-search-button button svg {
    width: 19px;
    height: 19px;
}

#main-content .gsc-control-cse {
    font-family: "Titillium Web", sans-serif;
    font-size: inherit;
}
#main-content .gsc-control-cse, #main-content .gsc-thumbnail-inside, #main-content .gsc-url-top {
    padding: 0;
}
#main-content .gsc-above-wrapper-area-container, #main-content .gsc-resultsRoot table {
	margin: 0;
}
#main-content .gsc-above-wrapper-area-container tr {
	margin: 0;
	padding: 0;
	border: 0;
}
#main-content .gsc-resultsHeader {
    height: 0;
}
#main-content .gsc-table-result tr {
    border: 0;
}
#main-content .gsc-control-cse .gs-result .gs-title {
    font-size: 22px;
    overflow: visible;
    height: auto;
}
#main-content .gsc-control-cse .gs-result .gs-title, #main-content .gsc-control-cse .gs-result .gs-title b {
    text-decoration: none;
}
#main-content .gsc-control-cse .gs-result .gs-title
#main-content .gsc-control-cse .gs-result .gs-title * {
    font-size: 22px;
}
#main-content .gsc-control-cse .gs-result .gs-title a:hover {
    text-decoration: underline;
}
#main-content .gsc-control-cse .gsc-table-result {
    font-family: "Titillium Web", sans-serif;
	font-size: 15px;
    font-weight: 400;
}
#main-content .gs-web-image-box-landscape img.gs-image, #main-content .gs-web-image-box-portrait img.gs-image {
    max-width: 293px;
    max-height: 200px;
}
#main-content .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
    width: auto;
}
#main-content .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    width: auto;
    height: auto;
    overflow: visible;
}
#main-content .gsc-results .gsc-cursor-box {
    margin: 10px 0;
}
#main-content .gsc-adBlock {

    border: 0;
    padding-top: 15px;

}






/* STart new homepage */


main[role=content2]{
 max-width: 100%;
}



#home2{
	padding: 0;
	margin-bottom: 0;
}

.home-content2{
  display: flex;
  flex-direction: column;
}

#homepage2 .sticky-top-wrapper, #homepage2 header, #homepage2 footer{
	max-width: none;
}

@media screen and (min-width: 1680px) {
    #homepage2.stickyHeader .sticky-top-wrapper {
      left: 0;
      margin-left: 0; } }

#home2 #hero-1{
 position: relative;
 margin-bottom: 100px;
 margin-left: 0;
 left: 0;
 max-width: none;
}

#home2 .home-hero h2, #block-1 .content-wrapper h2{
	display: flex;
	width: 100%;
	padding-left: 5%;
	left: 0;
}

#block-1 .content-wrapper h2{
	display: flex;
	white-space: normal;
    text-align: left;
    margin-bottom: 0%;
    position: relative;
    max-width: 800px;
	width: 100%;
	gap: 0.2em;
	/*padding-left: 5%;*/
	left: 0;
}

@media screen and (min-width: 1025px) {

#block-1 .content-wrapper h2 {
   font-size: 70px;
}
  
}

@media screen and (max-height: 700px) {

#block-1 .content-wrapper {
    transform: translate(-30%, 10%) !important;
}
  
}

#block-1 a {
    margin: 0px 16px 16px 0px;
}

#block-1 a:hover {
    color:#000;
    border: solid 1px white;
    background-color: #fff;
}

#homepage2 .dropdown{
	max-width: none;
}

#homepage2 .main-footer{
	max-width: none;
}

#home2 .visit-touro.home-slide{
	padding-left: 0;
}

#home2 .feature-space{
	left: 0;
	max-width: none;
	padding: 0;
	margin-left: 0;
}

#home2 #home-slide-8 img{
	width: 50% !important;
}


#home2 #news-wrapper a.cta--large{
    border: solid 1px #ffffff;
    background: transparent;
}

#home2 #news-wrapper a.cta--large:hover{
    border: solid 1px white;
    background: #ffffff;
    color: #000;
}

#home2 .adjective-story__text{
	padding: 0;
	margin-left: 0;
}

#home2 .adjective-story__text p{
	padding: 0;
}



#home2 .adjective-story__button {
	display: none;
}

#home2 .image-left-col{
	grid-template-areas: ". image . text .";
}

#home2 .image-right-col{
	grid-template-areas: ". text . image .";
}

#home2 .adjective-story__image {
    	grid-area: image;
	}

#home2 .adjective-story__text-wrapper {
grid-area: text;

}


#home2 .feature-space.home-navigation{
	margin-bottom: 0;
}


#home2 .aqua-banner{
	width: 100vw;
	height: auto;
	background: #00308c;
	color: white;
}

#home2 .aqua-banner h2{
	color: white;
	margin-bottom: 20px;
    margin-top: 10px;

}

#home2 .aqua-banner h3{
	font-size: 22px;
	line-height: 1.5;
	margin-top: 15px;
}

#home2 .aqua-banner .small-title a{
	color: white;
}

@media screen and (min-width: 1025px) {
  
#home2 .aqua-banner h2{
    font-size: 70px;
   	margin-bottom: 50px;
}

}


#home2 .home-slide{
	height: auto;
	left: 0;
	margin-left: 0;
	width: 100vw;
	max-width: none;
}


@media screen and (min-width: 700px){
	#home2 .home-slide{
	position: relative;
	opacity: 1;
	display: grid;
    grid-template-columns: 1fr 50px 1fr;

	
}
	
	

	#home2 .home-slide.adjective-story{
	display: grid;
    grid-template-columns: 5% 1fr 50px 1fr 5%;

	
}

	#home2 .visit-touro.home-slide{
		display: block;
	}

	/*
	#home2 .image-left-col .adjective-story__image, 
	#home2 .image-left-col .adjective-story__text-wrapper{
		margin: 0 2em;
	}

	#home2 .image-right-col .adjective-story__text-wrapper,
	#home2 .image-right-col .adjective-story__image{
		margin: 0 2em;
	}
*/

	#home2 .image-right-col .adjective-story__text-wrapper{
		text-align: right;
	}

	#home2 .image-right-col .adjective-story__text p{
		padding-right: 0;
	}


  #home2 .adjective-story__image {
      position: relative;
      width: 100%;
      height: 450px;
      margin: 0;
  }

	#home2 .adjective-story {
     margin: 0px;
     padding: 30px 0;
     left: 0;
  }


  #home2 .adjective-story__overlay-wrapper{
	width: 0;
	position: relative;
	height: 0;
		
  }

}


#home2 .story_block .img {
    width: 100%;
    padding-bottom: 67.02%;
    position: relative;
    height: 208px;
}

#home2 .four-col {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}


#home2 #news-wrapper{
	display: block;
	overflow: hidden;
	height: auto;
    margin-top:30px;
}


#home2 .center{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

#home2 .tun2-container{
		padding: 5%;
	}


#home2 #home-slide-7 img{
		width: 100% !important;
		height: auto !important;
	}

@media screen and (max-width: 1024px){
	#home2 #home-slide-8{
      padding: 50px 10px;
	}

	

	
}

#home2 #home-slide-7 img{
		width: 100% !important;
		height: auto !important;
	}


@media screen and (max-width: 950px){
	#home2 .four-col{
		display: block;
	}



	#home2 .story_block{
	 	margin: 3em 0;
	}

	#home2 #home-slide-7 .feature__image-wrapper{
	float: none;
	width: 100%;
	margin-left: 0;

}


}


@media screen and (min-width: 700px){
	#home2 .adjective-story__text-wrapper{
		width: 100%;
	}

	
	

}


@media screen and (min-width: 700px) and (max-width: 1025px){
  #home2 .adjective-story__image {

      height: 400px;

  }


}

@media screen and (min-width: 1025px){
	

	#home2 .adjective-story__text-wrapper {

		width: 100%;
	}

	#home2 .visit-touro.home-slide{
		width: 100vw;
	}

	#home2 #hero-1{
		height: calc(100vh - 100px);
	}
	
	
}


@media screen and (min-width: 1680px){
/*
	#home2 .module_container{
		margin: 0;
	}*/
	/*
	#home2 .tun2-wrapper{
		max-width: 1500px;
	}*/

}


@media screen and (min-width: 950px){
  #home2 #home-slide-7 .feature__image-wrapper{
	padding-right: 5%;

}


}


#home2 .highlight-section {
  background-color: #00559d;
  margin-top: -100px;
  margin-bottom: 100px;
}

#home2 .highlight-grid-container {
  display: grid;
  grid-template-columns: 1fr; 
  grid-gap: 2%;
  background-color: #00308c;
  padding: 35px 5% 35px;
  align-items: center;
}

#home2 .highlight-grid-item1 {
  font-size: 20px;
  justify-self: start;
}

#home2 .highlight-grid-item2 {
  font-size: 20px;
}

#home2 .highlight-grid-item-text-wrap {
  text-align: left;
}

#home2 .highlight-grid-item1 img{
  width: 100% !important;
  height: auto !important;
  max-width:300px;
}

@media screen and (min-width: 1025px) {
  
#home2 .highlight-section {
  margin-top: auto;
  margin-bottom:auto;
}

#home2 .highlight-grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr; 
  grid-gap: 2%;
  padding: 0 5% 25px;
  align-items: center;
}

#home2 .highlight-grid-item1 {
  font-size: 20px;
  justify-self: end;
}

#home2 .highlight-grid-item-text-wrap {
   padding: 2%;
   text-align: left;
}

#home2 .highlight-grid-item1 img{
  width: 100% !important;
  height: auto !important;
  max-width:500px;
  padding-top: 20px;
}
  
}





#home2 .stats__item {
  width:100%;
  padding: 20px;
  font-size: 30px;
  text-align: center;
}

#home2 .stats__number {
  font-size:28px;
  color: #000;
}

#home2 .stat-description {
  font-size:17px;
}

#home2 .stats-grid-container {
  display: grid;
  grid-template-columns: auto;
  padding: 10px;
  margin: -65px 5% 10px;
}

@media screen and (min-width: 700px) {

  #home2 .stats-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: -40px 5% 15px;
}
  
}

@media screen and (min-width: 1025px) {
  
#home2 .stats__number {
  font-size:50px;
}

#home2 .stat-description {
  font-size:22px;
}

#home2 .stats-grid-container {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  margin: 50px 10% 30px;
}
  
}

@media screen and (min-width: 1025px) {
#why-touro {
   font-size: 60px;
}
  
}







/* homepage hero video */
button.pauseVideo {
	 display: block;
	 position: absolute;
	 bottom: 30px;
	 left: 30px;
	 width: 35px;
	 height: 35px;

	 cursor: pointer;
	 color: #fff;
	 z-index: 3;
	 text-decoration: none;
	font-size: 32px;
  	padding: 0;
	min-width: 0;
}

button.pauseVideo::before {
	content: none;
}
 #homepage2 .block-hero button.pauseVideo:hover, .pauseVideo:focus {
	 color: #fff;
}
 #homepage2 .block-hero button.pauseVideo span {
	 display: block;
	 position: absolute;
	 left: -10000rem;
	 top: -2rem;
	 width: 0.1rem;
	 height: 0.1rem;
	 overflow: hidden;
}
 #homepage2 .block-hero button.pauseVideo::after {
	 content: '\f04c';
	 font-family: "Font Awesome 7 Pro";
	 color: #fff;  
     font-size: 32px;
	top: 0;
	position: static;
	left: 0;
	opacity: 1;
	bottom: 0;
	border: 0;

}
 #homepage2 .block-hero button.pauseVideo.pause::after {
	 content: '\f04b';
font-size: 32px;
	top: 0;
	position: static;
	left: 0;
	opacity: 1;
	bottom: 0;
	border: 0;
}


#homepage2 .video video{
height: 85vh;
object-fit: cover;
min-height: 100%;
min-width: 100%;
}


@media screen and (min-width: 1024px){

#hero-1{
display: none;
}


}

@media screen and (max-width: 1023px){
  #block-1{
	display: none;

}

#hero-1{
display: block;
}
  
#hero-1 h2 {
    margin-bottom: 0px;
    position: relative;
}

#hero-1 a {
    margin: 0px 16px 16px 0px;
}

#hero-1 a:hover {
    color:#000;
    border: solid 1px white;
    background-color: #fff;
}


#home2 .home-hero h2{
	padding-left: 5%;
	left: 0;
	display: block;
}


}

  .featured_video .intro {
    margin-bottom: 1rem; 
  }
  .featured_video .video {
    position: relative;
    padding: 56.25% 0 0 0;
  }
  .featured_video .accordion-container {
    margin-top: 0;
  }
  .featured_video .accordion__toggle {
    padding: 10px 30px 10px 25px;
    display: block;
    color: #00308c;
    font-weight: 700;
    position: relative;
    min-width: auto;
    font-size: 16px;
    width: 100%;
    text-align: right;
  }
  main .featured_video button:before {
    content: none;  
  }
  main .featured_video button:after {
    bottom: auto;
    border: none;
    left: auto;
    opacity: 1;
    top: 18px;
  }







/* new styles */

@media screen and (min-width: 1100px) {
.header__logo {
    width: 140px;
}
}

@media screen and (min-width: 700px) {
.footer__logo {
    max-width: 180px;
    float: left;
    margin-bottom: 0;
}
}

@media screen and (min-width: 1025px) {
.footer__logo {
    float: none;
  margin-left: 30px;
}
}

/*add to make inline images responsive*/
.responsive-image img {
height: auto !important;
}

/*add to clear floats after a div*/
.clearfix:after {
  content:"";
  display:block;
  clear:both;
 }



/*extra landing page styles */

body.landing--brown .landing-banner__inner,
body.landing--brown .cta-block,
body.landing--brown .landing-2col__col:nth-child(2),
body.landing--brown .landing-gen-3across .slider-item__bottom,
body.landing--brown .landing-admmission-req__inner,
body.landing--brown .landing-gen-3across .slick-dots li.slick-active button {
  background-color: #7C3520;
}

body.landing--dblue .landing-banner__inner,
body.landing--dblue .cta-block,
body.landing--dblue .landing-2col__col:nth-child(2),
body.landing--dblue .landing-gen-3across .slider-item__bottom,
body.landing--dblue .landing-admmission-req__inner,
body.landing--dblue .landing-gen-3across .slick-dots li.slick-active button {
  background-color: #28658d;
}

body.landing--lblue .landing-banner__inner,
body.landing--lblue .cta-block,
body.landing--lblue .landing-2col__col:nth-child(2),
body.landing--lblue .landing-gen-3across .slider-item__bottom,
body.landing--lblue .landing-admmission-req__inner,
body.landing--lblue .landing-gen-3across .slick-dots li.slick-active button {
  background-color: #009ec0;
}

body.landing--magenta .landing-banner__inner,
body.landing--magenta .cta-block,
body.landing--magenta .landing-2col__col:nth-child(2),
body.landing--magenta .landing-gen-3across .slider-item__bottom,
body.landing--magenta .landing-admmission-req__inner,
body.landing--magenta .landing-gen-3across .slick-dots li.slick-active button {
  background-color: #850057;
}

body.landing--green .landing-banner__inner,
body.landing--green .cta-block,
body.landing--green .landing-2col__col:nth-child(2),
body.landing--green .landing-gen-3across .slider-item__bottom,
body.landing--green .landing-admmission-req__inner,
body.landing--green .landing-gen-3across .slick-dots li.slick-active button {
  background-color: #357F05;
}

body.landing--purple .landing-banner__inner,
body.landing--purple .cta-block,
body.landing--purple .landing-2col__col:nth-child(2),
body.landing--purple .landing-gen-3across .slider-item__bottom,
body.landing--purple .landing-admmission-req__inner,
body.landing--purple .landing-gen-3across .slick-dots li.slick-active button {
  background-color: #683E93;
}

.sticky-top-wrapper--landing {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #00308c;
  border-bottom: 1px solid #FFFFFF;
}

@media screen and (min-width: 400px) {
  .sticky-top-wrapper--landing {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media screen and (min-width: 700px) {
  .sticky-top-wrapper--landing {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .sticky-top-wrapper--landing {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.sticky-top-wrapper--landing img {
  margin: 0 auto;
}

@media screen and (min-width: 700px) {
  .sticky-top-wrapper--landing img {
    height: 41px;
  }
}

@media screen and (min-width: 1025px) {
  .sticky-top-wrapper--landing img {
    height: 52.6px;
  }
}

.landing-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  max-width: 1680px;
}

@media (min-width: 1680px) {
  .landing-banner {
    margin-left: -840px;
  }
}

.landing-banner__inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 26px;
  padding-bottom: 26px;
  text-align: center;
}

@media screen and (min-width: 400px) {
  .landing-banner__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 700px) {
  .landing-banner__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .landing-banner__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 700px) {
  .landing-banner__inner {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 1025px) {
  .landing-banner__inner {
    padding-top: 18px;
    padding-bottom: 30px;
  }
}

.landing-banner__header {
  font-size: 28px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (min-width: 700px) {
  .landing-banner__header {
    font-size: 45px;
    max-width: 860px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .landing-banner__header {
    font-size: 53px;
    max-width: 860px;
    margin-top: 0.67em;
  }
}

.landing-banner__secondary {
  margin-top: 1.3em;
  color: #FFFFFF;
  line-height: 1.2;
}

@media screen and (min-width: 700px) {
  .landing-banner__secondary {
    max-width: 860px;
    margin: 1.1em auto 0.7em;
  }
}

@media screen and (min-width: 1025px) {
  .landing-banner__secondary {
    max-width: 860px;
    margin-top: 0.7em;
  }
}

.landing-banner__secondary p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 700px) {
  .landing-banner__secondary p {
    font-size: 22px;
  }
}

@media screen and (min-width: 1025px) {
  .landing-banner__secondary p {
    font-size: 25px;
  }
}

.landing-banner__secondary p:not(:last-of-type) {
  margin-bottom: 0.9em;
}

@media screen and (min-width: 700px) {
  .landing-banner__secondary p:not(:last-of-type) {
    margin-bottom: 0.45em;
  }
}

#raveAlert .description {
   font-size: 22px; 
}


.screen-reader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
    left: -10000px;
    top: auto;
}







