@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300|Montserrat:400,700|Poppins:400,500,600,700,300);
/*https://www.sitepoint.com/building-linear-gradient-mixin-sass/*/
.homepage__inner, .quicklinks__inner {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto; }
  .homepage__inner:before, .quicklinks__inner:before, .homepage__inner:after, .quicklinks__inner:after {
    content: "";
    display: table; }
  .homepage__inner:after, .quicklinks__inner:after {
    clear: both; }
  .lte-ie7 .homepage__inner, .lte-ie7 .quicklinks__inner {
    zoom: 1; }

.news__list, .events__list, .social ul, .quicklinks__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.hero {
  height: 18em; }
  @media all and (min-width: 769px) {
    .hero {
      height: 600px; } }
  .hero .lte-ie8 {
    height: 600px; }

.hero__pager {
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 24px; }
  .hero__pager__item {
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: border 350ms ease, background 350ms ease;
    -o-transition: border 350ms ease, background 350ms ease;
    transition: border 350ms ease, background 350ms ease; }
    .hero__pager__item span {
      display: block;
      width: 13px;
      height: 13px;
      border: 3px solid #e6c71e;
      border-radius: 50%;
      background: #e6c71e; }
    .hero__pager__item.cycle-pager-active span {
      border: 3px solid #ddcb3a;
      background: #2641a4; }

.homepage {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #FFF; }
  .homepage__row {
    float: left;
    width: 100%;
    clear: both; }
    @media all and (min-width: 769px) {
      .homepage__row.inview .news, .homepage__row.inview .events, .homepage__row.inview .social {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; } }
    .homepage__row.inview .news .lte-ie8, .homepage__row.inview .events .lte-ie8, .homepage__row.inview .social .lte-ie8 {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
  .homepage__inner {
    position: relative;
    z-index: 2;
    padding: 0 0 3.85em; }

.welcome__region {
  color: #464646;
  padding: 45px 0;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.55em; }

@media all and (min-width: 769px) {
  .welcome__region {
    padding: 45px 0 140px;
    font-size: 18px; } }

.lte-ie8 .welcome__region {
  padding: 45px 0 140px;
  font-size: 18px; }

.news {
  position: relative;
  margin-bottom: 2em; }
  @media all and (min-width: 769px) {
    .news {
      margin-bottom: 1.875em;
      height: 420px;
      float: left;
      width: 49%;
      -webkit-transform: translateX(-500px);
      -ms-transform: translateX(-500px);
      transform: translateX(-500px);
      opacity: 0;
      -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
      transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
      -o-transition: transform 1.5s ease, opacity 1.5s ease;
      transition: transform 1.5s ease, opacity 1.5s ease;
      transition: transform 1.5s ease, opacity 1.5s ease, -webkit-transform 1.5s ease; } }
  .news .lte-ie8 {
    margin-bottom: 1.875em;
    height: 420px;
    float: left;
    width: 49%;
    -webkit-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
    -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
    transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
    -o-transition: transform 1.5s ease, opacity 1.5s ease;
    transition: transform 1.5s ease, opacity 1.5s ease;
    transition: transform 1.5s ease, opacity 1.5s ease, -webkit-transform 1.5s ease; }
  .news__header {
    display: table;
    margin-bottom: .75em; }
    @media all and (min-width: 769px) {
      .news__header {
        margin-bottom: 2.188em; } }
    .news__header .lte-ie8 {
      margin-bottom: 2.188em; }
  .news__title {
    display: table-cell;
    padding: .4375em 0;
    background-color: #FFF;
    background-image: url("/_site/images/design/news.png");
    background-position: top 1.1em left;
    background-repeat: no-repeat; }
    .news__title h3 {
      color: #2641a4;
      font-family: "Poppins", sans-serif;
      font-size: 1.750em;
      font-weight: 700;
      margin: 0 0 0 1.2em; }
  .news__buttons {
    display: table-cell;
    width: 100%;
    text-align: right;
    min-width: 80px;
    position: relative; }
  .news__prev {
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 47px;
    background-image: url("/_site/images/design/arrow_left-2018.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
    opacity: 1;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
    @media all and (max-width: 414px) {
      .news__prev {
        width: 30px;
        height: 30px;
        background-size: 30px 30px; } }
    .news__prev .lte-ie8 {
      width: 30px;
      height: 30px;
      background-size: 30px 30px; }
    .news__prev.disabled {
      opacity: 0.6; }
  .news__next {
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 47px;
    background-image: url("/_site/images/design/arrow_right-2018.png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
    @media all and (max-width: 414px) {
      .news__next {
        width: 30px;
        height: 30px;
        background-size: 30px 30px; } }
    .news__next .lte-ie8 {
      width: 30px;
      height: 30px;
      background-size: 30px 30px; }
    .news__next.disabled {
      opacity: 0.6; }
  .news__list {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    @media all and (min-width: 769px) {
      .news__list {
        margin-bottom: 60px; } }
    .news__list .lte-ie8 {
      margin-bottom: 60px; }
    .news__list__item {
      width: 100%;
      color: #515151; }
      .news__list__item__title {
        font-size: 1.875em;
        font-weight: 600;
        margin: 0; }
      .news__list__item__intro {
        margin: 0;
        font-size: 1.125em; }
      .news__list__item__link {
        display: inline-block;
        color: #2641a4;
        text-decoration: none;
        font-weight: 600;
        background-image: url("/_site/images/design/arrow_right-2018.png");
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 14px 14px; }
        .news__list__item__link:hover span {
          margin-right: 25px; }
        .news__list__item__link span {
          margin-right: 20px;
          -webkit-transition: margin-right 350ms ease;
          -o-transition: margin-right 350ms ease;
          transition: margin-right 350ms ease; }
  @media all and (min-width: 769px) {
    .news__footer {
      position: absolute !important;
      bottom: 0;
      left: 0;
      right: 0; } }
  .news__footer .lte-ie8 {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0; }
  .news__footer__link {
    position: relative;
    display: block;
    display: inline-block;
    border-radius: .4em;
    color: #FFF;
    background: #e4b52a;
    text-decoration: none;
    font-size: 1.375em;
    font-weight: 600;
    padding: 0.523em 1.364em;
    -webkit-transition: color 350ms ease, background-color 350ms ease;
    -o-transition: color 350ms ease, background-color 350ms ease;
    transition: color 350ms ease, background-color 350ms ease; }
    .news__footer__link:hover {
      background-color: #c29719; }

.events {
  position: relative; }
  @media all and (min-width: 769px) {
    .events {
      margin-bottom: 1.875em;
      height: 420px;
      float: right;
      width: 49%;
      -webkit-transform: translateX(500px);
      -ms-transform: translateX(500px);
      transform: translateX(500px);
      opacity: 0;
      -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
      transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
      -o-transition: transform 1.5s ease, opacity 1.5s ease;
      transition: transform 1.5s ease, opacity 1.5s ease;
      transition: transform 1.5s ease, opacity 1.5s ease, -webkit-transform 1.5s ease; } }
  .events .lte-ie8 {
    margin-bottom: 1.875em;
    height: 420px;
    float: right;
    width: 49%;
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
    -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
    transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
    -o-transition: transform 1.5s ease, opacity 1.5s ease;
    transition: transform 1.5s ease, opacity 1.5s ease;
    transition: transform 1.5s ease, opacity 1.5s ease, -webkit-transform 1.5s ease; }
  .events__header {
    display: table;
    margin-bottom: .75em; }
    @media all and (min-width: 769px) {
      .events__header {
        margin-bottom: 2.188em; } }
    .events__header .lte-ie8 {
      margin-bottom: 2.188em; }
  .events__title {
    display: table-cell;
    padding: 0.4375em 0;
    background-color: #FFF;
    background-image: url("/_site/images/design/calendar.png");
    background-position: top 1.1em left;
    background-repeat: no-repeat; }
    .events__title h3 {
      color: #2641a4;
      font-family: "Poppins", sans-serif;
      font-size: 1.750em;
      font-weight: 700;
      margin: 0 0 0 1.2em; }
  .events__buttons {
    display: table-cell;
    width: 100%;
    text-align: right;
    min-width: 80px;
    top: -.25em; }
  .events__prev {
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 47px;
    background-image: url("/_site/images/design/arrow_left-2018.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
    opacity: 1;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
    @media all and (max-width: 414px) {
      .events__prev {
        width: 30px;
        height: 30px;
        background-size: 30px 30px; } }
    .events__prev .lte-ie8 {
      width: 30px;
      height: 30px;
      background-size: 30px 30px; }
    .events__prev.disabled {
      opacity: 0.6; }
  .events__next {
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 47px;
    background-image: url("/_site/images/design/arrow_right-2018.png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
    @media all and (max-width: 414px) {
      .events__next {
        width: 30px;
        height: 30px;
        background-size: 30px 30px; } }
    .events__next .lte-ie8 {
      width: 30px;
      height: 30px;
      background-size: 30px 30px; }
    .events__next.disabled {
      opacity: 0.6; }
  .events__list {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    @media all and (min-width: 769px) {
      .events__list {
        margin-bottom: 60px; } }
    .events__list .lte-ie8 {
      margin-bottom: 60px; }
    .events__list__item {
      display: block;
      width: 100%;
      margin-bottom: 1.375em; }
      .events__list__item__holder {
        display: block;
        width: 100%; }
      .events__list__item__link {
        color: #515151;
        text-decoration: none;
        -webkit-transition: color 350ms ease;
        -o-transition: color 350ms ease;
        transition: color 350ms ease; }
        .events__list__item__link:hover {
          color: #2641a4; }
      .events__list__item__date {
        font-size: 1.125em;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 3px; }
      .events__list__item__title {
        font-size: 1.125em;
        line-height: 1; }
  @media all and (min-width: 769px) {
    .events__footer {
      position: absolute !important;
      bottom: 0;
      left: 0;
      right: 0; } }
  .events__footer .lte-ie8 {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0; }
  .events__footer__link {
    position: relative;
    display: block;
    display: inline-block;
    border-radius: .4em;
    color: #FFF;
    background: #2641a4;
    text-decoration: none;
    font-size: 1.375em;
    font-weight: 600;
    padding: 0.523em 1.364em;
    -webkit-transition: color 350ms ease, background-color 350ms ease;
    -o-transition: color 350ms ease, background-color 350ms ease;
    transition: color 350ms ease, background-color 350ms ease; }
    .events__footer__link:hover {
      background-color: #1c317b; }

.social {
  line-height: 1.3;
  position: relative;
  clear: both;
  background: #2641a4;
  color: #FFF;
  margin: 1.875em 0 0;
  padding: 2.35em 2.5em;
  border-radius: 1.2em; }
  .social:before, .social:after {
    content: "";
    display: table; }
  .social:after {
    clear: both; }
  .lte-ie7 .social {
    zoom: 1; }
  .social:before {
    position: absolute;
    content: '';
    right: -0.1em;
    bottom: -0.275em;
    font-family: fontAwesome;
    font-size: 30em;
    color: rgba(255, 255, 255, 0.1); }
  .social--tw:before {
    content: '\f099';
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .social--fb:before {
    bottom: -.38em;
    right: .01em;
    content: '\f09a'; }
  @media all and (min-width: 769px) {
    .social {
      float: left;
      width: 49%;
      -webkit-transform: translateX(-500px);
      -ms-transform: translateX(-500px);
      transform: translateX(-500px);
      opacity: 0;
      -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
      transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
      -o-transition: transform 1.5s ease, opacity 1.5s ease;
      transition: transform 1.5s ease, opacity 1.5s ease;
      transition: transform 1.5s ease, opacity 1.5s ease, -webkit-transform 1.5s ease; }
      .social--tw {
        clear: none;
        float: right;
        -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
        transform: translateX(500px); } }
  .social .lte-ie8 {
    float: left;
    width: 49%;
    -webkit-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
    -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
    transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
    -o-transition: transform 1.5s ease, opacity 1.5s ease;
    transition: transform 1.5s ease, opacity 1.5s ease;
    transition: transform 1.5s ease, opacity 1.5s ease, -webkit-transform 1.5s ease; }
    .social .lte-ie8--tw {
      clear: none;
      float: right;
      -webkit-transform: translateX(500px);
      -ms-transform: translateX(500px);
      transform: translateX(500px); }
  .social__list__item__photo {
    display: none; }
  .social__list__item__name {
    margin: 0 0 .25em;
    font-weight: 600; }
  .social__list__item__text {
    overflow: hidden;
    max-height: 9.25em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    height: 9.25em;
    margin: 0; }
    .social__list__item__text a {
      color: inherit; }
  .social__list__item__school {
    margin-bottom: 0; }
    .social__list__item__school a {
      color: inherit;
      text-decoration: none; }
  .social__list__item__date {
    margin: 0; }
    .social__list__item__date--sml {
      margin: 0.5em 0;
      font-size: 0.75em; }
    .social__list__item__date a {
      color: inherit;
      text-decoration: none; }
  .social__list__item__link {
    display: block;
    display: inline-block;
    margin: 1.75em 0;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: 600;
    color: inherit;
    min-width: 8.5em;
    position: relative;
    padding-right: 2em;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease; }
    @media all and (min-width: 769px) {
      .social__list__item__link:hover {
        color: #91afdd; } }
    .social__list__item__link .lte-ie8:hover {
      color: #91afdd; }
    .social__list__item__link i {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 18px;
      height: 18px;
      background-image: url("/_site/images/design/arrow_right-lb.png");
      background-size: contain; }
      .social__list__item__link i:before {
        display: none;
        content: none; }

.quicklinks {
  position: relative;
  overflow: hidden;
  background: #2641a4;
  padding: 1.875em 0; }
  .quicklinks.inview .quicklinks__inner:before, .quicklinks.inview .quicklinks__inner:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  @media all and (min-width: 769px) {
    .quicklinks.inview .quicklinks__list__item {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; } }
  .quicklinks.inview .lte-ie8 .quicklinks__list__item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .quicklinks__inner {
    position: relative;
    min-height: 117px; }
    .quicklinks__inner:before, .quicklinks__inner:after {
      content: "";
      display: table; }
    .quicklinks__inner:after {
      clear: both; }
    .lte-ie7 .quicklinks__inner {
      zoom: 1; }
    .quicklinks__inner:before {
      content: '';
      position: absolute;
      bottom: -30px;
      left: -100px;
      display: block;
      width: 215px;
      height: 143px;
      background: url("/_site/images/design/quicklinks_left.png") no-repeat center;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
      -webkit-transition: opacity 1.75s ease, -webkit-transform 1.75s ease;
      transition: opacity 1.75s ease, -webkit-transform 1.75s ease;
      -o-transition: transform 1.75s ease, opacity 1.75s ease;
      transition: transform 1.75s ease, opacity 1.75s ease;
      transition: transform 1.75s ease, opacity 1.75s ease, -webkit-transform 1.75s ease;
      pointer-events: none; }
    .quicklinks__inner:after {
      content: '';
      position: absolute;
      bottom: -30px;
      right: -100px;
      display: block;
      width: 215px;
      height: 143px;
      background: url("/_site/images/design/quicklinks_right.png") no-repeat center;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
      -webkit-transition: opacity 1.75s ease, -webkit-transform 1.75s ease;
      transition: opacity 1.75s ease, -webkit-transform 1.75s ease;
      -o-transition: transform 1.75s ease, opacity 1.75s ease;
      transition: transform 1.75s ease, opacity 1.75s ease;
      transition: transform 1.75s ease, opacity 1.75s ease, -webkit-transform 1.75s ease;
      pointer-events: none; }
  .quicklinks__list {
    margin-left: -0.875em;
    margin-right: -0.875em; }
    .quicklinks__list:before, .quicklinks__list:after {
      content: "";
      display: table; }
    .quicklinks__list:after {
      clear: both; }
    .lte-ie7 .quicklinks__list {
      zoom: 1; }
    .quicklinks__list.owl-loaded {
      margin: 0.875em 0; }
    .quicklinks__list > * {
      width: 100%;
      float: left;
      padding: 0.875em 0.875em; }
    @media all and (min-width: 769px) {
      .quicklinks__list > * {
        width: 50%; } }
    .quicklinks__list .lte-ie8 > * {
      width: 50%; }
    @media all and (min-width: 1025px) {
      .quicklinks__list > * {
        width: 25%; } }
    .quicklinks__list__item {
      display: block; }
      @media all and (min-width: 769px) {
        .quicklinks__list__item {
          opacity: 0;
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%);
          -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
          transition: opacity .7s ease, -webkit-transform .7s ease;
          -o-transition: transform .7s ease, opacity .7s ease;
          transition: transform .7s ease, opacity .7s ease;
          transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease; } }
      .quicklinks__list__item .lte-ie8 {
        opacity: 0;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
        transition: opacity .7s ease, -webkit-transform .7s ease;
        -o-transition: transform .7s ease, opacity .7s ease;
        transition: transform .7s ease, opacity .7s ease;
        transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease; }
      .quicklinks__list__item:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s; }
      .quicklinks__list__item:nth-child(3) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s; }
      .quicklinks__list__item:nth-child(4) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s; }
      .quicklinks__list__item:nth-child(5) {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s; }
      .quicklinks__list__item__link {
        display: block;
        padding: 1.935em 3em 1.935em 1.935em;
        color: #FFF;
        text-decoration: none;
        line-height: 1;
        border-radius: 1.2em;
        border: 3px solid rgba(255, 255, 255, 0.5);
        background: url("/_site/images/design/arrow_white.png") no-repeat center right 1.935em/25px;
        -webkit-transition: background-color 350ms ease, border 350ms ease;
        -o-transition: background-color 350ms ease, border 350ms ease;
        transition: background-color 350ms ease, border 350ms ease; }
        .quicklinks__list__item__link:hover {
          border-color: #e4b52a; }
        .quicklinks__list__item__link span {
          font-weight: 700;
          font-size: 1.375em; }
