@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700");
body {
  background: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #434343;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 400; }

h1, h2, h3 {
  font-size: 20px; }

h4, h5, h6 {
  font-size: 16px; }

a {
  color: #259b58;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #4ebd7e;
    cursor: pointer !important;
    outline: 0; }

img {
  max-width: 100%; }

blockquote {
  padding: 20px 20px;
  margin: 20px 0;
  font-size: 17.5px;
  border: none;
  background: #73cb99; }

i.green {
  color: #73cb99; }

.inline .col-3 {
  width: 100%;
  display: inline-block;
  padding: 0; }
  @media (min-width: 768px) {
    .inline .col-3 {
      width: 49%; } }
  @media (min-width: 992px) {
    .inline .col-3 {
      width: 33%; } }
  @media (min-width: 768px) {
    .inline .col-3:nth-child(2) {
      float: right; } }
  @media (min-width: 992px) {
    .inline .col-3:nth-child(2) {
      float: none; } }
  @media (min-width: 768px) {
    .inline .col-3:nth-child(3) {
      width: 100%; } }
  @media (min-width: 992px) {
    .inline .col-3:nth-child(3) {
      width: 33%; } }

textarea:focus, input:focus {
  outline: none; }

form h3 {
  margin: 30px 0 !important; }
form h4 {
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 20px 0; }
form [type="text"],
form [type="password"],
form [type="email"],
form [type="telephone"],
form [type="number"],
form select,
form textarea,
form .form-submit {
  width: 100%;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 1em;
  outline: none;
  height: 40px;
  padding-left: 15px;
  background-color: #f3f5f5;
  border: 1px solid #f3f5f5;
  color: #232323;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  form [type="text"]:hover, form [type="text"]:active, form [type="text"]:focus,
  form [type="password"]:hover,
  form [type="password"]:active,
  form [type="password"]:focus,
  form [type="email"]:hover,
  form [type="email"]:active,
  form [type="email"]:focus,
  form [type="telephone"]:hover,
  form [type="telephone"]:active,
  form [type="telephone"]:focus,
  form [type="number"]:hover,
  form [type="number"]:active,
  form [type="number"]:focus,
  form select:hover,
  form select:active,
  form select:focus,
  form textarea:hover,
  form textarea:active,
  form textarea:focus,
  form .form-submit:hover,
  form .form-submit:active,
  form .form-submit:focus {
    border: 1px solid #73cb99; }
form .form-submit {
  width: 100%;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 1em;
  outline: none;
  height: 40px; }
form textarea {
  padding-top: 10px;
  height: 150px;
  resize: none; }
form .checkboxes {
  margin-bottom: 30px; }
form [type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  margin-right: 5px;
  outline: 0; }
form [type="checkbox"] + label {
  background-position: 0 1px;
  display: inline-block;
  white-space: nowrap;
  height: 30px;
  line-height: 26px;
  cursor: pointer;
  vertical-align: middle;
  padding-left: 35px; }
form [type="radio"] + label {
  padding-left: 10px; }
form [type="checkbox"] + label,
form [type="checkbox"]:checked + label {
  background-image: url(../images/checkbox.png);
  background-repeat: no-repeat; }
form [type="checkbox"]:checked + label {
  background-position: 0 -30px; }
form .form-submit {
  color: #fff;
  border-radius: 0px;
  font-size: 1em;
  background: #bbbbbb;
  cursor: default;
  border: transparent;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  background: #73cb99; }
  form .form-submit:hover, form .form-submit:active, form .form-submit:focus {
    background: #4ebd7e; }
  form .form-submit i {
    padding-left: 10px; }
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #898989;
  background-image: url(../images/chevron-down.png);
  background-repeat: no-repeat;
  background-position: center right 5px; }
form label {
  font-weight: 400; }
form ::-webkit-input-placeholder {
  color: #898989; }
form :-moz-placeholder {
  /* Firefox 18- */
  color: #898989; }
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #898989; }
form :-ms-input-placeholder {
  color: #898989; }

#webform-component-position {
  margin-bottom: 30px; }
  #webform-component-position #edit-submitted-position {
    margin-bottom: 0; }

#webform-component-mobile-telephone {
  display: none; }

#edit-submitted-coverletter-ajax-wrapper,
#edit-submitted-resume1-ajax-wrapper {
  margin: 15px 0;
  border: 1px solid grey;
  padding: 10px; }
  #edit-submitted-coverletter-ajax-wrapper #edit-submitted-coverletter-upload-button,
  #edit-submitted-coverletter-ajax-wrapper #edit-submitted-resume1-upload-button,
  #edit-submitted-resume1-ajax-wrapper #edit-submitted-coverletter-upload-button,
  #edit-submitted-resume1-ajax-wrapper #edit-submitted-resume1-upload-button {
    display: none; }

.footer-message {
  margin: 15px 0;
  border: 1px solid #000;
  padding: 10px; }
  .footer-message h6 {
    font-weight: 600; }
  .footer-message p {
    font-size: 16px; }

ul li.leaf {
  list-style: none;
  margin: 0; }

.field-name-field-content-image {
  float: right;
  margin-left: 10px; }
  .field-name-field-content-image img {
    border: 1px solid #CCC;
    padding: 5px; }

.field-name-body td {
  vertical-align: top;
  padding: 0 10px 20px; }
  .field-name-body td img {
    max-width: none;
    border: 1px solid #CCC;
    padding: 5px; }

.field-name-field-image-gallery {
  margin-top: 15px; }
  .field-name-field-image-gallery .field-items {
    display: inline-block; }
    .field-name-field-image-gallery .field-items .field-item {
      width: 25%;
      float: left;
      padding-left: 5px;
      padding-right: 5px; }
      @media (max-width: 767px) {
        .field-name-field-image-gallery .field-items .field-item {
          width: 50%;
          padding-top: 10px; } }
      .field-name-field-image-gallery .field-items .field-item img {
        width: 100%;
        height: auto; }

.admin-menu .header.mm-slideout,
.admin-menu .header.mm-slideout.at-top {
  top: 29px !important; }

.mm-page {
  position: static; }

.front {
  background: #900028; }
  .front .footer .container {
    max-width: 1280px;
    width: 100%; }

.home-information-grid {
  background: #fff; }
  .home-information-grid .info-row:nth-child(even) .info-button {
    order: 1; }

.info-row {
  flex-direction: row;
  display: block; }
  @media (min-width: 375px) {
    .info-row {
      display: flex; } }

.info-column {
  background-color: #fff;
  width: 100%;
  height: 20VH; }
  @media (min-width: 375px) {
    .info-column {
      width: 50%; } }
  @media (min-width: 650px) {
    .info-column {
      height: 30VH; } }
  @media (min-width: 992px) {
    .info-column {
      height: 30VH; } }
  @media (min-width: 1200px) {
    .info-column {
      height: 50VH; } }
  @media screen and (max-height: 414px) {
    .info-column {
      height: 50VH; } }

.prefooter-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto; }

.prefooter-info-column {
  flex: 1 0 100%;
  width: 100%; }
  @media (min-width: 375px) {
    .prefooter-info-column {
      flex: 1 0 50%;
      width: 50%; } }
  @media (min-width: 768px) {
    .prefooter-info-column {
      flex: 1 0 25%;
      width: 25%; } }

.not-front .header {
  padding: 2VH 0;
  height: 140px; }
  @media (min-width: 992px) {
    .not-front .header {
      height: 240px; } }
.not-front .site-content {
  padding: 140px 0 0; }
  @media (min-width: 992px) {
    .not-front .site-content {
      padding: 240px 0 0; } }
  .not-front .site-content h2, .not-front .site-content h3 {
    margin-top: 20px; }
.not-front .footer {
  margin-top: 10VH; }
.not-front .menu {
  margin: 0; }
  .not-front .menu > ul {
    margin: 0; }

.page-parents-portal .site-content {
  padding: 0; }
.page-parents-portal .parent-content {
  padding: 10px 0; }
.page-parents-portal ul.primary {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #73cb99;
  margin-bottom: 15px; }
  .page-parents-portal ul.primary li {
    display: inline-block;
    padding: 0; }
    .page-parents-portal ul.primary li a {
      display: inline-block;
      padding: 5px 10px;
      border-radius: 0px;
      border: 1px solid #73cb99;
      border-bottom: 0;
      color: #434343;
      background: #fff;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .page-parents-portal ul.primary li a.active, .page-parents-portal ul.primary li a:hover, .page-parents-portal ul.primary li a:focus {
        background: #73cb99; }

.portal-page-header {
  font-weight: 200;
  font-size: 24px; }
  .portal-page-header img {
    height: 50px; }
    @media (min-width: 768px) {
      .portal-page-header img {
        height: 55px; } }

.page-user .site-content {
  padding: 0; }
.page-user .main-content-wrap {
  margin-top: 40px; }

#user-login input {
  margin: 0; }
#user-login .description {
  margin-bottom: 20px;
  font-size: 12px; }
#user-login .form-actions {
  margin: 40px 0 0; }

.vertical-align {
  display: table; }

.vertical-content {
  display: table-cell;
  vertical-align: middle; }

.background-image {
  background-color: #900028;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #900028;
  padding: 38px 0;
  z-index: 999;
  height: 190px; }
  @media screen and (min-width: 992px) {
    .header {
      height: 240px; } }

.header-links {
  color: #fff;
  font-size: 18px;
  padding-right: 60px;
  text-align: right;
  width: 100%; }
  .header-links a {
    color: #fff; }
  .header-links ul {
    margin: 0;
    padding: 0; }
    .header-links ul .search:hover {
      cursor: pointer; }
  @media (min-width: 992px) {
    .header-links .float-left {
      position: absolute;
      left: 60px; } }
  @media (min-width: 1200px) {
    .header-links .float-left {
      position: relative;
      left: 0; } }

.mobile-header-links {
  position: relative;
  text-align: left;
  z-index: 9999; }
  .mobile-header-links .item {
    position: absolute; }
  .mobile-header-links .search-item {
    top: 0;
    left: 30px; }
    @media screen and (max-height: 414px) {
      .mobile-header-links .search-item {
        top: 15px; } }
  .mobile-header-links .contact-item {
    left: 30px;
    top: 75px; }
    @media screen and (max-height: 414px) {
      .mobile-header-links .contact-item {
        left: 125px;
        top: 15px; } }
  .mobile-header-links .portals-item {
    top: 75px;
    right: 30px; }
    @media screen and (max-height: 414px) {
      .mobile-header-links .portals-item {
        right: 125px;
        top: 15px; } }

.main-logo {
  margin: 0 0 40px; }
  @media (min-width: 768px) {
    .main-logo {
      margin: 0 0 10px; } }
  .main-logo img {
    height: 98px; }
    @media screen and (max-height: 414px) {
      .main-logo img {
        height: 55px; } }

.header.mm-slideout {
  top: 0;
  transition: all 0.4s; }

.header.mm-slideout.nav-up {
  top: -250px !important; }

.header.mm-slideout.at-top {
  top: 0 !important; }

.header-hero {
  height: 50VH;
  width: 100%;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 40%;
  position: relative;
  display: table;
  margin-top: 140px; }
  @media (min-width: 768px) {
    .header-hero {
      height: 80VH;
      margin-top: 0;
      background-position: center center; } }
  @media (min-width: 992px) {
    .header-hero {
      height: 100VH;
      background-size: auto; } }
  @media (max-width: 767px) {
    .header-hero .vertical-content {
      vertical-align: middle; } }
  .header-hero h1, .header-hero h2 {
    color: #fff; }
    @media (min-width: 768px) {
      .header-hero h1, .header-hero h2 {
        font-size: 34px; } }
    @media (min-width: 992px) {
      .header-hero h1, .header-hero h2 {
        font-size: 40px; } }
  .header-hero h2 {
    font-weight: 300; }
    @media (min-width: 768px) {
      .header-hero h2 {
        font-size: 30px; } }
  .header-hero .fleur {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%; }

.search-overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  padding: 30px 0px;
  background: #900925;
  text-align: center;
  transition: visibility 0.1s,opacity 0.4s;
  -moz-transition: visibility 0.1s,opacity 0.4s;
  -webkit-transition: visibility 0.1s,opacity 0.4s; }
  .search-overlay.active {
    visibility: visible;
    opacity: 0.9; }
  .search-overlay .search-close {
    color: #d4d4d4;
    float: right;
    margin-top: -20px;
    margin-right: 30px;
    font-size: 20px; }
    .search-overlay .search-close:hover {
      color: #fff; }
  .search-overlay .field-holder {
    position: relative;
    display: inline-block;
    height: 47px;
    border: solid 1px #d4d4d4;
    max-width: 90%;
    width: 280px; }
    @media (min-width: 768px) {
      .search-overlay .field-holder {
        width: 500px; } }
    .search-overlay .field-holder ::-webkit-input-placeholder {
      color: #d4d4d4; }
    .search-overlay .field-holder :-moz-placeholder {
      /* Firefox 18- */
      color: #d4d4d4; }
    .search-overlay .field-holder ::-moz-placeholder {
      /* Firefox 19+ */
      color: #d4d4d4; }
    .search-overlay .field-holder :-ms-input-placeholder {
      color: #d4d4d4; }
    .search-overlay .field-holder input[type="text"] {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 45px;
      line-height: 45px;
      padding: 0px 50px 0px 20px;
      font-size: 20px;
      border: 0px;
      color: #fff;
      background: #900925;
      z-index: 5; }
    .search-overlay .field-holder input[type="submit"] {
      display: none; }
    .search-overlay .field-holder .submit_search {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 45px;
      height: 45px;
      font-size: 1.42em;
      line-height: 45px;
      text-align: center;
      z-index: 9;
      color: #d4d4d4;
      background: none;
      border: none; }
      .search-overlay .field-holder .submit_search:hover {
        color: #fff; }

.inner-banner {
  width: 100%;
  height: 200px;
  background-position: center right;
  background-size: 450px auto;
  background-repeat: no-repeat;
  position: relative;
  max-width: 1140px;
  margin: 0 auto 30px; }
  @media (min-width: 768px) {
    .inner-banner {
      height: 250px;
      background-size: 1100px auto; } }
  .inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 70%);
    opacity: 1;
    height: 200px; }
    @media (min-width: 768px) {
      .inner-banner:before {
        height: 300px;
        background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 70%); } }

.inner-banner-title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .inner-banner-title h1 {
    color: #900028;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300; }
  .inner-banner-title ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .inner-banner-title ul li {
      font-size: 24px;
      font-weight: 700;
      color: #900028;
      display: inline-block;
      padding-right: 5px; }
      .inner-banner-title ul li:after {
        content: '/';
        padding-left: 10px; }
      .inner-banner-title ul li:last-of-type:after {
        content: '';
        padding-left: 0; }
      .inner-banner-title ul li a {
        color: #900028; }
        .inner-banner-title ul li a:hover {
          color: #cccccc; }

.main-slider {
  position: relative;
  height: 30VH; }
  @media (min-width: 768px) {
    .main-slider {
      height: 50VH; } }
  @media (min-width: 992px) {
    .main-slider {
      height: 100VH; } }
  @media screen and (max-height: 414px) {
    .main-slider {
      height: 100VH; } }
  .main-slider .slide {
    background-position: center;
    height: 30VH;
    background-color: #900028; }
    @media (min-width: 768px) {
      .main-slider .slide {
        height: 50VH; } }
    @media (min-width: 992px) {
      .main-slider .slide {
        height: 100VH; } }
    @media screen and (max-height: 414px) {
      .main-slider .slide {
        height: 100VH; } }
  .main-slider .no-background-image .slide-caption {
    bottom: 30px; }
    @media (min-width: 768px) {
      .main-slider .no-background-image .slide-caption {
        bottom: 30%; } }
    .main-slider .no-background-image .slide-caption img {
      width: 70%; }
      @media (min-width: 992px) {
        .main-slider .no-background-image .slide-caption img {
          width: auto; } }
  .main-slider .background-image .slide-caption {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */ }
  .main-slider .slide-caption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }
    .main-slider .slide-caption h1 {
      color: #fff;
      font-weight: 300;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .main-slider .slide-caption h1 {
          font-size: 36px; } }
      @media (min-width: 992px) {
        .main-slider .slide-caption h1 {
          font-size: 60px; } }
    .main-slider .slide-caption img {
      width: 50%; }
      @media (min-width: 768px) {
        .main-slider .slide-caption img {
          width: auto; } }
    .main-slider .slide-caption .btn {
      margin-top: 20px; }

.cssui-slider {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  height: 30VH; }
  @media (min-width: 768px) {
    .cssui-slider {
      height: 50VH;
      min-height: 340px; } }
  @media (min-width: 992px) {
    .cssui-slider {
      height: 100VH;
      min-height: 340px; } }
  @media screen and (max-height: 414px) {
    .cssui-slider {
      height: 100VH; } }

.cssui-slider__slides {
  height: 30VH; }
  @media (min-width: 768px) {
    .cssui-slider__slides {
      height: 50VH; } }
  @media (min-width: 992px) {
    .cssui-slider__slides {
      height: 100VH; } }
  @media screen and (max-height: 414px) {
    .cssui-slider__slides {
      height: 100VH; } }

.cssui-slider__slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.cssui-slider__controls {
  position: absolute;
  width: 100%;
  bottom: 10px;
  height: 5px;
  display: none; }
  @media (min-width: 992px) {
    .cssui-slider__controls {
      display: block; } }

.cssui-slider__control {
  width: 25px;
  height: 3px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  background-color: #fff;
  transition: transform .2s ease-out;
  position: relative;
  text-indent: -9999px;
  z-index: 999; }

.cssui-slider__content {
  height: 100%; }

.cssui-slider_mod--slide-to-left .cssui-slider__slides {
  transition: transform .4s; }
.cssui-slider_mod--slide-to-left .cssui-slider__slide {
  left: 0; }

.cssui-slider__switch {
  display: none; }
  .cssui-slider__switch:hover + .cssui-slider__control, .cssui-slider__switch:focus + .cssui-slider__control, .cssui-slider__switch:checked + .cssui-slider__control {
    background: #73cb99; }

.info-button h3 {
  color: #900028;
  margin-bottom: 3VH;
  font-size: 20px; }
  @media (min-width: 768px) {
    .info-button h3 {
      font-size: 30px; } }

#mm-blocker {
  z-index: 9999999999; }

#main-header .menu {
  display: none; }
  @media (min-width: 992px) {
    #main-header .menu {
      display: block; } }

.menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .menu > ul li {
    display: inline-block; }
.menu a {
  color: #fff;
  padding: 0 10px 20px;
  font-size: 18px; }

.mm-menu {
  border-left: 1px solid #fff; }
  @media (min-width: 992px) {
    .mm-menu {
      display: none; } }
  .mm-menu .mm-navbar {
    border: 0; }
    .mm-menu .mm-navbar a {
      color: rgba(255, 255, 255, 0.8); }

.mm-panels {
  background: #900028;
  color: #fff; }

.mm-listview {
  border: 0; }
  .mm-listview .mm-next,
  .mm-listview > li {
    border-color: #900028; }
  .mm-listview .mm-next:after {
    border-color: rgba(255, 255, 255, 0.8) !important; }

.menu .mm-title {
  text-transform: uppercase;
  padding: 10px 0; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next) {
  background: #900028;
  tap-highlight-color: #900028; }

.hamburger {
  display: block;
  width: 55px;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  position: absolute;
  overflow: hidden; }
  @media screen and (max-height: 414px) {
    .hamburger {
      top: 35px; } }
  @media (min-width: 992px) {
    .hamburger {
      display: none; } }
  .hamburger span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 8px 0;
    position: relative;
    transform: rotate(0);
    top: 0;
    left: 0;
    opacity: 1;
    transition: none 0.5s ease;
    transition-property: transform, top, left, opacity; }

.mm-opened .hamburger span.top-bar {
  transform: rotate(45deg);
  top: 10px; }
.mm-opened .hamburger span.middle-bar {
  opacity: 0;
  left: 40px; }
.mm-opened .hamburger span.bottom-bar {
  transform: rotate(-45deg);
  top: -10px; }

.header .dropdown {
  position: absolute;
  z-index: 100;
  width: auto;
  min-width: 240px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  transition: visibility 0s, opacity 0.3s;
  background: #900028;
  top: 45px; }
  .header .dropdown ul {
    padding: 0;
    list-style: none; }
    .header .dropdown ul li {
      text-align: left;
      display: block; }
      .header .dropdown ul li a {
        padding: 5px 10px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
        display: block;
        white-space: nowrap; }
        .header .dropdown ul li a:hover {
          background-color: #fff;
          color: #900028;
          text-decoration: none; }

.has-dropdown {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .has-dropdown:hover > .dropdown {
    visibility: visible;
    opacity: 1; }
    .has-dropdown:hover > .dropdown li {
      position: relative; }
  .has-dropdown .second-dropdown {
    left: 100%;
    top: 0; }

.school-information img {
  width: 100%; }

.school-links {
  background: #fff;
  padding: 20px 0; }
  .school-links a {
    color: #fff;
    position: relative; }
    .school-links a .hover-fleur {
      display: none; }
    .school-links a:hover:before {
      content: ' ';
      background: #000;
      opacity: 0.1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .school-links a:hover .display-fleur {
      display: none; }
    .school-links a:hover .hover-fleur {
      display: inline-block; }
  .school-links .prefooter-info-column {
    padding: 0 15px;
    margin-bottom: 30px;
    height: 185px; }
    @media (min-width: 440px) {
      .school-links .prefooter-info-column {
        height: 270px; } }
    @media (min-width: 992px) {
      .school-links .prefooter-info-column {
        margin: 0; } }
    .school-links .prefooter-info-column:last-child {
      margin: 0; }
  .school-links .link-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0; }
    @media (min-width: 768px) {
      .school-links .link-title {
        font-size: 24px;
        margin: 50px 0; } }
    @media (min-width: 992px) {
      .school-links .link-title {
        font-size: 30px; } }

.footer {
  background-color: #900028;
  padding: 20px 0; }
  .footer p {
    color: #fff;
    margin: 0; }
  .footer a {
    color: #fff; }
  .footer ul {
    list-style: none;
    padding: 0; }
  @media (max-width: 767px) {
    .footer .container {
      position: relative; } }
  @media (max-width: 767px) {
    .footer .container:after {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #aa405d;
      position: absolute;
      top: 555px;
      left: 15px; } }
  @media (min-width: 768px) {
    .footer .container .col-lg-2 .footer-col {
      border-right: 2px solid #aa405d; } }
  @media (min-width: 992px) {
    .footer .container .col-lg-2 .footer-col {
      border-right: 0; } }
  @media (min-width: 768px) {
    .footer .container .col-lg-2:first-child .footer-col, .footer .container .col-lg-2:last-child .footer-col {
      border-right: 0; } }
  @media (min-width: 768px) {
    .footer .container .col-sm-2 {
      width: 20%; } }
  @media (min-width: 992px) {
    .footer .container .col-sm-2 {
      width: 16.66666667%; } }

.footer-terms {
  font-size: 10px; }
  @media (min-width: 768px) {
    .footer-terms {
      text-align: left; } }
  @media (min-width: 992px) {
    .footer-terms {
      text-align: center; } }
  .footer-terms p {
    color: #fff;
    margin-bottom: 5px; }

.address {
  text-transform: uppercase; }

.footer-col {
  margin-bottom: 20px;
  min-height: 250px; }
  @media (min-width: 768px) {
    .footer-col {
      min-height: 230px;
      padding-left: 0;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .footer-col {
      padding-left: 15px;
      padding-right: 0;
      border-left: 2px solid #aa405d; } }
  .footer-col li, .footer-col p {
    line-height: 1.2;
    padding: 0 0 15px;
    font-size: 12px;
    font-weight: 400; }
  .footer-col h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px; }
  .footer-col .menu a {
    padding: 0;
    font-size: 12px; }

.footer-logo {
  padding-left: 0;
  border-left: none;
  border-bottom: 2px solid #aa405d;
  min-height: auto;
  padding: 60px 0 40px; }
  @media (min-width: 992px) {
    .footer-logo {
      border-bottom: 0;
      padding: 0;
      min-height: 250px; } }
  .footer-logo img {
    margin-bottom: 30px;
    height: 57px; }

.footer-asa {
  text-align: center;
  padding-top: 20px;
  border-top: 2px solid #aa405d; }
  @media (min-width: 768px) {
    .footer-asa {
      border-top: 0;
      text-align: left;
      padding-top: 0; } }
  @media (min-width: 1200px) {
    .footer-asa {
      text-align: center; } }
  .footer-asa img {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .footer-asa img {
        margin-left: 10px; } }
    @media (min-width: 1200px) {
      .footer-asa img {
        margin-left: 0; } }

.footer-social {
  margin: 0; }
  .footer-social li {
    display: inline-block;
    font-size: 1.4em;
    padding: 10px 5px; }

.fa-social-video {
  background: url(../images/socal-icon-video.png) no-repeat; }
  .fa-social-video:before {
    height: 16px;
    width: 16px;
    display: block;
    content: " "; }

.parents-footer {
  padding: 10px; }
  @media (min-width: 768px) {
    .parents-footer {
      padding: 20px; } }
  .parents-footer .container-fluid {
    border-top: 1px solid #f1f1f1;
    padding: 20px;
    margin-top: 0; }
    @media (min-width: 768px) {
      .parents-footer .container-fluid {
        margin-top: 40px; } }
  .parents-footer .logo {
    width: 50%;
    margin-bottom: 20px; }
  .parents-footer a {
    color: #434343; }

.btn {
  padding: 10px 15px;
  border-radius: 0px;
  border: 1px solid #808080;
  color: #73cb99;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.info-btn:hover, .info-btn:active, .info-btn:focus {
  color: #fff;
  background: #808080; }

.btn-white {
  color: #fff;
  border-color: #fff;
  background: none; }
  .btn-white:hover, .btn-white:active, .btn-white:focus {
    color: #900028;
    background: #fff;
    border-color: #fff; }

.btn-green-inline {
  background: #73cb99;
  color: #fff;
  border: 0; }
  .btn-green-inline:hover, .btn-green-inline:active, .btn-green-inline:focus {
    background: #4ebd7e;
    color: #fff; }

.txt-upper {
  text-transform: uppercase; }

.btn-width-full {
  width: 100%;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .btn-width-full {
      margin-bottom: 15px; } }

.sidebar h3 {
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 500;
  margin: 0; }
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sidebar ul li {
    font-size: 1em;
    padding-left: 10px;
    position: relative; }
    .sidebar ul li:before {
      content: '>';
      color: #73cb99;
      position: absolute;
      left: -10px; }
    .sidebar ul li a {
      color: #646464; }
      .sidebar ul li a.active {
        color: #313131;
        font-weight: 500; }
      .sidebar ul li a:hover {
        color: #313131; }
    .sidebar ul li ul {
      margin-left: 30px; }

@media (max-width: 767px) {
  .sidebar-col {
    border-top: 1px solid #eee;
    padding-top: 30px; } }
.sidebar-col:after {
  content: '';
  background: #73cb99;
  top: 0;
  width: 36px;
  height: 5px;
  position: absolute; }
  @media (min-width: 768px) {
    .sidebar-col:after {
      height: 36px;
      width: 5px;
      right: -1px; } }

.modal-content {
  border-radius: 0; }

.modal-header,
.modal-footer {
  border: none; }

.portal-modal .modal-content {
  background-color: #fff;
  padding: 0 15px; }
  .portal-modal .modal-content .modal-header h2 {
    text-align: center; }
  .portal-modal .modal-content .modal-body .portal-btn {
    text-align: center;
    background-color: #73cb99;
    margin: 0 0 30px;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .portal-modal .modal-content .modal-body .portal-btn:hover {
      background-color: #41b071; }
    .portal-modal .modal-content .modal-body .portal-btn h3 {
      color: #fff;
      font-size: 1.2em; }
    .portal-modal .modal-content .modal-body .portal-btn img {
      max-width: 90px;
      margin-bottom: 10px; }

.contact-map {
  height: 400px; }

.news-content h2 {
  font-size: 27px;
  margin: 0;
  margin-bottom: 20px; }
@media (min-width: 768px) {
  .news-content img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; } }
.news-content p {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 20px !important; }
.news-content .submitted {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 15px; }
  .news-content .submitted i {
    color: #73cb99;
    font-weight: normal;
    margin-right: 10px; }

.back-link {
  font-size: 12px;
  text-transform: uppercase; }

.view-news-listing .views-row {
  position: relative;
  border: 1px solid #d4d4d4;
  margin-bottom: 20px;
  padding: 10px; }
  @media (min-width: 768px) {
    .view-news-listing .views-row {
      padding: 0;
      padding-right: 20px; } }
  .view-news-listing .views-row:after {
    content: ' ';
    display: table;
    clear: both; }
.view-news-listing .views-field-field-image {
  text-align: center; }
  @media (min-width: 768px) {
    .view-news-listing .views-field-field-image {
      float: left;
      margin-right: 30px; } }
  .view-news-listing .views-field-field-image .field-content {
    height: 220px; }
  .view-news-listing .views-field-field-image img {
    height: 100%;
    width: auto; }
.view-news-listing .views-field-body {
  font-size: 15px;
  line-height: 1.5; }
.view-news-listing .views-field-created {
  background-color: #73cb99;
  padding: 10px 20px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .view-news-listing .views-field-created {
      margin-bottom: 0px;
      position: absolute;
      bottom: 10px;
      left: -10px; } }
.view-news-listing .views-field-title {
  margin: 20px 0 20px;
  font-size: 18px; }
  .view-news-listing .views-field-title a {
    color: #434343; }
    .view-news-listing .views-field-title a:hover {
      color: #73cb99;
      text-decoration: underline; }
.view-news-listing .views-field-title-1 {
  margin-top: 20px; }

.field-name-field-type-of-people {
  font-size: 20px;
  color: #545353;
  margin: 0 0 20px; }

.person-grid-item img {
  width: 100%;
  border: 1px solid #CCC;
  padding: 5px;
  height: auto; }
.person-grid-item .image-wrapper {
  position: relative; }
.person-grid-item .field-name-field-person-year {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(119, 201, 186, 0.75);
  color: #fff;
  padding: 5px 25px; }
  .person-grid-item .field-name-field-person-year .field-item {
    margin: 0; }

.field-name-field-person-image .field-item {
  margin-bottom: 0 !important; }

.field-name-field-person-name {
  color: #545353; }
  .field-name-field-person-name .field-item {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 25px !important; }

.field-name-field-person-title .field-item {
  font-size: 14px;
  text-transform: uppercase;
  color: #73cb99;
  margin-bottom: 0 !important; }

.node-people-grid .field-collection-container {
  border: 0; }

.person-information {
  padding: 25px 0;
  min-height: 145px; }

.notification-list {
  padding-top: 10px; }
  .notification-list .notification {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
    padding: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .notification-list .notification.notification-unread {
      background-color: #f3f0f0; }
  .notification-list .item-content {
    overflow: hidden;
    position: relative;
    padding: 0 10px; }
  .notification-list .node-notifications h2 {
    margin: 0 0 10px; }
  .notification-list .node-notifications ul.links {
    display: none; }
  .notification-list .scale-anm {
    transform: scale(1); }

.notices-header .list-inline {
  margin-left: 0;
  border-bottom: 1px solid #73cb99;
  margin-bottom: 10px; }
  .notices-header .list-inline li {
    padding-right: 0;
    padding-left: 1px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .notices-header .list-inline li {
        margin-bottom: 0; } }
    .notices-header .list-inline li a.info-btn {
      padding: 5px 10px;
      color: #434343;
      border: 1px solid #73cb99;
      border-bottom: 0;
      background-color: transparent; }
      .notices-header .list-inline li a.info-btn:hover, .notices-header .list-inline li a.info-btn.active {
        background-color: #73cb99; }
        .notices-header .list-inline li a.info-btn:hover.preload, .notices-header .list-inline li a.info-btn.active.preload {
          background-color: transparent; }

.qlink .list-inline {
  margin-bottom: 0; }
  .qlink .list-inline li {
    padding-right: 0;
    padding-left: 1px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .qlink .list-inline li {
        margin-bottom: 0; } }
    .qlink .list-inline li .info-btn {
      padding: 5px 10px;
      color: #434343;
      border: 1px solid #73cb99;
      background-color: transparent; }
      .qlink .list-inline li .info-btn:hover {
        background-color: #73cb99; }
    .qlink .list-inline li .tooltip-arrow {
      border-bottom-color: #434343; }
    .qlink .list-inline li .tooltip-inner {
      background-color: #434343;
      color: #73cb99;
      text-align: center;
      padding: 15px 10px;
      border-radius: 0;
      width: 150px; }

@media (min-width: 768px) {
  .print-page {
    float: right; } }
.print-page img {
  height: 25px;
  margin-right: 10px; }

.notifications-search-form {
  margin-bottom: 20px; }

.page-parents-portal-teachers .notification-list .item-content {
  padding: 20px 10px; }

.field-name-field-expiry {
  color: #73cb99;
  margin-top: 10px; }

.portal-header {
  background: #900028;
  padding: 2VH 0; }

.parent-title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 200; }
  @media (min-width: 768px) {
    .parent-title {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .parent-title img {
      height: 80px; } }
  @media (max-width: 441px) {
    .parent-title img {
      height: 50px; } }

.parent-portal-extra-links li {
  margin: 10px 0;
  padding: 0;
  border-right: 1px solid #f1f1f1; }
  @media (min-width: 768px) {
    .parent-portal-extra-links li:last-child {
      border-right: 0; } }
  .parent-portal-extra-links li a {
    padding: 0 15px; }
.parent-portal-extra-links a {
  color: #fff; }
  .parent-portal-extra-links a:hover {
    text-decoration: underline; }

.unread small,
.read small {
  text-transform: uppercase; }

.parent-welcome {
  text-align: center;
  background: #73cb99;
  padding: 10px 0; }
  .parent-welcome h3 {
    color: #434343;
    line-height: 1;
    margin: 0 !important; }
    @media (max-width: 767px) {
      .parent-welcome h3 {
        font-size: 14px; } }
  .parent-welcome .help {
    position: absolute;
    right: 30px;
    z-index: 3;
    top: 10px; }
    @media (min-width: 768px) {
      .parent-welcome .help {
        right: 0;
        top: 0; } }
    .parent-welcome .help a {
      color: #fff;
      display: block;
      background: #900925;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border-radius: 50%;
      font-size: 24px;
      box-shadow: 0 7px 16px rgba(150, 159, 165, 0.1), 0 5px 5px rgba(150, 159, 165, 0.1);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.arrow-link {
  position: absolute;
  background: #73cb99;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  bottom: -15px;
  right: -15px;
  padding-left: 15px;
  text-align: left; }
  .arrow-link i {
    color: #fff; }

.portal-button {
  position: relative;
  overflow: hidden;
  height: auto;
  line-height: 50px;
  color: #434343;
  background: #fff;
  margin: 0 0 15px;
  width: 100%;
  min-width: 250px;
  padding: 0 15px;
  text-align: left;
  border: 1px solid #f1f1f1;
  box-shadow: 0 7px 16px rgba(150, 159, 165, 0.1), 0 5px 5px rgba(150, 159, 165, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (min-width: 768px) {
    .portal-button {
      height: 160px;
      padding: 0;
      min-width: auto;
      margin: 0 0 30px;
      text-align: center; } }
  .portal-button:hover span, .portal-button:active span, .portal-button:focus span {
    color: #434343;
    text-decoration: underline; }
  .portal-button img {
    max-height: 35px; }
    @media (min-width: 768px) {
      .portal-button img {
        max-height: 50px;
        display: block;
        margin: 0 auto; } }
  .portal-button span {
    margin-left: 20px; }
    @media (min-width: 768px) {
      .portal-button span {
        margin-left: 0; } }

.dashboard-links {
  margin-top: 10px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .dashboard-links {
      margin-top: 30px;
      padding-bottom: 60px; } }
  .dashboard-links .visible-xs .portal-button {
    padding: 0;
    min-width: 130px;
    background-color: #900925;
    color: #fff;
    text-align: center; }
    .dashboard-links .visible-xs .portal-button i {
      margin-right: 10px; }

.seqta img {
  margin: 15px 50px; }

.login .main-content {
  padding: 0;
  background: #f3f5f5; }
  @media (min-width: 768px) {
    .login .main-content {
      padding: 25px 50px; } }
  .login .main-content #user-login,
  .login .main-content #user-pass {
    padding: 25px; }
    .login .main-content #user-login input[type="text"], .login .main-content #user-login input[type="password"],
    .login .main-content #user-pass input[type="text"],
    .login .main-content #user-pass input[type="password"] {
      background-color: #fff;
      padding-left: 30px; }
    .login .main-content #user-login input[type="submit"],
    .login .main-content #user-pass input[type="submit"] {
      width: 100%;
      float: none;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .login .main-content #user-login input[type="submit"],
        .login .main-content #user-pass input[type="submit"] {
          width: 50%;
          float: left;
          margin-bottom: 0; } }
    .login .main-content #user-login .form-item,
    .login .main-content #user-pass .form-item {
      position: relative; }
      .login .main-content #user-login .form-item label,
      .login .main-content #user-pass .form-item label {
        display: none; }
      .login .main-content #user-login .form-item i,
      .login .main-content #user-pass .form-item i {
        position: absolute;
        top: 14px;
        left: 10px; }
    @media (min-width: 768px) {
      .login .main-content #user-login .form-actions,
      .login .main-content #user-pass .form-actions {
        display: flex; } }
    .login .main-content #user-login .reset,
    .login .main-content #user-pass .reset {
      width: 50%;
      text-align: right;
      margin-top: 8px; }

.parents-nav {
  margin: 0; }
  .parents-nav .container {
    border-bottom: 1px solid #f1f1f1; }
  .parents-nav .navbar-header {
    float: none;
    text-align: right; }
    .parents-nav .navbar-header .text {
      margin-right: 10px;
      margin-top: 10px;
      display: none; }
      @media (min-width: 768px) {
        .parents-nav .navbar-header .text {
          display: inline-block; } }
  .parents-nav .navbar-toggle {
    display: block;
    background: #73cb99;
    border-radius: 0;
    margin: 5px 0; }
    .parents-nav .navbar-toggle .icon-bar {
      background: #434343;
      height: 3px; }
  .parents-nav .navbar-header,
  .parents-nav h2.portal-page-header {
    margin: 30px 0 10px; }
    @media (min-width: 768px) {
      .parents-nav .navbar-header,
      .parents-nav h2.portal-page-header {
        margin: 30px 0; } }

.parents-nav.closed-default .navbar-collapse.collapse {
  display: none !important; }
  .parents-nav.closed-default .navbar-collapse.collapse.in {
    display: block !important; }

.parents-nav.open-default {
  padding-top: 0; }
  @media (min-width: 768px) {
    .parents-nav.open-default {
      padding-top: 20px; } }
  .parents-nav.open-default .navbar-toggle {
    display: none; }
  .parents-nav.open-default .navbar-collapse.collapse {
    display: block !important; }

.parent-modal ul a {
  color: #434343;
  margin: 0 15px;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #f1f1f1; }
  .parent-modal ul a:hover, .parent-modal ul a:active, .parent-modal ul a:focus {
    color: #900028;
    text-decoration: underline; }
.parent-modal .modal-title {
  text-align: left;
  color: #fff;
  font-weight: 200; }
.parent-modal .modal-header {
  background: #900925; }
  .parent-modal .modal-header h2 {
    margin-top: 0;
    margin-left: 20px; }
  .parent-modal .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 30px; }

.events-calendar {
  margin-bottom: 80px; }
  .events-calendar .calendar a {
    font-size: 12px;
    color: #fff; }
  .events-calendar .single-day a {
    color: #434343; }

@media (min-width: 768px) {
  .view .date-nav-wrapper {
    margin-bottom: 30px; } }
.view .date-nav-wrapper .date-prev,
.view .date-nav-wrapper .date-next {
  background: none; }
  .view .date-nav-wrapper .date-prev a,
  .view .date-nav-wrapper .date-next a {
    color: #73cb99; }
.view .date-nav-wrapper .date-prev {
  right: 85px; }

.calendar-header h3 {
  margin-top: 10px !important;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .calendar-header h3 {
      text-align: left;
      margin-bottom: 0; } }

.calendar-filter {
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .calendar-filter {
      text-align: right;
      margin-bottom: 0; } }
  .calendar-filter form .views-exposed-form .views-exposed-widget {
    padding: 0;
    float: none;
    display: inline-block; }
    .calendar-filter form .views-exposed-form .views-exposed-widget label,
    .calendar-filter form .views-exposed-form .views-exposed-widget .views-widget {
      float: none;
      display: inline-block; }
    .calendar-filter form .views-exposed-form .views-exposed-widget label {
      margin: 0px 5px; }
    .calendar-filter form .views-exposed-form .views-exposed-widget select {
      width: 180px;
      margin: 0;
      height: auto;
      padding: 5px; }
    .calendar-filter form .views-exposed-form .views-exposed-widget .form-submit {
      margin-top: 0;
      height: auto;
      padding: 5px 15px; }

.calendar-pager {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .calendar-pager {
      margin-bottom: 0; } }
  .calendar-pager .pager {
    position: relative;
    text-align: center;
    margin: 0; }
    @media (min-width: 768px) {
      .calendar-pager .pager {
        text-align: right; } }
    .calendar-pager .pager .date-prev,
    .calendar-pager .pager .date-next {
      position: initial; }
      .calendar-pager .pager .date-prev a,
      .calendar-pager .pager .date-next a {
        font-size: 1em;
        padding: 6px 15px; }
    .calendar-pager .pager .date-prev a {
      margin-right: 15px; }
    .calendar-pager .pager .date-next a {
      margin-right: 0; }

.node-parent-portal-page .field-name-field-basic-page-content .node-title {
  display: none; }

.print-link .block-print-ui {
  display: inline-block; }
  .print-link .block-print-ui span {
    float: left; }

.node-newsletter.view-mode-full .field-name-newsletter-banner {
  margin-bottom: 30px; }
.node-newsletter.view-mode-full .field-name-field-article-title {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 15px;
  color: #900028; }
.node-newsletter.view-mode-full .field-name-field-article-image {
  margin-bottom: 0;
  float: left;
  width: 40%; }
  .node-newsletter.view-mode-full .field-name-field-article-image + .group-content {
    float: left;
    width: 60%;
    padding-left: 10px; }
.node-newsletter.view-mode-full img {
  height: auto !important; }
.node-newsletter.view-mode-full .field-collection-view {
  padding: 0;
  margin: 0;
  border-bottom: 0; }
.node-newsletter.view-mode-full .sub-header {
  background-color: #900028; }
  .node-newsletter.view-mode-full .sub-header .field-name-field-article-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    padding: 0 40px; }

.gallery-image {
  margin-bottom: 20px; }
  .gallery-image img {
    width: 100%;
    height: auto !important; }

.giving-header {
  justify-content: center;
  min-height: calc(100VH - 190px);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin-top: 190px;
  color: #fff; }
  @media screen and (min-width: 992px) {
    .giving-header {
      min-height: calc(100VH -  240px);
      margin-top: 240px; } }
  .admin-menu .giving-header {
    padding-top: 29px; }
  .giving-header .information {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 30px; }
  .giving-header .link {
    background: #7A0026;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .giving-header .link {
        margin: 0;
        padding: 20px; } }
  .giving-header.first {
    background-image: url("../images/bg-first.jpg"); }
  @media screen and (min-width: 992px) {
    .giving-header.second .giving-image {
      max-width: 600px; } }
  .giving-header.second .link {
    margin: 0; }
  .giving-header.third {
    background-image: url("../images/bg-third.jpg"); }
    @media screen and (min-width: 992px) {
      .giving-header.third .giving-image {
        max-width: 800px; } }
    .giving-header.third:hover {
      color: #fff; }
  .giving-header.junior {
    background-image: url("../images/bg-junior-sm.jpg");
    background-position: right; }
    @media screen and (min-width: 992px) {
      .giving-header.junior .giving-image {
        max-width: 800px; } }
    @media screen and (min-width: 768px) {
      .giving-header.junior {
        background-image: url("../images/bg-junior.jpg");
        background-position: center; } }

.st-w-60 {
  width: 60%; }

@media screen and (min-width: 768px) {
  .st-mw-60 {
    max-width: 60%; } }

.st-b-shadow-strong {
  box-shadow: 0 0 10px 8px white; }

.st-flex {
  display: flex; }

@media screen and (min-width: 768px) {
  .st-md-flex {
    display: flex; } }

.st-flex-grow {
  flex-grow: 1; }

.st-flex-no-shrink {
  flex-shrink: 0; }

.st-justify-center {
  justify-content: center; }

.st-items-center {
  align-items: center; }

@media screen and (min-width: 768px) {
  .st-items-end {
    align-items: flex-end; } }

.st-items-baseline {
  align-items: baseline; }

.st-v-align-center {
  vertical-align: middle; }

.st-font-3xl {
  font-size: 26px; }
  @media screen and (min-width: 400px) {
    .st-font-3xl {
      font-size: 8.6111111111vw; } }
  @media screen and (min-width: 1480px) {
    .st-font-3xl {
      font-size: 155px; } }

.st-font-bold {
  font-weight: 700; }

.st-font-2xl {
  font-size: 20px; }
  @media screen and (min-width: 400px) {
    .st-font-2xl {
      font-size: 6.8888888889vw; } }
  @media screen and (min-width: 1480px) {
    .st-font-2xl {
      font-size: 124px; } }

.st-font-xl {
  font-size: 16px; }
  @media screen and (min-width: 400px) {
    .st-font-xl {
      font-size: 3.8888888889vw; } }
  @media screen and (min-width: 1480px) {
    .st-font-xl {
      font-size: 65px; } }

.st-font-lg {
  font-size: 12px; }
  @media screen and (min-width: 400px) {
    .st-font-lg {
      font-size: 2.5555555556vw; } }
  @media screen and (min-width: 1480px) {
    .st-font-lg {
      font-size: 46px; } }

.st-font-md {
  font-size: 16px; }
  @media screen and (min-width: 400px) {
    .st-font-md {
      font-size: 2.5555555556vw; } }
  @media screen and (min-width: 1480px) {
    .st-font-md {
      font-size: 34px; } }

.st-font-sm {
  font-size: 24px; }
  @media screen and (min-width: 400px) {
    .st-font-sm {
      font-size: 2.5555555556vw; } }
  @media screen and (min-width: 1480px) {
    .st-font-sm {
      font-size: 46px; } }

.st-uppercase {
  text-transform: uppercase; }

.st-bg-white {
  background: #fff; }

.st-text-red {
  color: #900925; }

.st-text-white {
  color: #fff; }

.st-lh-3xl {
  line-height: 155px; }

.st-lh-base {
  line-height: 1; }

.st-lh-tight {
  line-height: 0.4; }

.st-lh-0 {
  line-height: 0; }

.st-m-0 {
  margin: 0; }

.st-mx-2 {
  margin: 0 20px; }

.st-mr-2 {
  margin-right: 20px; }

.st-mb-1 {
  margin-bottom: 15px; }

.st-mb-2 {
  margin-bottom: 25px; }

.st-mt-1 {
  margin-top: 15px; }

.st-mt-2 {
  margin-top: 30px; }

.st-mt-4 {
  margin-top: 50px; }

.st-p-1 {
  padding: 15px; }

.st-p-1 {
  padding: 15px; }

.st-p-4 {
  padding: 25px 0; }

.st-py-8 {
  padding: 20px 0; }
  @media screen and (min-width: 768px) {
    .st-py-8 {
      padding: 40px 0; } }

.st-pl-15p {
  padding-left: 15%; }

.st-pb-10p {
  padding-bottom: 10%; }

.st-py-5p {
  padding: 5% 0; }

.st-text-right {
  text-align: right; }

.st-text-center {
  text-align: center; }

.st-inline-block {
  display: inline-block; }

@media screen and (min-width: 768px) {
  .st-md-mw-60 {
    max-width: 60%; }

  .st-md-flex {
    display: flex; }

  .st-md-items-end {
    align-items: flex-end; }

  .st-md-text-right {
    text-align: right; }

  .st-md-mr-2 {
    margin-right: 20px; }

  .st-md-p-1 {
    padding: 15px; } }

/*# sourceMappingURL=styles.css.map */
