@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
  display: block; }
  .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; }

@font-face {
  font-family: Theinhardt;
  src: url("/app/fonts/Theinhardt-Light.otf"); }

@font-face {
  font-family: Theinhardt;
  src: url("/app/fonts/Theinhardt-Regular.otf");
  font-weight: 600; }

@font-face {
  font-family: Theinhardt;
  src: url("/app/fonts/Theinhardt-Medium.otf");
  font-weight: 700; }

@font-face {
  font-family: Theinhardt;
  src: url("/app/fonts/Theinhardt-Bold.otf");
  font-weight: 800; }

@font-face {
  font-family: Theinhardt;
  src: url("/app/fonts/Theinhardt-Thin.otf");
  font-weight: 100; }

body {
  font-family: Theinhardt, helvetica, sans-serif;
  margin: 0;
  color: #333; }
  body.trippy {
    -webkit-animation: trippy 1s infinite linear;
            animation: trippy 1s infinite linear; }
  body.triggered {
    -webkit-animation: triggered 0.1s infinite linear;
            animation: triggered 0.1s infinite linear; }

input {
  font-family: Theinhardt, helvetica, sans-serif; }

a img {
  border: none; }

img {
  max-width: 100%; }

a:hover .lnr {
  font-weight: bold; }

a {
  color: #ed1c24;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p, li {
  font-size: 22px; }

.backtotop {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  visibility: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 10%;
  right: 5%;
  background-color: rgba(237, 28, 36, 0.9);
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  color: white;
  cursor: pointer;
  transition: box-shadow 0.3s, opacity 1s, visibility 1s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, opacity 1s, visibility 1s;
  transition: box-shadow 0.3s, transform 0.3s, opacity 1s, visibility 1s, -webkit-transform 0.3s; }
  .backtotop.visible {
    visibility: visible;
    opacity: 1;
    z-index: 31; }
  .backtotop:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1); }
  .backtotop:active {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    transition: box-shadow 0.2s, transform 0.2s, visibility 0.2s;
    transition: box-shadow 0.2s, transform 0.2s, visibility 0.2s, -webkit-transform 0.2s; }

.container {
  padding: 30px 40px; }

.fixed-width {
  margin: auto;
  max-width: 1440px;
  padding: 30px 40px; }

.default-padding {
  box-sizing: border-box;
  padding: 54px 72px; }
  @media (max-width: 1800px) {
    .default-padding {
      padding: 44px 59px; } }
  @media (max-width: 1200px) {
    .default-padding {
      padding: 30px 39px; } }
  @media (max-width: 992px) {
    .default-padding {
      padding: 18px 24px; } }
  .default-padding.except-bottom {
    padding-bottom: 0; }

.small-title {
  border-top-width: 1px;
  border-top-style: solid;
  width: 140px;
  margin-bottom: 44px;
  padding: 12px 0;
  font-size: 18px;
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    .small-title {
      width: 100px;
      font-size: 14px; } }
  .small-title.manually-added {
    padding-bottom: 0;
    margin-bottom: 0; }

main.main > .default-padding + .default-padding {
  padding-top: 0; }

a.btn-round {
  text-decoration: none; }

.btn-round {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: red;
  width: 164px;
  height: 164px;
  text-decoration: none;
  font-weight: 100; }
  @media (max-width: 992px) {
    .btn-round {
      width: 120px;
      height: 120px; } }
  .btn-round.light .inner-circle {
    background-color: #ed1c24;
    color: white;
    border: 2px solid #ed1c24;
    transition: color 0.3s, background-color 0.3s; }
  .btn-round.light:hover .inner-circle {
    background-color: white;
    color: #ed1c24; }
  .btn-round .inner-circle {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    background-color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 20%;
    box-sizing: border-box;
    font-size: 28px; }
    @media (max-width: 992px) {
      .btn-round .inner-circle {
        font-size: 20px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .btn-round .inner-circle span {
        /* IE10+ CSS styles go here */
        width: 100%;
        display: block; } }
  .btn-round:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background: radial-gradient(transparent 63%, rgba(237, 28, 36, 0.9) 64%);
    -webkit-transform: scale(0.99);
        -ms-transform: scale(0.99);
            transform: scale(0.99); }
  .btn-round:hover:before {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25); }
  .btn-round.neutral:before {
    background: radial-gradient(transparent 63%, rgba(255, 255, 255, 0.7) 0); }

.slide:not(.slick-current):hover .btn-round:before {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25); }

.btn-arrow {
  cursor: pointer;
  font-size: 27px;
  text-decoration: none;
  color: inherit; }
  @media (max-width: 992px) {
    .btn-arrow {
      font-size: 16px; } }
  .btn-arrow svg.circle {
    margin-left: 10px;
    width: 27px;
    height: 27px; }
  .btn-arrow:hover {
    color: #ed1c24; }
    .btn-arrow:hover svg.circle {
      fill: currentColor;
      stroke: white; }

.bordered-block {
  border: 4px solid white;
  border-width: 4px 0; }
  .bordered-block:last-child {
    border-bottom-width: 0px; }

.bordered-block + .bordered-block {
  border-top-width: 0px; }

#arrow, #plus, #just-arrow {
  stroke-width: 1px; }
  #arrow circle, #plus circle, #just-arrow circle {
    stroke: currentColor; }

#arrow .head, #just-arrow .head {
  stroke-linecap: square;
  stroke-width: 1.01px; }

#clip-arrow {
  stroke-width: 1px; }

svg.circle {
  width: 37px;
  height: 37px;
  stroke: currentColor;
  fill: transparent;
  transition: stroke 0.1s, fill 0.3s, fill-opacity 0.3s, -webkit-transform 0.5s;
  transition: stroke 0.1s, fill 0.3s, fill-opacity 0.3s, transform 0.5s;
  transition: stroke 0.1s, fill 0.3s, fill-opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
  margin: 5px;
  vertical-align: middle;
  cursor: pointer; }
  @media (max-width: 992px) {
    svg.circle {
      width: 22px;
      height: 22px; } }
  svg.circle.circle-arrow.arrow-left {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

svg.just-arrow {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: transparent; }
  svg.just-arrow.just-left {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

:not(.default-open).active svg.circle.circle-plus, :not(.active).default-open svg.circle.circle-plus {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.modal {
  position: relative;
  position: fixed;
  top: -9999px;
  left: -9999px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5); }
  .modal .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .modal.modal-active {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .modal.modal-active .modal-content {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }
  .modal .modal-content {
    background-color: white;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 450px;
    max-width: 80%;
    -webkit-transform: translate(-50%, -50%) scale(0.85);
    -ms-transform: translate(-50%, -50%) scale(0.85);
        transform: translate(-50%, -50%) scale(0.85);
    border-radius: 3px;
    padding: 45px;
    max-height: 100vh;
    overflow: auto;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .modal .modal-content .modal-header h4 {
      margin-bottom: 20px;
      font-size: 24px; }
    .modal .modal-content b {
      text-transform: uppercase;
      font-size: 12px;
      display: block;
      margin-bottom: 0px; }
    .modal .modal-content p {
      margin-top: 0px;
      line-height: 22px; }

form fieldset {
  border: none; }
  form fieldset.matrixFieldset {
    border-left: 2px solid grey;
    padding-top: 20px;
    margin-bottom: 20px; }
    form fieldset.matrixFieldset label, form fieldset.matrixFieldset input {
      display: block; }

form label {
  font-weight: 500;
  color: #999;
  font-size: 14px; }

form :not(label) > input, form select {
  border: none;
  border-bottom: 1px solid lightgrey;
  padding: 5px;
  margin-bottom: 20px;
  min-height: 15px;
  font-size: 14px; }
  form :not(label) > input:not([type="checkbox"]), form select:not([type="checkbox"]) {
    width: 100%; }

form .form__row--radiobuttons {
  margin-bottom: 20px; }

.jotform form.jotform-form li {
  list-style: none; }
  .jotform form.jotform-form li div.form-buttons-wrapper {
    margin-left: 0 !important; }

main.main .split {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: cover; }
  main.main .split .split-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.9); }
    main.main .split .split-text .line-link {
      width: 100%;
      border-top: 1px solid #ed1c24;
      cursor: pointer;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-decoration: none;
      color: black;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      main.main .split .split-text .line-link span {
        color: #ed1c24; }
      main.main .split .split-text .line-link svg.circle {
        margin: 0;
        width: 28px;
        height: 28px;
        color: #ed1c24; }
      main.main .split .split-text .line-link:hover {
        color: #ed1c24; }
        main.main .split .split-text .line-link:hover svg.circle {
          fill: currentColor;
          stroke: white; }
  @media (max-width: 992px) {
    main.main .split {
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      background-position: right top;
      background-size: 180%; }
      main.main .split .split-text {
        background: linear-gradient(rgba(255, 255, 255, 0.9), white 30%); }
        main.main .split .split-text .text {
          margin-bottom: 16px; }
        main.main .split .split-text .line-link {
          font-weight: 100;
          margin-bottom: 60px;
          padding: 2px;
          font-size: 16px;
          margin-bottom: 20px;
          padding-top: 10px; }
      main.main .split .split-image {
        min-height: 200px; } }
    @media (max-width: 992px) and (min-width: 600px) {
      main.main .split .split-image {
        min-height: 350px; } }
  @media (max-width: 992px) {
        main.main .split .split-image .btn-round {
          position: absolute;
          left: 50px;
          top: 120px;
          width: 100px;
          height: 100px; }
          main.main .split .split-image .btn-round .inner-circle {
            font-size: 15px; } }
      @media (max-width: 992px) and (min-width: 600px) {
        main.main .split .split-image .btn-round {
          width: 200px;
          height: 200px; }
          main.main .split .split-image .btn-round .inner-circle {
            font-size: 30px; } }
  @media (min-width: 992px) {
    main.main .split {
      background-position: center;
      min-height: 400px; } }
  @media (min-width: 992px) and (max-width: 1800px) {
    main.main .split {
      min-height: 400px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    main.main .split {
      min-height: 400px; } }
  @media (min-width: 992px) {
      main.main .split .split-text {
        width: 50%;
        padding-right: 10%; } }
    @media (min-width: 992px) and (max-width: 1800px) {
      main.main .split .split-text {
        width: 60%; } }
  @media (min-width: 992px) {
        main.main .split .split-text .text {
          font-weight: 400;
          font-size: 32px;
          margin-bottom: 90px; } }
      @media (min-width: 992px) and (max-width: 1800px) {
        main.main .split .split-text .text {
          margin-bottom: 45px;
          font-size: 25px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        main.main .split .split-text .text {
          font-size: 18px; } }
  @media (min-width: 992px) {
        main.main .split .split-text .line-link {
          padding: 5px;
          font-size: 27px;
          margin-bottom: 32px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        main.main .split .split-text .line-link {
          font-size: 16px; } }
  @media (min-width: 992px) {
      main.main .split .split-image {
        position: relative;
        width: 57%; }
        main.main .split .split-image .btn-round {
          position: absolute;
          right: 100px;
          bottom: 80px;
          width: 310px;
          height: 310px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        main.main .split .split-image .btn-round {
          left: 18px;
          right: auto; } }
      @media (min-width: 992px) and (max-width: 1800px) {
        main.main .split .split-image .btn-round {
          width: 230px;
          height: 230px; } }
  @media (min-width: 992px) {
          main.main .split .split-image .btn-round .inner-circle {
            font-size: 44px; } }
        @media (min-width: 992px) and (max-width: 1800px) {
          main.main .split .split-image .btn-round .inner-circle {
            font-size: 32px; } }

main.main .line-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 992px) {
    main.main .line-block {
      display: none; } }
  main.main .line-block .magic-line {
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: white;
    z-index: 1; }
  main.main .line-block .block {
    display: block;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-width: 0;
    border-left-width: 5px;
    border-color: white;
    border-style: solid;
    background-position: center;
    background-size: cover; }
    main.main .line-block .block:first-child {
      border-left-width: 0; }
    main.main .line-block .block .overlay {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      display: block; }
      main.main .line-block .block .overlay .background-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        z-index: -1;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        transition: -webkit-filter 0.3s;
        transition: filter 0.3s;
        transition: filter 0.3s, -webkit-filter 0.3s; }
      main.main .line-block .block .overlay:not(.no-overlay):before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: background-color 0.3s;
        background-color: rgba(255, 255, 255, 0.7); }
      main.main .line-block .block .overlay .btn-round {
        position: absolute;
        z-index: 2; }
      main.main .line-block .block .overlay:hover .background-image {
        -webkit-filter: none;
                filter: none; }
      main.main .line-block .block .overlay:hover:not(.no-overlay):before {
        background-color: rgba(237, 28, 36, 0.3); }
      main.main .line-block .block .overlay:hover .btn-round:before {
        -webkit-transform: scale(1.25);
            -ms-transform: scale(1.25);
                transform: scale(1.25); }
  main.main .line-block:last-child .block {
    border-bottom-width: 0; }

main.main .campus-block .campuses {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  @media (max-width: 992px) {
    main.main .campus-block .campuses {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center; } }
  main.main .campus-block .campuses .campus {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    /*#lakesidesvg{
			        width: 700px;
			        height: 250px;
					@media (max-width: $max-md){
						max-width: 100%;
						width: 300px;
				    	height: 150px;
					}
			    }
			    #tanjong-svg{
				    width: 350px;
				    height: 250px;
					@media (max-width: $max-md){
						height: 150px;
				    	width: 150px;
					}
				}*/ }
    main.main .campus-block .campuses .campus:hover {
      color: #ed1c24; }
      main.main .campus-block .campuses .campus:hover svg.circle {
        fill: currentColor;
        stroke: white; }
      main.main .campus-block .campuses .campus:hover .campus-image .initial {
        opacity: 0; }
      main.main .campus-block .campuses .campus:hover .campus-image .hover {
        opacity: 1; }
    main.main .campus-block .campuses .campus .campus-image {
      position: relative;
      width: 400px;
      max-width: 100%; }
      main.main .campus-block .campuses .campus .campus-image img {
        transition: opacity 0.6s;
        max-width: 100%; }
      main.main .campus-block .campuses .campus .campus-image .hover {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0; }
    main.main .campus-block .campuses .campus .campus-name {
      width: 100%;
      text-align: center;
      padding: 27px 0 24px;
      box-sizing: border-box; }
      @media (max-width: 992px) {
        main.main .campus-block .campuses .campus .campus-name {
          padding: 9px; } }

main.main .campus-block .campus-slogan {
  color: #ed1c24;
  text-align: center;
  font-size: 60px;
  padding: 30px 0 18px; }
  @media (max-width: 1200px) {
    main.main .campus-block .campus-slogan {
      font-size: 35px; } }
  @media (max-width: 992px) {
    main.main .campus-block .campus-slogan {
      font-size: 25px; } }

main.main .campus-block .campus-text {
  text-align: center;
  margin: auto;
  font-size: 27px;
  max-width: 900px; }
  @media (max-width: 1200px) {
    main.main .campus-block .campus-text {
      font-size: 20px; } }
  @media (max-width: 992px) {
    main.main .campus-block .campus-text {
      font-size: 14px; } }

main.main .boxes {
  background-position: center;
  background-size: cover;
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    main.main .boxes {
      height: auto; } }
  main.main .boxes .small-title {
    margin-bottom: 0px; }
  main.main .boxes a {
    color: white;
    text-decoration: none; }
  main.main .boxes .small-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    main.main .boxes .small-box .content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  main.main .boxes .small-box, main.main .boxes .large-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
    @media (max-width: 992px) {
      main.main .boxes .small-box, main.main .boxes .large-box {
        display: block; } }
    main.main .boxes .small-box:hover, main.main .boxes .large-box:hover {
      background-color: rgba(237, 28, 36, 0.3); }
    main.main .boxes .small-box .btn-arrow:hover svg.circle, main.main .boxes .large-box .btn-arrow:hover svg.circle {
      fill: currentColor;
      stroke: black; }
    main.main .boxes .small-box:hover .btn-arrow, main.main .boxes .large-box:hover .btn-arrow {
      color: #ed1c24; }
      main.main .boxes .small-box:hover .btn-arrow svg.circle, main.main .boxes .large-box:hover .btn-arrow svg.circle {
        fill: currentColor;
        stroke: black; }
  main.main .boxes .box-title {
    max-width: 70%;
    font-size: 50px;
    padding-bottom: 9px; }
    @media (max-width: 1200px) {
      main.main .boxes .box-title {
        font-size: 27px; } }
    @media (max-width: 992px) {
      main.main .boxes .box-title {
        font-size: 18px;
        padding-bottom: 12px;
        max-width: 90%; } }
  main.main .boxes .box-text {
    max-width: 90%;
    font-size: 23px;
    padding-bottom: 9px; }
    @media (max-width: 1200px) {
      main.main .boxes .box-text {
        font-size: 20px; } }
    @media (max-width: 992px) {
      main.main .boxes .box-text {
        font-size: 12px;
        max-width: 90%; } }
  main.main .boxes .small-boxes {
    height: 100%;
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    main.main .boxes .small-boxes:not(:first-child) {
      border-left: 10px solid white; }
      @media (max-width: 992px) {
        main.main .boxes .small-boxes:not(:first-child) {
          border-left: 0;
          border-top: 2px solid white; } }
    main.main .boxes .small-boxes .small-box {
      height: 50%; }
      main.main .boxes .small-boxes .small-box:first-child {
        border-bottom: 10px solid white; }
  main.main .boxes .large-box {
    border-left: 10px solid white;
    width: 50%; }
    main.main .boxes .large-box:only-child {
      width: 100%;
      border: none; }
  @media (max-width: 992px) {
    main.main .boxes {
      max-height: none;
      height: auto;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      main.main .boxes .small-boxes {
        width: 100%; }
        main.main .boxes .small-boxes .small-box {
          height: auto; }
          main.main .boxes .small-boxes .small-box:first-child {
            border-bottom-width: 2px; }
      main.main .boxes .large-box {
        width: 100%;
        border-left: none;
        border-top: 1px solid white; } }

main.main .map {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px; }
  main.main .map .column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main.main .map .column .btn-round {
      margin: auto;
      margin-top: 45px; }
  main.main .map .national {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (max-width: 992px) {
      main.main .map .national {
        padding-bottom: 63px; } }
    main.main .map .national .national-no, main.main .map .national .nationalities {
      display: block; }
    main.main .map .national .national-no {
      color: #ed1c24;
      font-weight: 800;
      font-size: 270px;
      line-height: 180px; }
      @media (max-width: 1200px) {
        main.main .map .national .national-no {
          font-size: 180px;
          line-height: 160px; } }
      @media (max-width: 992px) {
        main.main .map .national .national-no {
          font-size: 100px;
          line-height: 76px; } }
    main.main .map .national .nationalities {
      font-weight: 700;
      font-size: 55px; }
      @media (max-width: 1200px) {
        main.main .map .national .nationalities {
          font-size: 36px; } }
      @media (max-width: 992px) {
        main.main .map .national .nationalities {
          font-size: 20px; } }
  main.main .map #map_svg {
    width: 100%; }
  @media (max-width: 992px) {
    main.main .map {
      position: relative; }
      main.main .map .column {
        width: 100%;
        -webkit-align-items: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center; }
        main.main .map .column .small-title {
          -webkit-align-self: flex-start;
              -ms-flex-item-align: start;
                  align-self: flex-start; }
      main.main .map #map_svg {
        position: absolute;
        width: 90%;
        left: 5%;
        opacity: 0.3;
        top: -40px;
        z-index: -1;
        top: 50%;
        margin-top: -22%; } }

main.main .split-half {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  main.main .split-half .half {
    width: 50%;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 630px; }
    @media (max-width: 992px) {
      main.main .split-half .half {
        -webkit-align-items: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center; } }
    @media (max-width: 1200px) {
      main.main .split-half .half {
        height: auto; } }
    main.main .split-half .half.green {
      background-color: #19b995;
      color: white;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    main.main .split-half .half .half-large-text {
      padding-bottom: 10%;
      max-width: 70%;
      font-size: 26px;
      line-height: 33px; }
      @media (max-width: 1800px) {
        main.main .split-half .half .half-large-text {
          max-width: 90%; } }
      @media (max-width: 1200px) {
        main.main .split-half .half .half-large-text {
          font-size: 20px;
          line-height: 24px; } }
      @media (max-width: 992px) {
        main.main .split-half .half .half-large-text {
          font-size: 15px;
          line-height: 24px;
          max-width: 100%;
          padding-bottom: 10%; } }
      main.main .split-half .half .half-large-text p {
        margin: 0; }
    main.main .split-half .half .btn-thin-circle {
      position: absolute;
      right: 0; }
  @media (max-width: 992px) {
    main.main .split-half {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      main.main .split-half .half {
        height: auto;
        min-height: 180px;
        width: 100%;
        box-sizing: border-box; }
        main.main .split-half .half:first-child {
          padding-bottom: 50%; }
        main.main .split-half .half .big-text {
          bottom: 18px; } }
  main.main .split-half .big-text {
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 2px #555;
    position: absolute;
    font-size: 76px;
    bottom: 135px; }
    @media (max-width: 1200px) {
      main.main .split-half .big-text {
        font-size: 44px; } }
    @media (max-width: 992px) {
      main.main .split-half .big-text {
        font-size: 33px; } }

main.main .news .news-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  main.main .news .news-items .news-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    outline: 0;
    text-decoration: none;
    color: black; }
    main.main .news .news-items .news-item:hover .big-circle .overlay {
      background-color: rgba(237, 28, 36, 0.9);
      color: white; }
    main.main .news .news-items .news-item .big-circle {
      background-position: center;
      background-size: cover;
      border-radius: 50%;
      overflow: hidden;
      width: 360px;
      height: 360px; }
      @media (max-width: 1800px) {
        main.main .news .news-items .news-item .big-circle {
          width: 260px;
          height: 260px; } }
      @media (max-width: 992px) {
        main.main .news .news-items .news-item .big-circle {
          width: 200px;
          height: 200px; } }
      main.main .news .news-items .news-item .big-circle .overlay {
        width: 100%;
        height: 100%;
        transition: background-color 0.3s, color 0.3s;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        color: transparent;
        font-weight: 100;
        font-size: 44px; }
        @media (max-width: 992px) {
          main.main .news .news-items .news-item .big-circle .overlay {
            font-size: 20px; } }
    main.main .news .news-items .news-item .news-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      margin: 26px 0; }
      main.main .news .news-items .news-item .news-content .news-title {
        color: #ed1c24;
        letter-spacing: 0.03em;
        font-size: 33px;
        padding: 0px 5px; }
      main.main .news .news-items .news-item .news-content .news-author {
        font-style: italic;
        font-size: 16px; }
      main.main .news .news-items .news-item .news-content .news-summary {
        margin-top: 22px;
        padding: 0 45px;
        font-size: 20px; }
      @media (max-width: 1200px) {
        main.main .news .news-items .news-item .news-content .news-title {
          font-size: 25px; }
        main.main .news .news-items .news-item .news-content .news-author {
          font-size: 15px; }
        main.main .news .news-items .news-item .news-content .news-summary {
          font-size: 17px; } }
      @media (max-width: 992px) {
        main.main .news .news-items .news-item .news-content .news-title {
          font-size: 18px; }
        main.main .news .news-items .news-item .news-content .news-author {
          font-size: 11px; }
        main.main .news .news-items .news-item .news-content .news-summary {
          font-size: 15px;
          margin-bottom: 36px; } }
  main.main .news .news-items .slick-dots {
    position: absolute;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 40%;
    left: 30%;
    padding: 0; }
    main.main .news .news-items .slick-dots li {
      list-style-type: none; }
      main.main .news .news-items .slick-dots li button {
        border: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        color: transparent;
        background-color: lightgrey;
        outline: 0;
        padding: 0px;
        transition: background-color 1s; }
      main.main .news .news-items .slick-dots li.slick-active button {
        background-color: #ed1c24; }

main.main {
  padding-top: 165px; }
  @media (max-width: 992px) {
    main.main {
      padding-top: 46px; } }
  main.main.alert-active {
    padding-top: 265px; }
    @media (max-width: 992px) {
      main.main.alert-active {
        padding-top: 146px; } }
  main.main.using-custom-header {
    padding-top: 0; }

@media (max-width: 992px) {
  body {
    overflow-x: hidden; }
  main.main, header.header, footer.footer, div.sticky-cta {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    main.main.nav-active, header.header.nav-active, footer.footer.nav-active, div.sticky-cta.nav-active {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); } }

header.header.navbar {
  position: fixed;
  border-bottom: solid grey 3px;
  background-color: white;
  width: 100%;
  z-index: 31; }
  header.header.navbar .navbar-alert {
    background-color: #ed1c24;
    color: white;
    z-index: 10;
    position: relative;
    height: 0px;
    transition: height 0.5s;
    overflow: hidden;
    padding-left: 100px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*

	// HEADER ALTERNATIVE DESIGN

		.dismiss-alert{
			display: none;
		}


		background-color: white;
		border-bottom: 2px solid #ccc;
		padding-left: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		@media (max-width: $max-sm){
			flex-direction: column;
		}
		.alert-title{
			color: $cis-red;
			padding-right: 5px;
		}
		.alert-message{
			color: black;
		}
		.alert-title, .alert-message{
			font-weight:400;
			font-size: 14px;
			display: inline-block;	
			text-align: center;
			@media (max-width: $max-sm){
				display: block;
			}
		}
		.controls{
			min-width: 160px;
			color: black;
			padding: 0 20px;
			.circle{
				padding: 0 20px;
				margin: 0;
			}
			.circle-arrow{
				border-right: 1px solid #eee;
			}
			.circle-plus{
				
				color: $cis-red;
			}
		}
*/ }
    header.header.navbar .navbar-alert:before {
      content: '!';
      position: absolute;
      left: 40px;
      font-size: 80px;
      font-weight: 800;
      opacity: 0.5; }
    header.header.navbar .navbar-alert p {
      margin: 0; }
    header.header.navbar .navbar-alert .alert-title {
      font-weight: 600; }
    header.header.navbar .navbar-alert .alert-message, header.header.navbar .navbar-alert .alert-message p {
      font-size: 14px; }
    header.header.navbar .navbar-alert .dismiss-alert {
      position: absolute;
      right: 0px;
      top: 0px;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      header.header.navbar .navbar-alert .dismiss-alert:hover {
        opacity: 0.5; }
      header.header.navbar .navbar-alert .dismiss-alert:before, header.header.navbar .navbar-alert .dismiss-alert:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 20px;
        top: 15px;
        left: calc(50% - 6px);
        background-color: white; }
      header.header.navbar .navbar-alert .dismiss-alert:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      header.header.navbar .navbar-alert .dismiss-alert:after {
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
    header.header.navbar .navbar-alert.active {
      height: 100px; }
  header.header.navbar .floating-searchbox, header.header.navbar .floating-mobile-searchbox {
    outline: none;
    visibility: hidden;
    width: 100px;
    opacity: 0;
    transition: width 0.3s, opacity 0.3s, visibility 0.3s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    background-color: white;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0; }
    header.header.navbar .floating-searchbox .search-btn img, header.header.navbar .floating-mobile-searchbox .search-btn img {
      padding-top: 20px; }
    header.header.navbar .floating-searchbox.active, header.header.navbar .floating-mobile-searchbox.active {
      visibility: visible;
      width: 400px;
      opacity: 1; }
    header.header.navbar .floating-searchbox input.form-search, header.header.navbar .floating-mobile-searchbox input.form-search {
      border: 1px solid white;
      padding: 15px;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-bottom: 1px solid lightgrey;
      outline: none; }
    header.header.navbar .floating-searchbox button, header.header.navbar .floating-mobile-searchbox button {
      background: none;
      border: none; }
    header.header.navbar .floating-searchbox.floating-mobile-searchbox, header.header.navbar .floating-mobile-searchbox.floating-mobile-searchbox {
      width: 100%; }
      header.header.navbar .floating-searchbox.floating-mobile-searchbox a.search-mobile-btn, header.header.navbar .floating-mobile-searchbox.floating-mobile-searchbox a.search-mobile-btn {
        margin-top: 20px; }
        header.header.navbar .floating-searchbox.floating-mobile-searchbox a.search-mobile-btn img, header.header.navbar .floating-mobile-searchbox.floating-mobile-searchbox a.search-mobile-btn img {
          width: 21px; }
  @media (min-width: 992px) {
    header.header.navbar .navbar-top {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      header.header.navbar .navbar-top .navbar-logo img {
        width: 222px; }
      header.header.navbar .navbar-top .navbar-icons {
        color: #ed1c24;
        font-weight: 100;
        font-size: 24px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      header.header.navbar .navbar-top .navbar-icons {
        font-size: 20px; } }
  @media (min-width: 992px) {
        header.header.navbar .navbar-top .navbar-icons a {
          color: #ed1c24;
          text-decoration: none;
          position: relative; }
          header.header.navbar .navbar-top .navbar-icons a img {
            vertical-align: top;
            width: 22px;
            transition: opacity 0.3s; }
            header.header.navbar .navbar-top .navbar-icons a img.icon-hover {
              position: absolute;
              left: 0;
              opacity: 0; }
          header.header.navbar .navbar-top .navbar-icons a:hover img.icon-default {
            opacity: 0; }
          header.header.navbar .navbar-top .navbar-icons a:hover img.icon-hover {
            opacity: 1; }
          header.header.navbar .navbar-top .navbar-icons a:last-child {
            border-left: 1px solid #ed1c24;
            padding-left: 20px;
            margin-left: 20px; }
            header.header.navbar .navbar-top .navbar-icons a:last-child img {
              margin-right: 15px; }
            header.header.navbar .navbar-top .navbar-icons a:last-child img.icon-hover {
              left: 20px; }
          header.header.navbar .navbar-top .navbar-icons a.favourite-button {
            display: inline-block;
            margin-left: 20px;
            margin-top: 1px; }
            header.header.navbar .navbar-top .navbar-icons a.favourite-button:hover img.icon-default {
              opacity: 0.5; }
            header.header.navbar .navbar-top .navbar-icons a.favourite-button:hover img.icon-hover {
              opacity: 0; }
            header.header.navbar .navbar-top .navbar-icons a.favourite-button.is-favourite img.icon-default {
              opacity: 0; }
            header.header.navbar .navbar-top .navbar-icons a.favourite-button.is-favourite img.icon-hover {
              opacity: 1; }
            header.header.navbar .navbar-top .navbar-icons a.favourite-button.is-favourite:hover img.icon-hover {
              opacity: 0.5; }
    header.header.navbar .navbar-bottom {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 0;
      padding-top: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      header.header.navbar .navbar-bottom .navbar-pages {
        margin-top: 2px; }
        header.header.navbar .navbar-bottom .navbar-pages span.parent {
          padding-right: 96px;
          display: inline-block; } }
      @media (min-width: 992px) and (max-width: 1800px) {
        header.header.navbar .navbar-bottom .navbar-pages span.parent {
          padding-right: 45px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        header.header.navbar .navbar-bottom .navbar-pages span.parent {
          padding-right: 20px; } }
  @media (min-width: 992px) {
          header.header.navbar .navbar-bottom .navbar-pages span.parent:last-child {
            padding-right: 0; }
          header.header.navbar .navbar-bottom .navbar-pages span.parent > a {
            display: inline-block;
            color: black;
            text-decoration: none;
            border-bottom: transparent solid 6px;
            transition: border-color 0.3s;
            cursor: pointer;
            font-size: 20px;
            padding-bottom: 20px; } }
        @media (min-width: 992px) and (max-width: 1800px) {
          header.header.navbar .navbar-bottom .navbar-pages span.parent > a {
            font-size: 20px;
            padding-bottom: 20px; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          header.header.navbar .navbar-bottom .navbar-pages span.parent > a {
            font-size: 20px;
            padding-bottom: 20px; } }
  @media (min-width: 992px) {
            header.header.navbar .navbar-bottom .navbar-pages span.parent > a.active, header.header.navbar .navbar-bottom .navbar-pages span.parent > a:hover {
              color: #ed1c24;
              border-bottom-color: #ed1c24; }
          header.header.navbar .navbar-bottom .navbar-pages span.parent.active > a {
            border-bottom-color: rgba(237, 28, 36, 0.3); }
          header.header.navbar .navbar-bottom .navbar-pages span.parent span.children {
            position: absolute;
            transition: height 0.1s ease 0.2s, box-shadow 0.3s ease 0.3s;
            left: 0;
            height: 0;
            overflow: hidden;
            width: 100%;
            top: 100%;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: white;
            border-top: 3px solid transparent;
            background-clip: content-box; }
            header.header.navbar .navbar-bottom .navbar-pages span.parent span.children span.child-pages {
              transition: opacity 0.3s;
              opacity: 0;
              -webkit-column-count: 5;
                 -moz-column-count: 5;
                      column-count: 5;
              -webkit-column-fill: auto;
                 -moz-column-fill: auto;
                      column-fill: auto;
              height: 240px;
              width: 100%;
              background-color: white;
              padding: 30px; }
              header.header.navbar .navbar-bottom .navbar-pages span.parent span.children span.child-pages > a {
                display: inline-block;
                width: 100%;
                max-width: 100%;
                box-sizing: border-box;
                padding: 20px;
                text-decoration: none;
                color: black;
                font-size: 20px; }
                header.header.navbar .navbar-bottom .navbar-pages span.parent span.children span.child-pages > a:hover {
                  color: #ed1c24; } }
      @media (min-width: 992px) and (min-width: 992px) {
        header.header.navbar .navbar-bottom .navbar-pages span.parent span.children.active {
          transition: height 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.3s;
          height: 270px;
          z-index: 4;
          box-shadow: 0 2px 7px #999; }
          header.header.navbar .navbar-bottom .navbar-pages span.parent span.children.active span.child-pages {
            opacity: 1; } }
  @media (min-width: 992px) {
      header.header.navbar .navbar-bottom .navbar-links {
        margin-bottom: 6px; }
      header.header.navbar .navbar-bottom .navbar-links a, header.header.navbar .navbar-bottom .mobile-menu-links a {
        display: inline-block;
        font-weight: 100;
        color: grey;
        text-decoration: none;
        font-size: 20px;
        margin-left: 96px;
        padding-bottom: 20px; } }
    @media (min-width: 992px) and (max-width: 1800px) {
      header.header.navbar .navbar-bottom .navbar-links a, header.header.navbar .navbar-bottom .mobile-menu-links a {
        font-size: 20px;
        margin-left: 45px;
        padding-bottom: 20px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      header.header.navbar .navbar-bottom .navbar-links a, header.header.navbar .navbar-bottom .mobile-menu-links a {
        font-size: 20px;
        margin-left: 20px;
        padding-bottom: 20px; } }
  @media (min-width: 992px) {
        header.header.navbar .navbar-bottom .navbar-links a:first-child, header.header.navbar .navbar-bottom .mobile-menu-links a:first-child {
          margin-left: 0; }
        header.header.navbar .navbar-bottom .navbar-links a:hover, header.header.navbar .navbar-bottom .mobile-menu-links a:hover {
          color: grey; }
        header.header.navbar .navbar-bottom .navbar-links a.search, header.header.navbar .navbar-bottom .mobile-menu-links a.search {
          cursor: pointer;
          position: relative; }
          header.header.navbar .navbar-bottom .navbar-links a.search img, header.header.navbar .navbar-bottom .mobile-menu-links a.search img {
            width: 21px;
            transition: opacity 0.3s; }
            header.header.navbar .navbar-bottom .navbar-links a.search img.icon-hover, header.header.navbar .navbar-bottom .mobile-menu-links a.search img.icon-hover {
              position: absolute;
              left: 0;
              opacity: 0; }
          header.header.navbar .navbar-bottom .navbar-links a.search:hover img.icon-default, header.header.navbar .navbar-bottom .mobile-menu-links a.search:hover img.icon-default {
            opacity: 0; }
          header.header.navbar .navbar-bottom .navbar-links a.search:hover img.icon-hover, header.header.navbar .navbar-bottom .mobile-menu-links a.search:hover img.icon-hover {
            opacity: 1; }
      header.header.navbar .navbar-bottom .mobile-menu-links {
        display: none; }
    header.header.navbar .navbar-mobile {
      display: none; } }
  @media (max-width: 992px) {
    header.header.navbar {
      border-width: 0; }
      header.header.navbar .navbar-mobile {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px;
        background-color: white;
        position: relative;
        z-index: 2;
        border-bottom: 1px solid gray; }
        header.header.navbar .navbar-mobile div {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
        header.header.navbar .navbar-mobile .nav-toggle {
          width: 22px;
          height: 20px;
          margin-right: 15px;
          margin-left: 5px;
          transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
          transition: transform 0.3s, -webkit-transform 0.3s;
          position: relative; }
          header.header.navbar .navbar-mobile .nav-toggle .top-line, header.header.navbar .navbar-mobile .nav-toggle .mid-line, header.header.navbar .navbar-mobile .nav-toggle .bot-line {
            width: 22px;
            height: 4px;
            border-radius: 1px;
            background-color: lightgrey;
            position: absolute;
            top: 0%;
            left: 0;
            -webkit-transform-origin: right;
                -ms-transform-origin: right;
                    transform-origin: right;
            transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
          header.header.navbar .navbar-mobile .nav-toggle .mid-line {
            top: 50%;
            margin-top: -2px; }
          header.header.navbar .navbar-mobile .nav-toggle .bot-line {
            top: auto;
            bottom: 0%; }
          header.header.navbar .navbar-mobile .nav-toggle.active {
            -webkit-transform: rotate(90deg) translateX(-3px);
                -ms-transform: rotate(90deg) translateX(-3px);
                    transform: rotate(90deg) translateX(-3px); }
            header.header.navbar .navbar-mobile .nav-toggle.active .top-line {
              -webkit-transform: rotate(-45deg);
                  -ms-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
            header.header.navbar .navbar-mobile .nav-toggle.active .mid-line {
              opacity: 0; }
            header.header.navbar .navbar-mobile .nav-toggle.active .bot-line {
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg); }
        header.header.navbar .navbar-mobile .navbar-logo img {
          width: 100px; }
        header.header.navbar .navbar-mobile a {
          color: black;
          text-decoration: none; }
        header.header.navbar .navbar-mobile .mobile-nav-icons img {
          width: 20px;
          padding: 0 10px; }
      header.header.navbar .navbar-bottom {
        position: absolute;
        left: -250px;
        width: 250px;
        display: block;
        background-color: white;
        max-height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        z-index: 1; }
        header.header.navbar .navbar-bottom a {
          color: black;
          text-decoration: none; }
        header.header.navbar .navbar-bottom .navbar-pages {
          padding-top: 30px; }
        header.header.navbar .navbar-bottom .navbar-links .search, header.header.navbar .navbar-bottom .mobile-menu-links .search {
          display: none; }
        header.header.navbar .navbar-bottom .navbar-links a, header.header.navbar .navbar-bottom .mobile-menu-links a {
          color: gray;
          display: block;
          padding: 10px 16px; }
        header.header.navbar .navbar-bottom .mobile-menu-links {
          display: block; }
        header.header.navbar .navbar-bottom span.parent {
          display: block; }
          header.header.navbar .navbar-bottom span.parent .home {
            display: none; }
          header.header.navbar .navbar-bottom span.parent.active > a span {
            padding-bottom: 5px;
            border-bottom: 2px solid red; }
          header.header.navbar .navbar-bottom span.parent > a {
            display: block;
            padding: 10px 16px; }
          header.header.navbar .navbar-bottom span.parent span.children {
            position: relative;
            display: block;
            max-height: 0;
            overflow: hidden;
            margin-left: 15px;
            transition: max-height 0.3s;
            box-sizing: border-box; }
            header.header.navbar .navbar-bottom span.parent span.children a {
              display: block;
              padding: 10px 0;
              color: grey;
              font-weight: 100; }
            header.header.navbar .navbar-bottom span.parent span.children.active {
              max-height: 1000px;
              padding-bottom: 20px; }
      header.header.navbar .navbar-bottom {
        padding: 0; }
      header.header.navbar .navbar-top {
        display: none; } }

header.header.nav-active div.mobile-overlay {
  visibility: visible; }

header.header div.mobile-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100vh;
  z-index: 1; }

.sticky-holder {
  position: relative;
  margin-top: 60px; }
  .sticky-holder .sticky-cta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 30;
    background-color: WHITE;
    bottom: -100%;
    transition: bottom 0.3s; }
    .sticky-holder .sticky-cta.visible {
      bottom: 0; }
    .sticky-holder .sticky-cta.one-active > div:not(.active), .sticky-holder .sticky-cta.one-active > a {
      opacity: 0.6; }
    .sticky-holder .sticky-cta .chat-btn .regular-title {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .sticky-holder .sticky-cta .chat-btn .regular-title img {
        width: 30px;
        margin-right: 10px; }
        @media (max-width: 992px) {
          .sticky-holder .sticky-cta .chat-btn .regular-title img {
            width: 20px; } }
        @media (max-width: 576px) {
          .sticky-holder .sticky-cta .chat-btn .regular-title img {
            display: none; } }
    .sticky-holder .sticky-cta > div, .sticky-holder .sticky-cta > a {
      transition: opacity 0.5s;
      cursor: pointer;
      color: white;
      text-decoration: none;
      background-color: #ed1c24;
      width: 33.33%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 4px 30px;
      border-top: 4px solid white;
      border-width: 4px; }
      @media (max-width: 992px) {
        .sticky-holder .sticky-cta > div .regular-title.hide-on-mobile, .sticky-holder .sticky-cta > a .regular-title.hide-on-mobile {
          display: none; } }
      @media (min-width: 993px) {
        .sticky-holder .sticky-cta > div .mobile-title, .sticky-holder .sticky-cta > a .mobile-title {
          display: none; } }
      .sticky-holder .sticky-cta > div .stickyform, .sticky-holder .sticky-cta > a .stickyform {
        position: absolute;
        bottom: 100%;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s, border 0.3s;
        z-index: 1;
        cursor: initial;
        border: 0px solid white;
        box-sizing: border-box;
        background-color: #ed1c24;
        left: 0;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: left; }
        @media (max-width: 992px) {
          .sticky-holder .sticky-cta > div .stickyform, .sticky-holder .sticky-cta > a .stickyform {
            max-width: 100%; } }
        .sticky-holder .sticky-cta > div .stickyform span, .sticky-holder .sticky-cta > a .stickyform span {
          display: block;
          padding: 50px; }
        .sticky-holder .sticky-cta > div .stickyform form, .sticky-holder .sticky-cta > a .stickyform form {
          max-width: 100%; }
        .sticky-holder .sticky-cta > div .stickyform .form-all, .sticky-holder .sticky-cta > a .stickyform .form-all {
          color: white !important;
          max-width: 100%;
          font-family: Theinhardt, helvetica, sans-serif;
          padding: 50px 25px;
          box-sizing: border-box; }
          .sticky-holder .sticky-cta > div .stickyform .form-all h2, .sticky-holder .sticky-cta > a .stickyform .form-all h2 {
            font-weight: 500;
            text-align: center; }
          .sticky-holder .sticky-cta > div .stickyform .form-all input, .sticky-holder .sticky-cta > a .stickyform .form-all input {
            padding: 15px; }
          .sticky-holder .sticky-cta > div .stickyform .form-all input, .sticky-holder .sticky-cta > div .stickyform .form-all textarea, .sticky-holder .sticky-cta > a .stickyform .form-all input, .sticky-holder .sticky-cta > a .stickyform .form-all textarea {
            width: 100%;
            box-sizing: border-box;
            font-size: 16px;
            background: none;
            border: none;
            border-bottom: 1px solid white;
            color: white;
            outline: none;
            height: auto; }
          .sticky-holder .sticky-cta > div .stickyform .form-all .form-radio-item, .sticky-holder .sticky-cta > div .stickyform .form-all .form-checkbox-item, .sticky-holder .sticky-cta > a .stickyform .form-all .form-radio-item, .sticky-holder .sticky-cta > a .stickyform .form-all .form-checkbox-item {
            padding: 0 !important; }
            .sticky-holder .sticky-cta > div .stickyform .form-all .form-radio-item span.dragger-item, .sticky-holder .sticky-cta > div .stickyform .form-all .form-checkbox-item span.dragger-item, .sticky-holder .sticky-cta > a .stickyform .form-all .form-radio-item span.dragger-item, .sticky-holder .sticky-cta > a .stickyform .form-all .form-checkbox-item span.dragger-item {
              padding: 20px !important; }
          .sticky-holder .sticky-cta > div .stickyform .form-all textarea, .sticky-holder .sticky-cta > a .stickyform .form-all textarea {
            padding: 15px; }
          .sticky-holder .sticky-cta > div .stickyform .form-all label, .sticky-holder .sticky-cta > a .stickyform .form-all label {
            font-size: 16px;
            position: absolute;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translateY(20px);
                -ms-transform: translateY(20px);
                    transform: translateY(20px);
            color: white; }
            .sticky-holder .sticky-cta > div .stickyform .form-all label.mini, .sticky-holder .sticky-cta > a .stickyform .form-all label.mini {
              -webkit-transform: translateY(-20px) translateX(-20px) scale(0.7);
                  -ms-transform: translateY(-20px) translateX(-20px) scale(0.7);
                      transform: translateY(-20px) translateX(-20px) scale(0.7); }
          .sticky-holder .sticky-cta > div .stickyform .form-all .form-buttons-wrapper, .sticky-holder .sticky-cta > a .stickyform .form-all .form-buttons-wrapper {
            margin: 0 !important; }
          .sticky-holder .sticky-cta > div .stickyform .form-all button, .sticky-holder .sticky-cta > a .stickyform .form-all button {
            background: none;
            border: 1px solid white;
            border-radius: 3px;
            color: white;
            padding: 10px 20px;
            cursor: pointer; }
            .sticky-holder .sticky-cta > div .stickyform .form-all button:hover, .sticky-holder .sticky-cta > a .stickyform .form-all button:hover {
              background-color: rgba(255, 255, 255, 0.2); }
        @media (max-width: 992px) {
          .sticky-holder .sticky-cta > div .stickyform, .sticky-holder .sticky-cta > a .stickyform {
            background-clip: content-box;
            box-sizing: border-box;
            margin-left: 0; } }
        .sticky-holder .sticky-cta > div .stickyform ul, .sticky-holder .sticky-cta > a .stickyform ul {
          margin: 0;
          padding: 0; }
        .sticky-holder .sticky-cta > div .stickyform li, .sticky-holder .sticky-cta > a .stickyform li {
          list-style-type: none; }
      .sticky-holder .sticky-cta > div .circle-holder, .sticky-holder .sticky-cta > a .circle-holder {
        position: relative;
        /*
				&:before{
					content: "";
					display: block;
					position: absolute;
					left: calc(50% - 1px);

					height: 0;
					width: 1px;
					background-color: white;

					transition: height 0.1s;

					bottom: calc(50% - 5px);

					z-index: 1;
				}

				&:after{
					content: "";
					display: block;
					position: absolute;

					width: 14px;
					height: 14px;

					left: 50%;
					margin-left: -7px;
					top: 50%;
					margin-top: -7px;

					background-color: white;

					transition: top 0.3s;


					border-radius: 50%;

					z-index: 1;
				}
*/ }
        .sticky-holder .sticky-cta > div .circle-holder svg.circle, .sticky-holder .sticky-cta > a .circle-holder svg.circle {
          fill: #ed1c24;
          z-index: 5;
          position: relative; }
      .sticky-holder .sticky-cta > div.active .stickyform, .sticky-holder .sticky-cta > a.active .stickyform {
        max-height: calc(100vh - 125px);
        overflow-y: scroll;
        transition: max-height 1s, border 1s;
        border-top-width: 2px;
        z-index: 2; }
      .sticky-holder .sticky-cta > div.active .circle-holder, .sticky-holder .sticky-cta > a.active .circle-holder {
        /*
					&:before{
						z-index: 4;
						height: 150%;
						transition: height 1s;
					}
					&:after{
						top: -45px;
						z-index: 4;
						transition: top 1s;
					}
*/ }
      @media (max-width: 992px) {
        .sticky-holder .sticky-cta > div, .sticky-holder .sticky-cta > a {
          padding: 10px;
          text-align: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 14px;
          line-height: 14px; }
          .sticky-holder .sticky-cta > div svg.circle, .sticky-holder .sticky-cta > a svg.circle {
            width: 16px;
            min-width: 16px;
            height: 16px; } }
      .sticky-holder .sticky-cta > div:not(:last-child), .sticky-holder .sticky-cta > a:not(:last-child) {
        border-right: 2px solid white; }
        @media (max-width: 992px) {
          .sticky-holder .sticky-cta > div:not(:last-child), .sticky-holder .sticky-cta > a:not(:last-child) {
            border: none;
            margin-right: 4px; } }
      @media (max-width: 992px) {
        .sticky-holder .sticky-cta > div, .sticky-holder .sticky-cta > a {
          border-color: transparent; } }
    .sticky-holder .sticky-cta.stick, .sticky-holder .sticky-cta.stick-important {
      position: absolute; }
      .sticky-holder .sticky-cta.stick.stick-important .stickyform, .sticky-holder .sticky-cta.stick-important.stick-important .stickyform {
        max-height: none !important; }
      @media (min-width: 992px) {
        .sticky-holder .sticky-cta.stick, .sticky-holder .sticky-cta.stick-important {
          bottom: 0 !important; } }

footer.footer {
  background-color: #f3f3f3;
  position: relative;
  overflow: hidden;
  padding: 36px; }
  footer.footer .footer-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer.footer .footer-bottom .footer-left {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    footer.footer .footer-bottom .footer-right {
      width: 50%;
      text-align: right; }
      footer.footer .footer-bottom .footer-right .copyright {
        font-size: 12px;
        color: #7b7b7b; }
      footer.footer .footer-bottom .footer-right .digistorm {
        font-size: 12px;
        color: #7b7b7b;
        text-decoration: none; }
    @media (max-width: 575px) {
      footer.footer .footer-bottom {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        footer.footer .footer-bottom .footer-left, footer.footer .footer-bottom .footer-right {
          width: 100%; }
        footer.footer .footer-bottom .footer-right {
          text-align: center; } }
  footer.footer .footer-logo img {
    padding-bottom: 60px;
    width: 222px; }
  @media (max-width: 575px) {
    footer.footer .footer-logo {
      display: none;
      position: absolute;
      top: 40px; }
      footer.footer .footer-logo img {
        padding-bottom: 0; } }
  footer.footer .address-pin {
    width: 22px; }
  footer.footer .links, footer.footer .mobile-footer-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    footer.footer .links a, footer.footer .mobile-footer-links a {
      font-weight: 100;
      color: #7b7b7b;
      text-decoration: none;
      transition: color 0.3s;
      width: auto;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-size: 18px;
      margin-bottom: 30px; }
      footer.footer .links a:hover, footer.footer .mobile-footer-links a:hover {
        color: #333; }
    @media (max-width: 992px) {
      footer.footer .links, footer.footer .mobile-footer-links {
        display: none; } }
    @media (max-width: 575px) {
      footer.footer .links, footer.footer .mobile-footer-links {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        footer.footer .links a, footer.footer .mobile-footer-links a {
          width: auto;
          font-size: 16px;
          padding-right: 30px;
          margin-bottom: 20px; } }
  footer.footer .mobile-footer-links {
    display: none; }
    @media (max-width: 992px) {
      footer.footer .mobile-footer-links {
        display: block; } }
  footer.footer .campuses-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 575px) {
      footer.footer .campuses-info {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer.footer .campuses-info .campus-info {
      color: #7b7b7b;
      margin-bottom: 10px; }
      footer.footer .campuses-info .campus-info .campus-name {
        font-weight: 700; }
      footer.footer .campuses-info .campus-info a {
        position: relative; }
        footer.footer .campuses-info .campus-info a img {
          vertical-align: top;
          width: 12px;
          transition: opacity 0.3s; }
          footer.footer .campuses-info .campus-info a img.icon-hover {
            position: absolute;
            left: 0;
            opacity: 0; }
        footer.footer .campuses-info .campus-info a:hover img.icon-default {
          opacity: 0; }
        footer.footer .campuses-info .campus-info a:hover img.icon-hover {
          opacity: 1; }
      footer.footer .campuses-info .campus-info .lnr {
        padding-right: 3px; }
      footer.footer .campuses-info .campus-info .address {
        display: block;
        padding-bottom: 16px; }
        footer.footer .campuses-info .campus-info .address span {
          display: inline-block; }
          footer.footer .campuses-info .campus-info .address span.lnr-map-marker {
            vertical-align: top; }
      footer.footer .campuses-info .campus-info a {
        color: #7b7b7b;
        text-decoration: none; }
      footer.footer .campuses-info .campus-info .email {
        display: block; }
      footer.footer .campuses-info .campus-info .phone {
        margin-right: 20px; }
      footer.footer .campuses-info .campus-info .fax {
        display: inline-block; }
        @media (max-width: 575px) {
          footer.footer .campuses-info .campus-info .fax {
            display: block;
            margin-left: 0; } }
  footer.footer .social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 575px) {
      footer.footer .social {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    footer.footer .social a {
      transition: opacity 0.3s, -webkit-filter 0.7s, -webkit-transform 0.3s;
      transition: filter 0.7s, transform 0.3s, opacity 0.3s;
      transition: filter 0.7s, transform 0.3s, opacity 0.3s, -webkit-filter 0.7s, -webkit-transform 0.3s; }
      footer.footer .social a img, footer.footer .social a svg, footer.footer .social a iframe {
        padding: 2%;
        width: 50px;
        padding: 0 10px; }
        @media (max-width: 575px) {
          footer.footer .social a img, footer.footer .social a svg, footer.footer .social a iframe {
            width: 40px; } }
    footer.footer .social:hover a {
      -webkit-filter: grayscale(100%) opacity(50%);
              filter: grayscale(100%) opacity(50%); }
      footer.footer .social:hover a:hover {
        -webkit-filter: none;
                filter: none; }
  footer.footer .image-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 20px 0; }
    @media (max-width: 575px) {
      footer.footer .image-links {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    footer.footer .image-links a {
      padding: 10px;
      -webkit-filter: grayscale(100%) opacity(50%);
              filter: grayscale(100%) opacity(50%);
      transition: opacity 1s, -webkit-filter 0.3s;
      transition: opacity 1s, filter 0.3s;
      transition: opacity 1s, filter 0.3s, -webkit-filter 0.3s; }
      footer.footer .image-links a img, footer.footer .image-links a svg, footer.footer .image-links a iframe {
        height: 80px; }
        @media (max-width: 575px) {
          footer.footer .image-links a img, footer.footer .image-links a svg, footer.footer .image-links a iframe {
            height: 50px; } }
      footer.footer .image-links a:hover {
        -webkit-filter: none;
                filter: none; }
  @media (max-width: 575px) {
    footer.footer {
      padding-bottom: 80px; } }

#wrapper.mosaic main.main {
  padding-top: 175px; }
  @media (max-width: 992px) {
    #wrapper.mosaic main.main {
      padding-top: 75px; } }

header.header.navbar .mosaic-header .mosaic-header-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #ed1c24;
  padding: 20px;
  box-sizing: border-box; }
  header.header.navbar .mosaic-header .mosaic-header-top .mosaic-header-left .logo {
    width: 220px;
    max-width: 220px; }
  header.header.navbar .mosaic-header .mosaic-header-top .mosaic-header-right {
    color: #ed1c24;
    font-size: 60px;
    font-weight: 700;
    text-decoration: none; }

header.header.navbar .mosaic-header .categories a {
  display: inline-block;
  padding: 20px;
  position: relative;
  cursor: pointer;
  color: #333;
  text-decoration: none; }
  @media (max-width: 1200px) {
    header.header.navbar .mosaic-header .categories a {
      padding: 20px 10px; } }
  header.header.navbar .mosaic-header .categories a.link {
    color: #999; }
  header.header.navbar .mosaic-header .categories a:not(:last-of-type):after {
    content: '';
    height: 15px;
    margin-top: 3px;
    position: absolute;
    right: 0;
    border-right: 1px solid grey; }
  header.header.navbar .mosaic-header .categories a:hover {
    color: #ed1c24; }
  header.header.navbar .mosaic-header .categories a.search {
    cursor: pointer;
    position: relative;
    padding: 0px;
    margin: 10px 10px; }
    header.header.navbar .mosaic-header .categories a.search img {
      width: 21px;
      transition: opacity 0.3s; }
      header.header.navbar .mosaic-header .categories a.search img.icon-hover {
        position: absolute;
        left: 0;
        opacity: 0; }
    header.header.navbar .mosaic-header .categories a.search:hover img.icon-default {
      opacity: 0; }
    header.header.navbar .mosaic-header .categories a.search:hover img.icon-hover {
      opacity: 1; }

header.header.navbar .mosaic-header .categories .floating-searchbox, header.header.navbar .mosaic-header .categories .floating-mobile-searchbox {
  outline: none;
  visibility: hidden;
  width: 100px;
  opacity: 0;
  transition: width 0.3s, opacity 0.3s, visibility 0.3s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  background-color: white;
  padding: 4px !important;
  position: absolute;
  bottom: 0;
  right: 0; }
  header.header.navbar .mosaic-header .categories .floating-searchbox .search-btn img, header.header.navbar .mosaic-header .categories .floating-mobile-searchbox .search-btn img {
    padding-top: 20px; }
  header.header.navbar .mosaic-header .categories .floating-searchbox.active, header.header.navbar .mosaic-header .categories .floating-mobile-searchbox.active {
    visibility: visible;
    width: 400px;
    opacity: 1; }
  header.header.navbar .mosaic-header .categories .floating-searchbox input.form-search, header.header.navbar .mosaic-header .categories .floating-mobile-searchbox input.form-search {
    border: 1px solid white;
    padding: 15px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-bottom: 1px solid lightgrey;
    outline: none; }
  header.header.navbar .mosaic-header .categories .floating-searchbox button, header.header.navbar .mosaic-header .categories .floating-mobile-searchbox button {
    background: none;
    border: none; }
  header.header.navbar .mosaic-header .categories .floating-searchbox.floating-mobile-searchbox, header.header.navbar .mosaic-header .categories .floating-mobile-searchbox.floating-mobile-searchbox {
    width: 100%; }
  @media (max-width: 992px) {
    header.header.navbar .mosaic-header .categories .floating-searchbox a.search-btn, header.header.navbar .mosaic-header .categories .floating-mobile-searchbox a.search-btn {
      display: none; }
    header.header.navbar .mosaic-header .categories .floating-searchbox.active, header.header.navbar .mosaic-header .categories .floating-mobile-searchbox.active {
      width: 100%;
      box-sizing: border-box; } }

@media (min-width: 993px) {
  header.header.navbar .mosaic-header .nav-toggle {
    display: none; } }

@media (max-width: 992px) {
  header.header.navbar .mosaic-header .mosaic-header-top .mosaic-header-left .logo {
    max-width: 110px;
    display: none; }
  header.header.navbar .mosaic-header .mosaic-header-top .mosaic-header-right {
    font-size: 28px; }
  header.header.navbar .mosaic-header .mosaic-header-top .nav-toggle {
    width: 22px;
    height: 20px;
    margin-right: 15px;
    margin-left: 5px;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: relative; }
    header.header.navbar .mosaic-header .mosaic-header-top .nav-toggle .top-line, header.header.navbar .mosaic-header .mosaic-header-top .nav-toggle .mid-line, header.header.navbar .mosaic-header .mosaic-header-top .nav-toggle .bot-line {
      width: 22px;
      height: 4px;
      border-radius: 1px;
      background-color: lightgrey;
      position: absolute;
      top: 0%;
      left: 0;
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
    header.header.navbar .mosaic-header .mosaic-header-top .nav-toggle .mid-line {
      top: 50%;
      margin-top: -2px; }
    header.header.navbar .mosaic-header .mosaic-header-top .nav-toggle .bot-line {
      top: auto;
      bottom: 0%; }
    header.header.navbar .mosaic-header .mosaic-header-top .nav-toggle.active {
      -webkit-transform: rotate(90deg) translateX(-3px);
          -ms-transform: rotate(90deg) translateX(-3px);
              transform: rotate(90deg) translateX(-3px); }
      header.header.navbar .mosaic-header .mosaic-header-top .nav-toggle.active .top-line {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      header.header.navbar .mosaic-header .mosaic-header-top .nav-toggle.active .mid-line {
        opacity: 0; }
      header.header.navbar .mosaic-header .mosaic-header-top .nav-toggle.active .bot-line {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
  header.header.navbar .mosaic-header .categories {
    position: absolute;
    left: -250px;
    width: 250px;
    display: block;
    background-color: white;
    max-height: 100vh;
    overflow-y: scroll;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 1;
    top: 0;
    box-sizing: border-box;
    padding: 10px 0 80px;
    overflow-x: hidden; }
    header.header.navbar .mosaic-header .categories a {
      display: block; }
      header.header.navbar .mosaic-header .categories a:after {
        content: none;
        display: none; } }

.featured .text {
  position: absolute;
  right: 0;
  width: 60%;
  background-color: rgba(55, 255, 35, 0.5); }

.spotlight {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .spotlight h2 {
    font-size: 40px;
    border-bottom: 1px solid black;
    padding-bottom: 10px; }
  .spotlight h3 {
    font-size: 40px;
    padding-bottom: 10px;
    font-weight: 600; }
  .spotlight a:hover .btn-arrow {
    color: #ed1c24; }
    .spotlight a:hover .btn-arrow svg.circle {
      fill: currentColor;
      stroke: white; }
  .spotlight a {
    display: block;
    text-decoration: none;
    color: black; }
    .spotlight a .btn-arrow {
      display: block;
      font-size: 21px; }
  .spotlight .main-entry {
    width: 55%;
    margin-right: 5%;
    display: inline-block;
    background-color: #F2F2F2; }
    .spotlight .main-entry a {
      height: 100%; }
      .spotlight .main-entry a .text-content {
        padding: 20px;
        display: block; }
        .spotlight .main-entry a .text-content h2 {
          margin-top: 0;
          font-weight: 600; }
        .spotlight .main-entry a .text-content .summary {
          font-size: 21px; }
  .spotlight .side-entries {
    width: 39%;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .spotlight .side-entries .entry {
      background-color: #F2F2F2; }
      .spotlight .side-entries .entry:first-child {
        margin-bottom: 10px; }
      .spotlight .side-entries .entry .text-content {
        padding: 20px;
        display: block; }
        .spotlight .side-entries .entry .text-content h3 {
          margin: 0;
          font-weight: 400;
          font-size: 32px; }
  @media (max-width: 992px) {
    .spotlight {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .spotlight .main-entry {
        width: 100%; }
      .spotlight .side-entries {
        width: 100%; } }

.mosaic-categories .category-latest {
  width: 47.5%;
  display: inline-block;
  padding-bottom: 30px;
  vertical-align: top; }
  .mosaic-categories .category-latest:nth-child(even) {
    margin-right: 4.5%; }
  .mosaic-categories .category-latest a {
    text-decoration: none;
    color: black; }
  .mosaic-categories .category-latest .first-entry, .mosaic-categories .category-latest .entry {
    display: block;
    transition: color 0.5s;
    border-bottom: 1px solid lightgrey;
    padding: 15px 0; }
    .mosaic-categories .category-latest .first-entry:hover, .mosaic-categories .category-latest .entry:hover {
      color: #ed1c24;
      transition: color 0.1s; }
      .mosaic-categories .category-latest .first-entry:hover .image, .mosaic-categories .category-latest .entry:hover .image {
        opacity: 0.5;
        transition: opacity 0.1s; }
  .mosaic-categories .category-latest .first-entry {
    font-size: 28px; }
    .mosaic-categories .category-latest .first-entry .entry-title {
      display: block;
      padding-top: 20px; }
    .mosaic-categories .category-latest .first-entry .image {
      display: block;
      width: 100%;
      transition: opacity 0.5s;
      background-size: cover;
      background-position: center;
      height: 300px;
      background-color: #eee; }
  .mosaic-categories .category-latest .entry {
    font-size: 24px; }
  @media (max-width: 992px) {
    .mosaic-categories .category-latest {
      width: 100%; } }

.recent-activity-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*
	.e-zine-alerts{
		display: none;
	}
	.recent-comments{
		width: 100%;
	}
	*/ }
  .recent-activity-block .small-title {
    width: auto;
    min-width: 140px;
    display: inline-block; }
  .recent-activity-block .recent-comments, .recent-activity-block .e-zine-alerts {
    width: 50%;
    color: white; }
  .recent-activity-block .recent-comments {
    background-color: #414143; }
    .recent-activity-block .recent-comments a {
      text-decoration: none;
      color: white; }
      .recent-activity-block .recent-comments a span {
        display: block; }
    .recent-activity-block .recent-comments .comment-summary {
      border-bottom: 1px solid white;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 0; }
      .recent-activity-block .recent-comments .comment-summary .summary-info .comment-quote {
        font-style: italic; }
      .recent-activity-block .recent-comments .comment-summary .summary-info .comment-age {
        font-size: 12px; }
      .recent-activity-block .recent-comments .comment-summary .comment-total {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .recent-activity-block .recent-comments .comment-summary .comment-total .number {
          font-size: 36px; }
  .recent-activity-block .e-zine-alerts {
    background-color: #ed1c24; }
    .recent-activity-block .e-zine-alerts input {
      background: none;
      border: none;
      border-bottom: 1px solid white;
      display: block;
      padding: 10px;
      width: 100%;
      font-size: 18px;
      font-weight: 300; }
      .recent-activity-block .e-zine-alerts input:hover, .recent-activity-block .e-zine-alerts input::-webkit-input-placeholder, .recent-activity-block .e-zine-alerts input::-webkit-input-placeholder {
        color: white; }
      .recent-activity-block .e-zine-alerts input:hover, .recent-activity-block .e-zine-alerts input::-webkit-input-placeholder, .recent-activity-block .e-zine-alerts input::placeholder {
        color: white; }
  @media (max-width: 992px) {
    .recent-activity-block {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .recent-activity-block .recent-comments, .recent-activity-block .e-zine-alerts {
        width: 100%; } }

div#wrapper.mosaic main.main .slide-block .mosaic-slides {
  /*.slick-dots{
		position: absolute;
		bottom: 0;
		display: flex;
		left: 2%;
		bottom: 4%;
		padding: 0;
		li{
			list-style-type: none;
			button{
				border: none;
				width: 16px;
				height: 16px;
				margin: 6px;
				border-radius: 50%;
				color:transparent;
				background-color: white;
				outline: 0;
				padding: 0px;
				transition: background-color 0.5s;
			}
			&.slick-active{
				button{
					background-color: #333;
				}
			}
			&:not(.slick-active){
				button{
					cursor: pointer;
				}
			}
		}
	}*/ }
  div#wrapper.mosaic main.main .slide-block .mosaic-slides .slide .sidebar .detail-holder .text-detail {
    font-size: 24px; }
  div#wrapper.mosaic main.main .slide-block .mosaic-slides .slide .sidebar .detail-holder .text-detail {
    text-align: left; }
    div#wrapper.mosaic main.main .slide-block .mosaic-slides .slide .sidebar .detail-holder .text-detail .btn-arrow {
      display: block;
      font-size: 24px;
      padding-top: 5px; }
      div#wrapper.mosaic main.main .slide-block .mosaic-slides .slide .sidebar .detail-holder .text-detail .btn-arrow:hover {
        color: white; }
        div#wrapper.mosaic main.main .slide-block .mosaic-slides .slide .sidebar .detail-holder .text-detail .btn-arrow:hover svg.circle-arrow {
          stroke: red; }
    @media (max-width: 992px) {
      div#wrapper.mosaic main.main .slide-block .mosaic-slides .slide .sidebar .detail-holder .text-detail {
        font-size: 14px; }
        div#wrapper.mosaic main.main .slide-block .mosaic-slides .slide .sidebar .detail-holder .text-detail .btn-arrow {
          font-size: 14px; } }
  @media (max-width: 992px) {
    div#wrapper.mosaic main.main .slide-block .mosaic-slides .slick-dots {
      bottom: auto;
      top: 10px; } }

.article {
  height: 500px;
  position: relative; }
  .article .small-title {
    width: auto;
    min-width: 140px;
    display: inline-block; }
  .article .details {
    width: 52%;
    display: block;
    background-color: #ed1c24;
    position: absolute;
    color: white;
    bottom: 0;
    z-index: 2;
    font-size: 22px;
    text-decoration: none; }
    .article .details h2 {
      font-weight: 600;
      margin-bottom: 0; }
    .article .details h3 {
      font-weight: 600;
      margin: 0;
      margin-bottom: 25px; }
    .article .details .info {
      font-weight: 100; }
    .article .details .btn-arrow {
      margin: 10px 0;
      display: block;
      font-size: 22px; }
    .article .details:hover .btn-arrow {
      color: white; }
      .article .details:hover .btn-arrow svg.circle {
        fill: white;
        stroke: #ed1c24; }
  .article .image {
    position: absolute;
    width: 52%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center; }
  .article:nth-child(odd) .details {
    right: 0; }
  .article:nth-child(odd) .image {
    left: 0; }
  .article:nth-child(even) .details {
    left: 0; }
  .article:nth-child(even) .image {
    right: 0; }
  .article:nth-child(3n+2) .details {
    background-color: #E02125 !important; }
  .article:nth-child(3n+3) .details {
    background-color: #65328F !important; }
  .article:nth-child(3n+1) .details {
    background-color: #1DAEEC !important; }
  @media (max-width: 992px) {
    .article {
      height: auto; }
      .article .details {
        position: relative;
        width: 100%; }
      .article .image {
        position: relative;
        width: 100%; } }

.page-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .page-nav a, .page-nav span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: 100;
    font-size: 12px;
    margin: 2px; }
  .page-nav a {
    background-color: #ed1c24; }
    .page-nav a:hover {
      background-color: rgba(237, 28, 36, 0.6); }
  .page-nav span {
    background-color: #444; }

.gallery-headings {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0; }
  .gallery-headings .small-title {
    margin-top: 12px;
    margin-right: 100px; }
  .gallery-headings .center-headings h1 {
    font-size: 60px;
    font-weight: 400;
    margin: 0; }
  .gallery-headings .center-headings .subtitle {
    font-size: 18px;
    font-weight: 100; }
  @media (max-width: 992px) {
    .gallery-headings {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.big-photos {
  background: #555;
  width: calc(100% - 160px);
  margin: auto;
  min-height: 100px; }
  .big-photos .big-photo {
    outline: none; }
    .big-photos .big-photo img {
      margin: auto;
      max-height: calc(100vh - 100px); }
  .big-photos button.slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #444;
    border: none;
    color: white;
    cursor: pointer;
    width: 80px;
    outline: none;
    transition: background-color 0.3s; }
    .big-photos button.slick-arrow:hover {
      background-color: #666; }
      .big-photos button.slick-arrow:hover svg.circle {
        fill: rgba(255, 255, 255, 0.8);
        color: rgba(255, 255, 255, 0.8);
        stroke: #555; }
    .big-photos button.slick-arrow.slick-prev {
      right: 100%; }
    .big-photos button.slick-arrow.slick-next {
      left: 100%; }
  @media (max-width: 992px) {
    .big-photos {
      width: 100%; }
      .big-photos button.slick-arrow {
        width: 30px;
        padding: 0;
        z-index: 3;
        background-color: rgba(55, 55, 55, 0);
        height: 30px;
        top: 50%;
        margin-top: -15px; }
        .big-photos button.slick-arrow:hover {
          background-color: transparent; }
        .big-photos button.slick-arrow.slick-prev {
          left: 15px;
          right: auto; }
        .big-photos button.slick-arrow.slick-next {
          right: 15px;
          left: auto; } }

@media (max-width: 992px) {
  .gallery.default-padding {
    padding-left: 0;
    padding-right: 0; } }

.counter {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 18px; }
  @media (max-width: 992px) {
    .counter {
      padding-left: 20px; } }

.thumbnails {
  padding-top: 20px;
  width: calc(100% - 120px);
  margin: auto; }
  .thumbnails .thumbnail {
    height: 200px;
    width: 200px;
    margin: 0.2%;
    background-size: cover;
    background-position: center;
    outline: none; }
    .thumbnails .thumbnail.big-selected {
      opacity: 0.5; }
  .thumbnails button.slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    width: 60px;
    outline: none;
    padding: 0; }
    .thumbnails button.slick-arrow:hover svg.circle {
      fill: rgba(64, 64, 64, 0.8);
      color: transparent;
      stroke: white; }
    .thumbnails button.slick-arrow.slick-prev {
      right: 100%;
      text-align: left; }
    .thumbnails button.slick-arrow.slick-next {
      left: 100%;
      text-align: right; }
  @media (max-width: 992px) {
    .thumbnails {
      width: 100%; }
      .thumbnails .thumbnail {
        height: 80px; } }

.article-info {
  padding-bottom: 20px; }

.auto-column {
  -webkit-column-width: 400px;
     -moz-column-width: 400px;
          column-width: 400px;
  border-bottom: 1px solid #333;
  font-size: 16px;
  padding-bottom: 20px; }
  .auto-column p {
    margin-top: 0; }
  .auto-column.non-breaking-paragraphs p {
    display: inline-block; }

.article-reply {
  border: 0 solid #333;
  border-width: 1px 0;
  position: relative;
  padding: 20px 0;
  padding-bottom: 60px; }
  .article-reply .small-title {
    margin-bottom: 10px; }
  .article-reply .theloader {
    display: none; }
  .article-reply .thedone {
    display: none; }
  .article-reply.loading form {
    display: none; }
  .article-reply.loading .theloader {
    display: block; }
  .article-reply.posted form {
    display: none; }
  .article-reply.posted .thedone {
    display: block; }
  .article-reply .nameerror, .article-reply .emailerror, .article-reply .commenterror {
    display: none;
    color: red;
    padding-bottom: 15px; }
    .article-reply .nameerror.show, .article-reply .emailerror.show, .article-reply .commenterror.show {
      display: block; }
  .article-reply label, .article-reply textarea, .article-reply input {
    display: block;
    margin: 10px 0;
    width: 100%;
    padding: 5px 0;
    border: none;
    font-size: 16px;
    font-weight: 100; }
  .article-reply label {
    padding: 0;
    margin: 0; }
  .article-reply textarea {
    border: 1px solid #eee;
    margin-top: 0; }
  .article-reply input {
    border-bottom: 1px solid #ccc; }
  .article-reply input::-webkit-input-placeholder {
    color: #333; }
  .article-reply input::-moz-placeholder {
    color: #333; }
  .article-reply input:-ms-input-placeholder {
    color: #333; }
  .article-reply input::placeholder {
    color: #333; }
  .article-reply label.submit-button {
    background: none;
    border: none;
    position: absolute;
    bottom: 20px;
    width: 50px;
    height: 50px;
    right: 0; }
    .article-reply label.submit-button input {
      display: none; }
    .article-reply label.submit-button p
svg.circle {
      width: 23px;
      height: 23px; }

.article-comments .date {
  font-size: 20px;
  font-weight: 300; }

.article-comments .comments-title {
  font-size: 18px;
  font-weight: 600;
  padding: 30px 0 10px; }

.article-comments .comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 20px 0; }
  .article-comments .comment:first-child {
    border-top: 1px solid #ccc; }
  .article-comments .comment .user-picture {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #ccc;
    margin-right: 20px; }
  .article-comments .comment .comment-content {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 18px; }
    .article-comments .comment .comment-content .user-name {
      font-weight: 600;
      margin-bottom: 5px; }
  .article-comments .comment .comment-date {
    color: #aaa;
    font-weight: 300;
    min-width: 50px; }
  .article-comments .comment.blank-comment {
    display: none; }
    .article-comments .comment.blank-comment.show {
      display: block; }

.mosaic-share {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .mosaic-share > *:last-child {
    margin-left: 1px !important; }

.related .related-articles {
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .related .related-articles a {
    text-decoration: none;
    color: black; }
  .related .related-articles .featured-article {
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 30px; }
    .related .related-articles .featured-article .featured-image {
      width: 100%;
      min-height: 300px;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      background-size: cover;
      background-position: center; }
  .related .related-articles .related-list {
    width: 50%; }
    .related .related-articles .related-list .entry {
      display: block;
      transition: color 0.5s;
      border-bottom: 1px solid lightgrey;
      padding: 15px 0;
      font-size: 24px; }
      .related .related-articles .related-list .entry:hover {
        color: #ed1c24;
        transition: color 0.1s; }
        .related .related-articles .related-list .entry:hover img {
          opacity: 0.5;
          transition: opacity 0.1s; }
  @media (max-width: 992px) {
    .related .related-articles {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .related .related-articles .featured-article {
        width: 100%;
        margin: 0; }
      .related .related-articles .related-list {
        width: 100%; } }

.search-page form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .search-page form input {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: none;
    border-bottom: 1px solid lightgrey;
    padding: 10px; }

.search-article {
  display: block;
  font-size: 18px;
  text-decoration: none;
  color: black;
  padding: 30px 0; }
  .search-article .search-title {
    color: #c00; }

main.main .banner {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-color: black; }
  @media (min-width: 992px) {
    main.main .banner {
      min-height: 340px; } }
  @media (min-width: 1200px) {
    main.main .banner {
      min-height: 425px; } }
  @media (min-width: 1800px) {
    main.main .banner {
      min-height: 595px; } }
  main.main .banner .banner-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    color: white;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    word-wrap: break-word; }
    main.main .banner .banner-title h1 {
      margin: 0;
      padding: 0;
      font-weight: 600;
      font-size: 100px; }
      @media (max-width: 992px) {
        main.main .banner .banner-title h1 {
          font-size: 50px; } }
  main.main .banner .video-center {
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    @media (min-width: 992px) {
      main.main .banner .video-center {
        position: absolute; } }
    main.main .banner .video-center .video-sizer {
      position: relative;
      width: 100%; }
      main.main .banner .video-center .video-sizer .aspect-ratio {
        width: 100%;
        padding-bottom: 56.25%; }
      main.main .banner .video-center .video-sizer iframe {
        position: absolute;
        top: 0; }

main.main .text-block .text-content {
  border-top-width: 1px;
  border-top-style: solid; }
  main.main .text-block .text-content.no-border {
    border-width: 0; }
  main.main .text-block .text-content .primary-text {
    margin-top: 30px;
    position: relative;
    font-weight: 600;
    max-width: 35%; }
    main.main .text-block .text-content .primary-text p {
      margin: 0;
      font-size: 50px; }
    @media (max-width: 992px) {
      main.main .text-block .text-content .primary-text {
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 40px; }
        main.main .text-block .text-content .primary-text p {
          font-size: 30px; } }
    main.main .text-block .text-content .primary-text:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -80px;
      width: 100%;
      height: 2px;
      border-bottom-width: 1px;
      border-bottom-style: solid; }
      @media (max-width: 992px) {
        main.main .text-block .text-content .primary-text:after {
          bottom: -30px; } }
  main.main .text-block .text-content .secondary-text {
    margin-left: auto;
    width: 60%;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 100;
    letter-spacing: 0.5px;
    position: relative; }
    main.main .text-block .text-content .secondary-text p {
      margin: 0; }
    @media (max-width: 992px) {
      main.main .text-block .text-content .secondary-text {
        width: 100%;
        box-sizing: border-box;
        font-size: 16px;
        margin-top: 75px;
        margin-bottom: 70px; } }
    main.main .text-block .text-content .secondary-text:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -50px;
      width: 100%;
      height: 2px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-width: 0; }
      @media (max-width: 992px) {
        main.main .text-block .text-content .secondary-text:after {
          bottom: -45px; } }
    main.main .text-block .text-content .secondary-text.final {
      margin-bottom: 30px; }
      main.main .text-block .text-content .secondary-text.final:after {
        display: none; }
  main.main .text-block .text-content .expand-holder {
    display: block;
    margin-left: auto;
    width: 60%; }
    @media (max-width: 992px) {
      main.main .text-block .text-content .expand-holder {
        width: 100%; } }
    main.main .text-block .text-content .expand-holder svg.circle:hover {
      fill: currentColor;
      fill-opacity: 0.2; }
  main.main .text-block .text-content .hidden-content {
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    overflow: hidden; }
    main.main .text-block .text-content .hidden-content .background-image {
      max-height: 100%;
      height: 100%;
      width: 35%;
      position: absolute;
      left: 0;
      bottom: 0;
      text-align: center; }
      main.main .text-block .text-content .hidden-content .background-image img, main.main .text-block .text-content .hidden-content .background-image svg {
        max-height: 100%; }
      @media (max-width: 992px) {
        main.main .text-block .text-content .hidden-content .background-image {
          display: none; } }
    @media (min-width: 993px) {
      main.main .text-block .text-content .hidden-content {
        position: relative; }
        main.main .text-block .text-content .hidden-content:before {
          content: "";
          display: block;
          display: none;
          position: absolute;
          width: 50%;
          padding-bottom: 50%;
          left: 0;
          bottom: 0;
          background-image: url(/app/images/circlesbg.svg);
          background-repeat: no-repeat;
          background-size: 100%; } }
    @media (max-width: 992px) {
      main.main .text-block .text-content .hidden-content {
        margin-top: 5px; } }
  @media (max-width: 992px) {
    main.main .text-block .text-content .regular-text, main.main .text-block .text-content .large-text {
      padding: 0; } }
  main.main .text-block .text-content .regular-text {
    margin-left: auto;
    width: 60%;
    font-weight: 100;
    font-size: 20px; }
    @media (max-width: 992px) {
      main.main .text-block .text-content .regular-text {
        width: 100%;
        box-sizing: border-box; } }
    @media (max-width: 992px) {
      main.main .text-block .text-content .regular-text {
        font-size: 14px; } }
  main.main .text-block .text-content .large-text {
    margin-left: auto;
    width: 65%;
    font-size: 25px; }
    @media (max-width: 992px) {
      main.main .text-block .text-content .large-text {
        width: 100%;
        box-sizing: border-box; } }
    @media (max-width: 992px) {
      main.main .text-block .text-content .large-text {
        font-size: 16px; } }

@-webkit-keyframes expand {
  0% {
    max-height: 0; }
  99% {
    max-height: 100vh; }
  100% {
    max-height: none; } }

@keyframes expand {
  0% {
    max-height: 0; }
  99% {
    max-height: 100vh; }
  100% {
    max-height: none; } }

@-webkit-keyframes shrink {
  0% {
    max-height: 100vh; }
  100% {
    max-height: 0; } }

@keyframes shrink {
  0% {
    max-height: 100vh; }
  100% {
    max-height: 0; } }
  main.main .text-block .text-content:not(.active) .hidden-content {
    -webkit-animation: shrink 1s forwards;
            animation: shrink 1s forwards; }
    main.main .text-block .text-content:not(.active) .hidden-content .background-image {
      opacity: 0;
      transition: opacity 0.5s; }
  main.main .text-block .text-content.active .hidden-content {
    -webkit-animation: expand 1s forwards;
            animation: expand 1s forwards; }
    main.main .text-block .text-content.active .hidden-content .background-image {
      opacity: 1;
      transition: opacity 0.5s 0.1s; }

main.main .slide-block {
  position: relative;
  height: 600px; }
  @media (max-width: 1400px) {
    main.main .slide-block {
      height: 450px; } }
  @media (max-width: 992px) {
    main.main .slide-block {
      height: 350px; } }
  main.main .slide-block .slides, main.main .slide-block .mosaic-slides, main.main .slide-block .hours-slides {
    height: 100%; }
    main.main .slide-block .slides .slick-dots, main.main .slide-block .mosaic-slides .slick-dots, main.main .slide-block .hours-slides .slick-dots {
      position: absolute;
      bottom: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      left: 2%;
      bottom: 4%;
      padding: 0; }
      main.main .slide-block .slides .slick-dots li, main.main .slide-block .mosaic-slides .slick-dots li, main.main .slide-block .hours-slides .slick-dots li {
        list-style-type: none; }
        main.main .slide-block .slides .slick-dots li button, main.main .slide-block .mosaic-slides .slick-dots li button, main.main .slide-block .hours-slides .slick-dots li button {
          border: none;
          width: 16px;
          height: 16px;
          margin: 6px;
          border-radius: 50%;
          color: transparent;
          background-color: white;
          outline: 0;
          padding: 0px;
          transition: background-color 0.5s; }
        main.main .slide-block .slides .slick-dots li.slick-active button, main.main .slide-block .mosaic-slides .slick-dots li.slick-active button, main.main .slide-block .hours-slides .slick-dots li.slick-active button {
          background-color: #333; }
        main.main .slide-block .slides .slick-dots li:not(.slick-active) button, main.main .slide-block .mosaic-slides .slick-dots li:not(.slick-active) button, main.main .slide-block .hours-slides .slick-dots li:not(.slick-active) button {
          cursor: pointer; }
    @media (max-width: 992px) {
      main.main .slide-block .slides .slick-track, main.main .slide-block .mosaic-slides .slick-track, main.main .slide-block .hours-slides .slick-track {
        margin: 0 !important; } }
    main.main .slide-block .slides .slide, main.main .slide-block .mosaic-slides .slide, main.main .slide-block .hours-slides .slide {
      position: relative;
      background-size: cover;
      background-position: center;
      height: 600px;
      overflow: hidden; }
      @media (max-width: 1400px) {
        main.main .slide-block .slides .slide, main.main .slide-block .mosaic-slides .slide, main.main .slide-block .hours-slides .slide {
          height: 450px; } }
      @media (max-width: 992px) {
        main.main .slide-block .slides .slide, main.main .slide-block .mosaic-slides .slide, main.main .slide-block .hours-slides .slide {
          height: 350px; } }
      main.main .slide-block .slides .slide .slide-video, main.main .slide-block .mosaic-slides .slide .slide-video, main.main .slide-block .hours-slides .slide .slide-video {
        opacity: 0;
        width: calc(100% - 80px);
        left: 80px;
        height: 100%;
        position: absolute;
        top: 0;
        transition: width 1s, left 1s, right 1s, opacity 1s; }
        @media (max-width: 992px) {
          main.main .slide-block .slides .slide .slide-video, main.main .slide-block .mosaic-slides .slide .slide-video, main.main .slide-block .hours-slides .slide .slide-video {
            width: calc(100% - 50px);
            left: 50px; } }
        main.main .slide-block .slides .slide .slide-video.active, main.main .slide-block .mosaic-slides .slide .slide-video.active, main.main .slide-block .hours-slides .slide .slide-video.active {
          opacity: 1; }
      main.main .slide-block .slides .slide .video-overlay, main.main .slide-block .mosaic-slides .slide .video-overlay, main.main .slide-block .hours-slides .slide .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer; }
        main.main .slide-block .slides .slide .video-overlay .play-button, main.main .slide-block .mosaic-slides .slide .video-overlay .play-button, main.main .slide-block .hours-slides .slide .video-overlay .play-button {
          width: 100px;
          height: 100px;
          position: absolute;
          border-radius: 50%;
          border: 4px solid white;
          background-color: rgba(255, 255, 255, 0.4);
          left: 50%;
          top: 50%;
          margin-top: -50px;
          margin-left: -50px;
          text-align: center;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          main.main .slide-block .slides .slide .video-overlay .play-button:after, main.main .slide-block .mosaic-slides .slide .video-overlay .play-button:after, main.main .slide-block .hours-slides .slide .video-overlay .play-button:after {
            content: "▶︎";
            font-size: 50px;
            margin-left: 10px;
            margin-top: 8px; }
        main.main .slide-block .slides .slide .video-overlay:hover .play-button, main.main .slide-block .mosaic-slides .slide .video-overlay:hover .play-button, main.main .slide-block .hours-slides .slide .video-overlay:hover .play-button {
          background-color: rgba(255, 255, 255, 0.6); }
        main.main .slide-block .slides .slide .video-overlay.hidden, main.main .slide-block .mosaic-slides .slide .video-overlay.hidden, main.main .slide-block .hours-slides .slide .video-overlay.hidden {
          display: none; }
      main.main .slide-block .slides .slide .sidebar, main.main .slide-block .mosaic-slides .slide .sidebar, main.main .slide-block .hours-slides .slide .sidebar {
        position: absolute;
        height: 100%;
        top: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 10; }
        main.main .slide-block .slides .slide .sidebar .background-element, main.main .slide-block .mosaic-slides .slide .sidebar .background-element, main.main .slide-block .hours-slides .slide .sidebar .background-element {
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 1;
          transition: opacity 1s;
          top: 0;
          left: 0; }
        main.main .slide-block .slides .slide .sidebar .controls, main.main .slide-block .mosaic-slides .slide .sidebar .controls, main.main .slide-block .hours-slides .slide .sidebar .controls {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%;
          padding: 20px 0;
          box-sizing: border-box;
          width: 80px;
          z-index: 10;
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
          position: relative; }
          @media (max-width: 992px) {
            main.main .slide-block .slides .slide .sidebar .controls, main.main .slide-block .mosaic-slides .slide .sidebar .controls, main.main .slide-block .hours-slides .slide .sidebar .controls {
              width: 50px; } }
          main.main .slide-block .slides .slide .sidebar .controls .slides-title, main.main .slide-block .mosaic-slides .slide .sidebar .controls .slides-title, main.main .slide-block .hours-slides .slide .sidebar .controls .slides-title {
            top: 0;
            left: 40px;
            width: 464px;
            position: absolute;
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
            -webkit-transform-origin: left center;
                -ms-transform-origin: left center;
                    transform-origin: left center;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media (max-width: 1400px) {
              main.main .slide-block .slides .slide .sidebar .controls .slides-title, main.main .slide-block .mosaic-slides .slide .sidebar .controls .slides-title, main.main .slide-block .hours-slides .slide .sidebar .controls .slides-title {
                width: 314px; } }
            @media (max-width: 992px) {
              main.main .slide-block .slides .slide .sidebar .controls .slides-title, main.main .slide-block .mosaic-slides .slide .sidebar .controls .slides-title, main.main .slide-block .hours-slides .slide .sidebar .controls .slides-title {
                top: 0px;
                left: 26px;
                width: 245px;
                font-size: 12px; } }
            main.main .slide-block .slides .slide .sidebar .controls .slides-title.single, main.main .slide-block .mosaic-slides .slide .sidebar .controls .slides-title.single, main.main .slide-block .hours-slides .slide .sidebar .controls .slides-title.single {
              width: 523px; }
              @media (max-width: 1400px) {
                main.main .slide-block .slides .slide .sidebar .controls .slides-title.single, main.main .slide-block .mosaic-slides .slide .sidebar .controls .slides-title.single, main.main .slide-block .hours-slides .slide .sidebar .controls .slides-title.single {
                  width: 373px; } }
              @media (max-width: 992px) {
                main.main .slide-block .slides .slide .sidebar .controls .slides-title.single, main.main .slide-block .mosaic-slides .slide .sidebar .controls .slides-title.single, main.main .slide-block .hours-slides .slide .sidebar .controls .slides-title.single {
                  width: 288px; } }
            main.main .slide-block .slides .slide .sidebar .controls .slides-title.nothing, main.main .slide-block .mosaic-slides .slide .sidebar .controls .slides-title.nothing, main.main .slide-block .hours-slides .slide .sidebar .controls .slides-title.nothing {
              width: 553px; }
              @media (max-width: 1400px) {
                main.main .slide-block .slides .slide .sidebar .controls .slides-title.nothing, main.main .slide-block .mosaic-slides .slide .sidebar .controls .slides-title.nothing, main.main .slide-block .hours-slides .slide .sidebar .controls .slides-title.nothing {
                  width: 403px; } }
              @media (max-width: 992px) {
                main.main .slide-block .slides .slide .sidebar .controls .slides-title.nothing, main.main .slide-block .mosaic-slides .slide .sidebar .controls .slides-title.nothing, main.main .slide-block .hours-slides .slide .sidebar .controls .slides-title.nothing {
                  width: 318px; } }
            main.main .slide-block .slides .slide .sidebar .controls .slides-title .title-line, main.main .slide-block .mosaic-slides .slide .sidebar .controls .slides-title .title-line, main.main .slide-block .hours-slides .slide .sidebar .controls .slides-title .title-line {
              height: 19px;
              margin-top: 20px;
              border-top-width: 1px;
              border-top-style: solid;
              -webkit-flex-grow: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
              margin-left: 8px; }
          main.main .slide-block .slides .slide .sidebar .controls svg.circle, main.main .slide-block .mosaic-slides .slide .sidebar .controls svg.circle, main.main .slide-block .hours-slides .slide .sidebar .controls svg.circle {
            margin-top: 20px;
            margin-bottom: 1px; }
            main.main .slide-block .slides .slide .sidebar .controls svg.circle:hover, main.main .slide-block .mosaic-slides .slide .sidebar .controls svg.circle:hover, main.main .slide-block .hours-slides .slide .sidebar .controls svg.circle:hover {
              fill: currentColor;
              fill-opacity: 0.2; }
        main.main .slide-block .slides .slide .sidebar .detail-holder, main.main .slide-block .mosaic-slides .slide .sidebar .detail-holder, main.main .slide-block .hours-slides .slide .sidebar .detail-holder {
          height: 100%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          z-index: 1;
          position: relative;
          width: 1px;
          overflow: hidden;
          transition: width 1s, opacity 0.3s;
          opacity: 0; }
          main.main .slide-block .slides .slide .sidebar .detail-holder .text-detail, main.main .slide-block .mosaic-slides .slide .sidebar .detail-holder .text-detail, main.main .slide-block .hours-slides .slide .sidebar .detail-holder .text-detail {
            min-width: 50vw;
            width: 50vw;
            padding: 0 80px 0 0;
            box-sizing: border-box;
            font-size: 40px; }
            @media (max-width: 1400px) {
              main.main .slide-block .slides .slide .sidebar .detail-holder .text-detail, main.main .slide-block .mosaic-slides .slide .sidebar .detail-holder .text-detail, main.main .slide-block .hours-slides .slide .sidebar .detail-holder .text-detail {
                font-size: 30px; } }
            @media (max-width: 992px) {
              main.main .slide-block .slides .slide .sidebar .detail-holder .text-detail, main.main .slide-block .mosaic-slides .slide .sidebar .detail-holder .text-detail, main.main .slide-block .hours-slides .slide .sidebar .detail-holder .text-detail {
                font-size: 20px;
                min-width: calc(100vw - 50px);
                width: calc(100vw - 50px);
                text-align: center;
                padding: 0 30px 0 0; } }
        main.main .slide-block .slides .slide .sidebar:before, main.main .slide-block .mosaic-slides .slide .sidebar:before, main.main .slide-block .hours-slides .slide .sidebar:before {
          content: "";
          display: block;
          position: absolute;
          width: calc(100% - 20px - 32px);
          height: 1px;
          bottom: 39px;
          right: -7px;
          z-index: 2;
          background-color: currentColor;
          transition: left 1s, right 1s, width 1s; }
          @media (max-width: 992px) {
            main.main .slide-block .slides .slide .sidebar:before, main.main .slide-block .mosaic-slides .slide .sidebar:before, main.main .slide-block .hours-slides .slide .sidebar:before {
              width: calc(100% - 20px - 20px);
              bottom: 31px;
              right: 5px; } }
        main.main .slide-block .slides .slide .sidebar:after, main.main .slide-block .mosaic-slides .slide .sidebar:after, main.main .slide-block .hours-slides .slide .sidebar:after {
          content: "";
          display: block;
          position: absolute;
          bottom: 32px;
          right: -7px;
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background-color: currentColor;
          z-index: 2;
          transition: left 1s, right 1s; }
          @media (max-width: 992px) {
            main.main .slide-block .slides .slide .sidebar:after, main.main .slide-block .mosaic-slides .slide .sidebar:after, main.main .slide-block .hours-slides .slide .sidebar:after {
              bottom: 26px;
              width: 10px;
              height: 10px;
              right: -5px; } }
        main.main .slide-block .slides .slide .sidebar.nothing:before, main.main .slide-block .slides .slide .sidebar.nothing:after, main.main .slide-block .mosaic-slides .slide .sidebar.nothing:before, main.main .slide-block .mosaic-slides .slide .sidebar.nothing:after, main.main .slide-block .hours-slides .slide .sidebar.nothing:before, main.main .slide-block .hours-slides .slide .sidebar.nothing:after {
          display: none; }
      main.main .slide-block .slides .slide:not(.default-open).active .slide-video, main.main .slide-block .slides .slide:not(.active).default-open .slide-video, main.main .slide-block .mosaic-slides .slide:not(.default-open).active .slide-video, main.main .slide-block .mosaic-slides .slide:not(.active).default-open .slide-video, main.main .slide-block .hours-slides .slide:not(.default-open).active .slide-video, main.main .slide-block .hours-slides .slide:not(.active).default-open .slide-video {
        width: 100%;
        left: 0;
        right: 0; }
      main.main .slide-block .slides .slide:not(.default-open).active .sidebar .detail-holder, main.main .slide-block .slides .slide:not(.active).default-open .sidebar .detail-holder, main.main .slide-block .mosaic-slides .slide:not(.default-open).active .sidebar .detail-holder, main.main .slide-block .mosaic-slides .slide:not(.active).default-open .sidebar .detail-holder, main.main .slide-block .hours-slides .slide:not(.default-open).active .sidebar .detail-holder, main.main .slide-block .hours-slides .slide:not(.active).default-open .sidebar .detail-holder {
        width: 50vw;
        opacity: 1;
        transition: width 1s, opacity 1s; }
        @media (max-width: 992px) {
          main.main .slide-block .slides .slide:not(.default-open).active .sidebar .detail-holder, main.main .slide-block .slides .slide:not(.active).default-open .sidebar .detail-holder, main.main .slide-block .mosaic-slides .slide:not(.default-open).active .sidebar .detail-holder, main.main .slide-block .mosaic-slides .slide:not(.active).default-open .sidebar .detail-holder, main.main .slide-block .hours-slides .slide:not(.default-open).active .sidebar .detail-holder, main.main .slide-block .hours-slides .slide:not(.active).default-open .sidebar .detail-holder {
            width: calc(100vw - 60px); } }
      main.main .slide-block .slides .slide:not(.default-open).active .sidebar .background-element, main.main .slide-block .slides .slide:not(.active).default-open .sidebar .background-element, main.main .slide-block .mosaic-slides .slide:not(.default-open).active .sidebar .background-element, main.main .slide-block .mosaic-slides .slide:not(.active).default-open .sidebar .background-element, main.main .slide-block .hours-slides .slide:not(.default-open).active .sidebar .background-element, main.main .slide-block .hours-slides .slide:not(.active).default-open .sidebar .background-element {
        opacity: 0.8; }
      main.main .slide-block .slides .slide:not(.default-open).active .sidebar:before, main.main .slide-block .slides .slide:not(.active).default-open .sidebar:before, main.main .slide-block .mosaic-slides .slide:not(.default-open).active .sidebar:before, main.main .slide-block .mosaic-slides .slide:not(.active).default-open .sidebar:before, main.main .slide-block .hours-slides .slide:not(.default-open).active .sidebar:before, main.main .slide-block .hours-slides .slide:not(.active).default-open .sidebar:before {
        width: calc(100% - 118px);
        right: 60px; }
        @media (max-width: 992px) {
          main.main .slide-block .slides .slide:not(.default-open).active .sidebar:before, main.main .slide-block .slides .slide:not(.active).default-open .sidebar:before, main.main .slide-block .mosaic-slides .slide:not(.default-open).active .sidebar:before, main.main .slide-block .mosaic-slides .slide:not(.active).default-open .sidebar:before, main.main .slide-block .hours-slides .slide:not(.default-open).active .sidebar:before, main.main .slide-block .hours-slides .slide:not(.active).default-open .sidebar:before {
            width: calc(100% - 20px - 60px);
            right: 45px; } }
      main.main .slide-block .slides .slide:not(.default-open).active .sidebar:after, main.main .slide-block .slides .slide:not(.active).default-open .sidebar:after, main.main .slide-block .mosaic-slides .slide:not(.default-open).active .sidebar:after, main.main .slide-block .mosaic-slides .slide:not(.active).default-open .sidebar:after, main.main .slide-block .hours-slides .slide:not(.default-open).active .sidebar:after, main.main .slide-block .hours-slides .slide:not(.active).default-open .sidebar:after {
        right: 60px; }
        @media (max-width: 992px) {
          main.main .slide-block .slides .slide:not(.default-open).active .sidebar:after, main.main .slide-block .slides .slide:not(.active).default-open .sidebar:after, main.main .slide-block .mosaic-slides .slide:not(.default-open).active .sidebar:after, main.main .slide-block .mosaic-slides .slide:not(.active).default-open .sidebar:after, main.main .slide-block .hours-slides .slide:not(.default-open).active .sidebar:after, main.main .slide-block .hours-slides .slide:not(.active).default-open .sidebar:after {
            right: 35px; } }
  main.main .slide-block .hours-slides {
    position: relative; }
    main.main .slide-block .hours-slides .slide:not(.slick-current) {
      cursor: pointer;
      transition: opacity 0.3s; }
      main.main .slide-block .hours-slides .slide:not(.slick-current):hover {
        opacity: 0.8; }
    main.main .slide-block .hours-slides .slide div.btn-round.time-circle {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background-color: white;
      color: #ed1c24;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 10; }
      main.main .slide-block .hours-slides .slide div.btn-round.time-circle .inner-circle {
        font-size: 16px; }
    main.main .slide-block .hours-slides .slide .line-left, main.main .slide-block .hours-slides .slide .line-right {
      border-top: 1px solid white;
      z-index: 9; }
    main.main .slide-block .hours-slides .slide.slick-current div.btn-round.time-circle:hover:before {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    main.main .slide-block .hours-slides .slide:not(.slick-current) .sidebar .controls svg.circle-arrow.slide-next {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    main.main .slide-block .hours-slides .slide:not(.slick-current) .sidebar .controls svg.circle-arrow.slide-prev {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
  main.main .slide-block.right .slides .slide .detail-holder .text-detail, main.main .slide-block.right .mosaic-slides .slide .detail-holder .text-detail, main.main .slide-block.right .hours-slides .slide .detail-holder .text-detail {
    padding: 0 0 0 80px; }
    @media (max-width: 992px) {
      main.main .slide-block.right .slides .slide .detail-holder .text-detail, main.main .slide-block.right .mosaic-slides .slide .detail-holder .text-detail, main.main .slide-block.right .hours-slides .slide .detail-holder .text-detail {
        padding: 0 0 0 30px; } }
  main.main .slide-block.right .slides .slide .slide-video, main.main .slide-block.right .mosaic-slides .slide .slide-video, main.main .slide-block.right .hours-slides .slide .slide-video {
    left: auto;
    right: 80px; }
    @media (max-width: 992px) {
      main.main .slide-block.right .slides .slide .slide-video, main.main .slide-block.right .mosaic-slides .slide .slide-video, main.main .slide-block.right .hours-slides .slide .slide-video {
        right: 50px; } }
  main.main .slide-block.right .slides .slide .sidebar, main.main .slide-block.right .mosaic-slides .slide .sidebar, main.main .slide-block.right .hours-slides .slide .sidebar {
    right: 0;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    main.main .slide-block.right .slides .slide .sidebar:before, main.main .slide-block.right .mosaic-slides .slide .sidebar:before, main.main .slide-block.right .hours-slides .slide .sidebar:before {
      right: auto;
      left: -5px; }
      @media (max-width: 992px) {
        main.main .slide-block.right .slides .slide .sidebar:before, main.main .slide-block.right .mosaic-slides .slide .sidebar:before, main.main .slide-block.right .hours-slides .slide .sidebar:before {
          left: 5px; } }
    main.main .slide-block.right .slides .slide .sidebar:after, main.main .slide-block.right .mosaic-slides .slide .sidebar:after, main.main .slide-block.right .hours-slides .slide .sidebar:after {
      right: auto;
      left: -7px; }
      @media (max-width: 992px) {
        main.main .slide-block.right .slides .slide .sidebar:after, main.main .slide-block.right .mosaic-slides .slide .sidebar:after, main.main .slide-block.right .hours-slides .slide .sidebar:after {
          left: -5px; } }
  main.main .slide-block.right .slides .slide:not(.default-open).active .sidebar:before, main.main .slide-block.right .slides .slide:not(.active).default-open .sidebar:before, main.main .slide-block.right .mosaic-slides .slide:not(.default-open).active .sidebar:before, main.main .slide-block.right .mosaic-slides .slide:not(.active).default-open .sidebar:before, main.main .slide-block.right .hours-slides .slide:not(.default-open).active .sidebar:before, main.main .slide-block.right .hours-slides .slide:not(.active).default-open .sidebar:before {
    right: auto;
    left: 60px; }
    @media (max-width: 992px) {
      main.main .slide-block.right .slides .slide:not(.default-open).active .sidebar:before, main.main .slide-block.right .slides .slide:not(.active).default-open .sidebar:before, main.main .slide-block.right .mosaic-slides .slide:not(.default-open).active .sidebar:before, main.main .slide-block.right .mosaic-slides .slide:not(.active).default-open .sidebar:before, main.main .slide-block.right .hours-slides .slide:not(.default-open).active .sidebar:before, main.main .slide-block.right .hours-slides .slide:not(.active).default-open .sidebar:before {
        left: 45px; } }
  main.main .slide-block.right .slides .slide:not(.default-open).active .sidebar:after, main.main .slide-block.right .slides .slide:not(.active).default-open .sidebar:after, main.main .slide-block.right .mosaic-slides .slide:not(.default-open).active .sidebar:after, main.main .slide-block.right .mosaic-slides .slide:not(.active).default-open .sidebar:after, main.main .slide-block.right .hours-slides .slide:not(.default-open).active .sidebar:after, main.main .slide-block.right .hours-slides .slide:not(.active).default-open .sidebar:after {
    right: auto;
    left: 60px; }
    @media (max-width: 992px) {
      main.main .slide-block.right .slides .slide:not(.default-open).active .sidebar:after, main.main .slide-block.right .slides .slide:not(.active).default-open .sidebar:after, main.main .slide-block.right .mosaic-slides .slide:not(.default-open).active .sidebar:after, main.main .slide-block.right .mosaic-slides .slide:not(.active).default-open .sidebar:after, main.main .slide-block.right .hours-slides .slide:not(.default-open).active .sidebar:after, main.main .slide-block.right .hours-slides .slide:not(.active).default-open .sidebar:after {
        left: 35px; } }

.time-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 50px 60px;
  width: 100%;
  box-sizing: border-box; }
  .time-title time {
    display: block;
    width: 100px;
    border-top: 1px solid grey;
    margin-right: 2px;
    padding-top: 15px; }
  .time-title div {
    border-top: 1px solid lightgrey;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.links-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 992px) {
    .links-block {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .links-block .block-links {
    width: calc(66.66% - 2px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #eee;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    @media (max-width: 992px) {
      .links-block .block-links {
        width: 100%; } }
    @media (min-width: 992px) {
      .links-block .block-links {
        border-right: 4px solid white; } }
    .links-block .block-links .block-link, .links-block .block-links .link-title {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      min-height: 30px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20px 20px 20px 0;
      margin: 0 10px 0 30px;
      color: black;
      text-decoration: none; }
      .links-block .block-links .block-link .link-text, .links-block .block-links .link-title .link-text {
        font-size: 24px;
        max-width: 70%; }
        @media (max-width: 992px) {
          .links-block .block-links .block-link .link-text, .links-block .block-links .link-title .link-text {
            font-size: 16px;
            max-width: 80%; } }
      .links-block .block-links .block-link:not(:last-child), .links-block .block-links .link-title:not(:last-child) {
        border-bottom: 1px solid lightgrey; }
    .links-block .block-links .link-title {
      font-size: 22px;
      font-weight: 600; }
  .links-block .block-files {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(33.33% - 2px); }
    @media (max-width: 992px) {
      .links-block .block-files {
        width: 100%; } }
    .links-block .block-files .block-file, .links-block .block-files .file-title {
      height: 20px;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: #1AB07E;
      color: white;
      font-size: 20px;
      padding-left: 20px;
      transition: background-color 0.3s; }
      @media (max-width: 992px) {
        .links-block .block-files .block-file, .links-block .block-files .file-title {
          height: auto;
          padding: 20px 0 20px 20px; } }
      @media (max-width: 992px) {
        .links-block .block-files .block-file, .links-block .block-files .file-title {
          font-size: 15px; } }
      .links-block .block-files .block-file .icon, .links-block .block-files .file-title .icon {
        width: 88px;
        min-width: 88px;
        text-align: center; }
        @media (max-width: 992px) {
          .links-block .block-files .block-file .icon, .links-block .block-files .file-title .icon {
            font-size: 24px; } }
      .links-block .block-files .block-file:not(:last-child), .links-block .block-files .file-title:not(:last-child) {
        border-bottom: 4px solid white; }
      .links-block .block-files .block-file:not(.file-title), .links-block .block-files .file-title:not(.file-title) {
        cursor: pointer; }
        .links-block .block-files .block-file:not(.file-title):hover, .links-block .block-files .file-title:not(.file-title):hover {
          background-color: #31CC7D; }
    .links-block .block-files .file-title {
      font-size: 22px;
      font-weight: 600; }

.downloads-block .files .file {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #D2D2D2;
  text-decoration: none;
  font-size: 22px;
  color: black; }
  .downloads-block .files .file svg {
    width: 30px;
    padding: 10px;
    transition: background-color 0.3s, border-radius 0.3s; }
    .downloads-block .files .file svg .cls-1 {
      transition: fill 0.3s; }
  .downloads-block .files .file:hover {
    color: #ed1c24; }
    .downloads-block .files .file:hover svg {
      background-color: #ed1c24;
      border-radius: 50%; }
      .downloads-block .files .file:hover svg .cls-1 {
        fill: white; }

.calendar, .calendar-mobile {
  max-width: 1400px;
  padding: 50px;
  margin: auto; }
  .calendar table.fc-border-separate, .calendar-mobile table.fc-border-separate {
    border-collapse: collapse !important; }
  .calendar .fc-widget-header, .calendar-mobile .fc-widget-header {
    text-align: center; }
  .calendar .fc-header, .calendar-mobile .fc-header {
    text-align: center; }
    .calendar .fc-header h2, .calendar-mobile .fc-header h2 {
      margin: 0 0 40px 0; }
    .calendar .fc-header .fc-header-left, .calendar-mobile .fc-header .fc-header-left {
      text-align: left; }
    .calendar .fc-header .fc-header-right, .calendar-mobile .fc-header .fc-header-right {
      text-align: right; }
    .calendar .fc-header .fc-button, .calendar-mobile .fc-header .fc-button {
      cursor: pointer;
      padding: 5px; }
  .calendar .fc-widget-content, .calendar-mobile .fc-widget-content {
    padding: 0;
    vertical-align: top;
    border: 0 solid #ddd;
    border-width: 4px 0;
    padding-bottom: 30px;
    background-color: #f5f5f5;
    border-color: white;
    border-width: 4px; }
  .calendar .fc-day-number, .calendar-mobile .fc-day-number {
    text-align: right;
    font-size: 20px;
    padding: 5px;
    padding-top: 10px;
    color: #555;
    padding-bottom: 10px; }
  .calendar .fc-today, .calendar-mobile .fc-today {
    background-color: rgba(237, 28, 36, 0.3); }
    .calendar .fc-today .fc-day-number, .calendar-mobile .fc-today .fc-day-number {
      color: #de221e; }
  .calendar .fc-other-month .fc-day-number, .calendar-mobile .fc-other-month .fc-day-number {
    color: #ddd; }
  .calendar .fc-event, .calendar-mobile .fc-event {
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
    padding: 8px 5px 8px 10px;
    border: 0 solid #f9f9f9;
    border-width: 1px 2px;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    border-color: transparent;
    background-clip: padding-box;
    border-width: 1px 0;
    transition: background 0.3s; }
    .calendar .fc-event .fc-event-time, .calendar-mobile .fc-event .fc-event-time {
      padding-right: 4px; }
    .calendar .fc-event div, .calendar-mobile .fc-event div {
      color: white !important; }
    .calendar .fc-event div, .calendar-mobile .fc-event div {
      transition: background 0.3s; }
    .calendar .fc-event:hover, .calendar-mobile .fc-event:hover {
      background-color: rgba(237, 28, 36, 0.3) !important; }

#calendar-mobile .controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#calendar-mobile .mobile-day-marker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  border-bottom: 1px solid lightgrey; }
  #calendar-mobile .mobile-day-marker .mobile-weekday {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #calendar-mobile .mobile-day-marker .mobile-date {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-left: 20px; }
    #calendar-mobile .mobile-day-marker .mobile-date .mobile-day {
      color: #ed1c24;
      font-size: 36px; }
    #calendar-mobile .mobile-day-marker .mobile-date .mobile-month {
      margin-left: 5px;
      font-size: 30px;
      font-weight: 400;
      opacity: 0.5; }

#calendar-mobile .mobile-events .mobile-event {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-bottom: 1px solid lightgrey; }
  #calendar-mobile .mobile-events .mobile-event .mobile-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #calendar-mobile .mobile-events .mobile-event .mobile-details .mobile-title {
      font-size: 22px; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%); } }

.loader .ball, .loader:before, .loader:after {
  transition: opacity 0.1s;
  opacity: 0;
  z-index: -1; }

.loader.active .ball, .loader.active:before, .loader.active:after {
  position: fixed;
  content: "";
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ed1c24;
  z-index: 500;
  opacity: 1; }

.loader.active .ball {
  margin-left: -10px;
  -webkit-animation: bounce 0.5s ease-out 0.15s infinite alternate;
          animation: bounce 0.5s ease-out 0.15s infinite alternate; }

.loader.active:before {
  margin-left: -40px;
  -webkit-animation: bounce 0.5s ease-out 0s infinite alternate;
          animation: bounce 0.5s ease-out 0s infinite alternate; }

.loader.active:after {
  margin-left: 20px;
  -webkit-animation: bounce 0.5s ease-out 0.3s infinite alternate;
          animation: bounce 0.5s ease-out 0.3s infinite alternate; }

.calendar-mobile {
  display: none; }

@media (max-width: 767px) {
  .calendar {
    display: none; }
  .calendar-mobile {
    display: block; } }

.career-text {
  padding-top: 0;
  padding-bottom: 0; }
  .career-text:first-child .career-text-content {
    border-top: 1px solid black; }
  .career-text .career-text-content {
    border-bottom: 1px solid black; }
    .career-text .career-text-content a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-decoration: none;
      color: black; }
      .career-text .career-text-content a:hover {
        color: #ed1c24; }
        .career-text .career-text-content a:hover svg.circle {
          fill: #ed1c24;
          color: white; }
    .career-text .career-text-content .career-title {
      font-size: 24px;
      padding: 8px 0;
      margin-top: 0; }
    .career-text .career-text-content .btn-round {
      margin: 50px 0; }

.career-text + .career-text .career-text-content {
  border-top: none; }

.col-block.careers {
  padding-bottom: 0; }

.col-block .col-content {
  padding-top: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid black; }
  .col-block .col-content .left-col, .col-block .col-content .right-col {
    width: 50%;
    box-sizing: border-box;
    padding-left: 0;
    padding-top: 0; }
  .col-block .col-content .left-col .col-title {
    margin-top: 30px;
    position: relative;
    font-size: 50px;
    font-weight: 600;
    padding-right: 50%;
    padding-bottom: 40px;
    border-bottom: 1px solid black; }
  .col-block .col-content .right-col {
    margin-top: 140px; }

@media (max-width: 992px) {
  .col-block .col-content {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .col-block .col-content .left-col, .col-block .col-content .right-col {
      width: 100%; }
    .col-block .col-content .right-col {
      margin-top: 0; } }

.tours-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white; }
  @media (max-width: 992px) {
    .tours-block {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .tours-block div.tour {
    width: 100%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-size: cover;
    background-position: center;
    position: relative; }
    .tours-block div.tour > * {
      position: relative; }
    .tours-block div.tour:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
    .tours-block div.tour div.dates {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .tours-block div.tour div.dates span {
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.5px;
        width: 50%;
        text-align: right; }
        .tours-block div.tour div.dates span .dot {
          color: #ed1c24;
          font-size: 25px;
          vertical-align: sub; }
      .tours-block div.tour div.dates ul {
        margin: 0;
        padding: 7px; }
        .tours-block div.tour div.dates ul li {
          list-style-type: none;
          font-weight: 800; }

.form-block form fieldset {
  border: none; }
  .form-block form fieldset input {
    border: none;
    border-bottom: 1px solid currentColor; }

.form-block form .form__note {
  display: none; }

.events-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  border-width: 4px 0;
  border-style: solid;
  border-color: white; }
  .events-block a {
    display: block;
    text-decoration: none;
    color: currentColor; }
    .events-block a span {
      display: block; }
  .events-block .event {
    border-style: solid;
    border-color: white;
    border-width: 4px;
    cursor: pointer;
    position: relative; }
    .events-block .event .background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .events-block .event .background-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.8; }
    .events-block .event:hover .event-content {
      border-color: transparent; }
      .events-block .event:hover .event-content .title {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
      .events-block .event:hover .event-content .date {
        opacity: 0; }
      .events-block .event:hover .event-content .campus {
        opacity: 0; }
    .events-block .event .event-content {
      position: relative;
      border: 0px solid currentColor;
      border-width: 1px 0;
      height: 100%;
      box-sizing: border-box;
      padding: 20px 0 70px;
      font-size: 47px;
      transition: border-color 0.2s; }
      .events-block .event .event-content div, .events-block .event .event-content span {
        transition: opacity 0.3s, -webkit-transform 0.6s;
        transition: transform 0.6s, opacity 0.3s;
        transition: transform 0.6s, opacity 0.3s, -webkit-transform 0.6s;
        -webkit-transform-origin: top;
            -ms-transform-origin: top;
                transform-origin: top; }
      .events-block .event .event-content .date {
        font-weight: 700; }
      .events-block .event .event-content .title {
        font-weight: 600; }
      .events-block .event .event-content .campus {
        font-size: 25px;
        font-weight: 600;
        position: absolute;
        bottom: 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        width: 100%; }
        .events-block .event .event-content .campus img {
          width: 50px; }
    @media (max-width: 992px) {
      .events-block .event {
        border-width: 4px 0; } }
  .events-block > .event:first-child .background-image {
    -webkit-filter: none;
            filter: none; }
  .events-block > .event:first-child .background-overlay {
    opacity: 0; }
  .events-block > .event:nth-child(odd) {
    border-left-width: 0px; }
  .events-block > .event:nth-child(even) {
    border-right-width: 0px; }
  .events-block .event-pair .event {
    border-right-width: 0px;
    height: 50%; }
  .events-block > .event, .events-block .event-pair {
    width: 50%;
    min-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    box-sizing: border-box; }
    @media (max-width: 992px) {
      .events-block > .event, .events-block .event-pair {
        width: 100%;
        min-width: 100%;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }

.quote {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .quote div.the-quote {
    margin-left: 100px;
    max-width: 400px;
    font-size: 18px;
    font-weight: 600; }

.virtual-tour {
  display: block;
  position: relative;
  width: 100%;
  height: 550px;
  background-color: #DADADA; }
  .virtual-tour .street-view {
    opacity: 1;
    background-color: #E5E3DF;
    transition: opacity 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 250px);
    height: 550px; }
    @media (max-width: 992px) {
      .virtual-tour .street-view {
        position: relative;
        width: 100%; } }
    .virtual-tour .street-view:before, .virtual-tour .street-view:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%; }
    .virtual-tour .street-view:before {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 2px solid rgba(0, 0, 0, 0.5);
      margin-top: -32px;
      margin-left: -32px; }
    .virtual-tour .street-view:after {
      width: 70px;
      height: 120px;
      margin-top: -60px;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center;
      background-color: #E5E3DF;
      -webkit-animation: rotate 1s infinite linear;
              animation: rotate 1s infinite linear;
      z-index: 0; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
    .virtual-tour .street-view iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .virtual-tour .locations {
    overflow-y: auto;
    height: 100%;
    width: 250px; }
    @media (max-width: 992px) {
      .virtual-tour .locations {
        width: 100%; } }
    .virtual-tour .locations .location {
      width: 100%;
      cursor: pointer; }
      .virtual-tour .locations .location .location-name {
        padding: 10px 10px 10px 25px;
        border-bottom: 2px solid white;
        width: 100%;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        transition: color 0.3s, background-color 0.3s; }
      .virtual-tour .locations .location .sublocations {
        height: 0;
        overflow: hidden;
        transition: height 0.3s;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-animation: minishrink 0.2s ease-in;
                animation: minishrink 0.2s ease-in; }
        .virtual-tour .locations .location .sublocations .sublocation {
          margin-left: 20px; }
          .virtual-tour .locations .location .sublocations .sublocation:first-child {
            margin-top: 20px; }
          .virtual-tour .locations .location .sublocations .sublocation:last-child {
            margin-bottom: 20px; }
          .virtual-tour .locations .location .sublocations .sublocation .sublocation-name {
            padding: 2px; }
            .virtual-tour .locations .location .sublocations .sublocation .sublocation-name:before {
              content: '• '; }
            .virtual-tour .locations .location .sublocations .sublocation .sublocation-name.active {
              color: #ed1c24; }

@-webkit-keyframes minishrink {
  from {
    height: 200px; }
  to {
    height: 0; } }

@keyframes minishrink {
  from {
    height: 200px; }
  to {
    height: 0; } }

@-webkit-keyframes minigrow {
  from {
    height: 0; }
  to {
    height: 200px; } }

@keyframes minigrow {
  from {
    height: 0; }
  to {
    height: 200px; } }
      .virtual-tour .locations .location.active {
        border-bottom: 2px solid white; }
        .virtual-tour .locations .location.active .location-name {
          background-color: #ed1c24;
          color: white; }
        .virtual-tour .locations .location.active .sublocations {
          height: auto;
          -webkit-animation: minigrow 0.2s ease-in;
                  animation: minigrow 0.2s ease-in; }
  @media (max-width: 992px) {
    .virtual-tour {
      height: auto;
      /*padding-bottom: 550px;
		.location .location-name{
			width: 100%;
		}
		.location .street-view iframe{
			top: auto;
			bottom: 0;
			width: 100%;
		}*/ } }

.image-and-text h2 {
  margin: 0; }

.image-and-text .flex-box {
  min-height: 250px;
  border-bottom: 1px solid black; }
  .image-and-text .flex-box .image {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0; }
  .image-and-text .flex-box .text {
    display: inline-block;
    width: 75%;
    box-sizing: border-box; }

.download-page .download-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .download-page .download-group div.dummy-download {
    width: 400px;
    margin: 2px;
    height: 1px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .download-page .download-group a.download {
    display: inline-block;
    margin: 2px;
    width: 400px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 400px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    background-color: #333; }
    .download-page .download-group a.download .image {
      display: block;
      background-color: #F2F2F2;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%;
      position: relative;
      overflow: hidden; }
      .download-page .download-group a.download .image .document {
        position: absolute;
        width: 300px;
        height: 250px;
        left: 50%;
        margin-left: -150px;
        bottom: 0;
        background-color: white;
        box-shadow: 2px 2px 6px #aaa;
        transition: box-shadow 0.3s;
        background-size: cover; }
    .download-page .download-group a.download .download-label {
      display: block;
      width: 100%;
      padding: 30px;
      box-sizing: border-box;
      background-color: #ed1c24;
      color: white;
      transition: background-color 0.3s; }
    .download-page .download-group a.download:hover .image .document {
      box-shadow: 2px 2px 20px #aaa; }
    .download-page .download-group a.download:hover .download-label {
      background-color: rgba(237, 28, 36, 0.9); }

.expandable-list hr {
  border: none;
  border-top: 1px solid #ed1c24;
  padding-bottom: 30px; }

.expandable-list .expandable-item {
  padding: 0 20px;
  font-size: 20px; }
  .expandable-list .expandable-item .expand-summary .heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ed1c24;
    padding: 30px 10px; }
    .expandable-list .expandable-item .expand-summary .heading .title {
      color: black;
      font-weight: 600;
      font-size: 22px; }
  .expandable-list .expandable-item:not(:first-of-type) .heading {
    border-top: 1px solid #ed1c24; }
  .expandable-list .expandable-item .hiddenText {
    display: none;
    overflow: hidden;
    padding: 0px 10px 30px; }
  .expandable-list .expandable-item.active .hiddenText {
    display: block; }

.expandable-list.alt-design .expand-summary {
  position: relative;
  padding-bottom: 64px; }
  .expandable-list.alt-design .expand-summary .heading {
    font-size: 26px;
    color: black; }
    .expandable-list.alt-design .expand-summary .heading svg.circle.infotext-expand {
      position: absolute;
      bottom: 16px;
      left: 0; }

.contact-page .contact-campuses-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 100px; }
  .contact-page .contact-campuses-block .contact-campus {
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 992px) {
    .contact-page .contact-campuses-block {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .contact-page .contact-campuses-block .contact-campus {
        width: 100%; } }
  @media (max-width: 768px) {
    .contact-page .contact-campuses-block .contact-campus {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center; } }

.contact-page .minimap {
  width: 260px;
  height: 260px;
  min-width: 260px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .contact-page .minimap .themap {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    width: 300px;
    height: 300px; }

.contact-page .address-pin {
  width: 22px; }

.contact-page .campus-info {
  color: #7b7b7b;
  margin-bottom: 10px;
  padding: 20px; }
  .contact-page .campus-info .campus-name {
    font-weight: 700; }
  .contact-page .campus-info .hours {
    display: block; }
    .contact-page .campus-info .hours .icon-clock {
      width: 16px; }
  .contact-page .campus-info a {
    position: relative;
    padding: 5px 0; }
    .contact-page .campus-info a img {
      vertical-align: top;
      width: 16px;
      transition: opacity 0.3s; }
      .contact-page .campus-info a img.icon-hover {
        position: absolute;
        left: 0;
        opacity: 0; }
    .contact-page .campus-info a:hover img.icon-default {
      opacity: 0; }
    .contact-page .campus-info a:hover img.icon-hover {
      opacity: 1; }
  .contact-page .campus-info .lnr {
    padding-right: 3px; }
  .contact-page .campus-info .address {
    display: block;
    padding-bottom: 16px; }
    .contact-page .campus-info .address span {
      display: inline-block; }
      .contact-page .campus-info .address span.lnr-map-marker {
        vertical-align: top; }
  .contact-page .campus-info a {
    color: #7b7b7b;
    text-decoration: none; }
  .contact-page .campus-info .email {
    display: block;
    color: #ed1c24; }
  .contact-page .campus-info .phone {
    margin-right: 20px; }
  .contact-page .campus-info .fax {
    display: block; }
    @media (max-width: 575px) {
      .contact-page .campus-info .fax {
        display: block;
        margin-left: 0; } }

.contact-page .contact-forms-block {
  margin-bottom: 100px; }
  .contact-page .contact-forms-block .expandable-forms {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .contact-page .contact-forms-block .expandable-forms .form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 20px;
      margin: 1px;
      background-color: #F2F2F2; }
    @media (max-width: 768px) {
      .contact-page .contact-forms-block .expandable-forms {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .contact-page .contact-forms-block .hiddenform {
    display: none; }
    .contact-page .contact-forms-block .hiddenform.active {
      display: block; }

.contact-page .primary-contacts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px; }
  .contact-page .primary-contacts .primary-contact {
    width: 33.33%; }
    .contact-page .primary-contacts .primary-contact a {
      position: relative;
      display: block;
      text-decoration: none;
      color: black;
      padding: 5px 0; }
      .contact-page .primary-contacts .primary-contact a img {
        vertical-align: top;
        width: 16px;
        transition: opacity 0.3s; }
        .contact-page .primary-contacts .primary-contact a img.icon-hover {
          position: absolute;
          left: 0;
          opacity: 0; }
      .contact-page .primary-contacts .primary-contact a:hover img.icon-default {
        opacity: 0; }
      .contact-page .primary-contacts .primary-contact a:hover img.icon-hover {
        opacity: 1; }
    .contact-page .primary-contacts .primary-contact .title {
      font-weight: 600;
      padding-bottom: 5px; }
    .contact-page .primary-contacts .primary-contact .email {
      color: #ed1c24; }
  @media (max-width: 768px) {
    .contact-page .primary-contacts {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .contact-page .primary-contacts .primary-contact {
        width: 100%;
        padding-bottom: 50px; } }

.contact-page .additional-contacts .additional-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  box-sizing: border-box; }
  .contact-page .additional-contacts .additional-contact a {
    color: black;
    text-decoration: none; }
  .contact-page .additional-contacts .additional-contact:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  .contact-page .additional-contacts .additional-contact .title {
    width: 33.33%; }
  .contact-page .additional-contacts .additional-contact .email {
    width: 33.33%;
    color: #ed1c24; }
  .contact-page .additional-contacts .additional-contact .phone {
    width: 33.33%; }
  @media (max-width: 768px) {
    .contact-page .additional-contacts .additional-contact {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .contact-page .additional-contacts .additional-contact .title, .contact-page .additional-contacts .additional-contact .email, .contact-page .additional-contacts .additional-contact .phone {
        width: 100%;
        padding: 5px; } }

.steps-page .steps-summary {
  margin-left: 150px; }
  @media (max-width: 768px) {
    .steps-page .steps-summary {
      margin-left: 0; } }

.steps-page .step {
  border-bottom: 1px solid #eee;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px; }
  .steps-page .step .step-counter {
    background-color: #ed1c24;
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    color: white; }
    .steps-page .step .step-counter .number {
      font-size: 48px;
      font-weight: 600; }
    @media (max-width: 768px) {
      .steps-page .step .step-counter {
        margin-right: 0; } }
  .steps-page .step .content {
    width: 100%;
    position: relative; }
    .steps-page .step .content .basic {
      padding-bottom: 70px; }
    .steps-page .step .content .step-circle {
      position: absolute;
      top: 0;
      right: 0;
      margin-left: auto;
      margin-bottom: 50px;
      display: block; }
      @media (max-width: 992px) {
        .steps-page .step .content .step-circle {
          top: auto;
          bottom: -30px;
          right: 50%;
          -webkit-transform: translateX(50%);
              -ms-transform: translateX(50%);
                  transform: translateX(50%);
          margin-right: 0; } }
      .steps-page .step .content .step-circle:hover {
        color: #ed1c24;
        fill: currentColor;
        stroke: white; }
    .steps-page .step .content .details {
      border-top: 1px solid #aaa;
      margin-left: 50px;
      display: none;
      margin-bottom: 50px;
      font-size: 18px; }
      .steps-page .step .content .details.active {
        display: block; }
  @media (max-width: 768px) {
    .steps-page .step {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center; }
      .steps-page .step .content .details {
        margin-left: 0; } }

.just-image-block img {
  width: 100%; }

@media (max-width: 992px) {
  .just-image-block.seperate-mobile .desktop-image {
    display: none; } }

@media (min-width: 993px) {
  .just-image-block.seperate-mobile .mobile-image {
    display: none; } }

.universities-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #599ADD;
  padding: 30px 10px;
  position: relative; }
  .universities-block .region {
    width: 33.33%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    cursor: pointer; }
    @media (max-width: 992px) {
      .universities-block .region {
        width: 50%; } }
    @media (max-width: 768px) {
      .universities-block .region {
        width: 100%; } }
    .universities-block .region .image {
      text-align: right;
      width: 40%;
      padding: 50px 0; }
      .universities-block .region .image img {
        -webkit-filter: brightness(10);
                filter: brightness(10);
        max-height: 10vw; }
        @media (max-width: 992px) {
          .universities-block .region .image img {
            max-height: 20vw; } }
        @media (max-width: 768px) {
          .universities-block .region .image img {
            max-height: 40vw; } }
    .universities-block .region .info {
      width: 50%;
      padding-left: 10%; }
      .universities-block .region .info .number {
        font-size: 90px;
        font-weight: 700;
        letter-spacing: -2px;
        line-height: 75px; }
      .universities-block .region .info .name {
        font-size: 22px;
        letter-spacing: 0.6px;
        margin-left: 5px; }
    .universities-block .region .region-overlay {
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(89, 154, 221, 0.9);
      z-index: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      transition: opacity 0.3s, visibility 0.3s;
      overflow-x: auto; }
      .universities-block .region .region-overlay svg.circle {
        position: absolute;
        top: 20px;
        right: 20px; }
      @media (max-width: 768px) {
        .universities-block .region .region-overlay {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .universities-block .region .region-overlay .side {
        width: 16.66%;
        background-color: #1D3864;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; }
        @media (max-width: 768px) {
          .universities-block .region .region-overlay .side {
            width: 100%;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            min-height: 200px; } }
        .universities-block .region .region-overlay .side .info {
          padding: 0;
          width: 100%; }
      .universities-block .region .region-overlay .columns {
        -webkit-column-width: 200px;
           -moz-column-width: 200px;
                column-width: 200px;
        padding: 100px 40px 40px; }
    .universities-block .region.active .region-overlay {
      visibility: visible;
      opacity: 1; }
    .universities-block .region:not(.active):hover {
      color: #1D3864; }
      .universities-block .region:not(.active):hover .image img {
        -webkit-filter: none;
                filter: none; }

.staff-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.staff-item {
  text-align: center;
  margin: 0px 25px; }

.staff-image {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 100%; }

.staff-image img {
  height: 200px;
  max-width: initial !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.leadership .small-title {
  margin: 0px; }

.staff-item h5 {
  color: #ed1c24;
  font-size: 16px;
  margin-bottom: 3px; }

.staff-item p {
  font-size: 14px !important;
  margin: 0px 0px 3px; }

.sitemap {
  font-size: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .sitemap .parent {
    width: 50%;
    display: table;
    margin-bottom: 40px;
    padding-left: 30px;
    border-left: 2px solid #ed1c24;
    box-sizing: border-box; }
    @media (max-width: 992px) {
      .sitemap .parent {
        width: 100%; } }
    .sitemap .parent > a {
      font-size: 30px; }
    .sitemap .parent .children {
      padding-top: 10px;
      display: block; }
      .sitemap .parent .children a {
        display: table;
        padding-left: 20px;
        line-height: 40px;
        color: #333; }

.favourites .favourite {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 992px) {
    .favourites .favourite {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .favourites .favourite:not(:last-child) {
    border-bottom: 1px solid lightgrey; }
  .favourites .favourite .image {
    width: 400px;
    min-width: 400px;
    padding-bottom: 300px;
    background-size: cover !important;
    background-position: center !important;
    margin: 60px 0; }
    @media (max-width: 992px) {
      .favourites .favourite .image {
        width: 100%;
        min-width: 100%;
        margin: 60px 0 30px; } }
  @media (max-width: 992px) and (max-width: 768px) {
    .favourites .favourite .image {
      padding-bottom: 75%; } }
  .favourites .favourite .details {
    margin: 70px 40px;
    font-size: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media (max-width: 992px) {
      .favourites .favourite .details {
        margin: 0 0 60px; } }
    .favourites .favourite .details .controls {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .favourites .favourite .details .controls .btn-arrow {
        color: #ed1c24;
        font-size: 18px;
        margin-top: 20px; }
        .favourites .favourite .details .controls .btn-arrow:hover {
          text-decoration: none; }
      .favourites .favourite .details .controls .favourite-page-button {
        display: inline-block;
        margin-left: 20px;
        margin-top: 26px;
        color: #ed1c24;
        text-decoration: none;
        position: relative; }
        .favourites .favourite .details .controls .favourite-page-button img {
          vertical-align: top;
          width: 22px;
          transition: opacity 0.3s; }
          .favourites .favourite .details .controls .favourite-page-button img.icon-hover {
            position: absolute;
            left: 0;
            opacity: 0; }
        .favourites .favourite .details .controls .favourite-page-button:hover img.icon-default {
          opacity: 0.5; }
        .favourites .favourite .details .controls .favourite-page-button:hover img.icon-hover {
          opacity: 0; }
        .favourites .favourite .details .controls .favourite-page-button.is-favourite img.icon-default {
          opacity: 0; }
        .favourites .favourite .details .controls .favourite-page-button.is-favourite img.icon-hover {
          opacity: 1; }
        .favourites .favourite .details .controls .favourite-page-button.is-favourite:hover img.icon-hover {
          opacity: 0.5; }

#timeline {
  overflow: hidden;
  width: 100%;
  position: relative; }

#timeline .scroller {
  height: 1200px;
  position: relative;
  overflow: hidden; }

#timeline .timeline {
  display: block;
  height: 1200px;
  position: relative;
  padding: 0px;
  overflow: hidden;
  box-sizing: border-box; }
  #timeline .timeline * {
    box-sizing: border-box !important; }
  #timeline .timeline .begin {
    position: absolute;
    left: 175px;
    top: 500px;
    color: #ed1c24;
    width: 90px;
    margin-left: -45px;
    opacity: 0;
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: transform 0.7s, opacity 0.7s;
    transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
    text-align: center; }
    #timeline .timeline .begin span {
      font-size: 16px;
      font-weight: 600; }
    #timeline .timeline .begin img {
      margin: 5px auto;
      display: block; }
    #timeline .timeline .begin.active {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 1; }
  #timeline .timeline .tline {
    position: absolute;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    width: 500px;
    height: 2px;
    background: #ed1c24;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 4; }
    #timeline .timeline .tline.active:after {
      width: 0%; }
    #timeline .timeline .tline:after {
      content: "";
      position: absolute;
      right: 0px;
      top: 0px;
      bottom: 0px;
      width: 100%;
      background: white;
      transition: width 0.8s; }
  #timeline .timeline .tline-dot {
    width: 18px;
    height: 18px;
    position: absolute;
    background: white;
    top: 50%;
    border-radius: 100%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: -9px; }
    #timeline .timeline .tline-dot .dot-text {
      font-weight: 500;
      color: #cccccc;
      position: absolute;
      top: 24px;
      left: 32px; }
  #timeline .timeline .main-line {
    content: "";
    background-color: #ca181f;
    height: 25px;
    z-index: 5;
    top: 50%;
    left: 0px;
    right: 0px;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  #timeline .timeline .scroll-timeline {
    display: none;
    position: absolute;
    right: 0px;
    top: 600px;
    margin-top: -20px;
    background: white;
    width: 36px;
    height: 26px;
    z-index: 9; }
  #timeline .timeline .point {
    position: absolute;
    width: 5px;
    height: 5px; }
    #timeline .timeline .point.active .bubble {
      opacity: 1; }
      #timeline .timeline .point.active .bubble:after {
        -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
                transform: scale(1.15);
        opacity: 0; }
    #timeline .timeline .point.active .bubble-image .bubble-line:after {
      width: 0%; }
    #timeline .timeline .point.active .bubble-image img {
      opacity: 1; }
    #timeline .timeline .point .bubble {
      width: 230px;
      height: 230px;
      background-color: #ed1c24;
      position: absolute;
      border-radius: 100%;
      color: white;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 40px;
      z-index: 9;
      opacity: 0;
      transition: opacity 0.3s 0.3s; }
      #timeline .timeline .point .bubble:after {
        content: "";
        position: absolute;
        left: -3px;
        top: -3px;
        bottom: -3px;
        right: -3px;
        border: 3px solid #ed1c24;
        border-radius: 100%;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
        transition: transform 0.6s 0.3s, opacity 0.6s 0.3s;
        transition: transform 0.6s 0.3s, opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s; }
      #timeline .timeline .point .bubble h5 {
        margin: 0px 0px 5px;
        font-size: 18px;
        font-weight: 400; }
      #timeline .timeline .point .bubble p {
        margin: 0px;
        font-size: 16px; }
    #timeline .timeline .point:nth-child(even) .bubble-image {
      top: auto !important;
      bottom: 100px !important; }
      #timeline .timeline .point:nth-child(even) .bubble-image .bubble-line {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 100px; }
    #timeline .timeline .point .bubble-image {
      position: absolute;
      width: 140px;
      height: 140px;
      left: 150px;
      top: 100px;
      border-radius: 100%; }
      #timeline .timeline .point .bubble-image .bubble-line {
        content: "";
        width: 200px;
        position: absolute;
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        height: 2px;
        background: #ed1c24;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        z-index: -1;
        left: -100px; }
        #timeline .timeline .point .bubble-image .bubble-line:after {
          content: "";
          position: absolute;
          right: 0px;
          top: 0px;
          bottom: 0px;
          width: 100%;
          background: white;
          transition: width 0.8s 0.5s; }
      #timeline .timeline .point .bubble-image img {
        position: absolute;
        width: 140px;
        height: 140px;
        border-radius: 100%;
        opacity: 0;
        transition: opacity 0.4s 0.6s; }

#timeline-mobile {
  width: 100%;
  height: 3500px;
  position: relative;
  padding: 0px;
  overflow: auto;
  box-sizing: border-box;
  top: 0px; }
  #timeline-mobile * {
    box-sizing: border-box !important; }
  #timeline-mobile .begin {
    position: absolute;
    left: 175px;
    top: 500px;
    color: #ed1c24;
    width: 90px;
    margin-left: -45px;
    opacity: 0;
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: transform 0.7s, opacity 0.7s;
    transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
    text-align: center;
    display: none; }
    #timeline-mobile .begin span {
      font-size: 16px;
      font-weight: 600; }
    #timeline-mobile .begin img {
      margin: 5px auto;
      display: block; }
    #timeline-mobile .begin.active {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 1; }
  #timeline-mobile .tline {
    position: absolute;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    width: 500px;
    height: 2px;
    background: #ed1c24;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 4; }
    #timeline-mobile .tline.active:after {
      width: 0%; }
  #timeline-mobile .tline-dot {
    width: 18px;
    height: 18px;
    position: absolute;
    background: white;
    top: 50%;
    border-radius: 100%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: -9px; }
    #timeline-mobile .tline-dot .dot-text {
      font-weight: 500;
      color: #cccccc;
      position: absolute;
      top: 24px;
      left: 32px; }
  #timeline-mobile .main-line {
    content: "";
    background-color: #ca181f;
    width: 25px;
    z-index: 5;
    left: 50%;
    top: 0px;
    bottom: 0px;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  #timeline-mobile .point {
    position: absolute;
    width: 5px;
    height: 5px; }
    #timeline-mobile .point.active .bubble {
      opacity: 1; }
      #timeline-mobile .point.active .bubble:after {
        -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
                transform: scale(1.15);
        opacity: 0; }
    #timeline-mobile .point.active .bubble-image .bubble-line:after {
      width: 0%; }
    #timeline-mobile .point.active .bubble-image img {
      opacity: 1; }
    #timeline-mobile .point .bubble {
      width: 230px;
      height: 230px;
      background-color: #ed1c24;
      position: absolute;
      border-radius: 100%;
      color: white;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 40px;
      z-index: 9;
      transition: opacity 0.3s 0.3s; }
      @media (max-width: 992px) {
        #timeline-mobile .point .bubble {
          width: 170px !important;
          height: 170px !important;
          padding: 22px !important; } }
      #timeline-mobile .point .bubble:after {
        content: "";
        position: absolute;
        left: -3px;
        top: -3px;
        bottom: -3px;
        right: -3px;
        border: 3px solid #ed1c24;
        border-radius: 100%;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
        transition: transform 0.6s 0.3s, opacity 0.6s 0.3s;
        transition: transform 0.6s 0.3s, opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s; }
      #timeline-mobile .point .bubble h5 {
        margin: 0px 0px 5px;
        font-size: 18px;
        font-weight: 400; }
      #timeline-mobile .point .bubble p {
        margin: 0px;
        font-size: 16px; }
        @media (max-width: 992px) {
          #timeline-mobile .point .bubble p {
            font-size: 13px !important; } }
    #timeline-mobile .point:nth-child(even) .bubble-image {
      top: auto !important;
      bottom: 100px !important;
      right: auto !important;
      left: -300px !important; }
      @media (max-width: 992px) {
        #timeline-mobile .point:nth-child(even) .bubble-image {
          left: -100px !important; }
          #timeline-mobile .point:nth-child(even) .bubble-image .bubble-line {
            top: 130px !important;
            left: 0px !important; } }
      #timeline-mobile .point:nth-child(even) .bubble-image .bubble-line {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 170px;
        left: 80px; }
    #timeline-mobile .point .bubble-image {
      position: absolute;
      width: 140px;
      height: 140px;
      right: -300px;
      top: 100px;
      border-radius: 100%;
      background: white; }
      @media (max-width: 992px) {
        #timeline-mobile .point .bubble-image {
          width: 100px !important;
          height: 100px !important;
          right: -100px !important; } }
      #timeline-mobile .point .bubble-image .bubble-line {
        content: "";
        width: 200px;
        position: absolute;
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        height: 2px;
        background: #ed1c24;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        z-index: -1;
        left: -100px; }
      #timeline-mobile .point .bubble-image img {
        position: absolute;
        width: 140px;
        height: 140px;
        border-radius: 100%;
        transition: opacity 0.4s 0.6s; }
        @media (max-width: 992px) {
          #timeline-mobile .point .bubble-image img {
            width: 100px;
            height: 100px; } }

.timeline-controls {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px 0px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .timeline-controls .left-arrow {
    width: 0;
    height: 0;
    margin-right: 5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ed1c24;
    cursor: pointer; }
  .timeline-controls .right-arrow {
    cursor: pointer;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ed1c24; }

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