/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

/* Flickity fullscreen v1.0.1
------------------------- */

.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsl(0 0% 0% / 90%);
  padding-bottom: 35px;
  z-index: 1;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */

.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit { display: none; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit { display: block; }
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view { display: none; }

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

/* Flickity fullscreen v1.0.1
------------------------- */

.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsl(0 0% 0% / 90%);
  padding-bottom: 35px;
  z-index: 1;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */

.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit { display: none; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit { display: block; }
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view { display: none; }

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}

@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}

.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.lum-close-button:hover {
  opacity: 1;
}
.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.lum-close-button:before {
  transform: rotate(45deg);
}
.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto;
  }

  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}

.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:rgba(0,0,0,0)}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.foundation-mq{font-family:"small=0em&medium=70em&large=73.75em&xlarge=75em&xxlarge=90em"}html{font-size:100%;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{padding:0;margin:0;font-family:"PT Sans",sans-serif;font-weight:400;line-height:1.5;color:#343536;background:#fefefe;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;-ms-interpolation-mode:bicubic;display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px;border-radius:0}select{width:100%;border-radius:0}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{-webkit-appearance:none;-moz-appearance:none;background:rgba(0,0,0,0);padding:0;border:0;border-radius:0;line-height:1}.is-visible{display:block !important}.is-hidden{display:none !important}.row{max-width:125rem;margin-left:auto;margin-right:auto}.row::before,.row::after{content:" ";display:table;flex-basis:0;order:1}.row::after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row .row{margin-left:-0.625rem;margin-right:-0.625rem}@media screen and (min-width: 70em){.row .row{margin-left:-0.9375rem;margin-right:-0.9375rem}}.row .row.collapse{margin-left:0;margin-right:0}.row.expanded{max-width:none}.row.expanded .row{margin-left:auto;margin-right:auto}.column,.columns{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width: 70em){.column,.columns{padding-left:.9375rem;padding-right:.9375rem}}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:right}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:left}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.small-1{width:8.3333333333%}.small-push-1{position:relative;left:8.3333333333%}.small-pull-1{position:relative;left:-8.3333333333%}.small-offset-0{margin-left:0%}.small-2{width:16.6666666667%}.small-push-2{position:relative;left:16.6666666667%}.small-pull-2{position:relative;left:-16.6666666667%}.small-offset-1{margin-left:8.3333333333%}.small-3{width:25%}.small-push-3{position:relative;left:25%}.small-pull-3{position:relative;left:-25%}.small-offset-2{margin-left:16.6666666667%}.small-4{width:33.3333333333%}.small-push-4{position:relative;left:33.3333333333%}.small-pull-4{position:relative;left:-33.3333333333%}.small-offset-3{margin-left:25%}.small-5{width:41.6666666667%}.small-push-5{position:relative;left:41.6666666667%}.small-pull-5{position:relative;left:-41.6666666667%}.small-offset-4{margin-left:33.3333333333%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{position:relative;left:-50%}.small-offset-5{margin-left:41.6666666667%}.small-7{width:58.3333333333%}.small-push-7{position:relative;left:58.3333333333%}.small-pull-7{position:relative;left:-58.3333333333%}.small-offset-6{margin-left:50%}.small-8{width:66.6666666667%}.small-push-8{position:relative;left:66.6666666667%}.small-pull-8{position:relative;left:-66.6666666667%}.small-offset-7{margin-left:58.3333333333%}.small-9{width:75%}.small-push-9{position:relative;left:75%}.small-pull-9{position:relative;left:-75%}.small-offset-8{margin-left:66.6666666667%}.small-10{width:83.3333333333%}.small-push-10{position:relative;left:83.3333333333%}.small-pull-10{position:relative;left:-83.3333333333%}.small-offset-9{margin-left:75%}.small-11{width:91.6666666667%}.small-push-11{position:relative;left:91.6666666667%}.small-pull-11{position:relative;left:-91.6666666667%}.small-offset-10{margin-left:83.3333333333%}.small-12{width:100%}.small-offset-11{margin-left:91.6666666667%}.small-up-1>.column,.small-up-1>.columns{width:100%;float:left}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{width:50%;float:left}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{width:33.3333333333%;float:left}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{width:25%;float:left}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{width:20%;float:left}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{width:16.6666666667%;float:left}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{width:14.2857142857%;float:left}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{width:12.5%;float:left}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-left:0;padding-right:0}.small-collapse .row{margin-left:0;margin-right:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-left:.625rem;padding-right:.625rem}.small-centered{float:none;margin-left:auto;margin-right:auto}.small-uncentered,.small-push-0,.small-pull-0{position:static;margin-left:0;margin-right:0;float:left}@media screen and (min-width: 70em){.medium-1{width:8.3333333333%}.medium-push-1{position:relative;left:8.3333333333%}.medium-pull-1{position:relative;left:-8.3333333333%}.medium-offset-0{margin-left:0%}.medium-2{width:16.6666666667%}.medium-push-2{position:relative;left:16.6666666667%}.medium-pull-2{position:relative;left:-16.6666666667%}.medium-offset-1{margin-left:8.3333333333%}.medium-3{width:25%}.medium-push-3{position:relative;left:25%}.medium-pull-3{position:relative;left:-25%}.medium-offset-2{margin-left:16.6666666667%}.medium-4{width:33.3333333333%}.medium-push-4{position:relative;left:33.3333333333%}.medium-pull-4{position:relative;left:-33.3333333333%}.medium-offset-3{margin-left:25%}.medium-5{width:41.6666666667%}.medium-push-5{position:relative;left:41.6666666667%}.medium-pull-5{position:relative;left:-41.6666666667%}.medium-offset-4{margin-left:33.3333333333%}.medium-6{width:50%}.medium-push-6{position:relative;left:50%}.medium-pull-6{position:relative;left:-50%}.medium-offset-5{margin-left:41.6666666667%}.medium-7{width:58.3333333333%}.medium-push-7{position:relative;left:58.3333333333%}.medium-pull-7{position:relative;left:-58.3333333333%}.medium-offset-6{margin-left:50%}.medium-8{width:66.6666666667%}.medium-push-8{position:relative;left:66.6666666667%}.medium-pull-8{position:relative;left:-66.6666666667%}.medium-offset-7{margin-left:58.3333333333%}.medium-9{width:75%}.medium-push-9{position:relative;left:75%}.medium-pull-9{position:relative;left:-75%}.medium-offset-8{margin-left:66.6666666667%}.medium-10{width:83.3333333333%}.medium-push-10{position:relative;left:83.3333333333%}.medium-pull-10{position:relative;left:-83.3333333333%}.medium-offset-9{margin-left:75%}.medium-11{width:91.6666666667%}.medium-push-11{position:relative;left:91.6666666667%}.medium-pull-11{position:relative;left:-91.6666666667%}.medium-offset-10{margin-left:83.3333333333%}.medium-12{width:100%}.medium-offset-11{margin-left:91.6666666667%}.medium-up-1>.column,.medium-up-1>.columns{width:100%;float:left}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{width:50%;float:left}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{width:33.3333333333%;float:left}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{width:25%;float:left}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{width:20%;float:left}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{width:16.6666666667%;float:left}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{width:14.2857142857%;float:left}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{width:12.5%;float:left}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-left:0;padding-right:0}.medium-collapse .row{margin-left:0;margin-right:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}.medium-centered{float:none;margin-left:auto;margin-right:auto}.medium-uncentered,.medium-push-0,.medium-pull-0{position:static;margin-left:0;margin-right:0;float:left}}@media screen and (min-width: 73.75em){.large-1{width:8.3333333333%}.large-push-1{position:relative;left:8.3333333333%}.large-pull-1{position:relative;left:-8.3333333333%}.large-offset-0{margin-left:0%}.large-2{width:16.6666666667%}.large-push-2{position:relative;left:16.6666666667%}.large-pull-2{position:relative;left:-16.6666666667%}.large-offset-1{margin-left:8.3333333333%}.large-3{width:25%}.large-push-3{position:relative;left:25%}.large-pull-3{position:relative;left:-25%}.large-offset-2{margin-left:16.6666666667%}.large-4{width:33.3333333333%}.large-push-4{position:relative;left:33.3333333333%}.large-pull-4{position:relative;left:-33.3333333333%}.large-offset-3{margin-left:25%}.large-5{width:41.6666666667%}.large-push-5{position:relative;left:41.6666666667%}.large-pull-5{position:relative;left:-41.6666666667%}.large-offset-4{margin-left:33.3333333333%}.large-6{width:50%}.large-push-6{position:relative;left:50%}.large-pull-6{position:relative;left:-50%}.large-offset-5{margin-left:41.6666666667%}.large-7{width:58.3333333333%}.large-push-7{position:relative;left:58.3333333333%}.large-pull-7{position:relative;left:-58.3333333333%}.large-offset-6{margin-left:50%}.large-8{width:66.6666666667%}.large-push-8{position:relative;left:66.6666666667%}.large-pull-8{position:relative;left:-66.6666666667%}.large-offset-7{margin-left:58.3333333333%}.large-9{width:75%}.large-push-9{position:relative;left:75%}.large-pull-9{position:relative;left:-75%}.large-offset-8{margin-left:66.6666666667%}.large-10{width:83.3333333333%}.large-push-10{position:relative;left:83.3333333333%}.large-pull-10{position:relative;left:-83.3333333333%}.large-offset-9{margin-left:75%}.large-11{width:91.6666666667%}.large-push-11{position:relative;left:91.6666666667%}.large-pull-11{position:relative;left:-91.6666666667%}.large-offset-10{margin-left:83.3333333333%}.large-12{width:100%}.large-offset-11{margin-left:91.6666666667%}.large-up-1>.column,.large-up-1>.columns{width:100%;float:left}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{width:50%;float:left}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{width:33.3333333333%;float:left}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{width:25%;float:left}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{width:20%;float:left}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{width:16.6666666667%;float:left}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{width:14.2857142857%;float:left}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{width:12.5%;float:left}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-left:0;padding-right:0}.large-collapse .row{margin-left:0;margin-right:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}.large-centered{float:none;margin-left:auto;margin-right:auto}.large-uncentered,.large-push-0,.large-pull-0{position:static;margin-left:0;margin-right:0;float:left}}.button{display:inline-block;text-align:center;line-height:1;cursor:pointer;-webkit-appearance:none;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle;border:1px solid rgba(0,0,0,0);border-radius:0;padding:.85em 1em;margin:0 0 1rem 0;font-size:.9rem;background-color:#2199e8;color:#fefefe}[data-whatinput=mouse] .button{outline:0}.button:hover,.button:focus{background-color:#1583cc;color:#fefefe}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-left:0;margin-right:0}.button.primary{background-color:#2199e8;color:#fefefe}.button.primary:hover,.button.primary:focus{background-color:#147cc0;color:#fefefe}.button.secondary{background-color:#777;color:#fefefe}.button.secondary:hover,.button.secondary:focus{background-color:#5f5f5f;color:#fefefe}.button.success{background-color:#3adb76;color:#fefefe}.button.success:hover,.button.success:focus{background-color:#22bb5b;color:#fefefe}.button.warning{background-color:#ffae00;color:#fefefe}.button.warning:hover,.button.warning:focus{background-color:#cc8b00;color:#fefefe}.button.alert{background-color:#ec5840;color:#fefefe}.button.alert:hover,.button.alert:focus{background-color:#da3116;color:#fefefe}.button.hollow{border:1px solid #2199e8;color:#2199e8}.button.hollow,.button.hollow:hover,.button.hollow:focus{background-color:rgba(0,0,0,0)}.button.hollow:hover,.button.hollow:focus{border-color:#0c4d78;color:#0c4d78}.button.hollow.primary{border:1px solid #2199e8;color:#2199e8}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:#0c4d78;color:#0c4d78}.button.hollow.secondary{border:1px solid #777;color:#777}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:#3c3c3c;color:#3c3c3c}.button.hollow.success{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:hover,.button.hollow.success:focus{border-color:#157539;color:#157539}.button.hollow.warning{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:#805700;color:#805700}.button.hollow.alert{border:1px solid #ec5840;color:#ec5840}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:#881f0e;color:#881f0e}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed;pointer-events:none}.button.dropdown::after{content:"";display:block;width:0;height:0;border:inset .4em;border-color:#fefefe rgba(0,0,0,0) rgba(0,0,0,0);border-top-style:solid;border-bottom-width:0;position:relative;top:.4em;float:right;margin-left:1em;display:inline-block}.button.arrow-only::after{margin-left:0;float:none;top:-0.1em}.button-group{margin-bottom:1rem;font-size:0;display:flex;flex-wrap:nowrap;align-items:stretch}.button-group::before,.button-group::after{content:" ";display:table;flex-basis:0;order:1}.button-group::after{clear:both}.button-group .button{margin:0;font-size:.9rem;flex:0 0 auto}.button-group .button:not(:last-child){margin-right:1px}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded .button{flex:1 1 0px}.button-group.primary .button{background-color:#2199e8;color:#fefefe}.button-group.primary .button:hover,.button-group.primary .button:focus{background-color:#147cc0;color:#fefefe}.button-group.secondary .button{background-color:#777;color:#fefefe}.button-group.secondary .button:hover,.button-group.secondary .button:focus{background-color:#5f5f5f;color:#fefefe}.button-group.success .button{background-color:#3adb76;color:#fefefe}.button-group.success .button:hover,.button-group.success .button:focus{background-color:#22bb5b;color:#fefefe}.button-group.warning .button{background-color:#ffae00;color:#fefefe}.button-group.warning .button:hover,.button-group.warning .button:focus{background-color:#cc8b00;color:#fefefe}.button-group.alert .button{background-color:#ec5840;color:#fefefe}.button-group.alert .button:hover,.button-group.alert .button:focus{background-color:#da3116;color:#fefefe}.button-group.stacked,.button-group.stacked-for-small,.button-group.stacked-for-medium{flex-wrap:wrap}.button-group.stacked .button,.button-group.stacked-for-small .button,.button-group.stacked-for-medium .button{flex:0 0 100%}.button-group.stacked .button:not(:last-child),.button-group.stacked-for-small .button:not(:last-child),.button-group.stacked-for-medium .button:not(:last-child){margin-right:0}@media screen and (min-width: 70em){.button-group.stacked-for-small .button{flex:1 1 0px}.button-group.stacked-for-small .button:not(:last-child){margin-right:1px}}@media screen and (min-width: 73.75em){.button-group.stacked-for-medium .button{flex:1 1 0px}.button-group.stacked-for-medium .button:not(:last-child){margin-right:1px}}@media screen and (max-width: 69.9375em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}.label{display:inline-block;padding:.33333rem .5rem;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;border-radius:0;background:#2199e8;color:#fefefe}.label.secondary{background:#777;color:#fefefe}.label.success{background:#3adb76;color:#fefefe}.label.warning{background:#ffae00;color:#fefefe}.label.alert{background:#ec5840;color:#fefefe}.media-object{margin-bottom:1rem;display:flex;flex-wrap:nowrap}.media-object img{max-width:none}.media-object.stack-for-small{flex-wrap:wrap}@media screen and (max-width: 69.9375em){.media-object.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;flex-basis:100%;max-width:100%}.media-object.stack-for-small .media-object-section img{width:100%}}.media-object-section{flex:0 0 auto}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section.main-section{flex:1 1 0px}.sticky-container{position:relative}.sticky{position:absolute;z-index:0;transform:translate3d(0, 0, 0)}.sticky.is-stuck{position:fixed;z-index:5}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:absolute;left:auto;right:auto}.sticky.is-anchored.is-at-bottom{bottom:0}body.is-reveal-open{overflow:hidden}.reveal-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:1005;background-color:rgba(10,10,10,.45);overflow-y:scroll}.reveal{display:none;z-index:1006;padding:1rem;border:1px solid #cacaca;background-color:#fefefe;border-radius:0;position:relative;top:100px;margin-left:auto;margin-right:auto;overflow-y:auto}[data-whatinput=mouse] .reveal{outline:0}@media screen and (min-width: 70em){.reveal{min-height:0}}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}@media screen and (min-width: 70em){.reveal{width:600px;max-width:125rem}}@media screen and (min-width: 70em){.reveal .reveal{left:auto;right:auto;margin:0 auto}}.reveal.collapse{padding:0}@media screen and (min-width: 70em){.reveal.tiny{width:30%;max-width:125rem}}@media screen and (min-width: 70em){.reveal.small{width:50%;max-width:125rem}}@media screen and (min-width: 70em){.reveal.large{width:90%;max-width:125rem}}.reveal.full{top:0;left:0;width:100%;height:100%;height:100vh;min-height:100vh;max-width:none;margin-left:0;border:0}@media screen and (max-width: 69.9375em){.reveal{top:0;left:0;width:100%;height:100%;height:100vh;min-height:100vh;max-width:none;margin-left:0;border:0}}.reveal.without-overlay{position:fixed}table{width:100%;margin-bottom:1rem;border-radius:0}thead,tbody,tfoot{border:1px solid #f1f1f1;background-color:#fefefe}caption{font-weight:700;padding:.5rem .625rem .625rem}thead,tfoot{background:#f8f8f8;color:#343536}thead tr,tfoot tr{background:rgba(0,0,0,0)}thead th,thead td,tfoot th,tfoot td{padding:.5rem .625rem .625rem;font-weight:700;text-align:left}tbody tr:nth-child(even){background-color:#f1f1f1}tbody th,tbody td{padding:.5rem .625rem .625rem}@media screen and (max-width: 73.6875em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack tr,table.stack th,table.stack td{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover tr:hover{background-color:#f9f9f9}table.hover tr:nth-of-type(even):hover{background-color:#ececec}.table-scroll{overflow-x:auto}.table-scroll table{width:auto}.hide{display:none !important}.invisible{visibility:hidden}@media screen and (max-width: 69.9375em){.hide-for-small-only{display:none !important}}@media screen and (max-width: 0em),screen and (min-width: 70em){.show-for-small-only{display:none !important}}@media screen and (min-width: 70em){.hide-for-medium{display:none !important}}@media screen and (max-width: 69.9375em){.show-for-medium{display:none !important}}@media screen and (min-width: 70em)and (max-width: 73.6875em){.hide-for-medium-only{display:none !important}}@media screen and (max-width: 69.9375em),screen and (min-width: 73.75em){.show-for-medium-only{display:none !important}}@media screen and (min-width: 73.75em){.hide-for-large{display:none !important}}@media screen and (max-width: 73.6875em){.show-for-large{display:none !important}}@media screen and (min-width: 73.75em)and (max-width: 74.9375em){.hide-for-large-only{display:none !important}}@media screen and (max-width: 73.6875em),screen and (min-width: 75em){.show-for-large-only{display:none !important}}.show-for-sr,.show-on-focus{position:absolute !important;width:1px;height:1px;overflow:hidden;clip:rect(0, 0, 0, 0)}.show-on-focus:active,.show-on-focus:focus{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.show-for-landscape,.hide-for-portrait{display:block !important}@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}@media screen and (orientation: portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation: landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation: portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}.float-left{float:left !important}.float-right{float:right !important}.float-center{display:block;margin-left:auto;margin-right:auto}.clearfix::before,.clearfix::after{content:" ";display:table;flex-basis:0;order:1}.clearfix::after{clear:both}#main{margin-left:0}@media screen and (max-width: 69.9375em){#main{margin-left:0}}#main.menu-open{margin-left:350px}@media screen and (max-width: 69.9375em){#main.menu-open{margin-left:0}}#az{background:#003865;width:68%;padding:0;height:64px;position:fixed;text-transform:uppercase;z-index:10000;right:1.5rem}#az.internal{background:#4f5961}#az.smallwindow{position:absolute;background:none}#az.scrolled ul,#az.menu-open ul{background-color:#003865}#az.scrolled ul.internal,#az.menu-open ul.internal{background-color:#4f5961}#az.scrolled ul.internal li a,#az.menu-open ul.internal li a{background-color:#4f5961}#az #searchwrapper{float:right;width:32.3rem}#az #searchwrapper.scrolled,#az #searchwrapper.menu-open{position:fixed;right:0;top:64px;padding:2rem 2rem 2rem 3rem;background-color:#eaeaea;display:none}#az ul{display:block;margin:1.4rem 0 .8rem;padding:0;float:right}#az ul li{display:inline-block;margin:0;padding:0 0 0 2rem;position:relative}#az ul li a{color:#fff;background-color:#003865;text-decoration:none;font-weight:bold;background:none;margin-left:1.8rem;z-index:1000}#az ul li a:focus{box-shadow:0 0 0px 1px #fff}#az ul li:before{content:"";display:inline-block;margin-right:.3125em;width:1.25rem;height:1.25rem;background-image:url("/3t4/img/arrow-thick-right.svg");background-position:center center;background-repeat:no-repeat;background-size:75%;transition:left .3s;position:absolute;top:.05rem;left:32px}#az ul li:hover:before{left:36px}#az.scrolled,#az.menu-open{position:fixed;z-index:99999;right:0;background:none;color:#fff}#az.scrolled.smallwindow,#az.menu-open.smallwindow{position:absolute}#az.scrolled input #ssKeywords,#az.scrolled input #ssSubmit,#az.menu-open input #ssKeywords,#az.menu-open input #ssSubmit{border:0}#az.scrolled ul li:before,#az.menu-open ul li:before{background-image:url("/3t4/img/arrow-thick-right.svg")}#az.scrolled ul li a,#az.menu-open ul li a{color:#fff}#az #ssKeywordsContainer{padding:0;position:relative}#az #ssKeywordsContainer input#ssKeywords{padding:.6rem .5rem;border-radius:.25rem 0 0 .25rem;border-right:0;height:47px}#az #ssKeywordsContainer input#ssKeywords.autocompleteon{border-radius:.25rem 0 0 0}#az #ssKeywordsContainer #globalsearch_autocomplete{position:absolute;top:100%;left:0;right:0;border-radius:0 0 .25rem .25rem;box-shadow:0px 3px 6px -4px rgba(0,0,0,.48)}#az #ssKeywordsContainer #globalsearch_autocomplete ul.autocompletelist{margin:.2rem;float:none;background:#fff}#az #ssKeywordsContainer #globalsearch_autocomplete ul.autocompletelist li{display:block;padding:.4rem 1rem;border-bottom:1px solid #e8e8e8}#az #ssKeywordsContainer #globalsearch_autocomplete ul.autocompletelist li:before{content:none;background:#fff}#az #ssKeywordsContainer #globalsearch_autocomplete ul.autocompletelist li:last-child{border-bottom:none}#az #ssKeywordsContainer #globalsearch_autocomplete ul.autocompletelist li a{color:#000;margin-left:0;font-weight:normal;text-transform:capitalize}#az #ssKeywordsContainer #globalsearch_autocomplete ul.autocompletelist li.active{background-color:#f5f5f5}#az #ssSubmitContainer{padding-left:0}#az #ssSubmitContainer input#ssSubmit{padding:.6rem;background-color:#005398;color:#fff;border-radius:0 .25rem .25rem 0;border-left:0}#az #ssSubmitContainer input#ssSubmit:focus{box-shadow:0 0 0px 1px #fff}#az #azlinkscontainer.scrolled,#az #azlinkscontainer.menu-open{float:right;padding-right:0}#az #azlinkscontainer #azlinks li a:focus{box-shadow:0 0 0px 1px #fff}#az #azlinkscontainer #azlinks.scrolled{float:right}#az #azlinkscontainer #searchrevealwrapper{width:64px;height:64px;float:right;display:none;margin-left:32px;background-color:#005398;cursor:pointer}#az #azlinkscontainer #searchrevealwrapper.scrolled,#az #azlinkscontainer #searchrevealwrapper.menu-open{display:inline-block}#az #azlinkscontainer #searchrevealwrapper svg{fill:#fff;margin:19px}#skip-to-content{position:absolute;top:2rem}@media screen and (max-width: 69.9375em){#skip-to-content{display:none}}#skip-to-content ul li a{position:absolute;left:-20rem;top:-100px;background:#fff;left:17rem;padding:1rem;width:200px}#skip-to-content ul li a:focus{z-index:99999999999999;left:18rem;top:0;box-shadow:0 0 0px 1px #fff}#header{height:128px;padding:0;margin:0;background-color:#003865;z-index:999}#header.zoom-adjusted{height:auto !important}#header.external{height:auto}#header.scrolled:not(.external),#header.menu-open{height:64px}@media screen and (max-width: 69.9375em){#header{position:relative !important;z-index:9999999 !important}}@media screen and (min-width: 70em){#header{position:fixed}}#header.smallwindow,#header.external{position:relative}#header.internal{background-color:#4f5961;transition:none}#header.internal *{transition:none}@media screen and (max-width: 69.9375em){#header.internal{background-color:#4f5961}}#header.internal #mobile-nav{background-color:#4f5961}@media screen and (max-width: 69.9375em){#header{height:64px !important;background-color:#003865}#header.external{height:auto !important}#header.internal{background-color:#4f5961}}#header.menu-open{background-color:#003865;height:64px}#header.menu-open.internal{background-color:#4f5961}#header.menu-open img{display:none}#header #mobile-nav{background-color:#003865;float:right;height:64px}#header #mobile-nav.zoom-adjusted{float:initial;margin-left:1rem}#header #header-logo{background-color:#003865;display:inline-block;height:128px}#header #header-logo a{display:block}#header #header-logo a:focus{box-shadow:0 0 0px 1px #fff}#header #header-logo.internal{background-color:#4f5961;transition:none}#header #header-logo.internal *{transition:none}#header #header-logo.internal img#large-logo{display:none}@media screen and (max-width: 69.9375em){#header #header-logo{top:0;width:60%}}#header #header-logo.menu-open{height:64px}#header #header-logo.scrolled{display:block;height:64px;background-color:#003865}#header #header-logo.scrolled.internal{background-color:#4f5961}@media screen and (max-width: 69.9375em){#header #header-logo{height:64px !important;position:relative}}@media screen and (max-width: 69.9375em){#header #header-logo a{display:block;width:100%;height:100%;position:relative}}#header #header-logo img{max-height:128px}#header #header-logo img#large-logo{margin:1.8rem 1.5rem 1.5rem 1.8rem;width:210px;height:auto;will-change:opacity;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}#header #header-logo img#large-logo.scrolled{opacity:0;height:0}#header #header-logo img#large-logo.menu-open{opacity:0;height:0}#header #header-logo img#small-logo{display:none}@media screen and (max-width: 69.9375em){#header #header-logo img#small-logo{display:inline !important;top:50%;bottom:50%;position:absolute;margin-top:auto;margin-bottom:auto}}#header #header-logo img#small-logo.scrolled{display:inline}#header #header-logo img#small-logo.scrolled.menu-open{display:none}@media screen and (max-width: 69.9375em){#header #header-logo img#small-logo.scrolled.menu-open{display:inline}}#header #breadcrumbs{background-color:#fff;padding:1.2rem 0 1.2rem 2rem;border-bottom:1px solid #d3d3d3;min-height:64px;height:auto;margin-right:0;position:relative}#header #breadcrumbs.landing{margin-left:0}#header #breadcrumbs.menu-open{padding:1.2rem 1rem;margin-left:2rem;margin-right:24rem}@media screen and (max-width: 69.9375em){#header #breadcrumbs.menu-open{display:none}}#header #breadcrumbs.double{padding-top:.4rem !important;height:auto}#header #breadcrumbs.double ul{padding:0 !important}@media screen and (max-width: 69.9375em){#header #breadcrumbs{margin-right:0;padding:1rem !important}#header #breadcrumbs ul{max-width:90% !important}}#header #breadcrumbs ul{margin:0;padding:0;max-width:66%}#header #breadcrumbs ul li{display:inline;color:#003865}#header #breadcrumbs ul li.show-breadcrumbs{cursor:pointer}#header #breadcrumbs ul li:after{content:" / ";margin:0 .6rem}#header #breadcrumbs ul li:last-child:after{content:""}#header #breadcrumbs ul li a{color:#565656;text-decoration:none;background:none}#header #breadcrumbs ul li a:focus{box-shadow:0 0 0px 1px #fff}#header #breadcrumbs #shortlist-links-breadcrumb-bar{position:absolute;top:1rem;right:3rem}#header #breadcrumbs #shortlist-links-breadcrumb-bar .material-icons{position:absolute}#header #breadcrumbs #shortlist-links-breadcrumb-bar .shortlist-action{margin-left:2rem}.qs-datepicker-container{font-size:1rem;font-family:sans-serif;color:#000;position:absolute;width:15.625em;display:flex;flex-direction:column;z-index:9001;user-select:none;border:1px solid gray;border-radius:.263921875em;overflow:hidden;background:#fff;box-shadow:0 1.25em 1.25em -0.9375em rgba(0,0,0,.3)}.qs-datepicker-container *{box-sizing:border-box}.qs-centered{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%)}.qs-hidden{display:none}.qs-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.75);color:#fff;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;transition:opacity .3s;display:flex;flex-direction:column}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{border:none;background:rgba(0,0,0,0);border-bottom:1px solid #fff;border-radius:0;color:#fff;font-size:.875em;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-overlay .qs-submit{border:1px solid #fff;border-radius:.263921875em;padding:.5em;margin:0 auto auto;cursor:pointer;background:rgba(128,128,128,.4)}.qs-overlay .qs-submit.qs-disabled{color:gray;border-color:gray;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{display:flex;flex-wrap:wrap;flex-grow:1}.qs-overlay .qs-overlay-month{display:flex;justify-content:center;align-items:center;width:33.3333333333%;cursor:pointer;opacity:.5;transition:opacity .15s}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{width:100%;display:flex;justify-content:space-between;align-items:center;flex-grow:1;flex-shrink:0;background:#d3d3d3;filter:blur(0px);transition:filter .3s}.qs-controls.qs-blur{filter:blur(5px)}.qs-arrow{height:1.5625em;width:1.5625em;position:relative;cursor:pointer;border-radius:.263921875em;transition:background .15s}.qs-arrow:hover{background:rgba(0,0,0,.1)}.qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-arrow:after{content:"";border:.390625em solid rgba(0,0,0,0);position:absolute;top:50%;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:gray;right:50%;transform:translate(25%, -50%)}.qs-arrow.qs-right:after{border-left-color:gray;left:50%;transform:translate(-25%, -50%)}.qs-month-year{font-weight:bold;transition:border .2s;border-bottom:1px solid rgba(0,0,0,0);cursor:pointer}.qs-month-year:hover{border-bottom:1px solid gray}.qs-month-year:focus,.qs-month-year:active:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:flex;flex-wrap:wrap;padding:.3125em;filter:blur(0px);transition:filter .3s}.qs-squares.qs-blur{filter:blur(5px)}.qs-square{width:14.2857142857%;height:1.5625em;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .1s;border-radius:.263921875em}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:bold;text-decoration:underline}.qs-active,.qs-range-start,.qs-range-end{background:#add8e6}.qs-range-start:not(.qs-range-6){border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle{background:#d4ebf2}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle.qs-range-6{border-top-left-radius:0;border-bottom-left-radius:0}.qs-range-end:not(.qs-range-0){border-top-left-radius:0;border-bottom-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-empty{cursor:default}.qs-day{cursor:default;font-weight:bold;color:gray}.qs-event{position:relative}.qs-event:after{content:"";position:absolute;width:.46875em;height:.46875em;border-radius:50%;background:#07f;bottom:0;right:0}@keyframes slideInFromLeft{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}ul li.plus,ul li.minus,ul li.tick{list-style:none !important;padding-left:1.8rem !important;margin-left:0 !important}ul li.plus:before,ul li.minus:before,ul li.tick:before{content:"";display:inline-block;height:1rem;width:1rem;background-size:contain;background-repeat:no-repeat;margin-right:.5em;top:3px !important}ul li.plus:before{background-image:url(/3t4/img/toggle-open-blue.svg) !important}ul li.minus:before{background-image:url(/3t4/img/toggle-close-blue.svg) !important}ul li.tick:before{background-image:url(/3t4/img/tick.svg) !important}.tileRow,.wrapper,.standardContent:not(.banner),.study-accordion,#study-results,#prog-intro,.iframe,#programme-search-filter-header,#programme-search-filter{max-width:1465px !important;margin-left:auto !important;margin-right:auto !important}#section-header.scrolled{left:0;right:0;margin:0;max-width:initial}#main-content-wrapper>.racc_parent{max-width:1434px !important;margin-left:auto !important;margin-right:auto !important}@keyframes fadein{from{opacity:0}to{opacity:1}}.column,.columns{min-height:1px}html{-webkit-font-smoothing:antialiased}html,body{height:100%}body{color:#343536;font-family:"PT Sans",sans-serif;font-weight:400;text-rendering:optimizeLegibility;background-color:#fff}[v-cloak]{display:none}.content-anchor{display:block;position:relative;top:-220px;visibility:hidden}@media screen and (max-width: 69.9375em){.content-anchor{top:10px}}table tbody th,table thead th{text-align:left;font-family:"PT Sans",sans-serif}table tbody th.table-sort-by,table thead th.table-sort-by{cursor:pointer;padding-left:1.2rem;position:relative}table tbody th.table-sort-by:before,table thead th.table-sort-by:before{content:"";font-family:Material Icons;display:inline;color:#3c3c3c;position:absolute;top:10px;left:1px}table tbody th.table-sort-by.table-sorted.az:before,table thead th.table-sort-by.table-sorted.az:before{content:""}table tbody th.table-sort-by.table-sorted.za:before,table thead th.table-sort-by.table-sorted.za:before{content:""}table tbody th.table-sort-by.table-sorted.initial:before,table thead th.table-sort-by.table-sorted.initial:before{content:""}table tbody tr.uofg-default-blue,table thead tr.uofg-default-blue{background:#003865 !important;color:#fff}table tbody tr.uofg-default-blue th,table thead tr.uofg-default-blue th{background:none}table tbody tr.universityblue,table thead tr.universityblue{background:#003865 !important;color:#fff}table tbody tr.universityblue th,table thead tr.universityblue th{background:none}table tbody tr.uofg-default-blue-tint-80,table thead tr.uofg-default-blue-tint-80{background:#2e5c81 !important;color:#fff}table tbody tr.uofg-default-blue-tint-80 th,table thead tr.uofg-default-blue-tint-80 th{background:none}table tbody tr.uofg-default-blue-tint-70,table thead tr.uofg-default-blue-tint-70{background:#4c7393 !important;color:#fff}table tbody tr.uofg-default-blue-tint-70 th,table thead tr.uofg-default-blue-tint-70 th{background:none}table tbody tr.uofg-default-blue-tint-40,table thead tr.uofg-default-blue-tint-40{background:#4c7393 !important;color:#fff}table tbody tr.uofg-default-blue-tint-40 th,table thead tr.uofg-default-blue-tint-40 th{background:none}table tbody tr.slate-grey,table thead tr.slate-grey{background:#343536 !important;color:#fff}table tbody tr.slate-grey th,table thead tr.slate-grey th{background:none}table tbody tr.grey,table thead tr.grey{background:#d3d3d3 !important;color:#003865}table tbody tr.grey th,table thead tr.grey th{background:none}table tbody tr.medium-grey,table thead tr.medium-grey{background:#ededed !important;color:#fff}table tbody tr.medium-grey th,table thead tr.medium-grey th{background:none}table tbody tr.light-grey,table thead tr.light-grey{background:#f7f7f7 !important;color:#343536}table tbody tr.light-grey th,table thead tr.light-grey th{background:none}table tbody tr.cobalt,table thead tr.cobalt{background:#005398 !important;color:#fff}table tbody tr.cobalt th,table thead tr.cobalt th{background:none}table tbody tr.cobalt-tint-80,table thead tr.cobalt-tint-80{background:#3590bf !important;color:#fff}table tbody tr.cobalt-tint-80 th,table thead tr.cobalt-tint-80 th{background:none}table tbody tr.cobalt-dark,table thead tr.cobalt-dark{background:#015987 !important;color:#fff}table tbody tr.cobalt-dark th,table thead tr.cobalt-dark th{background:none}table tbody tr.turquoise,table thead tr.turquoise{background:#00b5d1 !important;color:#fff}table tbody tr.turquoise th,table thead tr.turquoise th{background:none}table tbody tr.thistle,table thead tr.thistle{background:#951272 !important;color:#fff}table tbody tr.thistle th,table thead tr.thistle th{background:none}table tbody tr.thistle-tint-80,table thead tr.thistle-tint-80{background:#aa418e !important;color:#fff}table tbody tr.thistle-tint-80 th,table thead tr.thistle-tint-80 th{background:none}table tbody tr.thistle-tint-90,table thead tr.thistle-tint-90{background:#a02a80 !important;color:#fff}table tbody tr.thistle-tint-90 th,table thead tr.thistle-tint-90 th{background:none}table tbody tr.lavendar,table thead tr.lavendar{background:#5b4d94 !important;color:#fff}table tbody tr.lavendar th,table thead tr.lavendar th{background:none}table tbody tr.lavender,table thead tr.lavender{background:#5b4d94 !important;color:#fff}table tbody tr.lavender th,table thead tr.lavender th{background:none}table tbody tr.lavendar-tint-80,table thead tr.lavendar-tint-80{background:#7c71a9 !important;color:#fff}table tbody tr.lavendar-tint-80 th,table thead tr.lavendar-tint-80 th{background:none}table tbody tr.lawn,table thead tr.lawn{background:#84bd00 !important;color:#fff}table tbody tr.lawn th,table thead tr.lawn th{background:none}table tbody tr.pillarbox,table thead tr.pillarbox{background:#b30c00 !important;color:#fff}table tbody tr.pillarbox th,table thead tr.pillarbox th{background:none}table tbody tr.burgundy,table thead tr.burgundy{background:#7d2239 !important;color:#fff}table tbody tr.burgundy th,table thead tr.burgundy th{background:none}table tbody tr.pumpkin,table thead tr.pumpkin{background:#84bd00 !important;color:#fff}table tbody tr.pumpkin th,table thead tr.pumpkin th{background:none}table tbody tr.forest,table thead tr.forest{background:#385a4f !important;color:#fff}table tbody tr.forest th,table thead tr.forest th{background:none}table tbody tr.sunshine,table thead tr.sunshine{background:#ffdc36 !important;color:#000}table tbody tr.sunshine th,table thead tr.sunshine th{background:none}table tbody tr.rust,table thead tr.rust{background:#be4d00 !important;color:#fff}table tbody tr.rust th,table thead tr.rust th{background:none}table tbody tr.sandstone,table thead tr.sandstone{background:#7a6855 !important;color:#fff}table tbody tr.sandstone th,table thead tr.sandstone th{background:none}table tbody tr.slate,table thead tr.slate{background:#4f5961 !important;color:#fff}table tbody tr.slate th,table thead tr.slate th{background:none}table tbody tr.heather,table thead tr.heather{background:#5b4d94 !important;color:#fff}table tbody tr.heather th,table thead tr.heather th{background:none}table tbody tr.rose,table thead tr.rose{background:#d278ab !important;color:#fff}table tbody tr.rose th,table thead tr.rose th{background:none}table tbody tr.mocha,table thead tr.mocha{background:#b59079 !important;color:#fff}table tbody tr.mocha th,table thead tr.mocha th{background:none}table tbody tr.aquamarine,table thead tr.aquamarine{background:#9ab9ad !important;color:#fff}table tbody tr.aquamarine th,table thead tr.aquamarine th{background:none}table tbody tr.undergraduate,table thead tr.undergraduate{background:#951272 !important;color:#fff}table tbody tr.undergraduate th,table thead tr.undergraduate th{background:none}table tbody tr.postgraduate,table thead tr.postgraduate{background:#5b4d94 !important;color:#fff}table tbody tr.postgraduate th,table thead tr.postgraduate th{background:none}table tbody tr.skyblue,table thead tr.skyblue{background:#005398 !important;color:#fff}table tbody tr.skyblue th,table thead tr.skyblue th{background:none}table tbody tr.leaf,table thead tr.leaf{background:#006630 !important;color:#fff}table tbody tr.leaf th,table thead tr.leaf th{background:none}table tbody tr.moss,table thead tr.moss{background:#385a4f !important;color:#fff}table tbody tr.moss th,table thead tr.moss th{background:none}table tbody tr.black,table thead tr.black{background:#000 !important;color:#fff}table tbody tr.black th,table thead tr.black th{background:none}table tbody tr td,table thead tr td{text-align:left;font-family:"PT Sans",sans-serif}table tbody tr td span.uofg-default-blue,table thead tr td span.uofg-default-blue{color:#003865 !important}table tbody tr td span.universityblue,table thead tr td span.universityblue{color:#003865 !important}table tbody tr td span.uofg-default-blue-tint-80,table thead tr td span.uofg-default-blue-tint-80{color:#2e5c81 !important}table tbody tr td span.uofg-default-blue-tint-70,table thead tr td span.uofg-default-blue-tint-70{color:#4c7393 !important}table tbody tr td span.uofg-default-blue-tint-40,table thead tr td span.uofg-default-blue-tint-40{color:#4c7393 !important}table tbody tr td span.slate-grey,table thead tr td span.slate-grey{color:#343536 !important}table tbody tr td span.grey,table thead tr td span.grey{color:#d3d3d3 !important}table tbody tr td span.medium-grey,table thead tr td span.medium-grey{color:#ededed !important}table tbody tr td span.light-grey,table thead tr td span.light-grey{color:#f7f7f7 !important}table tbody tr td span.cobalt,table thead tr td span.cobalt{color:#005398 !important}table tbody tr td span.cobalt-tint-80,table thead tr td span.cobalt-tint-80{color:#3590bf !important}table tbody tr td span.cobalt-dark,table thead tr td span.cobalt-dark{color:#015987 !important}table tbody tr td span.turquoise,table thead tr td span.turquoise{color:#00b5d1 !important}table tbody tr td span.thistle,table thead tr td span.thistle{color:#951272 !important}table tbody tr td span.thistle-tint-80,table thead tr td span.thistle-tint-80{color:#aa418e !important}table tbody tr td span.thistle-tint-90,table thead tr td span.thistle-tint-90{color:#a02a80 !important}table tbody tr td span.lavendar,table thead tr td span.lavendar{color:#5b4d94 !important}table tbody tr td span.lavender,table thead tr td span.lavender{color:#5b4d94 !important}table tbody tr td span.lavendar-tint-80,table thead tr td span.lavendar-tint-80{color:#7c71a9 !important}table tbody tr td span.lawn,table thead tr td span.lawn{color:#84bd00 !important}table tbody tr td span.pillarbox,table thead tr td span.pillarbox{color:#b30c00 !important}table tbody tr td span.burgundy,table thead tr td span.burgundy{color:#7d2239 !important}table tbody tr td span.pumpkin,table thead tr td span.pumpkin{color:#84bd00 !important}table tbody tr td span.forest,table thead tr td span.forest{color:#385a4f !important}table tbody tr td span.sunshine,table thead tr td span.sunshine{color:#ffdc36 !important}table tbody tr td span.rust,table thead tr td span.rust{color:#be4d00 !important}table tbody tr td span.sandstone,table thead tr td span.sandstone{color:#7a6855 !important}table tbody tr td span.slate,table thead tr td span.slate{color:#4f5961 !important}table tbody tr td span.heather,table thead tr td span.heather{color:#5b4d94 !important}table tbody tr td span.rose,table thead tr td span.rose{color:#d278ab !important}table tbody tr td span.mocha,table thead tr td span.mocha{color:#b59079 !important}table tbody tr td span.aquamarine,table thead tr td span.aquamarine{color:#9ab9ad !important}table tbody tr td span.undergraduate,table thead tr td span.undergraduate{color:#951272 !important}table tbody tr td span.postgraduate,table thead tr td span.postgraduate{color:#5b4d94 !important}table tbody tr td span.skyblue,table thead tr td span.skyblue{color:#005398 !important}table tbody tr td span.leaf,table thead tr td span.leaf{color:#006630 !important}table tbody tr td span.moss,table thead tr td span.moss{color:#385a4f !important}table tbody tr td span.black,table thead tr td span.black{color:#000 !important}table tbody tr td p,table thead tr td p{font-size:1rem !important;margin-top:0}table tbody tr td.uofg-default-blue,table thead tr td.uofg-default-blue{background:#003865 !important;color:#fff}table tbody tr td.universityblue,table thead tr td.universityblue{background:#003865 !important;color:#fff}table tbody tr td.uofg-default-blue-tint-80,table thead tr td.uofg-default-blue-tint-80{background:#2e5c81 !important;color:#fff}table tbody tr td.uofg-default-blue-tint-70,table thead tr td.uofg-default-blue-tint-70{background:#4c7393 !important;color:#fff}table tbody tr td.uofg-default-blue-tint-40,table thead tr td.uofg-default-blue-tint-40{background:#4c7393 !important;color:#fff}table tbody tr td.slate-grey,table thead tr td.slate-grey{background:#343536 !important;color:#fff}table tbody tr td.grey,table thead tr td.grey{background:#d3d3d3 !important;color:#003865}table tbody tr td.medium-grey,table thead tr td.medium-grey{background:#ededed !important;color:#fff}table tbody tr td.light-grey,table thead tr td.light-grey{background:#f7f7f7 !important;color:#343536}table tbody tr td.cobalt,table thead tr td.cobalt{background:#005398 !important;color:#fff}table tbody tr td.cobalt-tint-80,table thead tr td.cobalt-tint-80{background:#3590bf !important;color:#fff}table tbody tr td.cobalt-dark,table thead tr td.cobalt-dark{background:#015987 !important;color:#fff}table tbody tr td.turquoise,table thead tr td.turquoise{background:#00b5d1 !important;color:#fff}table tbody tr td.thistle,table thead tr td.thistle{background:#951272 !important;color:#fff}table tbody tr td.thistle-tint-80,table thead tr td.thistle-tint-80{background:#aa418e !important;color:#fff}table tbody tr td.thistle-tint-90,table thead tr td.thistle-tint-90{background:#a02a80 !important;color:#fff}table tbody tr td.lavendar,table thead tr td.lavendar{background:#5b4d94 !important;color:#fff}table tbody tr td.lavender,table thead tr td.lavender{background:#5b4d94 !important;color:#fff}table tbody tr td.lavendar-tint-80,table thead tr td.lavendar-tint-80{background:#7c71a9 !important;color:#fff}table tbody tr td.lawn,table thead tr td.lawn{background:#84bd00 !important;color:#fff}table tbody tr td.pillarbox,table thead tr td.pillarbox{background:#b30c00 !important;color:#fff}table tbody tr td.burgundy,table thead tr td.burgundy{background:#7d2239 !important;color:#fff}table tbody tr td.pumpkin,table thead tr td.pumpkin{background:#84bd00 !important;color:#fff}table tbody tr td.forest,table thead tr td.forest{background:#385a4f !important;color:#fff}table tbody tr td.sunshine,table thead tr td.sunshine{background:#ffdc36 !important;color:#000}table tbody tr td.rust,table thead tr td.rust{background:#be4d00 !important;color:#fff}table tbody tr td.sandstone,table thead tr td.sandstone{background:#7a6855 !important;color:#fff}table tbody tr td.slate,table thead tr td.slate{background:#4f5961 !important;color:#fff}table tbody tr td.heather,table thead tr td.heather{background:#5b4d94 !important;color:#fff}table tbody tr td.rose,table thead tr td.rose{background:#d278ab !important;color:#fff}table tbody tr td.mocha,table thead tr td.mocha{background:#b59079 !important;color:#fff}table tbody tr td.aquamarine,table thead tr td.aquamarine{background:#9ab9ad !important;color:#fff}table tbody tr td.undergraduate,table thead tr td.undergraduate{background:#951272 !important;color:#fff}table tbody tr td.postgraduate,table thead tr td.postgraduate{background:#5b4d94 !important;color:#fff}table tbody tr td.skyblue,table thead tr td.skyblue{background:#005398 !important;color:#fff}table tbody tr td.leaf,table thead tr td.leaf{background:#006630 !important;color:#fff}table tbody tr td.moss,table thead tr td.moss{background:#385a4f !important;color:#fff}table tbody tr td.black,table thead tr td.black{background:#000 !important;color:#fff}table tbody tr th.uofg-default-blue,table thead tr th.uofg-default-blue{background:#003865 !important;color:#fff}table tbody tr th.universityblue,table thead tr th.universityblue{background:#003865 !important;color:#fff}table tbody tr th.uofg-default-blue-tint-80,table thead tr th.uofg-default-blue-tint-80{background:#2e5c81 !important;color:#fff}table tbody tr th.uofg-default-blue-tint-70,table thead tr th.uofg-default-blue-tint-70{background:#4c7393 !important;color:#fff}table tbody tr th.uofg-default-blue-tint-40,table thead tr th.uofg-default-blue-tint-40{background:#4c7393 !important;color:#fff}table tbody tr th.slate-grey,table thead tr th.slate-grey{background:#343536 !important;color:#fff}table tbody tr th.grey,table thead tr th.grey{background:#d3d3d3 !important;color:#003865}table tbody tr th.medium-grey,table thead tr th.medium-grey{background:#ededed !important;color:#fff}table tbody tr th.light-grey,table thead tr th.light-grey{background:#f7f7f7 !important;color:#343536}table tbody tr th.cobalt,table thead tr th.cobalt{background:#005398 !important;color:#fff}table tbody tr th.cobalt-tint-80,table thead tr th.cobalt-tint-80{background:#3590bf !important;color:#fff}table tbody tr th.cobalt-dark,table thead tr th.cobalt-dark{background:#015987 !important;color:#fff}table tbody tr th.turquoise,table thead tr th.turquoise{background:#00b5d1 !important;color:#fff}table tbody tr th.thistle,table thead tr th.thistle{background:#951272 !important;color:#fff}table tbody tr th.thistle-tint-80,table thead tr th.thistle-tint-80{background:#aa418e !important;color:#fff}table tbody tr th.thistle-tint-90,table thead tr th.thistle-tint-90{background:#a02a80 !important;color:#fff}table tbody tr th.lavendar,table thead tr th.lavendar{background:#5b4d94 !important;color:#fff}table tbody tr th.lavender,table thead tr th.lavender{background:#5b4d94 !important;color:#fff}table tbody tr th.lavendar-tint-80,table thead tr th.lavendar-tint-80{background:#7c71a9 !important;color:#fff}table tbody tr th.lawn,table thead tr th.lawn{background:#84bd00 !important;color:#fff}table tbody tr th.pillarbox,table thead tr th.pillarbox{background:#b30c00 !important;color:#fff}table tbody tr th.burgundy,table thead tr th.burgundy{background:#7d2239 !important;color:#fff}table tbody tr th.pumpkin,table thead tr th.pumpkin{background:#84bd00 !important;color:#fff}table tbody tr th.forest,table thead tr th.forest{background:#385a4f !important;color:#fff}table tbody tr th.sunshine,table thead tr th.sunshine{background:#ffdc36 !important;color:#000}table tbody tr th.rust,table thead tr th.rust{background:#be4d00 !important;color:#fff}table tbody tr th.sandstone,table thead tr th.sandstone{background:#7a6855 !important;color:#fff}table tbody tr th.slate,table thead tr th.slate{background:#4f5961 !important;color:#fff}table tbody tr th.heather,table thead tr th.heather{background:#5b4d94 !important;color:#fff}table tbody tr th.rose,table thead tr th.rose{background:#d278ab !important;color:#fff}table tbody tr th.mocha,table thead tr th.mocha{background:#b59079 !important;color:#fff}table tbody tr th.aquamarine,table thead tr th.aquamarine{background:#9ab9ad !important;color:#fff}table tbody tr th.undergraduate,table thead tr th.undergraduate{background:#951272 !important;color:#fff}table tbody tr th.postgraduate,table thead tr th.postgraduate{background:#5b4d94 !important;color:#fff}table tbody tr th.skyblue,table thead tr th.skyblue{background:#005398 !important;color:#fff}table tbody tr th.leaf,table thead tr th.leaf{background:#006630 !important;color:#fff}table tbody tr th.moss,table thead tr th.moss{background:#385a4f !important;color:#fff}table tbody tr th.black,table thead tr th.black{background:#000 !important;color:#fff}table.nostripe tbody td{background:#fff !important}tbody th{text-align:left}abbr[title]{border-bottom:none}#editconsent{position:fixed;top:0;background-color:#000;left:0;right:0;color:#fff;padding:0 1rem;text-align:center;z-index:999999999}#editconsent.hide{display:none}#editconsent.settings_enabled{width:100px;left:0;right:auto;background:none}@media screen and (max-width: 69.9375em){#editconsent.settings_enabled{padding:0;left:1rem;bottom:1rem}}#editconsent.settings_enabled{bottom:0;top:initial}@media screen and (max-width: 69.9375em){#editconsent{text-align:initial}}#editconsent a{color:#fff}#editconsent p{padding:0}#editconsent p span.settings_enabled{display:none}@media screen and (max-width: 69.9375em){#editconsent p span#consent-intro{display:block;margin-bottom:.6rem}}#editconsent p span#consent-intro.settings_enabled{display:none}#editconsent p .button{border:1px solid #fff;background-color:#005398;margin:0 0 0 .6rem;padding:.6rem}@media screen and (max-width: 69.9375em){#editconsent p .button{margin:0 .6rem 0 0}}#editconsent p .button:hover,#editconsent p .button:active,#editconsent p .button:hover{background-color:rgba(2,116,175,.8784313725)}#editconsent p .button .consent-cog{width:14px;height:14px}#editconsent p .button .consent-cog.settings_enabled{width:22px;height:22px}#editconsent p .button .fa{vertical-align:bottom}#editconsent p .button .fa.settings_enabled{font-size:1.5rem}#gu-consent{position:fixed;left:100%;top:100%;visibility:hidden;bottom:0;right:0;overflow-y:scroll;overflow-x:hidden;background-color:rgba(0,0,0,.8);z-index:999999999;padding:4rem 10rem;color:#fff}#gu-consent.show{top:0;left:0;visibility:visible}#gu-consent.show #consentinner{background-color:#003865;border:5px solid #fff;padding:0 2rem}@media screen and (max-width: 69.9375em){#gu-consent.show #consentinner{padding:0 1rem}}#gu-consent.show #consentinner button{background-color:#005398}#gu-consent.show #consentinner .status_wrapper{position:relative;display:inline}#gu-consent.show #consentinner .status_wrapper .status{position:absolute;top:-12px;left:14px;font-weight:bold}#gu-consent.show #consentinner a{color:#fff}@media screen and (max-width: 69.9375em){#gu-consent.show #consentinner{left:0}}@media screen and (min-width: 70em)and (max-width: 73.6875em){#gu-consent{padding:4rem}}@media screen and (max-width: 69.9375em){#gu-consent{padding:1rem}}#gu-consent .switch{position:relative;display:inline-block;width:60px;height:34px}#gu-consent .switch input{display:none}#gu-consent .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}#gu-consent .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}#gu-consent input:checked+.slider{background-color:#2196f3}#gu-consent input:focus+.slider{box-shadow:0 0 1px #2196f3}#gu-consent input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}#gu-consent .slider.round{border-radius:34px}#gu-consent .slider.round:before{border-radius:50%}.showsettings{background-color:#005398;font-family:"PT Sans",sans-serif}.showsettings:hover,.showsettings:active,.showsettings:focus{background-color:rgba(84,105,116,.8784313725) !important}.showsettings.close.settings_enabled.outside{display:none}.row#container{max-width:100%;height:100%;margin-top:64px}.row#container.settings_enabled{margin-top:0px}#leftNav{float:left;width:64px;height:100%;z-index:99999999;position:absolute;top:64px}@media screen and (max-width: 69.9375em){#leftNav{width:0}}@media screen and (max-width: 69.9375em){#leftNav img{display:none}}#leftNav.smallwindow{position:absolute}#leftNav.menu-open{display:block;box-shadow:6px 0px 37px -9px rgba(0,0,0,.1)}@media screen and (max-width: 69.9375em){#leftNav.menu-open{width:100%}}#leftNav.menu-open #leftNavlist{height:100%}#leftNav.menu-open #leftNavlist #search.show{display:block !important}#leftNav.menu-open #leftNavlist #leftNavLogo{background-color:#003865;z-index:10}#leftNav.menu-open #leftNavlist #leftNavLogo.internal{background-color:#4f5961}#leftNavIcons{width:64px;height:64px;top:128px;float:left;position:fixed;background-color:#000}#leftNavIcons.smallwindow{position:absolute}#leftNavIcons.scrolled,#leftNavIcons.menu-open{top:64px}#leftNavlist #search{display:none;min-height:100%;margin-left:64px;padding:2rem;background-color:#f7f7f7;color:#fff;color:#4f5961}@media screen and (max-width: 69.9375em){#leftNavlist #search{margin-left:0}}#leftNavlist #search input{background-color:#fdfdfd;border:none}#leftNavlist #search input#ssKeywords{padding:.6rem .5rem;border-bottom:1px solid #d3d3d3;margin:0}#leftNavlist #search input#ssSubmit{background-color:#003865;color:#fff}#leftNavlist #search input[type=radio]{display:inline;width:auto;margin:0 0 0 1rem}#leftNavlist nav{margin-left:64px;padding:0;background-color:#2e5c81;color:#fff;height:100%}@media screen and (max-width: 69.9375em){#leftNavlist nav{background:rgba(0,0,0,.4784313725)}}#leftNavlist nav #globalNav{display:none}@media screen and (max-width: 69.9375em){#leftNavlist nav #globalNav{display:block;text-transform:uppercase}}#leftNavlist nav #globalNav.internal{background-color:#4f5961}#leftNavlist nav #toplevelnav{background-color:#2e5c81}#leftNavlist nav #toplevelnav li{margin:1rem 0 0 0}#leftNavlist nav #toplevelnav li a{position:relative;text-transform:uppercase;color:#fff}@media screen and (max-width: 69.9375em){#leftNavlist nav{margin-left:0}}#leftNavlist nav ul{padding:.1rem 0;margin:0;list-style-type:none;background-color:#4c7393}#leftNavlist nav ul .currentsection{background-color:#2e5c81;padding:1rem 2rem}#leftNavlist nav ul li{font-size:1rem}#leftNavlist nav ul li:not(:last-child){border-bottom:1px solid rgba(255,255,255,.15)}#leftNavlist nav ul li:last-child{margin-bottom:0}#leftNavlist nav ul li.selected{padding-bottom:0}#leftNavlist nav ul li a{margin:1rem 0}#leftNavlist nav ul li.menu-open a{display:block}#leftNavlist nav ul li.menu-open span{display:block}#leftNavlist nav ul li a{color:#fff;padding:.03rem 2rem;display:none;text-decoration:none;line-height:1.6rem}#leftNavlist nav ul li ul{background:#4c7393}#leftNavlist nav ul.multilevel-linkul-0 li a{margin-left:2rem}#leftNavlist nav ul.multilevel-linkul-0 li .currentsection{padding-left:4rem}#leftNavlist nav ul.multilevel-linkul-1 li a{margin-left:3rem}#leftNavlist nav ul.multilevel-linkul-1 li .currentsection{padding-left:5rem}#leftNavlist nav ul.multilevel-linkul-2 li a{margin-left:4rem}#leftNavlist nav ul.multilevel-linkul-2 li .currentsection{padding-left:6rem}#leftNavLogo{height:64px;margin-left:0;width:100%;position:fixed;top:0;display:none}#leftNavLogo.smallwindow{position:absolute}#leftNavLogo.menu-open{display:block}@media screen and (max-width: 69.9375em){#leftNavLogo{margin-left:0}}.open-menu svg{fill:#000}@media screen and (max-width: 69.9375em){.open-menu svg{fill:#fff}}.open-search svg,.close-menu svg{fill:#fff}.open-menu .menutext{left:16px;top:38px;position:absolute;font-size:.8rem;color:#fff;display:none}.menu-control-container{height:64px}@media screen and (max-width: 69.9375em){.menu-control-container{display:inline}.menu-control-container.hide{display:none}.menu-control-container.show{display:inline !important}.menu-control-container a{padding:10px 15px 7px 15px !important;margin:8px 10px 0px -6px;border:1px solid rgba(255,255,255,.38)}.menu-control-container a svg{margin-top:3px}}.menu-control-container#search-menu-container{background:none}.menu-control-container#open-menu-container{background:#e8e8e8}.menu-control-container#search-menu-container-mobile{background:none}.menu-control-container#search-menu-container-mobile a svg{fill:#fff}.menu-control-container#close-menu-container-mobile{background:none}.menu-control-container#close-menu-container-mobile a svg{fill:#fff}.menu-control-container#close-menu-container{background:#e8e8e8}.menu-control-container#close-menu-container a svg{fill:#000}.menu-control-container.search-close a svg{fill:#fff !important}.menu-control-container a{font-size:1rem;padding:22px 22px;display:inline-block;cursor:pointer}@media screen and (min-width: 70em){.menu-control-container a{height:64px}}.menu-control-container a svg{width:20px;height:20px}.ps-container:hover>.ps-scrollbar-y-rail:hover{background:none !important}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background:none !important}#main-inner{padding:0;max-width:300rem;margin:0}#main-inner.menu-open{padding:0}@media screen and (max-width: 69.9375em){#main-inner{padding:0}}#content-container{position:relative;margin:0 auto;margin-top:128px;width:100%;padding:3rem 0rem 2rem 0rem}#content-container.homepage{padding:0 0rem 2rem 0rem}@media screen and (max-width: 69.9375em){#content-container{padding:9rem 0rem 2rem 0rem}#content-container.homepage{padding:3rem 0rem 2rem 0rem}}#content-container.added-blur .standardContent{box-shadow:0px 3px 3px -2px rgba(0,0,0,.15)}#content-container.hasbackgroundvideo{margin-top:20% !important}@media screen and (max-width: 69.9375em){#content-container.internal{margin-top:128px !important}}#content-container #content-container-inner{margin-left:0;margin-right:0;position:relative;padding-bottom:2rem}@media screen and (min-width: 70em){#content-container #content-container-inner{max-width:98.2%}}#content-container #content-container-inner .spacer{margin-top:2rem}#content-container #content-container-inner a:focus{box-shadow:0 0 0px 1px #fff}#content-container #content-container-inner #section-navigation{margin-top:2rem;position:sticky;top:200px}#content-container #content-container-inner #section-navigation.external,#content-container #content-container-inner #section-navigation.not-sticky{position:initial}#content-container #content-container-inner #section-navigation #section-navigation-inner{background:#fff;position:relative;width:100%;margin-left:1rem}#content-container #content-container-inner #section-navigation #section-navigation-inner #section-navigation-inner-ul-wrapper{width:100%;margin-bottom:3rem;margin-top:0;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container #content-container-inner #section-navigation #section-navigation-inner #section-navigation-inner-ul-wrapper ul{padding:0;margin:0}#content-container #content-container-inner #section-navigation #section-navigation-inner #section-navigation-inner-ul-wrapper ul li{list-style:none;padding:.6rem 1rem;font-family:"PT Sans",sans-serif}#content-container #content-container-inner #section-navigation #section-navigation-inner #section-navigation-inner-ul-wrapper ul li a{text-decoration:none;border-bottom:none;color:#0f364a}#content-container #content-container-inner #section-navigation #section-navigation-inner #section-navigation-inner-ul-wrapper ul#toplevelnavtrail li{background-color:#f5f5f5;border-left:8px solid #003865}#content-container #content-container-inner #section-navigation #section-navigation-inner #section-navigation-inner-ul-wrapper ul#toplevelnavtrail li:last-child{background-color:#005398}#content-container #content-container-inner #section-navigation #section-navigation-inner #section-navigation-inner-ul-wrapper ul#toplevelnavtrail li:last-child a{color:#fff !important}#content-container #content-container-inner #section-navigation #section-navigation-inner #section-navigation-inner-ul-wrapper ul.section-navigation-siblings li{position:relative;padding-left:3rem}#content-container #content-container-inner #section-navigation #section-navigation-inner #section-navigation-inner-ul-wrapper ul.section-navigation-siblings li:before{content:"";display:block;margin-left:.3125em;vertical-align:middle;width:1.25rem;height:1.25rem;position:absolute;top:11px;left:14px;background-image:url(/3t4/img/arrow-thin-blue.svg);background-position:center center;background-repeat:no-repeat;background-size:75%;transition:left .3s}#content-container #content-container-inner #section-navigation #section-navigation-inner #section-navigation-inner-ul-wrapper ul.section-navigation-siblings li:hover:before{left:18px}#content-container #content-container-inner #section-navigation #section-navigation-inner #section-navigation-inner-ul-wrapper ul.section-navigation-siblings li.selected:before{background-image:url(/3t4/img/arrow-thick-blue-right.svg)}#content-container #content-container-inner #main-content-wrapper{padding-left:2rem}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper{padding:0}}#content-container #content-container-inner #main-content-wrapper #section-header-custom h2{font-size:2rem;line-height:2rem;font-weight:900;margin:.67em 0;text-transform:uppercase;margin-top:1rem;margin-bottom:1rem;color:#003865}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper #section-header-custom{margin-left:1rem;margin-top:.6rem}#content-container #content-container-inner #main-content-wrapper #section-header-custom h2{font-size:1.6rem;margin-top:0}}#content-container #content-container-inner #main-content-wrapper .tileRow{position:relative;display:flex}#content-container #content-container-inner #main-content-wrapper .tileRow.medium{flex-wrap:wrap}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper .tileRow{flex-direction:column}}#content-container #content-container-inner #main-content-wrapper .tileRow.first-tile-row{z-index:998}#content-container #content-container-inner #main-content-wrapper .tileRow.autocomplete-fix{z-index:1}#content-container #content-container-inner #main-content-wrapper #programme-search-filter-header{background:#d3d3d3;padding:1rem .6rem;cursor:pointer;margin:1rem 0}#content-container #content-container-inner #main-content-wrapper #programme-search-filter-header h2{margin:0;color:#003865}#content-container #content-container-inner #main-content-wrapper #programme-search-filter-header h2:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:.6rem;margin-top:.6rem;background-size:contain;color:inherit;background:url(/3t4/img/toggle-open-blue.svg) center center no-repeat}#content-container #content-container-inner #main-content-wrapper #programme-search-filter-header h2.open:before{background:url(/3t4/img/toggle-close-blue.svg) center center no-repeat}#content-container #content-container-inner #main-content-wrapper #programme-search-filter{padding:1rem;max-height:1000px;transition:max-height 1s ease;height:auto;display:block}#content-container #content-container-inner #main-content-wrapper #programme-search-filter.closed{display:none}#content-container #content-container-inner #main-content-wrapper #programme-search-filter h3{padding:0 0 1rem 0;margin:0}#content-container #content-container-inner #main-content-wrapper #programme-search-filter #close-filter{background-color:#6a6b6b;float:right;margin-top:1rem}#content-container #content-container-inner #main-content-wrapper #programme-search-filter #close-filter:hover,#content-container #content-container-inner #main-content-wrapper #programme-search-filter #close-filter:focus{background-color:#4f5050}#content-container #content-container-inner #main-content-wrapper #programme-search-filter .filter-input-wrapper{position:relative}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper #programme-search-filter .filter-input-wrapper{margin-bottom:1.2rem}}#content-container #content-container-inner #main-content-wrapper #programme-search-filter .filter-input-wrapper.inactive{opacity:.2}#content-container #content-container-inner #main-content-wrapper #programme-search-filter .filter-input-wrapper .hidden{display:none}#content-container #content-container-inner #main-content-wrapper #programme-search-filter .search-option-label{position:absolute;top:4px;left:55px}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper #programme-search-filter .search-option-label{top:-3px}}#content-container #content-container-inner #main-content-wrapper #programme-search-filter .switch{position:relative;display:inline-block;width:50px;height:28px}#content-container #content-container-inner #main-content-wrapper #programme-search-filter .switch input{display:none}#content-container #content-container-inner #main-content-wrapper #programme-search-filter .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}#content-container #content-container-inner #main-content-wrapper #programme-search-filter .slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s;-webkit-transition:.4s}#content-container #content-container-inner #main-content-wrapper #programme-search-filter input:checked+.slider{background-color:#2196f3}#content-container #content-container-inner #main-content-wrapper #programme-search-filter input:focus+.slider{box-shadow:0 0 1px #2196f3}#content-container #content-container-inner #main-content-wrapper #programme-search-filter input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}#content-container #content-container-inner #main-content-wrapper #programme-search-filter .slider.round{border-radius:28px}#content-container #content-container-inner #main-content-wrapper #programme-search-filter .slider.round:before{border-radius:50%}#content-container #content-container-inner #main-content-wrapper #programme-results #filter-indicator{padding:.5rem;margin-bottom:1rem}#content-container #content-container-inner #main-content-wrapper #programme-results #filter-indicator .filter{padding:.5rem;border:2px solid #a7a7a7;border-radius:3px;margin-right:.3rem;text-transform:uppercase;font-size:.8rem;cursor:pointer}#content-container #content-container-inner #main-content-wrapper #programme-results #filter-indicator .filter:hover{box-shadow:0px 3px 3px -2px rgba(0,0,0,.25)}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper #programme-results #filter-indicator .filter{display:inline-block;padding:.5rem;margin-bottom:.5rem}}#content-container #content-container-inner #main-content-wrapper #programme-results #filter-indicator .filter:after{content:"✖";font-family:Material Icons;display:inline;margin-left:.4rem;color:#a7a7a7}#content-container #content-container-inner #main-content-wrapper #programme-results .tags{width:20%;float:right;margin-left:1rem;margin-top:2rem}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper #programme-results .tags{width:100%;float:none;margin:0 0 1rem 0}}#content-container #content-container-inner #main-content-wrapper #programme-results span.tag.button{cursor:pointer;text-transform:uppercase;border-radius:3px;width:100%;margin-bottom:.5rem;background:#fff;color:#000;border:2px solid}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper #programme-results span.tag.button{width:auto;margin-right:1rem}}#content-container #content-container-inner #main-content-wrapper #programme-results span.tag.button:hover{box-shadow:0px 3px 3px -2px rgba(0,0,0,.25)}#content-container #content-container-inner #main-content-wrapper #programme-results span.tag.button.internal{border-color:#343536;color:#343536}#content-container #content-container-inner #main-content-wrapper #programme-results span.tag.button.pgt{border-color:#005398;color:#005398}#content-container #content-container-inner #main-content-wrapper #programme-results span.tag.button.ug{border-color:#951272;color:#951272}#content-container #content-container-inner #main-content-wrapper #programme-results span.tag.button.pgr{border-color:#5b4d94;color:#5b4d94}#content-container #content-container-inner #main-content-wrapper #programme-results span.tag.button.research{border-color:#003865;color:#003865}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result{background:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.15);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.15);box-shadow:0px 3px 3px -2px rgba(0,0,0,.15);margin-bottom:1rem;padding:0 2rem}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result{padding:0 1rem}}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result h3{text-transform:uppercase;font-size:1.6rem;line-height:1.6rem;color:#003865;margin-bottom:1rem}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result h3 a{color:#003865;cursor:pointer}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result h3 span.designations{color:#4f5961;text-transform:none;font-weight:normal}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result h4{text-transform:uppercase;font-size:1.2rem;line-height:1.2rem;color:#003865;margin:0}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result p{font-family:"PT Sans",sans-serif}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result p{margin:.2rem 0 .2rem 0}}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction{background:#003865 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.minimal{border:none !important;padding-top:0;padding-left:2rem;padding-bottom:0;margin:0;background:url(/3t4/img/arrow-thick-right.png) .2rem no-repeat}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.minimal:hover{box-shadow:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.minimal.dark{color:#003865 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.minimal.dark.arrow-up{background:url(/3t4/img/arrow-thick-blue-up.png) .2rem no-repeat}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.minimal.arrow-up{background:url(/3t4/img/arrow-thick-up.png) .2rem no-repeat}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.small{background-position-y:.86rem !important;padding-top:.6rem;padding-bottom:.6rem}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.small{background-position-y:.5rem !important}}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.tiny{background-position-y:.8rem !important;padding-top:.6rem;padding-bottom:.6rem;font-size:1rem;background:#003865 url(/3t4/img/arrow-thin-white.svg) 1rem no-repeat;background-size:20px}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow{background:#006630 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result #apply-now-container-mobile a.button.applynow{display:block;width:100%;font-size:1.6rem;text-align:left;padding-left:2.8rem;background:#006630 url(/3t4/img/arrow-thick-right.png) .9rem 1.2rem no-repeat}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow{font-family:"PT Sans",sans-serif;color:#fff !important;cursor:pointer;padding:1rem;border:0;margin:1rem 1rem 1rem 0;display:inline-block;border-radius:.25rem;font-weight:400;font-size:1.2rem;padding-left:3rem}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue{background:#003865 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.universityblue,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.universityblue{background:#003865 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.universityblue a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.universityblue a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.universityblue.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.universityblue.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.universityblue.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.universityblue.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue-tint-80,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue-tint-80{background:#2e5c81 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue-tint-80 a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue-tint-80 a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue-tint-80.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue-tint-80.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue-tint-80.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue-tint-80.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue-tint-70,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue-tint-70{background:#4c7393 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue-tint-70 a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue-tint-70 a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue-tint-70.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue-tint-70.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue-tint-70.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue-tint-70.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue-tint-40,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue-tint-40{background:#4c7393 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue-tint-40 a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue-tint-40 a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue-tint-40.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue-tint-40.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.uofg-default-blue-tint-40.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.uofg-default-blue-tint-40.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.slate-grey,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.slate-grey{background:#343536 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.slate-grey a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.slate-grey a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.slate-grey.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.slate-grey.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.slate-grey.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.slate-grey.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.grey,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.grey{background:#d3d3d3 url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#003865 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.grey a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.grey a{color:#003865 !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.grey.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.grey.update{color:#003865 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.grey.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.grey.update a{color:#003865 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.medium-grey,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.medium-grey{background:#ededed url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.medium-grey a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.medium-grey a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.medium-grey.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.medium-grey.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.medium-grey.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.medium-grey.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.light-grey,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.light-grey{background:#f7f7f7 url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#343536 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.light-grey a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.light-grey a{color:#343536 !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.light-grey.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.light-grey.update{color:#343536 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.light-grey.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.light-grey.update a{color:#343536 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.cobalt,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.cobalt{background:#005398 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.cobalt a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.cobalt a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.cobalt.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.cobalt.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.cobalt.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.cobalt.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.cobalt-tint-80,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.cobalt-tint-80{background:#3590bf url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.cobalt-tint-80 a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.cobalt-tint-80 a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.cobalt-tint-80.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.cobalt-tint-80.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.cobalt-tint-80.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.cobalt-tint-80.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.cobalt-dark,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.cobalt-dark{background:#015987 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.cobalt-dark a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.cobalt-dark a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.cobalt-dark.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.cobalt-dark.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.cobalt-dark.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.cobalt-dark.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.turquoise,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.turquoise{background:#00b5d1 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.turquoise a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.turquoise a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.turquoise.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.turquoise.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.turquoise.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.turquoise.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.thistle,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.thistle{background:#951272 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.thistle a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.thistle a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.thistle.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.thistle.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.thistle.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.thistle.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.thistle-tint-80,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.thistle-tint-80{background:#aa418e url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.thistle-tint-80 a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.thistle-tint-80 a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.thistle-tint-80.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.thistle-tint-80.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.thistle-tint-80.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.thistle-tint-80.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.thistle-tint-90,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.thistle-tint-90{background:#a02a80 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.thistle-tint-90 a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.thistle-tint-90 a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.thistle-tint-90.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.thistle-tint-90.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.thistle-tint-90.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.thistle-tint-90.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lavendar,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lavendar{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lavendar a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lavendar a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lavendar.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lavendar.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lavendar.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lavendar.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lavender,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lavender{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lavender a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lavender a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lavender.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lavender.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lavender.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lavender.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lavendar-tint-80,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lavendar-tint-80{background:#7c71a9 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lavendar-tint-80 a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lavendar-tint-80 a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lavendar-tint-80.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lavendar-tint-80.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lavendar-tint-80.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lavendar-tint-80.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lawn,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lawn{background:#84bd00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lawn a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lawn a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lawn.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lawn.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.lawn.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.lawn.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.pillarbox,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.pillarbox{background:#b30c00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.pillarbox a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.pillarbox a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.pillarbox.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.pillarbox.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.pillarbox.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.pillarbox.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.burgundy,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.burgundy{background:#7d2239 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.burgundy a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.burgundy a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.burgundy.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.burgundy.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.burgundy.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.burgundy.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.pumpkin,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.pumpkin{background:#84bd00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.pumpkin a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.pumpkin a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.pumpkin.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.pumpkin.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.pumpkin.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.pumpkin.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.forest,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.forest{background:#385a4f url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.forest a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.forest a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.forest.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.forest.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.forest.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.forest.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.sunshine,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.sunshine{background:#ffdc36 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#000 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.sunshine a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.sunshine a{color:#000 !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.sunshine.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.sunshine.update{color:#000 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.sunshine.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.sunshine.update a{color:#000 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.rust,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.rust{background:#be4d00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.rust a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.rust a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.rust.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.rust.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.rust.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.rust.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.sandstone,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.sandstone{background:#7a6855 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.sandstone a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.sandstone a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.sandstone.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.sandstone.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.sandstone.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.sandstone.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.slate,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.slate{background:#4f5961 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.slate a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.slate a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.slate.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.slate.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.slate.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.slate.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.heather,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.heather{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.heather a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.heather a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.heather.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.heather.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.heather.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.heather.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.rose,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.rose{background:#d278ab url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.rose a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.rose a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.rose.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.rose.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.rose.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.rose.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.mocha,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.mocha{background:#b59079 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.mocha a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.mocha a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.mocha.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.mocha.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.mocha.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.mocha.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.aquamarine,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.aquamarine{background:#9ab9ad url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.aquamarine a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.aquamarine a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.aquamarine.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.aquamarine.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.aquamarine.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.aquamarine.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.undergraduate,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.undergraduate{background:#951272 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.undergraduate a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.undergraduate a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.undergraduate.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.undergraduate.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.undergraduate.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.undergraduate.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.postgraduate,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.postgraduate{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.postgraduate a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.postgraduate a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.postgraduate.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.postgraduate.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.postgraduate.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.postgraduate.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.skyblue,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.skyblue{background:#005398 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.skyblue a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.skyblue a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.skyblue.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.skyblue.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.skyblue.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.skyblue.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.leaf,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.leaf{background:#006630 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.leaf a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.leaf a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.leaf.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.leaf.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.leaf.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.leaf.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.moss,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.moss{background:#385a4f url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.moss a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.moss a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.moss.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.moss.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.moss.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.moss.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.black,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.black{background:#000 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.black a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.black a{color:#fff !important;text-decoration:none}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.black.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.black.update{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.black.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.black.update a{color:#fff !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.small,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.small{background-position-y:.86rem !important;padding-top:.6rem;padding-bottom:.6rem}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.small,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.small{background-position-y:.5rem !important}}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.white,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.white{background:#fff url(/3t4/img/arrow-thick-blue-right.png) 1rem 1.2rem no-repeat;color:#003865 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.white a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.white a{color:#003865 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.sport,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.sport{background:#ffdc36 url(/3t4/img/arrow-thick-blue-right.png) 1rem 1.2rem no-repeat;color:#000 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.sport a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.sport a{color:#000 !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.bs,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.bs{background:#005398 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat;line-height:1.6rem}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.update,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.update{background:#4f5961 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat;line-height:1.6rem;width:100%}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.update.black,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.update.black{background-image:none !important;padding-left:1rem !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction.update a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow.update a{color:#fff !important}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow{font-size:1rem}}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction a,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow a{color:#fff !important;text-decoration:none !important}#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction:hover,#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .applynow:hover{opacity:.9;transition:opacity .3s;box-shadow:0px 3px 3px -2px rgba(0,0,0,.22);border-bottom:none !important}@media screen and (max-width: 69.9375em){#content-container #content-container-inner #main-content-wrapper #programme-results .programme-result .calltoaction{width:100%;background:#003865 url(/3t4/img/arrow-thick-right.png) 1rem center no-repeat}}#content-container #content-container-inner #main-content-wrapper #programme-results .bookmark{font-weight:600;cursor:pointer;user-select:none}#content-container #content-container-inner #main-content-wrapper #programme-results .bookmark position:relative i{position:absolute}#content-container #content-container-inner #main-content-wrapper #programme-results .bookmark .link{position:absolute;padding-left:.4rem}#content-container #content-container-inner button.showmore{background-color:#003865}#content-container #content-container-inner button.showmore:hover,#content-container #content-container-inner button.showmore:focus{background-color:#4c7393}#content-container #content-container-inner a.button.reltag{margin-right:.6rem;border-radius:.2rem;background-color:#003865;padding:.6rem;color:#fff}#content-container #content-container-inner ul.tag-list{margin:0;padding:0}#content-container #content-container-inner ul.tag-list li{display:inline;list-style:none;padding:0;margin:0;color:#fff}#content-container #content-container-inner .tile .tileText span.tile-tag{background:#fff;margin:.2rem;padding:.2rem;display:inline-block}#content-container #content-container-inner .tile .tileText span.tile-tag a{color:#be4d00}#content-container p,#content-container li{font-family:"PT Sans",sans-serif}#content-container.internal{margin-top:64px;padding-top:124px}@media screen and (max-width: 69.9375em){#content-container.internal{margin-top:128px;padding-top:0}}#content-container.internal.menu-open{padding-top:6rem}@media screen and (max-width: 69.9375em){#content-container{margin:0;display:block}}#content-container.external{margin-top:0}@media screen and (min-width: 70em){#content-container.menu-open{margin-top:64px;padding:3rem 3rem 1rem 3rem}}#content-container a{color:#005398}#content-container a:hover{color:#3590bf}#content-container .study-accordion{display:block;background:#d3d3d3;padding:1rem;margin-top:1rem;cursor:pointer}#content-container .study-accordion h2{margin:0;color:#343536}#content-container .study-accordion h2:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.6rem;background-size:contain;color:inherit}#content-container .study-accordion.hidestudy h2:before{background:url(/3t4/img/toggle-close-blue.svg) center center no-repeat}#content-container .study-accordion.showstudy h2:before{background:url(/3t4/img/toggle-open-blue.svg) center center no-repeat}#content-container .study-search-wrapper{display:flex}#content-container .study-search-wrapper .tileRow{width:100%;flex-shrink:0;flex-grow:1}#content-container .racc_wrap{margin-top:2rem}#content-container .wrapper{padding:0 1rem;margin-top:2rem;position:relative;z-index:1}#content-container .wrapper .wrapper-inner{padding:2rem 1rem}@media screen and (max-width: 69.9375em){#content-container .wrapper{padding:0}}#content-container .wrapper h2.wrapper_heading{text-transform:uppercase;font-size:2rem;line-height:2rem;margin:0;padding:0;color:#003865;background:none}#content-container .wrapper h2.wrapper_heading.study{font-size:2rem}@media screen and (max-width: 69.9375em){#content-container .wrapper h2.wrapper_heading.study{margin-left:.5rem;margin-top:.5rem}}@media screen and (max-width: 69.9375em){#content-container .wrapper h2.wrapper_heading{font-size:2rem !important;line-height:2rem !important;padding:1rem 0}}#content-container .wrapper .wrapper-inner{background-color:#ededed}#content-container .wrapper .tileRow.medium{flex-wrap:wrap}@media screen and (min-width: 70em){#content-container .wrapper .tileRow:first-child{margin-top:-2rem}}#content-container .wrapper .tileText h3{font-weight:400;padding:0;margin:0;margin-bottom:1rem;line-height:2.2rem;font-size:2rem}#content-container .wrapper .tileText h4.summary{margin-bottom:0}#content-container .wrapper.in-accordion{margin-top:0}#content-container .wrapper.no-margin-top{margin-top:0;padding-top:1rem}#content-container .wrapper.leftnav-open{margin-top:0}#content-container .wrapper input{border:1px solid #dcdcdc}#content-container .wrapper .standardContent{padding:0 1rem 0 1rem;margin:0 !important;background:none}#content-container .wrapper .standardContent .maincontent{padding:0}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent{margin-top:0 !important;background:none !important}}#content-container .wrapper .standardContent.splash{margin:0 !important}#content-container .wrapper .standardContent.splash.banner{margin-top:7rem;margin-bottom:2rem}#content-container .wrapper .standardContent.wrapperHeading{margin:0 !important}#content-container .wrapper .standardContent.wrapperHeading .columns{padding:0}#content-container .wrapper .standardContent.wrapperHeading h1{margin:0 0 1rem 0}#content-container .wrapper .standardContent.racc_parent{margin-bottom:1rem !important;padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#003865;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc .heading_opener:hover{background-color:#003865}#content-container .wrapper .standardContent.racc_parent .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc .heading_opener.alt{background-color:#003865;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1,#content-container .wrapper .standardContent.racc_parent.universityblue{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc,#content-container .wrapper .standardContent.racc_parent.universityblue .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#003865;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener:hover{background-color:#003865}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener.alt{background-color:#003865;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.universityblue .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.universityblue .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.universityblue .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.universityblue .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt1 .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.universityblue .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#4f5961;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener:hover{background-color:#4f5961}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt{background-color:#4f5961;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt2 .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#f7f7f7;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener:hover{background-color:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#003865 !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-blue.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt{background-color:#f7f7f7;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h3{color:#003865 !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-blue.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundAlt3 .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt,#content-container .wrapper .standardContent.racc_parent.cobalt{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc,#content-container .wrapper .standardContent.racc_parent.cobalt .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#005398;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener:hover{background-color:#005398}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener.alt{background-color:#005398;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.cobalt .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.cobalt .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.cobalt .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.cobalt .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundCobalt .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.cobalt .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather,#content-container .wrapper .standardContent.racc_parent.heather{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc,#content-container .wrapper .standardContent.racc_parent.heather .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#5b4d94;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener:hover{background-color:#5b4d94}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener.alt{background-color:#5b4d94;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.heather .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.heather .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.heather .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.heather .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.heather .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.heather .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.heather .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundHeather .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.heather .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle,#content-container .wrapper .standardContent.racc_parent.thistle{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc,#content-container .wrapper .standardContent.racc_parent.thistle .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#951272;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener:hover{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener.alt{background-color:#951272;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.thistle .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.thistle .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.thistle .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.thistle .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.thistle .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundThistle .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.thistle .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender,#content-container .wrapper .standardContent.racc_parent.lavendar,#content-container .wrapper .standardContent.racc_parent.lavender{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc,#content-container .wrapper .standardContent.racc_parent.lavendar .racc,#content-container .wrapper .standardContent.racc_parent.lavender .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#5b4d94;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener:hover{background-color:#5b4d94}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener.alt{background-color:#5b4d94;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.lavender .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.lavender .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.lavender .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.lavender .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.lavender .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.lavendar .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.lavender .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavendar .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.lavendar .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavender .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.lavender .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavendar .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.lavender .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLavender .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavendar .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.lavender .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox,#content-container .wrapper .standardContent.racc_parent.pillarbox{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#b30c00;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener:hover{background-color:#b30c00}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener.alt{background-color:#b30c00;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundPillarbox .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.pillarbox .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest,#content-container .wrapper .standardContent.racc_parent.forest{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc,#content-container .wrapper .standardContent.racc_parent.forest .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#385a4f;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener:hover{background-color:#385a4f}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener.alt{background-color:#385a4f;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.forest .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.forest .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.forest .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.forest .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.forest .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.forest .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.forest .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundForest .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.forest .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy,#content-container .wrapper .standardContent.racc_parent.burgundy{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc,#content-container .wrapper .standardContent.racc_parent.burgundy .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#7d2239;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener:hover{background-color:#7d2239}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener.alt{background-color:#7d2239;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.burgundy .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.burgundy .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.burgundy .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.burgundy .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundBurgundy .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.burgundy .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust,#content-container .wrapper .standardContent.racc_parent.rust{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc,#content-container .wrapper .standardContent.racc_parent.rust .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#be4d00;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener:hover{background-color:#be4d00}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener.alt{background-color:#be4d00;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.rust .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.rust .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.rust .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.rust .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.rust .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.rust .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.rust .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundRust .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.rust .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue,#content-container .wrapper .standardContent.racc_parent.skyblue{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc,#content-container .wrapper .standardContent.racc_parent.skyblue .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#005398;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener:hover{background-color:#005398}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener.alt{background-color:#005398;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.skyblue .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.skyblue .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.skyblue .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.skyblue .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundSkyblue .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.skyblue .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf,#content-container .wrapper .standardContent.racc_parent.leaf{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc,#content-container .wrapper .standardContent.racc_parent.leaf .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#006630;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener:hover{background-color:#006630}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener.alt{background-color:#006630;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.leaf .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.leaf .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.leaf .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.leaf .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.leaf .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundLeaf .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.leaf .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss,#content-container .wrapper .standardContent.racc_parent.moss{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc,#content-container .wrapper .standardContent.racc_parent.moss .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#385a4f;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener:hover{background-color:#385a4f}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener.alt{background-color:#385a4f;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent.moss .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent.moss .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.moss .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent.moss .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.moss .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent.moss .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent.moss .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent.TileBackgroundMoss .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent.moss .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#003865;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener:hover{background-color:#003865}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener.alt{background-color:#003865;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#003865;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener:hover{background-color:#003865}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener.alt{background-color:#003865;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt1 .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.universityblue .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#4f5961;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener:hover{background-color:#4f5961}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt{background-color:#4f5961;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt2 .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#f7f7f7;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener:hover{background-color:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#003865 !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-blue.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt{background-color:#f7f7f7;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h3{color:#003865 !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-blue.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundAlt3 .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#005398;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener:hover{background-color:#005398}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener.alt{background-color:#005398;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundCobalt .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.cobalt .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#5b4d94;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener:hover{background-color:#5b4d94}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener.alt{background-color:#5b4d94;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundHeather .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.heather .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#951272;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener:hover{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener.alt{background-color:#951272;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundThistle .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.thistle .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#5b4d94;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener:hover{background-color:#5b4d94}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener.alt{background-color:#5b4d94;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLavender .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavendar .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.lavender .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#b30c00;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener:hover{background-color:#b30c00}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener.alt{background-color:#b30c00;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundPillarbox .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.pillarbox .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#385a4f;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener:hover{background-color:#385a4f}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener.alt{background-color:#385a4f;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundForest .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.forest .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#7d2239;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener:hover{background-color:#7d2239}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener.alt{background-color:#7d2239;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundBurgundy .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.burgundy .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#be4d00;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener:hover{background-color:#be4d00}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener.alt{background-color:#be4d00;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundRust .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.rust .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#005398;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener:hover{background-color:#005398}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener.alt{background-color:#005398;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundSkyblue .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.skyblue .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#006630;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener:hover{background-color:#006630}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener.alt{background-color:#006630;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundLeaf .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.leaf .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#385a4f;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener:hover{background-color:#385a4f}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener.alt{background-color:#385a4f;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent.TileBackgroundMoss .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent.moss .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#003865;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener:hover{background-color:#003865}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener.alt{background-color:#003865;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#003865;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener:hover{background-color:#003865}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener.alt{background-color:#003865;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt1 .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.universityblue .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#4f5961;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener:hover{background-color:#4f5961}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt{background-color:#4f5961;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt2 .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#f7f7f7;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener:hover{background-color:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#003865 !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-blue.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt{background-color:#f7f7f7;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h3{color:#003865 !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-blue.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundAlt3 .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#005398;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener:hover{background-color:#005398}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener.alt{background-color:#005398;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundCobalt .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.cobalt .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#5b4d94;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener:hover{background-color:#5b4d94}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener.alt{background-color:#5b4d94;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundHeather .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.heather .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#951272;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener:hover{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener.alt{background-color:#951272;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundThistle .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.thistle .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#5b4d94;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener:hover{background-color:#5b4d94}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener.alt{background-color:#5b4d94;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLavender .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavendar .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.lavender .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#b30c00;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener:hover{background-color:#b30c00}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener.alt{background-color:#b30c00;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundPillarbox .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.pillarbox .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#385a4f;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener:hover{background-color:#385a4f}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener.alt{background-color:#385a4f;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundForest .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.forest .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#7d2239;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener:hover{background-color:#7d2239}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener.alt{background-color:#7d2239;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundBurgundy .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.burgundy .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#be4d00;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener:hover{background-color:#be4d00}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener.alt{background-color:#be4d00;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundRust .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.rust .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#005398;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener:hover{background-color:#005398}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener.alt{background-color:#005398;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundSkyblue .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.skyblue .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#006630;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener:hover{background-color:#006630}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener.alt{background-color:#006630;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundLeaf .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.leaf .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc{margin:0;padding:0;max-width:initial}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#385a4f;border-radius:.25rem;cursor:pointer}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener:focus,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener{padding:.4rem 1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener:hover,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener:hover{background-color:#385a4f}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener.alt{background-color:#385a4f;border-radius:.25rem .25rem 0 0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.alt h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener.alt h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener.alt h3{color:#fff !important}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener.alt h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .heading_opener.small h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener.small h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .heading_opener.small h3{font-size:1.1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content.isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper).isopen,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper),#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content{padding:1rem}}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content.pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper).pgt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content.pgt{background:#f7f7f7}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content{padding:0}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc .vue-accordion-content .vue-accordion-content-inner,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc.small .heading_opener h2,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc.small .heading_opener h2:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc.small .content_opener .racc.small .heading_opener h3,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.TileBackgroundMoss .racc.small .content_opener .racc.small .heading_opener h3:before,#content-container .wrapper .standardContent.racc_parent .racc_parent .racc_parent.moss .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#content-container .wrapper.white .wrapper-inner,#content-container .wrapper.default .wrapper-inner{background-color:#fff}#content-container .wrapper.white .wrapper-inner .maincontent:not(.racc),#content-container .wrapper.default .wrapper-inner .maincontent:not(.racc){color:#003865 !important}#content-container .wrapper.white .wrapper-inner .maincontent:not(.racc) a,#content-container .wrapper.default .wrapper-inner .maincontent:not(.racc) a{color:#003865;text-decoration:underline}#content-container .wrapper.white .standardContent,#content-container .wrapper.default .standardContent{background-color:#fff;color:#003865}#content-container .wrapper.white .standardContent h3.large,#content-container .wrapper.default .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.white .standardContent.splashwrapper .standardContent a,#content-container .wrapper.white .standardContent.splashwrapper .standardContent p,#content-container .wrapper.white .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.white .standardContent.splashwrapper .standardContent li,#content-container .wrapper.white .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.white .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.white .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.white .standardContent.splashwrapper .standardContent h5,#content-container .wrapper.default .standardContent.splashwrapper .standardContent a,#content-container .wrapper.default .standardContent.splashwrapper .standardContent p,#content-container .wrapper.default .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.default .standardContent.splashwrapper .standardContent li,#content-container .wrapper.default .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.default .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.default .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.default .standardContent.splashwrapper .standardContent h5{color:#003865 !important}#content-container .wrapper.white .standardContent h2,#content-container .wrapper.default .standardContent h2{color:#003865}#content-container .wrapper.white .standardContent.wrapperstart ul li,#content-container .wrapper.white .standardContent.wrapper-end ul li,#content-container .wrapper.default .standardContent.wrapperstart ul li,#content-container .wrapper.default .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.white .standardContent.wrapperstart ul li:before,#content-container .wrapper.white .standardContent.wrapper-end ul li:before,#content-container .wrapper.default .standardContent.wrapperstart ul li:before,#content-container .wrapper.default .standardContent.wrapper-end ul li:before{content:"•";color:#003865;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.white .links .linksInner .linksContentWrap,#content-container .wrapper.default .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.white .links .linksInner .linksContentWrap a,#content-container .wrapper.white .links .linksInner .linksContentWrap p,#content-container .wrapper.white .links .linksInner .linksContentWrap ul,#content-container .wrapper.white .links .linksInner .linksContentWrap li,#content-container .wrapper.white .links .linksInner .linksContentWrap h1,#content-container .wrapper.white .links .linksInner .linksContentWrap h2,#content-container .wrapper.white .links .linksInner .linksContentWrap h3,#content-container .wrapper.white .links .linksInner .linksContentWrap h4,#content-container .wrapper.white .links .linksInner .linksContentWrap h5,#content-container .wrapper.default .links .linksInner .linksContentWrap a,#content-container .wrapper.default .links .linksInner .linksContentWrap p,#content-container .wrapper.default .links .linksInner .linksContentWrap ul,#content-container .wrapper.default .links .linksInner .linksContentWrap li,#content-container .wrapper.default .links .linksInner .linksContentWrap h1,#content-container .wrapper.default .links .linksInner .linksContentWrap h2,#content-container .wrapper.default .links .linksInner .linksContentWrap h3,#content-container .wrapper.default .links .linksInner .linksContentWrap h4,#content-container .wrapper.default .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.white h2,#content-container .wrapper.default h2{background:none;color:#003865}#content-container .wrapper.white .slideshow-wrapper,#content-container .wrapper.default .slideshow-wrapper{color:#003865}#content-container .wrapper.white .slideshow-wrapper .dots,#content-container .wrapper.default .slideshow-wrapper .dots{color:#003865}#content-container .wrapper.uofg-default-blue .wrapper-inner{background-color:#003865}#content-container .wrapper.uofg-default-blue .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.uofg-default-blue .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.uofg-default-blue .standardContent{background-color:#003865;color:#fff}#content-container .wrapper.uofg-default-blue .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.uofg-default-blue .standardContent.splashwrapper .standardContent a,#content-container .wrapper.uofg-default-blue .standardContent.splashwrapper .standardContent p,#content-container .wrapper.uofg-default-blue .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.uofg-default-blue .standardContent.splashwrapper .standardContent li,#content-container .wrapper.uofg-default-blue .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.uofg-default-blue .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.uofg-default-blue .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.uofg-default-blue .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.uofg-default-blue .standardContent h2{color:#fff}#content-container .wrapper.uofg-default-blue .standardContent.wrapperstart ul li,#content-container .wrapper.uofg-default-blue .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.uofg-default-blue .standardContent.wrapperstart ul li:before,#content-container .wrapper.uofg-default-blue .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.uofg-default-blue .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.uofg-default-blue .links .linksInner .linksContentWrap a,#content-container .wrapper.uofg-default-blue .links .linksInner .linksContentWrap p,#content-container .wrapper.uofg-default-blue .links .linksInner .linksContentWrap ul,#content-container .wrapper.uofg-default-blue .links .linksInner .linksContentWrap li,#content-container .wrapper.uofg-default-blue .links .linksInner .linksContentWrap h1,#content-container .wrapper.uofg-default-blue .links .linksInner .linksContentWrap h2,#content-container .wrapper.uofg-default-blue .links .linksInner .linksContentWrap h3,#content-container .wrapper.uofg-default-blue .links .linksInner .linksContentWrap h4,#content-container .wrapper.uofg-default-blue .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.uofg-default-blue h2{background:none;color:#fff}#content-container .wrapper.uofg-default-blue .slideshow-wrapper{color:#fff}#content-container .wrapper.uofg-default-blue .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.universityblue .wrapper-inner{background-color:#003865}#content-container .wrapper.universityblue .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.universityblue .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.universityblue .standardContent{background-color:#003865;color:#fff}#content-container .wrapper.universityblue .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.universityblue .standardContent.splashwrapper .standardContent a,#content-container .wrapper.universityblue .standardContent.splashwrapper .standardContent p,#content-container .wrapper.universityblue .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.universityblue .standardContent.splashwrapper .standardContent li,#content-container .wrapper.universityblue .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.universityblue .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.universityblue .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.universityblue .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.universityblue .standardContent h2{color:#fff}#content-container .wrapper.universityblue .standardContent.wrapperstart ul li,#content-container .wrapper.universityblue .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.universityblue .standardContent.wrapperstart ul li:before,#content-container .wrapper.universityblue .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.universityblue .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.universityblue .links .linksInner .linksContentWrap a,#content-container .wrapper.universityblue .links .linksInner .linksContentWrap p,#content-container .wrapper.universityblue .links .linksInner .linksContentWrap ul,#content-container .wrapper.universityblue .links .linksInner .linksContentWrap li,#content-container .wrapper.universityblue .links .linksInner .linksContentWrap h1,#content-container .wrapper.universityblue .links .linksInner .linksContentWrap h2,#content-container .wrapper.universityblue .links .linksInner .linksContentWrap h3,#content-container .wrapper.universityblue .links .linksInner .linksContentWrap h4,#content-container .wrapper.universityblue .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.universityblue h2{background:none;color:#fff}#content-container .wrapper.universityblue .slideshow-wrapper{color:#fff}#content-container .wrapper.universityblue .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.uofg-default-blue-tint-80 .wrapper-inner{background-color:#2e5c81}#content-container .wrapper.uofg-default-blue-tint-80 .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.uofg-default-blue-tint-80 .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.uofg-default-blue-tint-80 .standardContent{background-color:#2e5c81;color:#fff}#content-container .wrapper.uofg-default-blue-tint-80 .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.uofg-default-blue-tint-80 .standardContent.splashwrapper .standardContent a,#content-container .wrapper.uofg-default-blue-tint-80 .standardContent.splashwrapper .standardContent p,#content-container .wrapper.uofg-default-blue-tint-80 .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.uofg-default-blue-tint-80 .standardContent.splashwrapper .standardContent li,#content-container .wrapper.uofg-default-blue-tint-80 .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.uofg-default-blue-tint-80 .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.uofg-default-blue-tint-80 .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.uofg-default-blue-tint-80 .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.uofg-default-blue-tint-80 .standardContent h2{color:#fff}#content-container .wrapper.uofg-default-blue-tint-80 .standardContent.wrapperstart ul li,#content-container .wrapper.uofg-default-blue-tint-80 .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.uofg-default-blue-tint-80 .standardContent.wrapperstart ul li:before,#content-container .wrapper.uofg-default-blue-tint-80 .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.uofg-default-blue-tint-80 .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.uofg-default-blue-tint-80 .links .linksInner .linksContentWrap a,#content-container .wrapper.uofg-default-blue-tint-80 .links .linksInner .linksContentWrap p,#content-container .wrapper.uofg-default-blue-tint-80 .links .linksInner .linksContentWrap ul,#content-container .wrapper.uofg-default-blue-tint-80 .links .linksInner .linksContentWrap li,#content-container .wrapper.uofg-default-blue-tint-80 .links .linksInner .linksContentWrap h1,#content-container .wrapper.uofg-default-blue-tint-80 .links .linksInner .linksContentWrap h2,#content-container .wrapper.uofg-default-blue-tint-80 .links .linksInner .linksContentWrap h3,#content-container .wrapper.uofg-default-blue-tint-80 .links .linksInner .linksContentWrap h4,#content-container .wrapper.uofg-default-blue-tint-80 .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.uofg-default-blue-tint-80 h2{background:none;color:#fff}#content-container .wrapper.uofg-default-blue-tint-80 .slideshow-wrapper{color:#fff}#content-container .wrapper.uofg-default-blue-tint-80 .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.uofg-default-blue-tint-70 .wrapper-inner{background-color:#4c7393}#content-container .wrapper.uofg-default-blue-tint-70 .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.uofg-default-blue-tint-70 .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.uofg-default-blue-tint-70 .standardContent{background-color:#4c7393;color:#fff}#content-container .wrapper.uofg-default-blue-tint-70 .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.uofg-default-blue-tint-70 .standardContent.splashwrapper .standardContent a,#content-container .wrapper.uofg-default-blue-tint-70 .standardContent.splashwrapper .standardContent p,#content-container .wrapper.uofg-default-blue-tint-70 .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.uofg-default-blue-tint-70 .standardContent.splashwrapper .standardContent li,#content-container .wrapper.uofg-default-blue-tint-70 .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.uofg-default-blue-tint-70 .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.uofg-default-blue-tint-70 .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.uofg-default-blue-tint-70 .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.uofg-default-blue-tint-70 .standardContent h2{color:#fff}#content-container .wrapper.uofg-default-blue-tint-70 .standardContent.wrapperstart ul li,#content-container .wrapper.uofg-default-blue-tint-70 .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.uofg-default-blue-tint-70 .standardContent.wrapperstart ul li:before,#content-container .wrapper.uofg-default-blue-tint-70 .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.uofg-default-blue-tint-70 .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.uofg-default-blue-tint-70 .links .linksInner .linksContentWrap a,#content-container .wrapper.uofg-default-blue-tint-70 .links .linksInner .linksContentWrap p,#content-container .wrapper.uofg-default-blue-tint-70 .links .linksInner .linksContentWrap ul,#content-container .wrapper.uofg-default-blue-tint-70 .links .linksInner .linksContentWrap li,#content-container .wrapper.uofg-default-blue-tint-70 .links .linksInner .linksContentWrap h1,#content-container .wrapper.uofg-default-blue-tint-70 .links .linksInner .linksContentWrap h2,#content-container .wrapper.uofg-default-blue-tint-70 .links .linksInner .linksContentWrap h3,#content-container .wrapper.uofg-default-blue-tint-70 .links .linksInner .linksContentWrap h4,#content-container .wrapper.uofg-default-blue-tint-70 .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.uofg-default-blue-tint-70 h2{background:none;color:#fff}#content-container .wrapper.uofg-default-blue-tint-70 .slideshow-wrapper{color:#fff}#content-container .wrapper.uofg-default-blue-tint-70 .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.uofg-default-blue-tint-40 .wrapper-inner{background-color:#4c7393}#content-container .wrapper.uofg-default-blue-tint-40 .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.uofg-default-blue-tint-40 .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.uofg-default-blue-tint-40 .standardContent{background-color:#4c7393;color:#fff}#content-container .wrapper.uofg-default-blue-tint-40 .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.uofg-default-blue-tint-40 .standardContent.splashwrapper .standardContent a,#content-container .wrapper.uofg-default-blue-tint-40 .standardContent.splashwrapper .standardContent p,#content-container .wrapper.uofg-default-blue-tint-40 .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.uofg-default-blue-tint-40 .standardContent.splashwrapper .standardContent li,#content-container .wrapper.uofg-default-blue-tint-40 .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.uofg-default-blue-tint-40 .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.uofg-default-blue-tint-40 .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.uofg-default-blue-tint-40 .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.uofg-default-blue-tint-40 .standardContent h2{color:#fff}#content-container .wrapper.uofg-default-blue-tint-40 .standardContent.wrapperstart ul li,#content-container .wrapper.uofg-default-blue-tint-40 .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.uofg-default-blue-tint-40 .standardContent.wrapperstart ul li:before,#content-container .wrapper.uofg-default-blue-tint-40 .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.uofg-default-blue-tint-40 .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.uofg-default-blue-tint-40 .links .linksInner .linksContentWrap a,#content-container .wrapper.uofg-default-blue-tint-40 .links .linksInner .linksContentWrap p,#content-container .wrapper.uofg-default-blue-tint-40 .links .linksInner .linksContentWrap ul,#content-container .wrapper.uofg-default-blue-tint-40 .links .linksInner .linksContentWrap li,#content-container .wrapper.uofg-default-blue-tint-40 .links .linksInner .linksContentWrap h1,#content-container .wrapper.uofg-default-blue-tint-40 .links .linksInner .linksContentWrap h2,#content-container .wrapper.uofg-default-blue-tint-40 .links .linksInner .linksContentWrap h3,#content-container .wrapper.uofg-default-blue-tint-40 .links .linksInner .linksContentWrap h4,#content-container .wrapper.uofg-default-blue-tint-40 .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.uofg-default-blue-tint-40 h2{background:none;color:#fff}#content-container .wrapper.uofg-default-blue-tint-40 .slideshow-wrapper{color:#fff}#content-container .wrapper.uofg-default-blue-tint-40 .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.slate-grey .wrapper-inner{background-color:#343536}#content-container .wrapper.slate-grey .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.slate-grey .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.slate-grey .standardContent{background-color:#343536;color:#fff}#content-container .wrapper.slate-grey .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.slate-grey .standardContent.splashwrapper .standardContent a,#content-container .wrapper.slate-grey .standardContent.splashwrapper .standardContent p,#content-container .wrapper.slate-grey .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.slate-grey .standardContent.splashwrapper .standardContent li,#content-container .wrapper.slate-grey .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.slate-grey .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.slate-grey .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.slate-grey .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.slate-grey .standardContent h2{color:#fff}#content-container .wrapper.slate-grey .standardContent.wrapperstart ul li,#content-container .wrapper.slate-grey .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.slate-grey .standardContent.wrapperstart ul li:before,#content-container .wrapper.slate-grey .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.slate-grey .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.slate-grey .links .linksInner .linksContentWrap a,#content-container .wrapper.slate-grey .links .linksInner .linksContentWrap p,#content-container .wrapper.slate-grey .links .linksInner .linksContentWrap ul,#content-container .wrapper.slate-grey .links .linksInner .linksContentWrap li,#content-container .wrapper.slate-grey .links .linksInner .linksContentWrap h1,#content-container .wrapper.slate-grey .links .linksInner .linksContentWrap h2,#content-container .wrapper.slate-grey .links .linksInner .linksContentWrap h3,#content-container .wrapper.slate-grey .links .linksInner .linksContentWrap h4,#content-container .wrapper.slate-grey .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.slate-grey h2{background:none;color:#fff}#content-container .wrapper.slate-grey .slideshow-wrapper{color:#fff}#content-container .wrapper.slate-grey .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.medium-grey .wrapper-inner{background-color:#ededed}#content-container .wrapper.medium-grey .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.medium-grey .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.medium-grey .standardContent{background-color:#ededed;color:#fff}#content-container .wrapper.medium-grey .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.medium-grey .standardContent.splashwrapper .standardContent a,#content-container .wrapper.medium-grey .standardContent.splashwrapper .standardContent p,#content-container .wrapper.medium-grey .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.medium-grey .standardContent.splashwrapper .standardContent li,#content-container .wrapper.medium-grey .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.medium-grey .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.medium-grey .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.medium-grey .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.medium-grey .standardContent h2{color:#fff}#content-container .wrapper.medium-grey .standardContent.wrapperstart ul li,#content-container .wrapper.medium-grey .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.medium-grey .standardContent.wrapperstart ul li:before,#content-container .wrapper.medium-grey .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.medium-grey .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.medium-grey .links .linksInner .linksContentWrap a,#content-container .wrapper.medium-grey .links .linksInner .linksContentWrap p,#content-container .wrapper.medium-grey .links .linksInner .linksContentWrap ul,#content-container .wrapper.medium-grey .links .linksInner .linksContentWrap li,#content-container .wrapper.medium-grey .links .linksInner .linksContentWrap h1,#content-container .wrapper.medium-grey .links .linksInner .linksContentWrap h2,#content-container .wrapper.medium-grey .links .linksInner .linksContentWrap h3,#content-container .wrapper.medium-grey .links .linksInner .linksContentWrap h4,#content-container .wrapper.medium-grey .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.medium-grey h2{background:none;color:#fff}#content-container .wrapper.medium-grey .slideshow-wrapper{color:#fff}#content-container .wrapper.medium-grey .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.light-grey .wrapper-inner{background-color:#f7f7f7}#content-container .wrapper.light-grey .wrapper-inner .maincontent:not(.racc){color:#343536 !important}#content-container .wrapper.light-grey .wrapper-inner .maincontent:not(.racc) a{color:#343536;text-decoration:underline}#content-container .wrapper.light-grey .standardContent{background-color:#f7f7f7;color:#343536}#content-container .wrapper.light-grey .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.light-grey .standardContent.splashwrapper .standardContent a,#content-container .wrapper.light-grey .standardContent.splashwrapper .standardContent p,#content-container .wrapper.light-grey .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.light-grey .standardContent.splashwrapper .standardContent li,#content-container .wrapper.light-grey .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.light-grey .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.light-grey .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.light-grey .standardContent.splashwrapper .standardContent h5{color:#343536 !important}#content-container .wrapper.light-grey .standardContent h2{color:#343536}#content-container .wrapper.light-grey .standardContent.wrapperstart ul li,#content-container .wrapper.light-grey .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.light-grey .standardContent.wrapperstart ul li:before,#content-container .wrapper.light-grey .standardContent.wrapper-end ul li:before{content:"•";color:#343536;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.light-grey .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.light-grey .links .linksInner .linksContentWrap a,#content-container .wrapper.light-grey .links .linksInner .linksContentWrap p,#content-container .wrapper.light-grey .links .linksInner .linksContentWrap ul,#content-container .wrapper.light-grey .links .linksInner .linksContentWrap li,#content-container .wrapper.light-grey .links .linksInner .linksContentWrap h1,#content-container .wrapper.light-grey .links .linksInner .linksContentWrap h2,#content-container .wrapper.light-grey .links .linksInner .linksContentWrap h3,#content-container .wrapper.light-grey .links .linksInner .linksContentWrap h4,#content-container .wrapper.light-grey .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.light-grey h2{background:none;color:#343536}#content-container .wrapper.light-grey .slideshow-wrapper{color:#343536}#content-container .wrapper.light-grey .slideshow-wrapper .dots{color:#343536}#content-container .wrapper.cobalt .wrapper-inner{background-color:#005398}#content-container .wrapper.cobalt .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.cobalt .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.cobalt .standardContent{background-color:#005398;color:#fff}#content-container .wrapper.cobalt .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.cobalt .standardContent.splashwrapper .standardContent a,#content-container .wrapper.cobalt .standardContent.splashwrapper .standardContent p,#content-container .wrapper.cobalt .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.cobalt .standardContent.splashwrapper .standardContent li,#content-container .wrapper.cobalt .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.cobalt .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.cobalt .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.cobalt .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.cobalt .standardContent h2{color:#fff}#content-container .wrapper.cobalt .standardContent.wrapperstart ul li,#content-container .wrapper.cobalt .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.cobalt .standardContent.wrapperstart ul li:before,#content-container .wrapper.cobalt .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.cobalt .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.cobalt .links .linksInner .linksContentWrap a,#content-container .wrapper.cobalt .links .linksInner .linksContentWrap p,#content-container .wrapper.cobalt .links .linksInner .linksContentWrap ul,#content-container .wrapper.cobalt .links .linksInner .linksContentWrap li,#content-container .wrapper.cobalt .links .linksInner .linksContentWrap h1,#content-container .wrapper.cobalt .links .linksInner .linksContentWrap h2,#content-container .wrapper.cobalt .links .linksInner .linksContentWrap h3,#content-container .wrapper.cobalt .links .linksInner .linksContentWrap h4,#content-container .wrapper.cobalt .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.cobalt h2{background:none;color:#fff}#content-container .wrapper.cobalt .slideshow-wrapper{color:#fff}#content-container .wrapper.cobalt .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.cobalt-tint-80 .wrapper-inner{background-color:#3590bf}#content-container .wrapper.cobalt-tint-80 .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.cobalt-tint-80 .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.cobalt-tint-80 .standardContent{background-color:#3590bf;color:#fff}#content-container .wrapper.cobalt-tint-80 .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.cobalt-tint-80 .standardContent.splashwrapper .standardContent a,#content-container .wrapper.cobalt-tint-80 .standardContent.splashwrapper .standardContent p,#content-container .wrapper.cobalt-tint-80 .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.cobalt-tint-80 .standardContent.splashwrapper .standardContent li,#content-container .wrapper.cobalt-tint-80 .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.cobalt-tint-80 .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.cobalt-tint-80 .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.cobalt-tint-80 .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.cobalt-tint-80 .standardContent h2{color:#fff}#content-container .wrapper.cobalt-tint-80 .standardContent.wrapperstart ul li,#content-container .wrapper.cobalt-tint-80 .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.cobalt-tint-80 .standardContent.wrapperstart ul li:before,#content-container .wrapper.cobalt-tint-80 .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.cobalt-tint-80 .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.cobalt-tint-80 .links .linksInner .linksContentWrap a,#content-container .wrapper.cobalt-tint-80 .links .linksInner .linksContentWrap p,#content-container .wrapper.cobalt-tint-80 .links .linksInner .linksContentWrap ul,#content-container .wrapper.cobalt-tint-80 .links .linksInner .linksContentWrap li,#content-container .wrapper.cobalt-tint-80 .links .linksInner .linksContentWrap h1,#content-container .wrapper.cobalt-tint-80 .links .linksInner .linksContentWrap h2,#content-container .wrapper.cobalt-tint-80 .links .linksInner .linksContentWrap h3,#content-container .wrapper.cobalt-tint-80 .links .linksInner .linksContentWrap h4,#content-container .wrapper.cobalt-tint-80 .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.cobalt-tint-80 h2{background:none;color:#fff}#content-container .wrapper.cobalt-tint-80 .slideshow-wrapper{color:#fff}#content-container .wrapper.cobalt-tint-80 .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.cobalt-dark .wrapper-inner{background-color:#015987}#content-container .wrapper.cobalt-dark .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.cobalt-dark .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.cobalt-dark .standardContent{background-color:#015987;color:#fff}#content-container .wrapper.cobalt-dark .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.cobalt-dark .standardContent.splashwrapper .standardContent a,#content-container .wrapper.cobalt-dark .standardContent.splashwrapper .standardContent p,#content-container .wrapper.cobalt-dark .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.cobalt-dark .standardContent.splashwrapper .standardContent li,#content-container .wrapper.cobalt-dark .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.cobalt-dark .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.cobalt-dark .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.cobalt-dark .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.cobalt-dark .standardContent h2{color:#fff}#content-container .wrapper.cobalt-dark .standardContent.wrapperstart ul li,#content-container .wrapper.cobalt-dark .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.cobalt-dark .standardContent.wrapperstart ul li:before,#content-container .wrapper.cobalt-dark .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.cobalt-dark .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.cobalt-dark .links .linksInner .linksContentWrap a,#content-container .wrapper.cobalt-dark .links .linksInner .linksContentWrap p,#content-container .wrapper.cobalt-dark .links .linksInner .linksContentWrap ul,#content-container .wrapper.cobalt-dark .links .linksInner .linksContentWrap li,#content-container .wrapper.cobalt-dark .links .linksInner .linksContentWrap h1,#content-container .wrapper.cobalt-dark .links .linksInner .linksContentWrap h2,#content-container .wrapper.cobalt-dark .links .linksInner .linksContentWrap h3,#content-container .wrapper.cobalt-dark .links .linksInner .linksContentWrap h4,#content-container .wrapper.cobalt-dark .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.cobalt-dark h2{background:none;color:#fff}#content-container .wrapper.cobalt-dark .slideshow-wrapper{color:#fff}#content-container .wrapper.cobalt-dark .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.turquoise .wrapper-inner{background-color:#00b5d1}#content-container .wrapper.turquoise .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.turquoise .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.turquoise .standardContent{background-color:#00b5d1;color:#fff}#content-container .wrapper.turquoise .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.turquoise .standardContent.splashwrapper .standardContent a,#content-container .wrapper.turquoise .standardContent.splashwrapper .standardContent p,#content-container .wrapper.turquoise .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.turquoise .standardContent.splashwrapper .standardContent li,#content-container .wrapper.turquoise .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.turquoise .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.turquoise .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.turquoise .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.turquoise .standardContent h2{color:#fff}#content-container .wrapper.turquoise .standardContent.wrapperstart ul li,#content-container .wrapper.turquoise .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.turquoise .standardContent.wrapperstart ul li:before,#content-container .wrapper.turquoise .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.turquoise .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.turquoise .links .linksInner .linksContentWrap a,#content-container .wrapper.turquoise .links .linksInner .linksContentWrap p,#content-container .wrapper.turquoise .links .linksInner .linksContentWrap ul,#content-container .wrapper.turquoise .links .linksInner .linksContentWrap li,#content-container .wrapper.turquoise .links .linksInner .linksContentWrap h1,#content-container .wrapper.turquoise .links .linksInner .linksContentWrap h2,#content-container .wrapper.turquoise .links .linksInner .linksContentWrap h3,#content-container .wrapper.turquoise .links .linksInner .linksContentWrap h4,#content-container .wrapper.turquoise .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.turquoise h2{background:none;color:#fff}#content-container .wrapper.turquoise .slideshow-wrapper{color:#fff}#content-container .wrapper.turquoise .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.thistle .wrapper-inner{background-color:#951272}#content-container .wrapper.thistle .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.thistle .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.thistle .standardContent{background-color:#951272;color:#fff}#content-container .wrapper.thistle .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.thistle .standardContent.splashwrapper .standardContent a,#content-container .wrapper.thistle .standardContent.splashwrapper .standardContent p,#content-container .wrapper.thistle .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.thistle .standardContent.splashwrapper .standardContent li,#content-container .wrapper.thistle .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.thistle .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.thistle .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.thistle .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.thistle .standardContent h2{color:#fff}#content-container .wrapper.thistle .standardContent.wrapperstart ul li,#content-container .wrapper.thistle .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.thistle .standardContent.wrapperstart ul li:before,#content-container .wrapper.thistle .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.thistle .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.thistle .links .linksInner .linksContentWrap a,#content-container .wrapper.thistle .links .linksInner .linksContentWrap p,#content-container .wrapper.thistle .links .linksInner .linksContentWrap ul,#content-container .wrapper.thistle .links .linksInner .linksContentWrap li,#content-container .wrapper.thistle .links .linksInner .linksContentWrap h1,#content-container .wrapper.thistle .links .linksInner .linksContentWrap h2,#content-container .wrapper.thistle .links .linksInner .linksContentWrap h3,#content-container .wrapper.thistle .links .linksInner .linksContentWrap h4,#content-container .wrapper.thistle .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.thistle h2{background:none;color:#fff}#content-container .wrapper.thistle .slideshow-wrapper{color:#fff}#content-container .wrapper.thistle .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.thistle-tint-80 .wrapper-inner{background-color:#aa418e}#content-container .wrapper.thistle-tint-80 .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.thistle-tint-80 .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.thistle-tint-80 .standardContent{background-color:#aa418e;color:#fff}#content-container .wrapper.thistle-tint-80 .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.thistle-tint-80 .standardContent.splashwrapper .standardContent a,#content-container .wrapper.thistle-tint-80 .standardContent.splashwrapper .standardContent p,#content-container .wrapper.thistle-tint-80 .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.thistle-tint-80 .standardContent.splashwrapper .standardContent li,#content-container .wrapper.thistle-tint-80 .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.thistle-tint-80 .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.thistle-tint-80 .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.thistle-tint-80 .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.thistle-tint-80 .standardContent h2{color:#fff}#content-container .wrapper.thistle-tint-80 .standardContent.wrapperstart ul li,#content-container .wrapper.thistle-tint-80 .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.thistle-tint-80 .standardContent.wrapperstart ul li:before,#content-container .wrapper.thistle-tint-80 .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.thistle-tint-80 .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.thistle-tint-80 .links .linksInner .linksContentWrap a,#content-container .wrapper.thistle-tint-80 .links .linksInner .linksContentWrap p,#content-container .wrapper.thistle-tint-80 .links .linksInner .linksContentWrap ul,#content-container .wrapper.thistle-tint-80 .links .linksInner .linksContentWrap li,#content-container .wrapper.thistle-tint-80 .links .linksInner .linksContentWrap h1,#content-container .wrapper.thistle-tint-80 .links .linksInner .linksContentWrap h2,#content-container .wrapper.thistle-tint-80 .links .linksInner .linksContentWrap h3,#content-container .wrapper.thistle-tint-80 .links .linksInner .linksContentWrap h4,#content-container .wrapper.thistle-tint-80 .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.thistle-tint-80 h2{background:none;color:#fff}#content-container .wrapper.thistle-tint-80 .slideshow-wrapper{color:#fff}#content-container .wrapper.thistle-tint-80 .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.thistle-tint-90 .wrapper-inner{background-color:#a02a80}#content-container .wrapper.thistle-tint-90 .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.thistle-tint-90 .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.thistle-tint-90 .standardContent{background-color:#a02a80;color:#fff}#content-container .wrapper.thistle-tint-90 .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.thistle-tint-90 .standardContent.splashwrapper .standardContent a,#content-container .wrapper.thistle-tint-90 .standardContent.splashwrapper .standardContent p,#content-container .wrapper.thistle-tint-90 .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.thistle-tint-90 .standardContent.splashwrapper .standardContent li,#content-container .wrapper.thistle-tint-90 .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.thistle-tint-90 .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.thistle-tint-90 .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.thistle-tint-90 .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.thistle-tint-90 .standardContent h2{color:#fff}#content-container .wrapper.thistle-tint-90 .standardContent.wrapperstart ul li,#content-container .wrapper.thistle-tint-90 .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.thistle-tint-90 .standardContent.wrapperstart ul li:before,#content-container .wrapper.thistle-tint-90 .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.thistle-tint-90 .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.thistle-tint-90 .links .linksInner .linksContentWrap a,#content-container .wrapper.thistle-tint-90 .links .linksInner .linksContentWrap p,#content-container .wrapper.thistle-tint-90 .links .linksInner .linksContentWrap ul,#content-container .wrapper.thistle-tint-90 .links .linksInner .linksContentWrap li,#content-container .wrapper.thistle-tint-90 .links .linksInner .linksContentWrap h1,#content-container .wrapper.thistle-tint-90 .links .linksInner .linksContentWrap h2,#content-container .wrapper.thistle-tint-90 .links .linksInner .linksContentWrap h3,#content-container .wrapper.thistle-tint-90 .links .linksInner .linksContentWrap h4,#content-container .wrapper.thistle-tint-90 .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.thistle-tint-90 h2{background:none;color:#fff}#content-container .wrapper.thistle-tint-90 .slideshow-wrapper{color:#fff}#content-container .wrapper.thistle-tint-90 .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.lavendar .wrapper-inner{background-color:#5b4d94}#content-container .wrapper.lavendar .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.lavendar .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.lavendar .standardContent{background-color:#5b4d94;color:#fff}#content-container .wrapper.lavendar .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.lavendar .standardContent.splashwrapper .standardContent a,#content-container .wrapper.lavendar .standardContent.splashwrapper .standardContent p,#content-container .wrapper.lavendar .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.lavendar .standardContent.splashwrapper .standardContent li,#content-container .wrapper.lavendar .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.lavendar .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.lavendar .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.lavendar .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.lavendar .standardContent h2{color:#fff}#content-container .wrapper.lavendar .standardContent.wrapperstart ul li,#content-container .wrapper.lavendar .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.lavendar .standardContent.wrapperstart ul li:before,#content-container .wrapper.lavendar .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.lavendar .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.lavendar .links .linksInner .linksContentWrap a,#content-container .wrapper.lavendar .links .linksInner .linksContentWrap p,#content-container .wrapper.lavendar .links .linksInner .linksContentWrap ul,#content-container .wrapper.lavendar .links .linksInner .linksContentWrap li,#content-container .wrapper.lavendar .links .linksInner .linksContentWrap h1,#content-container .wrapper.lavendar .links .linksInner .linksContentWrap h2,#content-container .wrapper.lavendar .links .linksInner .linksContentWrap h3,#content-container .wrapper.lavendar .links .linksInner .linksContentWrap h4,#content-container .wrapper.lavendar .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.lavendar h2{background:none;color:#fff}#content-container .wrapper.lavendar .slideshow-wrapper{color:#fff}#content-container .wrapper.lavendar .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.lavender .wrapper-inner{background-color:#5b4d94}#content-container .wrapper.lavender .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.lavender .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.lavender .standardContent{background-color:#5b4d94;color:#fff}#content-container .wrapper.lavender .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.lavender .standardContent.splashwrapper .standardContent a,#content-container .wrapper.lavender .standardContent.splashwrapper .standardContent p,#content-container .wrapper.lavender .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.lavender .standardContent.splashwrapper .standardContent li,#content-container .wrapper.lavender .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.lavender .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.lavender .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.lavender .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.lavender .standardContent h2{color:#fff}#content-container .wrapper.lavender .standardContent.wrapperstart ul li,#content-container .wrapper.lavender .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.lavender .standardContent.wrapperstart ul li:before,#content-container .wrapper.lavender .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.lavender .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.lavender .links .linksInner .linksContentWrap a,#content-container .wrapper.lavender .links .linksInner .linksContentWrap p,#content-container .wrapper.lavender .links .linksInner .linksContentWrap ul,#content-container .wrapper.lavender .links .linksInner .linksContentWrap li,#content-container .wrapper.lavender .links .linksInner .linksContentWrap h1,#content-container .wrapper.lavender .links .linksInner .linksContentWrap h2,#content-container .wrapper.lavender .links .linksInner .linksContentWrap h3,#content-container .wrapper.lavender .links .linksInner .linksContentWrap h4,#content-container .wrapper.lavender .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.lavender h2{background:none;color:#fff}#content-container .wrapper.lavender .slideshow-wrapper{color:#fff}#content-container .wrapper.lavender .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.lavendar-tint-80 .wrapper-inner{background-color:#7c71a9}#content-container .wrapper.lavendar-tint-80 .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.lavendar-tint-80 .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.lavendar-tint-80 .standardContent{background-color:#7c71a9;color:#fff}#content-container .wrapper.lavendar-tint-80 .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.lavendar-tint-80 .standardContent.splashwrapper .standardContent a,#content-container .wrapper.lavendar-tint-80 .standardContent.splashwrapper .standardContent p,#content-container .wrapper.lavendar-tint-80 .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.lavendar-tint-80 .standardContent.splashwrapper .standardContent li,#content-container .wrapper.lavendar-tint-80 .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.lavendar-tint-80 .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.lavendar-tint-80 .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.lavendar-tint-80 .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.lavendar-tint-80 .standardContent h2{color:#fff}#content-container .wrapper.lavendar-tint-80 .standardContent.wrapperstart ul li,#content-container .wrapper.lavendar-tint-80 .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.lavendar-tint-80 .standardContent.wrapperstart ul li:before,#content-container .wrapper.lavendar-tint-80 .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.lavendar-tint-80 .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.lavendar-tint-80 .links .linksInner .linksContentWrap a,#content-container .wrapper.lavendar-tint-80 .links .linksInner .linksContentWrap p,#content-container .wrapper.lavendar-tint-80 .links .linksInner .linksContentWrap ul,#content-container .wrapper.lavendar-tint-80 .links .linksInner .linksContentWrap li,#content-container .wrapper.lavendar-tint-80 .links .linksInner .linksContentWrap h1,#content-container .wrapper.lavendar-tint-80 .links .linksInner .linksContentWrap h2,#content-container .wrapper.lavendar-tint-80 .links .linksInner .linksContentWrap h3,#content-container .wrapper.lavendar-tint-80 .links .linksInner .linksContentWrap h4,#content-container .wrapper.lavendar-tint-80 .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.lavendar-tint-80 h2{background:none;color:#fff}#content-container .wrapper.lavendar-tint-80 .slideshow-wrapper{color:#fff}#content-container .wrapper.lavendar-tint-80 .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.lawn .wrapper-inner{background-color:#84bd00}#content-container .wrapper.lawn .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.lawn .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.lawn .standardContent{background-color:#84bd00;color:#fff}#content-container .wrapper.lawn .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.lawn .standardContent.splashwrapper .standardContent a,#content-container .wrapper.lawn .standardContent.splashwrapper .standardContent p,#content-container .wrapper.lawn .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.lawn .standardContent.splashwrapper .standardContent li,#content-container .wrapper.lawn .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.lawn .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.lawn .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.lawn .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.lawn .standardContent h2{color:#fff}#content-container .wrapper.lawn .standardContent.wrapperstart ul li,#content-container .wrapper.lawn .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.lawn .standardContent.wrapperstart ul li:before,#content-container .wrapper.lawn .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.lawn .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.lawn .links .linksInner .linksContentWrap a,#content-container .wrapper.lawn .links .linksInner .linksContentWrap p,#content-container .wrapper.lawn .links .linksInner .linksContentWrap ul,#content-container .wrapper.lawn .links .linksInner .linksContentWrap li,#content-container .wrapper.lawn .links .linksInner .linksContentWrap h1,#content-container .wrapper.lawn .links .linksInner .linksContentWrap h2,#content-container .wrapper.lawn .links .linksInner .linksContentWrap h3,#content-container .wrapper.lawn .links .linksInner .linksContentWrap h4,#content-container .wrapper.lawn .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.lawn h2{background:none;color:#fff}#content-container .wrapper.lawn .slideshow-wrapper{color:#fff}#content-container .wrapper.lawn .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.pillarbox .wrapper-inner{background-color:#b30c00}#content-container .wrapper.pillarbox .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.pillarbox .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.pillarbox .standardContent{background-color:#b30c00;color:#fff}#content-container .wrapper.pillarbox .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.pillarbox .standardContent.splashwrapper .standardContent a,#content-container .wrapper.pillarbox .standardContent.splashwrapper .standardContent p,#content-container .wrapper.pillarbox .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.pillarbox .standardContent.splashwrapper .standardContent li,#content-container .wrapper.pillarbox .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.pillarbox .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.pillarbox .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.pillarbox .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.pillarbox .standardContent h2{color:#fff}#content-container .wrapper.pillarbox .standardContent.wrapperstart ul li,#content-container .wrapper.pillarbox .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.pillarbox .standardContent.wrapperstart ul li:before,#content-container .wrapper.pillarbox .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.pillarbox .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.pillarbox .links .linksInner .linksContentWrap a,#content-container .wrapper.pillarbox .links .linksInner .linksContentWrap p,#content-container .wrapper.pillarbox .links .linksInner .linksContentWrap ul,#content-container .wrapper.pillarbox .links .linksInner .linksContentWrap li,#content-container .wrapper.pillarbox .links .linksInner .linksContentWrap h1,#content-container .wrapper.pillarbox .links .linksInner .linksContentWrap h2,#content-container .wrapper.pillarbox .links .linksInner .linksContentWrap h3,#content-container .wrapper.pillarbox .links .linksInner .linksContentWrap h4,#content-container .wrapper.pillarbox .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.pillarbox h2{background:none;color:#fff}#content-container .wrapper.pillarbox .slideshow-wrapper{color:#fff}#content-container .wrapper.pillarbox .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.burgundy .wrapper-inner{background-color:#7d2239}#content-container .wrapper.burgundy .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.burgundy .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.burgundy .standardContent{background-color:#7d2239;color:#fff}#content-container .wrapper.burgundy .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.burgundy .standardContent.splashwrapper .standardContent a,#content-container .wrapper.burgundy .standardContent.splashwrapper .standardContent p,#content-container .wrapper.burgundy .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.burgundy .standardContent.splashwrapper .standardContent li,#content-container .wrapper.burgundy .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.burgundy .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.burgundy .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.burgundy .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.burgundy .standardContent h2{color:#fff}#content-container .wrapper.burgundy .standardContent.wrapperstart ul li,#content-container .wrapper.burgundy .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.burgundy .standardContent.wrapperstart ul li:before,#content-container .wrapper.burgundy .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.burgundy .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.burgundy .links .linksInner .linksContentWrap a,#content-container .wrapper.burgundy .links .linksInner .linksContentWrap p,#content-container .wrapper.burgundy .links .linksInner .linksContentWrap ul,#content-container .wrapper.burgundy .links .linksInner .linksContentWrap li,#content-container .wrapper.burgundy .links .linksInner .linksContentWrap h1,#content-container .wrapper.burgundy .links .linksInner .linksContentWrap h2,#content-container .wrapper.burgundy .links .linksInner .linksContentWrap h3,#content-container .wrapper.burgundy .links .linksInner .linksContentWrap h4,#content-container .wrapper.burgundy .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.burgundy h2{background:none;color:#fff}#content-container .wrapper.burgundy .slideshow-wrapper{color:#fff}#content-container .wrapper.burgundy .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.pumpkin .wrapper-inner{background-color:#84bd00}#content-container .wrapper.pumpkin .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.pumpkin .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.pumpkin .standardContent{background-color:#84bd00;color:#fff}#content-container .wrapper.pumpkin .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.pumpkin .standardContent.splashwrapper .standardContent a,#content-container .wrapper.pumpkin .standardContent.splashwrapper .standardContent p,#content-container .wrapper.pumpkin .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.pumpkin .standardContent.splashwrapper .standardContent li,#content-container .wrapper.pumpkin .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.pumpkin .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.pumpkin .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.pumpkin .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.pumpkin .standardContent h2{color:#fff}#content-container .wrapper.pumpkin .standardContent.wrapperstart ul li,#content-container .wrapper.pumpkin .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.pumpkin .standardContent.wrapperstart ul li:before,#content-container .wrapper.pumpkin .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.pumpkin .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.pumpkin .links .linksInner .linksContentWrap a,#content-container .wrapper.pumpkin .links .linksInner .linksContentWrap p,#content-container .wrapper.pumpkin .links .linksInner .linksContentWrap ul,#content-container .wrapper.pumpkin .links .linksInner .linksContentWrap li,#content-container .wrapper.pumpkin .links .linksInner .linksContentWrap h1,#content-container .wrapper.pumpkin .links .linksInner .linksContentWrap h2,#content-container .wrapper.pumpkin .links .linksInner .linksContentWrap h3,#content-container .wrapper.pumpkin .links .linksInner .linksContentWrap h4,#content-container .wrapper.pumpkin .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.pumpkin h2{background:none;color:#fff}#content-container .wrapper.pumpkin .slideshow-wrapper{color:#fff}#content-container .wrapper.pumpkin .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.forest .wrapper-inner{background-color:#385a4f}#content-container .wrapper.forest .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.forest .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.forest .standardContent{background-color:#385a4f;color:#fff}#content-container .wrapper.forest .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.forest .standardContent.splashwrapper .standardContent a,#content-container .wrapper.forest .standardContent.splashwrapper .standardContent p,#content-container .wrapper.forest .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.forest .standardContent.splashwrapper .standardContent li,#content-container .wrapper.forest .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.forest .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.forest .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.forest .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.forest .standardContent h2{color:#fff}#content-container .wrapper.forest .standardContent.wrapperstart ul li,#content-container .wrapper.forest .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.forest .standardContent.wrapperstart ul li:before,#content-container .wrapper.forest .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.forest .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.forest .links .linksInner .linksContentWrap a,#content-container .wrapper.forest .links .linksInner .linksContentWrap p,#content-container .wrapper.forest .links .linksInner .linksContentWrap ul,#content-container .wrapper.forest .links .linksInner .linksContentWrap li,#content-container .wrapper.forest .links .linksInner .linksContentWrap h1,#content-container .wrapper.forest .links .linksInner .linksContentWrap h2,#content-container .wrapper.forest .links .linksInner .linksContentWrap h3,#content-container .wrapper.forest .links .linksInner .linksContentWrap h4,#content-container .wrapper.forest .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.forest h2{background:none;color:#fff}#content-container .wrapper.forest .slideshow-wrapper{color:#fff}#content-container .wrapper.forest .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.sunshine .wrapper-inner{background-color:#ffdc36}#content-container .wrapper.sunshine .wrapper-inner .maincontent:not(.racc){color:#000 !important}#content-container .wrapper.sunshine .wrapper-inner .maincontent:not(.racc) a{color:#000;text-decoration:underline}#content-container .wrapper.sunshine .standardContent{background-color:#ffdc36;color:#000}#content-container .wrapper.sunshine .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.sunshine .standardContent.splashwrapper .standardContent a,#content-container .wrapper.sunshine .standardContent.splashwrapper .standardContent p,#content-container .wrapper.sunshine .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.sunshine .standardContent.splashwrapper .standardContent li,#content-container .wrapper.sunshine .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.sunshine .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.sunshine .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.sunshine .standardContent.splashwrapper .standardContent h5{color:#000 !important}#content-container .wrapper.sunshine .standardContent h2{color:#000}#content-container .wrapper.sunshine .standardContent.wrapperstart ul li,#content-container .wrapper.sunshine .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.sunshine .standardContent.wrapperstart ul li:before,#content-container .wrapper.sunshine .standardContent.wrapper-end ul li:before{content:"•";color:#000;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.sunshine .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.sunshine .links .linksInner .linksContentWrap a,#content-container .wrapper.sunshine .links .linksInner .linksContentWrap p,#content-container .wrapper.sunshine .links .linksInner .linksContentWrap ul,#content-container .wrapper.sunshine .links .linksInner .linksContentWrap li,#content-container .wrapper.sunshine .links .linksInner .linksContentWrap h1,#content-container .wrapper.sunshine .links .linksInner .linksContentWrap h2,#content-container .wrapper.sunshine .links .linksInner .linksContentWrap h3,#content-container .wrapper.sunshine .links .linksInner .linksContentWrap h4,#content-container .wrapper.sunshine .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.sunshine h2{background:none;color:#000}#content-container .wrapper.sunshine .slideshow-wrapper{color:#000}#content-container .wrapper.sunshine .slideshow-wrapper .dots{color:#000}#content-container .wrapper.rust .wrapper-inner{background-color:#be4d00}#content-container .wrapper.rust .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.rust .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.rust .standardContent{background-color:#be4d00;color:#fff}#content-container .wrapper.rust .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.rust .standardContent.splashwrapper .standardContent a,#content-container .wrapper.rust .standardContent.splashwrapper .standardContent p,#content-container .wrapper.rust .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.rust .standardContent.splashwrapper .standardContent li,#content-container .wrapper.rust .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.rust .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.rust .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.rust .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.rust .standardContent h2{color:#fff}#content-container .wrapper.rust .standardContent.wrapperstart ul li,#content-container .wrapper.rust .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.rust .standardContent.wrapperstart ul li:before,#content-container .wrapper.rust .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.rust .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.rust .links .linksInner .linksContentWrap a,#content-container .wrapper.rust .links .linksInner .linksContentWrap p,#content-container .wrapper.rust .links .linksInner .linksContentWrap ul,#content-container .wrapper.rust .links .linksInner .linksContentWrap li,#content-container .wrapper.rust .links .linksInner .linksContentWrap h1,#content-container .wrapper.rust .links .linksInner .linksContentWrap h2,#content-container .wrapper.rust .links .linksInner .linksContentWrap h3,#content-container .wrapper.rust .links .linksInner .linksContentWrap h4,#content-container .wrapper.rust .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.rust h2{background:none;color:#fff}#content-container .wrapper.rust .slideshow-wrapper{color:#fff}#content-container .wrapper.rust .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.sandstone .wrapper-inner{background-color:#7a6855}#content-container .wrapper.sandstone .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.sandstone .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.sandstone .standardContent{background-color:#7a6855;color:#fff}#content-container .wrapper.sandstone .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.sandstone .standardContent.splashwrapper .standardContent a,#content-container .wrapper.sandstone .standardContent.splashwrapper .standardContent p,#content-container .wrapper.sandstone .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.sandstone .standardContent.splashwrapper .standardContent li,#content-container .wrapper.sandstone .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.sandstone .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.sandstone .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.sandstone .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.sandstone .standardContent h2{color:#fff}#content-container .wrapper.sandstone .standardContent.wrapperstart ul li,#content-container .wrapper.sandstone .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.sandstone .standardContent.wrapperstart ul li:before,#content-container .wrapper.sandstone .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.sandstone .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.sandstone .links .linksInner .linksContentWrap a,#content-container .wrapper.sandstone .links .linksInner .linksContentWrap p,#content-container .wrapper.sandstone .links .linksInner .linksContentWrap ul,#content-container .wrapper.sandstone .links .linksInner .linksContentWrap li,#content-container .wrapper.sandstone .links .linksInner .linksContentWrap h1,#content-container .wrapper.sandstone .links .linksInner .linksContentWrap h2,#content-container .wrapper.sandstone .links .linksInner .linksContentWrap h3,#content-container .wrapper.sandstone .links .linksInner .linksContentWrap h4,#content-container .wrapper.sandstone .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.sandstone h2{background:none;color:#fff}#content-container .wrapper.sandstone .slideshow-wrapper{color:#fff}#content-container .wrapper.sandstone .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.slate .wrapper-inner{background-color:#4f5961}#content-container .wrapper.slate .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.slate .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.slate .standardContent{background-color:#4f5961;color:#fff}#content-container .wrapper.slate .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.slate .standardContent.splashwrapper .standardContent a,#content-container .wrapper.slate .standardContent.splashwrapper .standardContent p,#content-container .wrapper.slate .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.slate .standardContent.splashwrapper .standardContent li,#content-container .wrapper.slate .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.slate .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.slate .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.slate .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.slate .standardContent h2{color:#fff}#content-container .wrapper.slate .standardContent.wrapperstart ul li,#content-container .wrapper.slate .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.slate .standardContent.wrapperstart ul li:before,#content-container .wrapper.slate .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.slate .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.slate .links .linksInner .linksContentWrap a,#content-container .wrapper.slate .links .linksInner .linksContentWrap p,#content-container .wrapper.slate .links .linksInner .linksContentWrap ul,#content-container .wrapper.slate .links .linksInner .linksContentWrap li,#content-container .wrapper.slate .links .linksInner .linksContentWrap h1,#content-container .wrapper.slate .links .linksInner .linksContentWrap h2,#content-container .wrapper.slate .links .linksInner .linksContentWrap h3,#content-container .wrapper.slate .links .linksInner .linksContentWrap h4,#content-container .wrapper.slate .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.slate h2{background:none;color:#fff}#content-container .wrapper.slate .slideshow-wrapper{color:#fff}#content-container .wrapper.slate .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.heather .wrapper-inner{background-color:#5b4d94}#content-container .wrapper.heather .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.heather .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.heather .standardContent{background-color:#5b4d94;color:#fff}#content-container .wrapper.heather .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.heather .standardContent.splashwrapper .standardContent a,#content-container .wrapper.heather .standardContent.splashwrapper .standardContent p,#content-container .wrapper.heather .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.heather .standardContent.splashwrapper .standardContent li,#content-container .wrapper.heather .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.heather .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.heather .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.heather .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.heather .standardContent h2{color:#fff}#content-container .wrapper.heather .standardContent.wrapperstart ul li,#content-container .wrapper.heather .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.heather .standardContent.wrapperstart ul li:before,#content-container .wrapper.heather .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.heather .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.heather .links .linksInner .linksContentWrap a,#content-container .wrapper.heather .links .linksInner .linksContentWrap p,#content-container .wrapper.heather .links .linksInner .linksContentWrap ul,#content-container .wrapper.heather .links .linksInner .linksContentWrap li,#content-container .wrapper.heather .links .linksInner .linksContentWrap h1,#content-container .wrapper.heather .links .linksInner .linksContentWrap h2,#content-container .wrapper.heather .links .linksInner .linksContentWrap h3,#content-container .wrapper.heather .links .linksInner .linksContentWrap h4,#content-container .wrapper.heather .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.heather h2{background:none;color:#fff}#content-container .wrapper.heather .slideshow-wrapper{color:#fff}#content-container .wrapper.heather .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.rose .wrapper-inner{background-color:#d278ab}#content-container .wrapper.rose .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.rose .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.rose .standardContent{background-color:#d278ab;color:#fff}#content-container .wrapper.rose .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.rose .standardContent.splashwrapper .standardContent a,#content-container .wrapper.rose .standardContent.splashwrapper .standardContent p,#content-container .wrapper.rose .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.rose .standardContent.splashwrapper .standardContent li,#content-container .wrapper.rose .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.rose .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.rose .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.rose .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.rose .standardContent h2{color:#fff}#content-container .wrapper.rose .standardContent.wrapperstart ul li,#content-container .wrapper.rose .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.rose .standardContent.wrapperstart ul li:before,#content-container .wrapper.rose .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.rose .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.rose .links .linksInner .linksContentWrap a,#content-container .wrapper.rose .links .linksInner .linksContentWrap p,#content-container .wrapper.rose .links .linksInner .linksContentWrap ul,#content-container .wrapper.rose .links .linksInner .linksContentWrap li,#content-container .wrapper.rose .links .linksInner .linksContentWrap h1,#content-container .wrapper.rose .links .linksInner .linksContentWrap h2,#content-container .wrapper.rose .links .linksInner .linksContentWrap h3,#content-container .wrapper.rose .links .linksInner .linksContentWrap h4,#content-container .wrapper.rose .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.rose h2{background:none;color:#fff}#content-container .wrapper.rose .slideshow-wrapper{color:#fff}#content-container .wrapper.rose .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.mocha .wrapper-inner{background-color:#b59079}#content-container .wrapper.mocha .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.mocha .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.mocha .standardContent{background-color:#b59079;color:#fff}#content-container .wrapper.mocha .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.mocha .standardContent.splashwrapper .standardContent a,#content-container .wrapper.mocha .standardContent.splashwrapper .standardContent p,#content-container .wrapper.mocha .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.mocha .standardContent.splashwrapper .standardContent li,#content-container .wrapper.mocha .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.mocha .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.mocha .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.mocha .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.mocha .standardContent h2{color:#fff}#content-container .wrapper.mocha .standardContent.wrapperstart ul li,#content-container .wrapper.mocha .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.mocha .standardContent.wrapperstart ul li:before,#content-container .wrapper.mocha .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.mocha .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.mocha .links .linksInner .linksContentWrap a,#content-container .wrapper.mocha .links .linksInner .linksContentWrap p,#content-container .wrapper.mocha .links .linksInner .linksContentWrap ul,#content-container .wrapper.mocha .links .linksInner .linksContentWrap li,#content-container .wrapper.mocha .links .linksInner .linksContentWrap h1,#content-container .wrapper.mocha .links .linksInner .linksContentWrap h2,#content-container .wrapper.mocha .links .linksInner .linksContentWrap h3,#content-container .wrapper.mocha .links .linksInner .linksContentWrap h4,#content-container .wrapper.mocha .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.mocha h2{background:none;color:#fff}#content-container .wrapper.mocha .slideshow-wrapper{color:#fff}#content-container .wrapper.mocha .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.aquamarine .wrapper-inner{background-color:#9ab9ad}#content-container .wrapper.aquamarine .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.aquamarine .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.aquamarine .standardContent{background-color:#9ab9ad;color:#fff}#content-container .wrapper.aquamarine .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.aquamarine .standardContent.splashwrapper .standardContent a,#content-container .wrapper.aquamarine .standardContent.splashwrapper .standardContent p,#content-container .wrapper.aquamarine .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.aquamarine .standardContent.splashwrapper .standardContent li,#content-container .wrapper.aquamarine .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.aquamarine .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.aquamarine .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.aquamarine .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.aquamarine .standardContent h2{color:#fff}#content-container .wrapper.aquamarine .standardContent.wrapperstart ul li,#content-container .wrapper.aquamarine .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.aquamarine .standardContent.wrapperstart ul li:before,#content-container .wrapper.aquamarine .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.aquamarine .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.aquamarine .links .linksInner .linksContentWrap a,#content-container .wrapper.aquamarine .links .linksInner .linksContentWrap p,#content-container .wrapper.aquamarine .links .linksInner .linksContentWrap ul,#content-container .wrapper.aquamarine .links .linksInner .linksContentWrap li,#content-container .wrapper.aquamarine .links .linksInner .linksContentWrap h1,#content-container .wrapper.aquamarine .links .linksInner .linksContentWrap h2,#content-container .wrapper.aquamarine .links .linksInner .linksContentWrap h3,#content-container .wrapper.aquamarine .links .linksInner .linksContentWrap h4,#content-container .wrapper.aquamarine .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.aquamarine h2{background:none;color:#fff}#content-container .wrapper.aquamarine .slideshow-wrapper{color:#fff}#content-container .wrapper.aquamarine .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.undergraduate .wrapper-inner{background-color:#951272}#content-container .wrapper.undergraduate .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.undergraduate .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.undergraduate .standardContent{background-color:#951272;color:#fff}#content-container .wrapper.undergraduate .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.undergraduate .standardContent.splashwrapper .standardContent a,#content-container .wrapper.undergraduate .standardContent.splashwrapper .standardContent p,#content-container .wrapper.undergraduate .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.undergraduate .standardContent.splashwrapper .standardContent li,#content-container .wrapper.undergraduate .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.undergraduate .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.undergraduate .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.undergraduate .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.undergraduate .standardContent h2{color:#fff}#content-container .wrapper.undergraduate .standardContent.wrapperstart ul li,#content-container .wrapper.undergraduate .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.undergraduate .standardContent.wrapperstart ul li:before,#content-container .wrapper.undergraduate .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.undergraduate .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.undergraduate .links .linksInner .linksContentWrap a,#content-container .wrapper.undergraduate .links .linksInner .linksContentWrap p,#content-container .wrapper.undergraduate .links .linksInner .linksContentWrap ul,#content-container .wrapper.undergraduate .links .linksInner .linksContentWrap li,#content-container .wrapper.undergraduate .links .linksInner .linksContentWrap h1,#content-container .wrapper.undergraduate .links .linksInner .linksContentWrap h2,#content-container .wrapper.undergraduate .links .linksInner .linksContentWrap h3,#content-container .wrapper.undergraduate .links .linksInner .linksContentWrap h4,#content-container .wrapper.undergraduate .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.undergraduate h2{background:none;color:#fff}#content-container .wrapper.undergraduate .slideshow-wrapper{color:#fff}#content-container .wrapper.undergraduate .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.postgraduate .wrapper-inner{background-color:#5b4d94}#content-container .wrapper.postgraduate .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.postgraduate .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.postgraduate .standardContent{background-color:#5b4d94;color:#fff}#content-container .wrapper.postgraduate .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.postgraduate .standardContent.splashwrapper .standardContent a,#content-container .wrapper.postgraduate .standardContent.splashwrapper .standardContent p,#content-container .wrapper.postgraduate .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.postgraduate .standardContent.splashwrapper .standardContent li,#content-container .wrapper.postgraduate .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.postgraduate .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.postgraduate .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.postgraduate .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.postgraduate .standardContent h2{color:#fff}#content-container .wrapper.postgraduate .standardContent.wrapperstart ul li,#content-container .wrapper.postgraduate .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.postgraduate .standardContent.wrapperstart ul li:before,#content-container .wrapper.postgraduate .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.postgraduate .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.postgraduate .links .linksInner .linksContentWrap a,#content-container .wrapper.postgraduate .links .linksInner .linksContentWrap p,#content-container .wrapper.postgraduate .links .linksInner .linksContentWrap ul,#content-container .wrapper.postgraduate .links .linksInner .linksContentWrap li,#content-container .wrapper.postgraduate .links .linksInner .linksContentWrap h1,#content-container .wrapper.postgraduate .links .linksInner .linksContentWrap h2,#content-container .wrapper.postgraduate .links .linksInner .linksContentWrap h3,#content-container .wrapper.postgraduate .links .linksInner .linksContentWrap h4,#content-container .wrapper.postgraduate .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.postgraduate h2{background:none;color:#fff}#content-container .wrapper.postgraduate .slideshow-wrapper{color:#fff}#content-container .wrapper.postgraduate .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.skyblue .wrapper-inner{background-color:#005398}#content-container .wrapper.skyblue .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.skyblue .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.skyblue .standardContent{background-color:#005398;color:#fff}#content-container .wrapper.skyblue .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.skyblue .standardContent.splashwrapper .standardContent a,#content-container .wrapper.skyblue .standardContent.splashwrapper .standardContent p,#content-container .wrapper.skyblue .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.skyblue .standardContent.splashwrapper .standardContent li,#content-container .wrapper.skyblue .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.skyblue .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.skyblue .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.skyblue .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.skyblue .standardContent h2{color:#fff}#content-container .wrapper.skyblue .standardContent.wrapperstart ul li,#content-container .wrapper.skyblue .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.skyblue .standardContent.wrapperstart ul li:before,#content-container .wrapper.skyblue .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.skyblue .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.skyblue .links .linksInner .linksContentWrap a,#content-container .wrapper.skyblue .links .linksInner .linksContentWrap p,#content-container .wrapper.skyblue .links .linksInner .linksContentWrap ul,#content-container .wrapper.skyblue .links .linksInner .linksContentWrap li,#content-container .wrapper.skyblue .links .linksInner .linksContentWrap h1,#content-container .wrapper.skyblue .links .linksInner .linksContentWrap h2,#content-container .wrapper.skyblue .links .linksInner .linksContentWrap h3,#content-container .wrapper.skyblue .links .linksInner .linksContentWrap h4,#content-container .wrapper.skyblue .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.skyblue h2{background:none;color:#fff}#content-container .wrapper.skyblue .slideshow-wrapper{color:#fff}#content-container .wrapper.skyblue .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.leaf .wrapper-inner{background-color:#006630}#content-container .wrapper.leaf .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.leaf .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.leaf .standardContent{background-color:#006630;color:#fff}#content-container .wrapper.leaf .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.leaf .standardContent.splashwrapper .standardContent a,#content-container .wrapper.leaf .standardContent.splashwrapper .standardContent p,#content-container .wrapper.leaf .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.leaf .standardContent.splashwrapper .standardContent li,#content-container .wrapper.leaf .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.leaf .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.leaf .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.leaf .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.leaf .standardContent h2{color:#fff}#content-container .wrapper.leaf .standardContent.wrapperstart ul li,#content-container .wrapper.leaf .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.leaf .standardContent.wrapperstart ul li:before,#content-container .wrapper.leaf .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.leaf .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.leaf .links .linksInner .linksContentWrap a,#content-container .wrapper.leaf .links .linksInner .linksContentWrap p,#content-container .wrapper.leaf .links .linksInner .linksContentWrap ul,#content-container .wrapper.leaf .links .linksInner .linksContentWrap li,#content-container .wrapper.leaf .links .linksInner .linksContentWrap h1,#content-container .wrapper.leaf .links .linksInner .linksContentWrap h2,#content-container .wrapper.leaf .links .linksInner .linksContentWrap h3,#content-container .wrapper.leaf .links .linksInner .linksContentWrap h4,#content-container .wrapper.leaf .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.leaf h2{background:none;color:#fff}#content-container .wrapper.leaf .slideshow-wrapper{color:#fff}#content-container .wrapper.leaf .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.moss .wrapper-inner{background-color:#385a4f}#content-container .wrapper.moss .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.moss .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.moss .standardContent{background-color:#385a4f;color:#fff}#content-container .wrapper.moss .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.moss .standardContent.splashwrapper .standardContent a,#content-container .wrapper.moss .standardContent.splashwrapper .standardContent p,#content-container .wrapper.moss .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.moss .standardContent.splashwrapper .standardContent li,#content-container .wrapper.moss .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.moss .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.moss .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.moss .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.moss .standardContent h2{color:#fff}#content-container .wrapper.moss .standardContent.wrapperstart ul li,#content-container .wrapper.moss .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.moss .standardContent.wrapperstart ul li:before,#content-container .wrapper.moss .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.moss .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.moss .links .linksInner .linksContentWrap a,#content-container .wrapper.moss .links .linksInner .linksContentWrap p,#content-container .wrapper.moss .links .linksInner .linksContentWrap ul,#content-container .wrapper.moss .links .linksInner .linksContentWrap li,#content-container .wrapper.moss .links .linksInner .linksContentWrap h1,#content-container .wrapper.moss .links .linksInner .linksContentWrap h2,#content-container .wrapper.moss .links .linksInner .linksContentWrap h3,#content-container .wrapper.moss .links .linksInner .linksContentWrap h4,#content-container .wrapper.moss .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.moss h2{background:none;color:#fff}#content-container .wrapper.moss .slideshow-wrapper{color:#fff}#content-container .wrapper.moss .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.black .wrapper-inner{background-color:#000}#content-container .wrapper.black .wrapper-inner .maincontent:not(.racc){color:#fff !important}#content-container .wrapper.black .wrapper-inner .maincontent:not(.racc) a{color:#fff;text-decoration:underline}#content-container .wrapper.black .standardContent{background-color:#000;color:#fff}#content-container .wrapper.black .standardContent h3.large{font-size:4.2em;line-height:.9em}#content-container .wrapper.black .standardContent.splashwrapper .standardContent a,#content-container .wrapper.black .standardContent.splashwrapper .standardContent p,#content-container .wrapper.black .standardContent.splashwrapper .standardContent ul,#content-container .wrapper.black .standardContent.splashwrapper .standardContent li,#content-container .wrapper.black .standardContent.splashwrapper .standardContent h1,#content-container .wrapper.black .standardContent.splashwrapper .standardContent h3,#content-container .wrapper.black .standardContent.splashwrapper .standardContent h4,#content-container .wrapper.black .standardContent.splashwrapper .standardContent h5{color:#fff !important}#content-container .wrapper.black .standardContent h2{color:#fff}#content-container .wrapper.black .standardContent.wrapperstart ul li,#content-container .wrapper.black .standardContent.wrapper-end ul li{list-style:none}#content-container .wrapper.black .standardContent.wrapperstart ul li:before,#content-container .wrapper.black .standardContent.wrapper-end ul li:before{content:"•";color:#fff;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}#content-container .wrapper.black .links .linksInner .linksContentWrap{background-color:#f7f7f7}#content-container .wrapper.black .links .linksInner .linksContentWrap a,#content-container .wrapper.black .links .linksInner .linksContentWrap p,#content-container .wrapper.black .links .linksInner .linksContentWrap ul,#content-container .wrapper.black .links .linksInner .linksContentWrap li,#content-container .wrapper.black .links .linksInner .linksContentWrap h1,#content-container .wrapper.black .links .linksInner .linksContentWrap h2,#content-container .wrapper.black .links .linksInner .linksContentWrap h3,#content-container .wrapper.black .links .linksInner .linksContentWrap h4,#content-container .wrapper.black .links .linksInner .linksContentWrap h5{color:#003865}#content-container .wrapper.black h2{background:none;color:#fff}#content-container .wrapper.black .slideshow-wrapper{color:#fff}#content-container .wrapper.black .slideshow-wrapper .dots{color:#fff}#content-container .wrapper.hasbackgroundvideo{background-color:rgba(237,237,237,.4117647059) !important}#content-container .wrapper.autocomplete-fix{z-index:2}#content-container .wrapper.istile{padding:0;margin:0}#content-container .slide-data,#content-container .slide-data-narrow{width:100%}#content-container .slick-list:focus,#content-container .carouselWrapper:focus,#content-container .slide-data:focus,#content-container .slideshow_content:focus,#content-container .panel:focus{outline:none !important}#content-container .slick-list p:focus,#content-container .slick-list ul:focus,#content-container .slick-list li:focus,#content-container .slick-list h1:focus,#content-container .slick-list h2:focus,#content-container .slick-list h3:focus,#content-container .slick-list h4:focus,#content-container .slick-list h5:focus,#content-container .carouselWrapper p:focus,#content-container .carouselWrapper ul:focus,#content-container .carouselWrapper li:focus,#content-container .carouselWrapper h1:focus,#content-container .carouselWrapper h2:focus,#content-container .carouselWrapper h3:focus,#content-container .carouselWrapper h4:focus,#content-container .carouselWrapper h5:focus,#content-container .slide-data p:focus,#content-container .slide-data ul:focus,#content-container .slide-data li:focus,#content-container .slide-data h1:focus,#content-container .slide-data h2:focus,#content-container .slide-data h3:focus,#content-container .slide-data h4:focus,#content-container .slide-data h5:focus,#content-container .slideshow_content p:focus,#content-container .slideshow_content ul:focus,#content-container .slideshow_content li:focus,#content-container .slideshow_content h1:focus,#content-container .slideshow_content h2:focus,#content-container .slideshow_content h3:focus,#content-container .slideshow_content h4:focus,#content-container .slideshow_content h5:focus,#content-container .panel p:focus,#content-container .panel ul:focus,#content-container .panel li:focus,#content-container .panel h1:focus,#content-container .panel h2:focus,#content-container .panel h3:focus,#content-container .panel h4:focus,#content-container .panel h5:focus{outline:none !important}#content-container .carouselWrapper{margin-top:2rem;background-color:#f7f7f7;padding:0 0 1rem 0}#content-container .slideshow_content{padding:1rem 4rem;margin-bottom:1rem}#content-container .slideshow_content p.center{text-align:center}#content-container .slideshow_content p img{height:auto !important}#content-container .slideshow_content img.right{float:right;margin-left:1rem;margin-bottom:1rem}#content-container .slideshow_content img.left{float:left;margin-right:1rem;margin-bottom:1rem}#content-container .slick-dots{position:absolute;bottom:0;display:block !important;width:100%;padding:0;list-style:none;text-align:center;margin-left:0 !important}#content-container .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px !important;padding:0;cursor:pointer}#content-container .slick-dots li button{font-size:0;line-height:0;display:block;width:5px;height:5px;padding:5px;cursor:pointer;color:#fff;border:0;background-color:#4c7393}#content-container .slick-dots li.slick-active button{background-color:#003865}#content-container .splashwrapper{margin-top:2rem !important}#content-container .splashwrapper.large-8 .splashtext{top:2rem;left:2rem;padding:1.2rem}#content-container .splashwrapper.large-8 .splashtext p{padding:0}#content-container .splashwrapper.large-6 .splashtext{top:2rem;left:2rem;font-size:1.4rem;padding:1rem}#content-container .splashwrapper.large-6 .splashtext p{font-size:1.4rem;padding:0}#content-container .splashwrapper.large-4 .splashtext{top:1rem;left:1rem;font-size:1rem;padding:1.4rem}#content-container .splashwrapper.large-4 .splashtext p{font-size:1.4rem;padding:0}#content-container .splashwrapper .tile{background:none !important;box-shadow:none !important}#content-container .splashwrapper .splashimage{position:relative;padding:1rem}#content-container .splashwrapper .splashimage.tileImage{padding:0}#content-container .splashwrapper .splashimage img{width:auto !important;height:auto !important}#content-container .splashwrapper .splashtext{position:absolute;animation:fadein 1s;top:3rem;left:3rem;width:50%;background-color:rgba(0,56,101,.82);color:#fff;padding:2rem 3rem;font-size:2rem;line-height:2rem}@media screen and (max-width: 69.9375em){#content-container .splashwrapper .splashtext{animation:none}}#content-container .splashwrapper .splashtext .calltoaction{background-position-y:1.15rem}@media screen and (min-width: 70em){#content-container .splashwrapper .splashtext .calltoaction{background-position-y:1.34rem}}@media screen and (max-width: 69.9375em){#content-container .splashwrapper .splashtext .calltoaction{background-position-y:.9rem !important;font-size:1rem}}#content-container .splashwrapper .splashtext h1{color:#fff}@media(max-width: 1300px){#content-container .splashwrapper .splashtext h1{font-size:2rem;line-height:2rem}}#content-container .splashwrapper .splashtext h2{color:#fff;font-size:2rem;line-height:2rem}@media(max-width: 1300px){#content-container .splashwrapper .splashtext h2{font-size:2rem;line-height:2rem}}#content-container .splashwrapper .splashtext h3{color:#fff}@media(max-width: 1300px){#content-container .splashwrapper .splashtext h3{font-size:2rem;line-height:2rem}}#content-container .splashwrapper .splashtext h3.large{font-size:2.5em;line-height:1em}@media screen and (max-width: 69.9375em){#content-container .splashwrapper .splashtext h3.large{font-size:2rem}}#content-container .splashwrapper .splashtext h3.large.blue{color:#003865}@media screen and (max-width: 69.9375em){#content-container .splashwrapper .splashtext h3.large.blue{color:#fff}}#content-container .splashwrapper .splashtext h4{color:#fff}#content-container .splashwrapper .splashtext h4.large{font-size:2rem;line-height:1em;color:#fff}@media(max-width: 1300px){#content-container .splashwrapper .splashtext h4{font-size:2rem;line-height:2rem}}@media(max-width: 1300px){#content-container .splashwrapper .splashtext{top:2rem;left:2rem;padding:1rem 2rem;width:60%;font-size:1.4rem}}@media screen and (max-width: 69.9375em){#content-container .splashwrapper .splashtext{position:relative;top:auto;left:auto;width:auto}}#content-container .splashwrapper .splashtext p{font-size:2rem}#content-container .splashwrapper .splashtext p.medium{font-size:1.2rem}#content-container .splashwrapper .splashtext p.small{font-size:1rem}#content-container .splashwrapper .splashtext p.right{float:right}#content-container .splashwrapper .splashtext p.calltoaction{font-size:1.4rem;line-height:1.6rem}#content-container .splashwrapper .splashtext span.calltoaction{font-size:1.4rem;line-height:1.6rem}#content-container .splashwrapper .splashtext ul{margin:0;padding:0}#content-container .splashwrapper .splashtext ul li{font-size:1rem;list-style:none;position:relative}#content-container .splashwrapper .splashtext a{color:#fff;text-decoration:none;border-bottom:none}#content-container .splashwrapper .splashtext .textsplash{background:none;font-size:2rem;line-height:2rem}#content-container .splashwrapper .splashtext form .columns{padding:0}#content-container .splashwrapper .splashtext form .row{padding:1rem}#content-container .splashwrapper .splashtext form label{font-size:1.1rem}#content-container .splashwrapper .splashtext form input,#content-container .splashwrapper .splashtext form select,#content-container .splashwrapper .splashtext form textarea{font-size:1rem;border-radius:.25em 0 0 .25em}#content-container .splashwrapper .splashtext form input[type=submit]{font-size:1rem;float:none;width:100%;border-radius:0 .25em .25em 0;background-color:#005398}#content-container .splashwrapper .splashtext form .privacy-link{float:right;font-size:.9rem}@media screen and (max-width: 69.9375em){#content-container .splashwrapper{margin:1rem -1rem !important}#content-container .splashwrapper .splashimage{padding:0}}#content-container .splashwrapper.banner{margin-left:-3rem;margin-right:-3rem;margin-top:0 !important;position:relative}#content-container .splashwrapper.banner .splashimage{padding:0}#content-container .splashwrapper.banner img{width:100% !important}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.banner{margin-bottom:0 !important}}#content-container .splashwrapper.TileBackgroundTransparent .splashtext,#content-container .splashwrapper .TileBackgroundTransparent .splashtext{background:none;color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundTransparent .splashtext,#content-container .splashwrapper .TileBackgroundTransparent .splashtext{background:#003865}}#content-container .splashwrapper.TileBackgroundAlt2 .splashtext,#content-container .splashwrapper .TileBackgroundAlt2 .splashtext{background-color:rgba(79,89,97,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundAlt2 .splashtext,#content-container .splashwrapper .TileBackgroundAlt2 .splashtext{background-color:#4f5961}}#content-container .splashwrapper.TileBackgroundAlt3 .splashtext,#content-container .splashwrapper .TileBackgroundAlt3 .splashtext{background-color:rgba(247,247,247,.9);color:#003865}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundAlt3 .splashtext,#content-container .splashwrapper .TileBackgroundAlt3 .splashtext{background-color:#f7f7f7 !important}}#content-container .splashwrapper.TileBackgroundAlt3 .splashtext p,#content-container .splashwrapper.TileBackgroundAlt3 .splashtext li,#content-container .splashwrapper.TileBackgroundAlt3 .splashtext h1,#content-container .splashwrapper.TileBackgroundAlt3 .splashtext h2,#content-container .splashwrapper.TileBackgroundAlt3 .splashtext h3,#content-container .splashwrapper.TileBackgroundAlt3 .splashtext h4,#content-container .splashwrapper.TileBackgroundAlt3 .splashtext h5,#content-container .splashwrapper .TileBackgroundAlt3 .splashtext p,#content-container .splashwrapper .TileBackgroundAlt3 .splashtext li,#content-container .splashwrapper .TileBackgroundAlt3 .splashtext h1,#content-container .splashwrapper .TileBackgroundAlt3 .splashtext h2,#content-container .splashwrapper .TileBackgroundAlt3 .splashtext h3,#content-container .splashwrapper .TileBackgroundAlt3 .splashtext h4,#content-container .splashwrapper .TileBackgroundAlt3 .splashtext h5{color:#003865}#content-container .splashwrapper.TileBackgroundCobalt .splashtext,#content-container .splashwrapper .TileBackgroundCobalt .splashtext{background-color:rgba(0,83,152,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundCobalt .splashtext,#content-container .splashwrapper .TileBackgroundCobalt .splashtext{background-color:#005398}}#content-container .splashwrapper.TileBackgroundHeather .splashtext,#content-container .splashwrapper .TileBackgroundHeather .splashtext{background-color:rgba(91,77,148,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundHeather .splashtext,#content-container .splashwrapper .TileBackgroundHeather .splashtext{background-color:#5b4d94}}#content-container .splashwrapper.TileBackgroundThistle .splashtext,#content-container .splashwrapper .TileBackgroundThistle .splashtext{background-color:rgba(149,18,114,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundThistle .splashtext,#content-container .splashwrapper .TileBackgroundThistle .splashtext{background-color:#951272 !important}}#content-container .splashwrapper.TileBackgroundThistle .splashtext p,#content-container .splashwrapper.TileBackgroundThistle .splashtext li,#content-container .splashwrapper.TileBackgroundThistle .splashtext h1,#content-container .splashwrapper.TileBackgroundThistle .splashtext h2,#content-container .splashwrapper.TileBackgroundThistle .splashtext h3,#content-container .splashwrapper.TileBackgroundThistle .splashtext h4,#content-container .splashwrapper.TileBackgroundThistle .splashtext h5,#content-container .splashwrapper .TileBackgroundThistle .splashtext p,#content-container .splashwrapper .TileBackgroundThistle .splashtext li,#content-container .splashwrapper .TileBackgroundThistle .splashtext h1,#content-container .splashwrapper .TileBackgroundThistle .splashtext h2,#content-container .splashwrapper .TileBackgroundThistle .splashtext h3,#content-container .splashwrapper .TileBackgroundThistle .splashtext h4,#content-container .splashwrapper .TileBackgroundThistle .splashtext h5{color:#fff}#content-container .splashwrapper.TileBackgroundLavender .splashtext,#content-container .splashwrapper .TileBackgroundLavender .splashtext{background-color:rgba(91,77,148,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundLavender .splashtext,#content-container .splashwrapper .TileBackgroundLavender .splashtext{background-color:#5b4d94}}#content-container .splashwrapper.TileBackgroundPillarbox .splashtext,#content-container .splashwrapper .TileBackgroundPillarbox .splashtext{background-color:rgba(179,12,0,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundPillarbox .splashtext,#content-container .splashwrapper .TileBackgroundPillarbox .splashtext{background-color:#b30c00}}#content-container .splashwrapper.TileBackgroundForest .splashtext,#content-container .splashwrapper .TileBackgroundForest .splashtext{background-color:rgba(56,90,79,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundForest .splashtext,#content-container .splashwrapper .TileBackgroundForest .splashtext{background-color:#385a4f}}#content-container .splashwrapper.TileBackgroundBurgundy .splashtext,#content-container .splashwrapper .TileBackgroundBurgundy .splashtext{background-color:rgba(125,34,57,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundBurgundy .splashtext,#content-container .splashwrapper .TileBackgroundBurgundy .splashtext{background-color:#7d2239}}#content-container .splashwrapper.TileBackgroundRust .splashtext,#content-container .splashwrapper .TileBackgroundRust .splashtext{background-color:rgba(190,77,0,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundRust .splashtext,#content-container .splashwrapper .TileBackgroundRust .splashtext{background-color:#be4d00}}#content-container .splashwrapper.TileBackgroundSkyblue .splashtext,#content-container .splashwrapper .TileBackgroundSkyblue .splashtext{background-color:rgba(0,83,152,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundSkyblue .splashtext,#content-container .splashwrapper .TileBackgroundSkyblue .splashtext{background-color:#005398}}#content-container .splashwrapper.TileBackgroundSandstone .splashtext,#content-container .splashwrapper .TileBackgroundSandstone .splashtext{background-color:rgba(122,104,85,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundSandstone .splashtext,#content-container .splashwrapper .TileBackgroundSandstone .splashtext{background-color:#7a6855}}#content-container .splashwrapper.TileBackgroundLeaf .splashtext,#content-container .splashwrapper .TileBackgroundLeaf .splashtext{background-color:rgba(0,102,48,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundLeaf .splashtext,#content-container .splashwrapper .TileBackgroundLeaf .splashtext{background-color:#006630}}#content-container .splashwrapper.TileBackgroundMoss .splashtext,#content-container .splashwrapper .TileBackgroundMoss .splashtext{background-color:rgba(56,90,79,.9);color:#fff}@media screen and (max-width: 69.9375em){#content-container .splashwrapper.TileBackgroundMoss .splashtext,#content-container .splashwrapper .TileBackgroundMoss .splashtext{background-color:#385a4f}}#content-container .splashwrapper:not(.tileContainer){background-color:#fff !important}#content-container .splashwrapper.no-border{padding:0;margin-bottom:2rem;background:rgba(0,0,0,0) !important}#content-container .splashwrapper.no-border .splashimage{padding:0}#content-container .splashwrapper.no-border .splashimage img{width:100% !important}#content-container .tileContainer{margin-top:2rem;padding:0;z-index:2;display:flex;color:#fff;position:relative}@media screen and (min-width: 73.75em){#content-container .tileContainer{padding-left:1rem;padding-right:1rem}}@media screen and (min-width: 70em)and (max-width: 73.6875em){#content-container .tileContainer{padding-left:1rem;padding-right:1rem}}#content-container .tileContainer.tile-column{flex-direction:column}#content-container .tileContainer.tile-column .tile-column-child:not(:first-child){margin-top:2rem}@media screen and (max-width: 69.9375em){#content-container .tileContainer.tile-column .tile-column-child:not(:first-child){margin-top:1rem}}#content-container .tileContainer.no-margin-top{margin-top:0}@media screen and (max-width: 69.9375em){#content-container .tileContainer{margin-top:1rem;z-index:2;padding:0}}#content-container .tileContainer.isplain{z-index:3;position:initial}#content-container .tileContainer.large-4 .tile .tileText .hfeed .hentry .text{max-width:100% !important}#content-container .tileContainer.large-4 .tile .tileText .hfeed .hentry .datetime{display:none}#content-container .tileContainer .tile{width:100%;box-shadow:0px 3px 3px -2px rgba(0,0,0,.15);-webkit-backface-visibility:hidden;overflow:hidden;position:relative;background:#003865;color:#fff}#content-container .tileContainer .tile.no-shadow{box-shadow:none}#content-container .tileContainer .tile.news .tileText h2{line-height:1.8rem;font-size:1.6rem}#content-container .tileContainer .tile.courseSearch,#content-container .tileContainer .tile.autocomplete-fix{position:relative;z-index:4;overflow:initial}#content-container .tileContainer .tile.newsevents.false .entry-content{display:none}#content-container .tileContainer .tile.plain{background:none;color:#343536;overflow:initial;z-index:3}#content-container .tileContainer .tile.TileBackgroundDefault.internal{background:#4f5961;color:#fff}#content-container .tileContainer .tile.TileBackgroundTransparent,#content-container .tileContainer .tile.white{background:none !important;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#003865}#content-container .tileContainer .tile.TileBackgroundTransparent a,#content-container .tileContainer .tile.white a{color:#003865}#content-container .tileContainer .tile.TileBackgroundTransparent ul li a:before,#content-container .tileContainer .tile.TileBackgroundTransparent ul li .link-replaced:before,#content-container .tileContainer .tile.white ul li a:before,#content-container .tileContainer .tile.white ul li .link-replaced:before{background-image:url("/3t4/img/arrow-thin-blue.svg")}#content-container .tileContainer .tile.TileBackgroundAlt1{background:#003865;color:#fff}#content-container .tileContainer .tile.TileBackgroundAlt1 button{background-color:#005398 !important}#content-container .tileContainer .tile.TileBackgroundAlt2{background:#4f5961;color:#fff}#content-container .tileContainer .tile.TileBackgroundAlt3{background:#f7f7f7;color:#003865}#content-container .tileContainer .tile.TileBackgroundAlt3 a{color:#003865}#content-container .tileContainer .tile.TileBackgroundAlt3 ul li a:before,#content-container .tileContainer .tile.TileBackgroundAlt3 ul li .link-replaced:before{background-image:url("/3t4/img/arrow-thin-blue.svg")}#content-container .tileContainer .tile.grey{background:#ededed;color:#003865}#content-container .tileContainer .tile.grey a{color:#003865}#content-container .tileContainer .tile.grey ul li a:before,#content-container .tileContainer .tile.grey ul li .link-replaced:before{background-image:url("/3t4/img/arrow-thin-blue.svg")}#content-container .tileContainer .tile.TileBackgroundCobalt,#content-container .tileContainer .tile.cobalt{background:#005398;color:#fefefe}#content-container .tileContainer .tile.TileBackgroundCobalt a,#content-container .tileContainer .tile.cobalt a{color:#fefefe}#content-container .tileContainer .tile.black{background:#000;color:#fefefe}#content-container .tileContainer .tile.black a{color:#fefefe}#content-container .tileContainer .tile.TileBackgroundHeather,#content-container .tileContainer .tile.heather{background:#5b4d94;color:#fefefe}#content-container .tileContainer .tile.TileBackgroundHeather a,#content-container .tileContainer .tile.heather a{color:#fefefe}#content-container .tileContainer .tile.TileBackgroundThistle,#content-container .tileContainer .tile.thistle{background:#951272;color:#fefefe}#content-container .tileContainer .tile.TileBackgroundThistle a,#content-container .tileContainer .tile.thistle a{color:#fefefe}#content-container .tileContainer .tile.TileBackgroundLavender,#content-container .tileContainer .tile.lavender{background:#5b4d94;color:#fefefe}#content-container .tileContainer .tile.TileBackgroundLavender a,#content-container .tileContainer .tile.lavender a{color:#fefefe}#content-container .tileContainer .tile.TileBackgroundPillarbox,#content-container .tileContainer .tile.pillarbox{background:#b30c00;color:#fefefe}#content-container .tileContainer .tile.TileBackgroundPillarbox a,#content-container .tileContainer .tile.pillarbox a{color:#fefefe}#content-container .tileContainer .tile.TileBackgroundSandstone,#content-container .tileContainer .tile.sandstone{background:#7a6855;color:#fefefe}#content-container .tileContainer .tile.TileBackgroundSandstone a,#content-container .tileContainer .tile.sandstone a{color:#fefefe}#content-container .tileContainer .tile.TileBackgroundForest,#content-container .tileContainer .tile.forest{background:#385a4f;color:#fefefe}#content-container .tileContainer .tile.TileBackgroundForest a,#content-container .tileContainer .tile.forest a{color:#fefefe}#content-container .tileContainer .tile.TileBackgroundBurgundy,#content-container .tileContainer .tile.burgundy{background:#7d2239;color:#fefefe}#content-container .tileContainer .tile.TileBackgroundBurgundy a,#content-container .tileContainer .tile.burgundy a{color:#fefefe}#content-container .tileContainer .tile.TileBackgroundRust,#content-container .tileContainer .tile.rust{background:#be4d00;color:#fefefe}#content-container .tileContainer .tile.TileBackgroundRust a,#content-container .tileContainer .tile.rust a{color:#fefefe}#content-container .tileContainer .tile.TileBackgroundSkyblue,#content-container .tileContainer .tile.skyblue{background:#005398;color:#fefefe}#content-container .tileContainer .tile.TileBackgroundSkyblue a,#content-container .tileContainer .tile.skyblue a{color:#fefefe}#content-container .tileContainer .tile.TileBackgroundLeaf,#content-container .tileContainer .tile.leaf{background:#006630;color:#fefefe}#content-container .tileContainer .tile.TileBackgroundLeaf a,#content-container .tileContainer .tile.leaf a{color:#fefefe}#content-container .tileContainer .tile.TileBackgroundMoss,#content-container .tileContainer .tile.moss{background:#385a4f;color:#fefefe}#content-container .tileContainer .tile.TileBackgroundMoss a,#content-container .tileContainer .tile.moss a{color:#fefefe}#content-container .tileContainer .tile span.calltoaction{background:url(/3t4/img/arrow-thick-right.png) 0 .1rem no-repeat;font-family:"PT Sans",sans-serif !important;font-weight:bold;margin-bottom:10px;display:inline-block;color:#fff;font-size:1.12em;margin:0;border-bottom:none !important}#content-container .tileContainer .tile ul.programme-list{margin-bottom:5rem}@media screen and (max-width: 69.9375em){#content-container .tileContainer .tile ul.programme-list{margin-bottom:7rem}}#content-container .tileContainer .tile a{color:#fff;text-decoration:none;border-bottom:none}#content-container .tileContainer .tile a.tilewraplink{display:block;cursor:pointer;transition:filter .4s linear}#content-container .tileContainer .tile a.tilewraplink:hover,#content-container .tileContainer .tile a.tilewraplink:focus{filter:saturate(70%) brightness(115%)}#content-container .tileContainer .tile a.tilewraplink:focus .tileText .link-replaced{border-bottom:1px solid}#content-container .tileContainer .tile a.button.in-tile{display:block;position:absolute;bottom:1rem;left:2rem;right:2rem;padding:1rem;font-size:1rem;background:rgba(0,0,0,.3607843137)}#content-container .tileContainer .tile a.button.in-tile:hover,#content-container .tileContainer .tile a.button.in-tile:focus{background:rgba(0,0,0,.4392156863)}#content-container .tileContainer .tile a.calltoaction{background:url(/3t4/img/arrow-thick-right.png) 0 5px no-repeat;font-family:"PT Sans",sans-serif !important;font-weight:bold;margin-bottom:10px;display:inline-block;padding:0 4px 0 34px;color:#fff;font-size:1.12em;margin:0;border-bottom:none !important}@media screen and (max-width: 69.9375em){#content-container .tileContainer .tile a.calltoaction{background:url(/3t4/img/arrow-thick-right.png) 0 21px no-repeat;padding:1.25rem 2rem;line-height:1.4rem}}#content-container .tileContainer .tile h2,#content-container .tileContainer .tile h3>.link-replaced{font-weight:400;padding:0;margin:0;margin-bottom:1rem;line-height:2.2rem;font-size:2rem}#content-container .tileContainer .tile h2 a,#content-container .tileContainer .tile h3>.link-replaced a{text-decoration:none}#content-container .tileContainer .tile .tileImage img{vertical-align:top}#content-container .tileContainer .tile .tileImage.storyphoto a img{display:none}#content-container .tileContainer .tile .tileImage.columns{padding:0}#content-container .tileContainer .tile .tileImage img:not(.video-popup-thumbnail){width:100% !important;height:auto !important;opacity:0;transition:opacity .5s linear}#content-container .tileContainer .tile .tileText{height:100%;padding:2rem;position:relative}@media screen and (max-width: 69.9375em){#content-container .tileContainer .tile .tileText{padding:1rem}}#content-container .tileContainer .tile .tileText.navonly ul li.nolink{display:none}#content-container .tileContainer .tile .tileText.search{padding-bottom:3rem}#content-container .tileContainer .tile .tileText.search .column,#content-container .tileContainer .tile .tileText.search .columns{padding:0;position:relative}#content-container .tileContainer .tile .tileText.search input[type=text]{border-radius:.25rem 0 0 .25rem;height:64px}#content-container .tileContainer .tile .tileText.search button,#content-container .tileContainer .tile .tileText.search input[type=submit]{border-radius:0 .25rem .25rem 0;background-color:#003865;color:#fff;border:none;padding:1.36rem;width:100%;height:64px}#content-container .tileContainer .tile .tileText.search input[type=submit]{padding:1.05rem}#content-container .tileContainer .tile .tileText.banner{padding:.3rem 1.7rem .3rem 1.7rem}#content-container .tileContainer .tile .tileText.banner h2{margin-top:1rem}@media screen and (max-width: 69.9375em){#content-container .tileContainer .tile .tileText.banner{padding:.3rem 1rem}}#content-container .tileContainer .tile h4{font-size:1.5rem;margin:0 0 .8rem 0}#content-container .tileContainer .tile h4.summary{font-size:1.1rem}#content-container .tileContainer .tile h5{font-size:1.4rem;margin:0 0 .8rem 0}#content-container .tileContainer .tile .pullquote{margin:1rem 0 1rem 1rem;padding:1rem;background:none;color:#4f5961;font-size:1.1rem;position:relative;padding:2rem;padding-left:4rem}#content-container .tileContainer .tile .pullquote:before{content:"";font-family:FontAwesome;font-size:2rem;padding:1rem;position:absolute;top:0;left:0}#content-container .tileContainer .tile .pullquote a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile.single-child p{background:url(/3t4/img/arrow-thick-right.png) 0 .1rem no-repeat;font-family:"PT Sans",sans-serif !important;font-weight:bold;margin-bottom:10px;display:inline-block;padding:0 4px 0 34px;color:#fff;font-size:1.12em;margin:0;border-bottom:none !important}#content-container .tileContainer .tile .ranking-container{padding:.6rem;font-weight:bold}#content-container .tileContainer .tile .ranking-container .column,#content-container .tileContainer .tile .ranking-container .columns{padding:0;position:relative}#content-container .tileContainer .tile .ranking-container img{padding-top:.3rem;padding-right:10px}#content-container .tileContainer .tile .ranking-container .column h3,#content-container .tileContainer .tile .ranking-container .columns h3{margin:1rem 0 0 0}#content-container .tileContainer .tile .ranking-container .column p,#content-container .tileContainer .tile .ranking-container .columns p{margin:0}#content-container .tileContainer .tile img{height:auto !important}#content-container .tileContainer .tile .tile-icon-spacer{width:0px;float:right}#content-container .tileContainer .tile span.tile-icon{width:20%;float:right;margin-left:6px;margin-bottom:1rem;margin-top:6px;clear:right}#content-container .tileContainer .tile span.tile-icon img{width:100%;height:100%}#content-container .tileContainer .tile .tile04image{display:none}#content-container .tileContainer .tile .entry-title{font-size:1.1rem;font-weight:400}#content-container .tileContainer .tile .entry-content{padding-left:1.8rem !important;margin-bottom:1.6rem;font-family:"PT Sans",sans-serif}#content-container .tileContainer .tile .hentry{border-bottom:1px solid rgba(169,169,169,.7)}#content-container .tileContainer .tile .right{float:right;margin-left:1rem;margin-bottom:1rem}#content-container .tileContainer .tile p{font-family:"PT Sans",sans-serif;font-size:1.1rem}#content-container .tileContainer .tile p.more{position:absolute;bottom:0px;right:2rem}#content-container .tileContainer .tile p:not(.calltoaction) a,#content-container .tileContainer .tile p:not(.calltoaction) span.linktext{border-bottom:none}#content-container .tileContainer .tile p:not(.calltoaction) a:not(.calltoaction),#content-container .tileContainer .tile p:not(.calltoaction) span.linktext:not(.calltoaction){border-bottom:1px solid #fff !important}#content-container .tileContainer .tile ul{padding:0}#content-container .tileContainer .tile ul li{list-style:none;padding-left:1.8rem;font-size:1.1rem;margin-bottom:.8rem;position:relative;font-family:"PT Sans",sans-serif !important}#content-container .tileContainer .tile ul li.no-link{list-style:square;margin-left:1.8rem;padding-left:0}#content-container .tileContainer .tile ul li.hentry .text{max-width:85%}#content-container .tileContainer .tile ul li.no-link:before{content:"";display:block;margin-right:.3125em;vertical-align:middle;width:1.25rem;height:1.25rem;position:absolute;top:2px;left:0;background-image:url(/3t4/img/bullet-square-blue.svg);background-position:center center;background-repeat:no-repeat;background-size:75%}#content-container .tileContainer .tile ul li a,#content-container .tileContainer .tile ul li .link-replaced{font-family:"PT Sans",sans-serif}#content-container .tileContainer .tile ul li a:before,#content-container .tileContainer .tile ul li .link-replaced:before{content:"";display:block;margin-right:.3125em;vertical-align:middle;width:1.25rem;height:1.25rem;position:absolute;top:2px;left:0;background-image:url("/3t4/img/arrow-thin-white.svg");background-position:center center;background-repeat:no-repeat;background-size:75%;transition:margin .3s}#content-container .tileContainer .tile ul li a:hover:before,#content-container .tileContainer .tile ul li .link-replaced:hover:before{margin-left:.2em}#content-container .tileContainer .tile ul li a{text-decoration:none;border-bottom:none;display:block}#content-container .tileContainer .tile ul li a:focus{box-shadow:0 0 0px 1px #fff}#content-container .tileContainer .tile form input{margin-bottom:1rem}#content-container .tileContainer .tile form #sectionSearchSubmit{border-radius:0 .25rem .25rem 0;background-color:#003865;color:#fff;border:none}#content-container .tileContainer .tile form .tileFormSubmit{float:right}#content-container .tileContainer .tile form .tileFormSubmit input{border-top-left-radius:0;border-bottom-left-radius:0;height:55px;color:#fff;background-color:#003865;border:none}#content-container .tileContainer .tile form .tileFormInput{overflow:auto}#content-container .tileContainer .tile form .tileFormInput input,#content-container .tileContainer .tile form .tileFormInput select{border-top-right-radius:0;border-bottom-right-radius:0}#content-container .tileContainer .tile .racc ul li{margin-bottom:0}#content-container .tileContainer .tile .racc ul li a{color:#003865}#content-container .tileContainer .tile .racc ul li a:before{top:10px;background-image:url(/3t4/img/arrow-thin-blue.svg)}#content-container .tileContainer .tile .datetime{display:none;float:right}#content-container .tileContainer .tile .calltoaction{background:#003865 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat}#content-container .tileContainer .tile .calltoaction.minimal{border:none !important;padding-top:0;padding-left:2rem;padding-bottom:0;margin:0;background:url(/3t4/img/arrow-thick-right.png) .2rem no-repeat}#content-container .tileContainer .tile .calltoaction.minimal:hover{box-shadow:none}#content-container .tileContainer .tile .calltoaction.minimal.dark{color:#003865 !important}#content-container .tileContainer .tile .calltoaction.minimal.dark.arrow-up{background:url(/3t4/img/arrow-thick-blue-up.png) .2rem no-repeat}#content-container .tileContainer .tile .calltoaction.minimal.arrow-up{background:url(/3t4/img/arrow-thick-up.png) .2rem no-repeat}#content-container .tileContainer .tile .calltoaction.small{background-position-y:.86rem !important;padding-top:.6rem;padding-bottom:.6rem}@media screen and (max-width: 69.9375em){#content-container .tileContainer .tile .calltoaction.small{background-position-y:.5rem !important}}#content-container .tileContainer .tile .calltoaction.tiny{background-position-y:.8rem !important;padding-top:.6rem;padding-bottom:.6rem;font-size:1rem;background:#003865 url(/3t4/img/arrow-thin-white.svg) 1rem no-repeat;background-size:20px}#content-container .tileContainer .tile .applynow{background:#006630 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat}#content-container .tileContainer .tile #apply-now-container-mobile a.button.applynow{display:block;width:100%;font-size:1.6rem;text-align:left;padding-left:2.8rem;background:#006630 url(/3t4/img/arrow-thick-right.png) .9rem 1.2rem no-repeat}#content-container .tileContainer .tile .calltoaction,#content-container .tileContainer .tile .applynow{font-family:"PT Sans",sans-serif;color:#fff !important;cursor:pointer;padding:1rem;border:0;margin:1rem 1rem 1rem 0;display:inline-block;border-radius:.25rem;font-weight:400;font-size:1.2rem;padding-left:3rem}#content-container .tileContainer .tile .calltoaction.uofg-default-blue,#content-container .tileContainer .tile .applynow.uofg-default-blue{background:#003865 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.uofg-default-blue a,#content-container .tileContainer .tile .applynow.uofg-default-blue a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.uofg-default-blue.update,#content-container .tileContainer .tile .applynow.uofg-default-blue.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.uofg-default-blue.update a,#content-container .tileContainer .tile .applynow.uofg-default-blue.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.universityblue,#content-container .tileContainer .tile .applynow.universityblue{background:#003865 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.universityblue a,#content-container .tileContainer .tile .applynow.universityblue a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.universityblue.update,#content-container .tileContainer .tile .applynow.universityblue.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.universityblue.update a,#content-container .tileContainer .tile .applynow.universityblue.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.uofg-default-blue-tint-80,#content-container .tileContainer .tile .applynow.uofg-default-blue-tint-80{background:#2e5c81 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.uofg-default-blue-tint-80 a,#content-container .tileContainer .tile .applynow.uofg-default-blue-tint-80 a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.uofg-default-blue-tint-80.update,#content-container .tileContainer .tile .applynow.uofg-default-blue-tint-80.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.uofg-default-blue-tint-80.update a,#content-container .tileContainer .tile .applynow.uofg-default-blue-tint-80.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.uofg-default-blue-tint-70,#content-container .tileContainer .tile .applynow.uofg-default-blue-tint-70{background:#4c7393 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.uofg-default-blue-tint-70 a,#content-container .tileContainer .tile .applynow.uofg-default-blue-tint-70 a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.uofg-default-blue-tint-70.update,#content-container .tileContainer .tile .applynow.uofg-default-blue-tint-70.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.uofg-default-blue-tint-70.update a,#content-container .tileContainer .tile .applynow.uofg-default-blue-tint-70.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.uofg-default-blue-tint-40,#content-container .tileContainer .tile .applynow.uofg-default-blue-tint-40{background:#4c7393 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.uofg-default-blue-tint-40 a,#content-container .tileContainer .tile .applynow.uofg-default-blue-tint-40 a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.uofg-default-blue-tint-40.update,#content-container .tileContainer .tile .applynow.uofg-default-blue-tint-40.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.uofg-default-blue-tint-40.update a,#content-container .tileContainer .tile .applynow.uofg-default-blue-tint-40.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.slate-grey,#content-container .tileContainer .tile .applynow.slate-grey{background:#343536 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.slate-grey a,#content-container .tileContainer .tile .applynow.slate-grey a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.slate-grey.update,#content-container .tileContainer .tile .applynow.slate-grey.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.slate-grey.update a,#content-container .tileContainer .tile .applynow.slate-grey.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.grey,#content-container .tileContainer .tile .applynow.grey{background:#d3d3d3 url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#003865 !important}#content-container .tileContainer .tile .calltoaction.grey a,#content-container .tileContainer .tile .applynow.grey a{color:#003865 !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.grey.update,#content-container .tileContainer .tile .applynow.grey.update{color:#003865 !important}#content-container .tileContainer .tile .calltoaction.grey.update a,#content-container .tileContainer .tile .applynow.grey.update a{color:#003865 !important}#content-container .tileContainer .tile .calltoaction.medium-grey,#content-container .tileContainer .tile .applynow.medium-grey{background:#ededed url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.medium-grey a,#content-container .tileContainer .tile .applynow.medium-grey a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.medium-grey.update,#content-container .tileContainer .tile .applynow.medium-grey.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.medium-grey.update a,#content-container .tileContainer .tile .applynow.medium-grey.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.light-grey,#content-container .tileContainer .tile .applynow.light-grey{background:#f7f7f7 url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#343536 !important}#content-container .tileContainer .tile .calltoaction.light-grey a,#content-container .tileContainer .tile .applynow.light-grey a{color:#343536 !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.light-grey.update,#content-container .tileContainer .tile .applynow.light-grey.update{color:#343536 !important}#content-container .tileContainer .tile .calltoaction.light-grey.update a,#content-container .tileContainer .tile .applynow.light-grey.update a{color:#343536 !important}#content-container .tileContainer .tile .calltoaction.cobalt,#content-container .tileContainer .tile .applynow.cobalt{background:#005398 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.cobalt a,#content-container .tileContainer .tile .applynow.cobalt a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.cobalt.update,#content-container .tileContainer .tile .applynow.cobalt.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.cobalt.update a,#content-container .tileContainer .tile .applynow.cobalt.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.cobalt-tint-80,#content-container .tileContainer .tile .applynow.cobalt-tint-80{background:#3590bf url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.cobalt-tint-80 a,#content-container .tileContainer .tile .applynow.cobalt-tint-80 a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.cobalt-tint-80.update,#content-container .tileContainer .tile .applynow.cobalt-tint-80.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.cobalt-tint-80.update a,#content-container .tileContainer .tile .applynow.cobalt-tint-80.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.cobalt-dark,#content-container .tileContainer .tile .applynow.cobalt-dark{background:#015987 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.cobalt-dark a,#content-container .tileContainer .tile .applynow.cobalt-dark a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.cobalt-dark.update,#content-container .tileContainer .tile .applynow.cobalt-dark.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.cobalt-dark.update a,#content-container .tileContainer .tile .applynow.cobalt-dark.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.turquoise,#content-container .tileContainer .tile .applynow.turquoise{background:#00b5d1 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.turquoise a,#content-container .tileContainer .tile .applynow.turquoise a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.turquoise.update,#content-container .tileContainer .tile .applynow.turquoise.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.turquoise.update a,#content-container .tileContainer .tile .applynow.turquoise.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.thistle,#content-container .tileContainer .tile .applynow.thistle{background:#951272 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.thistle a,#content-container .tileContainer .tile .applynow.thistle a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.thistle.update,#content-container .tileContainer .tile .applynow.thistle.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.thistle.update a,#content-container .tileContainer .tile .applynow.thistle.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.thistle-tint-80,#content-container .tileContainer .tile .applynow.thistle-tint-80{background:#aa418e url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.thistle-tint-80 a,#content-container .tileContainer .tile .applynow.thistle-tint-80 a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.thistle-tint-80.update,#content-container .tileContainer .tile .applynow.thistle-tint-80.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.thistle-tint-80.update a,#content-container .tileContainer .tile .applynow.thistle-tint-80.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.thistle-tint-90,#content-container .tileContainer .tile .applynow.thistle-tint-90{background:#a02a80 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.thistle-tint-90 a,#content-container .tileContainer .tile .applynow.thistle-tint-90 a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.thistle-tint-90.update,#content-container .tileContainer .tile .applynow.thistle-tint-90.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.thistle-tint-90.update a,#content-container .tileContainer .tile .applynow.thistle-tint-90.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.lavendar,#content-container .tileContainer .tile .applynow.lavendar{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.lavendar a,#content-container .tileContainer .tile .applynow.lavendar a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.lavendar.update,#content-container .tileContainer .tile .applynow.lavendar.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.lavendar.update a,#content-container .tileContainer .tile .applynow.lavendar.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.lavender,#content-container .tileContainer .tile .applynow.lavender{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.lavender a,#content-container .tileContainer .tile .applynow.lavender a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.lavender.update,#content-container .tileContainer .tile .applynow.lavender.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.lavender.update a,#content-container .tileContainer .tile .applynow.lavender.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.lavendar-tint-80,#content-container .tileContainer .tile .applynow.lavendar-tint-80{background:#7c71a9 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.lavendar-tint-80 a,#content-container .tileContainer .tile .applynow.lavendar-tint-80 a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.lavendar-tint-80.update,#content-container .tileContainer .tile .applynow.lavendar-tint-80.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.lavendar-tint-80.update a,#content-container .tileContainer .tile .applynow.lavendar-tint-80.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.lawn,#content-container .tileContainer .tile .applynow.lawn{background:#84bd00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.lawn a,#content-container .tileContainer .tile .applynow.lawn a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.lawn.update,#content-container .tileContainer .tile .applynow.lawn.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.lawn.update a,#content-container .tileContainer .tile .applynow.lawn.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.pillarbox,#content-container .tileContainer .tile .applynow.pillarbox{background:#b30c00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.pillarbox a,#content-container .tileContainer .tile .applynow.pillarbox a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.pillarbox.update,#content-container .tileContainer .tile .applynow.pillarbox.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.pillarbox.update a,#content-container .tileContainer .tile .applynow.pillarbox.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.burgundy,#content-container .tileContainer .tile .applynow.burgundy{background:#7d2239 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.burgundy a,#content-container .tileContainer .tile .applynow.burgundy a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.burgundy.update,#content-container .tileContainer .tile .applynow.burgundy.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.burgundy.update a,#content-container .tileContainer .tile .applynow.burgundy.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.pumpkin,#content-container .tileContainer .tile .applynow.pumpkin{background:#84bd00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.pumpkin a,#content-container .tileContainer .tile .applynow.pumpkin a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.pumpkin.update,#content-container .tileContainer .tile .applynow.pumpkin.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.pumpkin.update a,#content-container .tileContainer .tile .applynow.pumpkin.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.forest,#content-container .tileContainer .tile .applynow.forest{background:#385a4f url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.forest a,#content-container .tileContainer .tile .applynow.forest a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.forest.update,#content-container .tileContainer .tile .applynow.forest.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.forest.update a,#content-container .tileContainer .tile .applynow.forest.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.sunshine,#content-container .tileContainer .tile .applynow.sunshine{background:#ffdc36 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#000 !important}#content-container .tileContainer .tile .calltoaction.sunshine a,#content-container .tileContainer .tile .applynow.sunshine a{color:#000 !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.sunshine.update,#content-container .tileContainer .tile .applynow.sunshine.update{color:#000 !important}#content-container .tileContainer .tile .calltoaction.sunshine.update a,#content-container .tileContainer .tile .applynow.sunshine.update a{color:#000 !important}#content-container .tileContainer .tile .calltoaction.rust,#content-container .tileContainer .tile .applynow.rust{background:#be4d00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.rust a,#content-container .tileContainer .tile .applynow.rust a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.rust.update,#content-container .tileContainer .tile .applynow.rust.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.rust.update a,#content-container .tileContainer .tile .applynow.rust.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.sandstone,#content-container .tileContainer .tile .applynow.sandstone{background:#7a6855 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.sandstone a,#content-container .tileContainer .tile .applynow.sandstone a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.sandstone.update,#content-container .tileContainer .tile .applynow.sandstone.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.sandstone.update a,#content-container .tileContainer .tile .applynow.sandstone.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.slate,#content-container .tileContainer .tile .applynow.slate{background:#4f5961 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.slate a,#content-container .tileContainer .tile .applynow.slate a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.slate.update,#content-container .tileContainer .tile .applynow.slate.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.slate.update a,#content-container .tileContainer .tile .applynow.slate.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.heather,#content-container .tileContainer .tile .applynow.heather{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.heather a,#content-container .tileContainer .tile .applynow.heather a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.heather.update,#content-container .tileContainer .tile .applynow.heather.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.heather.update a,#content-container .tileContainer .tile .applynow.heather.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.rose,#content-container .tileContainer .tile .applynow.rose{background:#d278ab url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.rose a,#content-container .tileContainer .tile .applynow.rose a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.rose.update,#content-container .tileContainer .tile .applynow.rose.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.rose.update a,#content-container .tileContainer .tile .applynow.rose.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.mocha,#content-container .tileContainer .tile .applynow.mocha{background:#b59079 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.mocha a,#content-container .tileContainer .tile .applynow.mocha a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.mocha.update,#content-container .tileContainer .tile .applynow.mocha.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.mocha.update a,#content-container .tileContainer .tile .applynow.mocha.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.aquamarine,#content-container .tileContainer .tile .applynow.aquamarine{background:#9ab9ad url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.aquamarine a,#content-container .tileContainer .tile .applynow.aquamarine a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.aquamarine.update,#content-container .tileContainer .tile .applynow.aquamarine.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.aquamarine.update a,#content-container .tileContainer .tile .applynow.aquamarine.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.undergraduate,#content-container .tileContainer .tile .applynow.undergraduate{background:#951272 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.undergraduate a,#content-container .tileContainer .tile .applynow.undergraduate a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.undergraduate.update,#content-container .tileContainer .tile .applynow.undergraduate.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.undergraduate.update a,#content-container .tileContainer .tile .applynow.undergraduate.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.postgraduate,#content-container .tileContainer .tile .applynow.postgraduate{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.postgraduate a,#content-container .tileContainer .tile .applynow.postgraduate a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.postgraduate.update,#content-container .tileContainer .tile .applynow.postgraduate.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.postgraduate.update a,#content-container .tileContainer .tile .applynow.postgraduate.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.skyblue,#content-container .tileContainer .tile .applynow.skyblue{background:#005398 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.skyblue a,#content-container .tileContainer .tile .applynow.skyblue a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.skyblue.update,#content-container .tileContainer .tile .applynow.skyblue.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.skyblue.update a,#content-container .tileContainer .tile .applynow.skyblue.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.leaf,#content-container .tileContainer .tile .applynow.leaf{background:#006630 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.leaf a,#content-container .tileContainer .tile .applynow.leaf a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.leaf.update,#content-container .tileContainer .tile .applynow.leaf.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.leaf.update a,#content-container .tileContainer .tile .applynow.leaf.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.moss,#content-container .tileContainer .tile .applynow.moss{background:#385a4f url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.moss a,#content-container .tileContainer .tile .applynow.moss a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.moss.update,#content-container .tileContainer .tile .applynow.moss.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.moss.update a,#content-container .tileContainer .tile .applynow.moss.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.black,#content-container .tileContainer .tile .applynow.black{background:#000 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .tileContainer .tile .calltoaction.black a,#content-container .tileContainer .tile .applynow.black a{color:#fff !important;text-decoration:none}#content-container .tileContainer .tile .calltoaction.black.update,#content-container .tileContainer .tile .applynow.black.update{color:#fff !important}#content-container .tileContainer .tile .calltoaction.black.update a,#content-container .tileContainer .tile .applynow.black.update a{color:#fff !important}#content-container .tileContainer .tile .calltoaction.small,#content-container .tileContainer .tile .applynow.small{background-position-y:.86rem !important;padding-top:.6rem;padding-bottom:.6rem}@media screen and (max-width: 69.9375em){#content-container .tileContainer .tile .calltoaction.small,#content-container .tileContainer .tile .applynow.small{background-position-y:.5rem !important}}#content-container .tileContainer .tile .calltoaction.white,#content-container .tileContainer .tile .applynow.white{background:#fff url(/3t4/img/arrow-thick-blue-right.png) 1rem 1.2rem no-repeat;color:#003865 !important}#content-container .tileContainer .tile .calltoaction.white a,#content-container .tileContainer .tile .applynow.white a{color:#003865 !important}#content-container .tileContainer .tile .calltoaction.sport,#content-container .tileContainer .tile .applynow.sport{background:#ffdc36 url(/3t4/img/arrow-thick-blue-right.png) 1rem 1.2rem no-repeat;color:#000 !important}#content-container .tileContainer .tile .calltoaction.sport a,#content-container .tileContainer .tile .applynow.sport a{color:#000 !important}#content-container .tileContainer .tile .calltoaction.bs,#content-container .tileContainer .tile .applynow.bs{background:#005398 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat;line-height:1.6rem}#content-container .tileContainer .tile .calltoaction.update,#content-container .tileContainer .tile .applynow.update{background:#4f5961 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat;line-height:1.6rem;width:100%}#content-container .tileContainer .tile .calltoaction.update.black,#content-container .tileContainer .tile .applynow.update.black{background-image:none !important;padding-left:1rem !important}#content-container .tileContainer .tile .calltoaction.update a,#content-container .tileContainer .tile .applynow.update a{color:#fff !important}@media screen and (max-width: 69.9375em){#content-container .tileContainer .tile .calltoaction,#content-container .tileContainer .tile .applynow{font-size:1rem}}#content-container .tileContainer .tile .calltoaction a,#content-container .tileContainer .tile .applynow a{color:#fff !important;text-decoration:none !important}#content-container .tileContainer .tile .calltoaction:hover,#content-container .tileContainer .tile .applynow:hover{opacity:.9;transition:opacity .3s;box-shadow:0px 3px 3px -2px rgba(0,0,0,.22);border-bottom:none !important}#content-container .tileContainer .tile #flockler_container a{color:#003865}#content-container .tileContainer .tile .fluid-width-video-wrapper{padding-top:60% !important}#content-container .tileContainer.podcast-tile .tile{background:rgba(0,0,0,.7607843137);position:relative}#content-container .tileContainer.podcast-tile .tile .tileText{height:auto;padding:2rem;background:none}#content-container .tileContainer.podcast-tile .tile .tileText .podcast-tile-audio-controls{margin-top:1rem}#content-container .tileContainer.podcast-tile .tile .tileText .podcast-tile-audio-controls .audio-control{border:1px solid rgba(255,255,255,.7019607843);padding:.4rem;border-radius:3px}#content-container .tileContainer.leftnav-open.large-4 .tile .tileText{padding:1rem}#content-container .tileContainer.leftnav-open.large-4 .tile .tileText h2,#content-container .tileContainer.leftnav-open.large-4 .tile .tileText h3{font-size:1.4rem;line-height:1.5rem;font-weight:700}#content-container .tileContainer .story_summary_inage{float:right;margin-left:.5rem;margin-bottom:.5rem}#content-container .tileContainer .course_search_tile_form{z-index:4}#content-container .tileContainer #dd-register-interest{margin:0 1rem}#content-container .tileContainer #dd-register-interest .row{margin-bottom:1rem}#content-container .tileContainer #dd-register-interest input[type=text],#content-container .tileContainer #dd-register-interest input[type=email],#content-container .tileContainer #dd-register-interest select{padding:.6rem;height:48px}#content-container .tileContainer #dd-register-interest input[type=text].validate,#content-container .tileContainer #dd-register-interest input[type=email].validate,#content-container .tileContainer #dd-register-interest select.validate{border:1px solid red}#content-container .tileContainer #dd-register-interest #dd-submit{background-color:#005398;float:right}#content-container .tileContainer #dd-register-interest p.small{margin-top:0;margin-bottom:0;font-size:.9rem}#content-container .tileContainer #dd-register-interest .grecaptcha-badge{bottom:-100px !important}#content-container .tileContainer #dd-register-interest.intile{padding:0 1rem}#content-container .tileContainer #dd-register-interest.intile input,#content-container .tileContainer #dd-register-interest.intile select{margin-bottom:1rem}#content-container .tileContainer #dd-register-interest.intile .row{margin-bottom:0}#content-container .tileContainer #dd-thanks,#content-container .tileContainer #dd-error{padding:1rem 2rem}#content-container .tileContainer.large-3 .tileText span.tile-icon{width:35%}#content-container .tileContainer button{font-size:1.2rem}#content-container .tileContainer button.uofg-default-blue{background-color:#003865 !important;color:#fff !important}#content-container .tileContainer button.universityblue{background-color:#003865 !important;color:#fff !important}#content-container .tileContainer button.uofg-default-blue-tint-80{background-color:#2e5c81 !important;color:#fff !important}#content-container .tileContainer button.uofg-default-blue-tint-70{background-color:#4c7393 !important;color:#fff !important}#content-container .tileContainer button.uofg-default-blue-tint-40{background-color:#4c7393 !important;color:#fff !important}#content-container .tileContainer button.slate-grey{background-color:#343536 !important;color:#fff !important}#content-container .tileContainer button.medium-grey{background-color:#ededed !important;color:#fff !important}#content-container .tileContainer button.light-grey{background-color:#f7f7f7 !important;color:#343536 !important}#content-container .tileContainer button.cobalt{background-color:#005398 !important;color:#fff !important}#content-container .tileContainer button.cobalt-tint-80{background-color:#3590bf !important;color:#fff !important}#content-container .tileContainer button.cobalt-dark{background-color:#015987 !important;color:#fff !important}#content-container .tileContainer button.turquoise{background-color:#00b5d1 !important;color:#fff !important}#content-container .tileContainer button.thistle{background-color:#951272 !important;color:#fff !important}#content-container .tileContainer button.thistle-tint-80{background-color:#aa418e !important;color:#fff !important}#content-container .tileContainer button.thistle-tint-90{background-color:#a02a80 !important;color:#fff !important}#content-container .tileContainer button.lavendar{background-color:#5b4d94 !important;color:#fff !important}#content-container .tileContainer button.lavender{background-color:#5b4d94 !important;color:#fff !important}#content-container .tileContainer button.lavendar-tint-80{background-color:#7c71a9 !important;color:#fff !important}#content-container .tileContainer button.lawn{background-color:#84bd00 !important;color:#fff !important}#content-container .tileContainer button.pillarbox{background-color:#b30c00 !important;color:#fff !important}#content-container .tileContainer button.burgundy{background-color:#7d2239 !important;color:#fff !important}#content-container .tileContainer button.pumpkin{background-color:#84bd00 !important;color:#fff !important}#content-container .tileContainer button.forest{background-color:#385a4f !important;color:#fff !important}#content-container .tileContainer button.sunshine{background-color:#ffdc36 !important;color:#000 !important}#content-container .tileContainer button.rust{background-color:#be4d00 !important;color:#fff !important}#content-container .tileContainer button.sandstone{background-color:#7a6855 !important;color:#fff !important}#content-container .tileContainer button.slate{background-color:#4f5961 !important;color:#fff !important}#content-container .tileContainer button.heather{background-color:#5b4d94 !important;color:#fff !important}#content-container .tileContainer button.rose{background-color:#d278ab !important;color:#fff !important}#content-container .tileContainer button.mocha{background-color:#b59079 !important;color:#fff !important}#content-container .tileContainer button.aquamarine{background-color:#9ab9ad !important;color:#fff !important}#content-container .tileContainer button.undergraduate{background-color:#951272 !important;color:#fff !important}#content-container .tileContainer button.postgraduate{background-color:#5b4d94 !important;color:#fff !important}#content-container .tileContainer button.skyblue{background-color:#005398 !important;color:#fff !important}#content-container .tileContainer button.leaf{background-color:#006630 !important;color:#fff !important}#content-container .tileContainer button.moss{background-color:#385a4f !important;color:#fff !important}#content-container .tileContainer button.black{background-color:#000 !important;color:#fff !important}#content-container .links{position:sticky;position:-webkit-sticky;top:200px;font-family:"PT Sans",sans-serif;font-size:1rem;padding:0;float:left}#content-container .links.not-sticky{position:relative;top:0}#content-container .links .calltoaction{background:#003865 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat}#content-container .links .calltoaction.minimal{border:none !important;padding-top:0;padding-left:2rem;padding-bottom:0;margin:0;background:url(/3t4/img/arrow-thick-right.png) .2rem no-repeat}#content-container .links .calltoaction.minimal:hover{box-shadow:none}#content-container .links .calltoaction.minimal.dark{color:#003865 !important}#content-container .links .calltoaction.minimal.dark.arrow-up{background:url(/3t4/img/arrow-thick-blue-up.png) .2rem no-repeat}#content-container .links .calltoaction.minimal.arrow-up{background:url(/3t4/img/arrow-thick-up.png) .2rem no-repeat}#content-container .links .calltoaction.small{background-position-y:.86rem !important;padding-top:.6rem;padding-bottom:.6rem}@media screen and (max-width: 69.9375em){#content-container .links .calltoaction.small{background-position-y:.5rem !important}}#content-container .links .calltoaction.tiny{background-position-y:.8rem !important;padding-top:.6rem;padding-bottom:.6rem;font-size:1rem;background:#003865 url(/3t4/img/arrow-thin-white.svg) 1rem no-repeat;background-size:20px}#content-container .links .applynow{background:#006630 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat}#content-container .links #apply-now-container-mobile a.button.applynow{display:block;width:100%;font-size:1.6rem;text-align:left;padding-left:2.8rem;background:#006630 url(/3t4/img/arrow-thick-right.png) .9rem 1.2rem no-repeat}#content-container .links .calltoaction,#content-container .links .applynow{font-family:"PT Sans",sans-serif;color:#fff !important;cursor:pointer;padding:1rem;border:0;margin:1rem 1rem 1rem 0;display:inline-block;border-radius:.25rem;font-weight:400;font-size:1.2rem;padding-left:3rem}#content-container .links .calltoaction.uofg-default-blue,#content-container .links .applynow.uofg-default-blue{background:#003865 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.uofg-default-blue a,#content-container .links .applynow.uofg-default-blue a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.uofg-default-blue.update,#content-container .links .applynow.uofg-default-blue.update{color:#fff !important}#content-container .links .calltoaction.uofg-default-blue.update a,#content-container .links .applynow.uofg-default-blue.update a{color:#fff !important}#content-container .links .calltoaction.universityblue,#content-container .links .applynow.universityblue{background:#003865 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.universityblue a,#content-container .links .applynow.universityblue a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.universityblue.update,#content-container .links .applynow.universityblue.update{color:#fff !important}#content-container .links .calltoaction.universityblue.update a,#content-container .links .applynow.universityblue.update a{color:#fff !important}#content-container .links .calltoaction.uofg-default-blue-tint-80,#content-container .links .applynow.uofg-default-blue-tint-80{background:#2e5c81 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.uofg-default-blue-tint-80 a,#content-container .links .applynow.uofg-default-blue-tint-80 a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.uofg-default-blue-tint-80.update,#content-container .links .applynow.uofg-default-blue-tint-80.update{color:#fff !important}#content-container .links .calltoaction.uofg-default-blue-tint-80.update a,#content-container .links .applynow.uofg-default-blue-tint-80.update a{color:#fff !important}#content-container .links .calltoaction.uofg-default-blue-tint-70,#content-container .links .applynow.uofg-default-blue-tint-70{background:#4c7393 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.uofg-default-blue-tint-70 a,#content-container .links .applynow.uofg-default-blue-tint-70 a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.uofg-default-blue-tint-70.update,#content-container .links .applynow.uofg-default-blue-tint-70.update{color:#fff !important}#content-container .links .calltoaction.uofg-default-blue-tint-70.update a,#content-container .links .applynow.uofg-default-blue-tint-70.update a{color:#fff !important}#content-container .links .calltoaction.uofg-default-blue-tint-40,#content-container .links .applynow.uofg-default-blue-tint-40{background:#4c7393 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.uofg-default-blue-tint-40 a,#content-container .links .applynow.uofg-default-blue-tint-40 a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.uofg-default-blue-tint-40.update,#content-container .links .applynow.uofg-default-blue-tint-40.update{color:#fff !important}#content-container .links .calltoaction.uofg-default-blue-tint-40.update a,#content-container .links .applynow.uofg-default-blue-tint-40.update a{color:#fff !important}#content-container .links .calltoaction.slate-grey,#content-container .links .applynow.slate-grey{background:#343536 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.slate-grey a,#content-container .links .applynow.slate-grey a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.slate-grey.update,#content-container .links .applynow.slate-grey.update{color:#fff !important}#content-container .links .calltoaction.slate-grey.update a,#content-container .links .applynow.slate-grey.update a{color:#fff !important}#content-container .links .calltoaction.grey,#content-container .links .applynow.grey{background:#d3d3d3 url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#003865 !important}#content-container .links .calltoaction.grey a,#content-container .links .applynow.grey a{color:#003865 !important;text-decoration:none}#content-container .links .calltoaction.grey.update,#content-container .links .applynow.grey.update{color:#003865 !important}#content-container .links .calltoaction.grey.update a,#content-container .links .applynow.grey.update a{color:#003865 !important}#content-container .links .calltoaction.medium-grey,#content-container .links .applynow.medium-grey{background:#ededed url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.medium-grey a,#content-container .links .applynow.medium-grey a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.medium-grey.update,#content-container .links .applynow.medium-grey.update{color:#fff !important}#content-container .links .calltoaction.medium-grey.update a,#content-container .links .applynow.medium-grey.update a{color:#fff !important}#content-container .links .calltoaction.light-grey,#content-container .links .applynow.light-grey{background:#f7f7f7 url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#343536 !important}#content-container .links .calltoaction.light-grey a,#content-container .links .applynow.light-grey a{color:#343536 !important;text-decoration:none}#content-container .links .calltoaction.light-grey.update,#content-container .links .applynow.light-grey.update{color:#343536 !important}#content-container .links .calltoaction.light-grey.update a,#content-container .links .applynow.light-grey.update a{color:#343536 !important}#content-container .links .calltoaction.cobalt,#content-container .links .applynow.cobalt{background:#005398 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.cobalt a,#content-container .links .applynow.cobalt a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.cobalt.update,#content-container .links .applynow.cobalt.update{color:#fff !important}#content-container .links .calltoaction.cobalt.update a,#content-container .links .applynow.cobalt.update a{color:#fff !important}#content-container .links .calltoaction.cobalt-tint-80,#content-container .links .applynow.cobalt-tint-80{background:#3590bf url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.cobalt-tint-80 a,#content-container .links .applynow.cobalt-tint-80 a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.cobalt-tint-80.update,#content-container .links .applynow.cobalt-tint-80.update{color:#fff !important}#content-container .links .calltoaction.cobalt-tint-80.update a,#content-container .links .applynow.cobalt-tint-80.update a{color:#fff !important}#content-container .links .calltoaction.cobalt-dark,#content-container .links .applynow.cobalt-dark{background:#015987 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.cobalt-dark a,#content-container .links .applynow.cobalt-dark a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.cobalt-dark.update,#content-container .links .applynow.cobalt-dark.update{color:#fff !important}#content-container .links .calltoaction.cobalt-dark.update a,#content-container .links .applynow.cobalt-dark.update a{color:#fff !important}#content-container .links .calltoaction.turquoise,#content-container .links .applynow.turquoise{background:#00b5d1 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.turquoise a,#content-container .links .applynow.turquoise a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.turquoise.update,#content-container .links .applynow.turquoise.update{color:#fff !important}#content-container .links .calltoaction.turquoise.update a,#content-container .links .applynow.turquoise.update a{color:#fff !important}#content-container .links .calltoaction.thistle,#content-container .links .applynow.thistle{background:#951272 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.thistle a,#content-container .links .applynow.thistle a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.thistle.update,#content-container .links .applynow.thistle.update{color:#fff !important}#content-container .links .calltoaction.thistle.update a,#content-container .links .applynow.thistle.update a{color:#fff !important}#content-container .links .calltoaction.thistle-tint-80,#content-container .links .applynow.thistle-tint-80{background:#aa418e url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.thistle-tint-80 a,#content-container .links .applynow.thistle-tint-80 a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.thistle-tint-80.update,#content-container .links .applynow.thistle-tint-80.update{color:#fff !important}#content-container .links .calltoaction.thistle-tint-80.update a,#content-container .links .applynow.thistle-tint-80.update a{color:#fff !important}#content-container .links .calltoaction.thistle-tint-90,#content-container .links .applynow.thistle-tint-90{background:#a02a80 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.thistle-tint-90 a,#content-container .links .applynow.thistle-tint-90 a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.thistle-tint-90.update,#content-container .links .applynow.thistle-tint-90.update{color:#fff !important}#content-container .links .calltoaction.thistle-tint-90.update a,#content-container .links .applynow.thistle-tint-90.update a{color:#fff !important}#content-container .links .calltoaction.lavendar,#content-container .links .applynow.lavendar{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.lavendar a,#content-container .links .applynow.lavendar a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.lavendar.update,#content-container .links .applynow.lavendar.update{color:#fff !important}#content-container .links .calltoaction.lavendar.update a,#content-container .links .applynow.lavendar.update a{color:#fff !important}#content-container .links .calltoaction.lavender,#content-container .links .applynow.lavender{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.lavender a,#content-container .links .applynow.lavender a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.lavender.update,#content-container .links .applynow.lavender.update{color:#fff !important}#content-container .links .calltoaction.lavender.update a,#content-container .links .applynow.lavender.update a{color:#fff !important}#content-container .links .calltoaction.lavendar-tint-80,#content-container .links .applynow.lavendar-tint-80{background:#7c71a9 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.lavendar-tint-80 a,#content-container .links .applynow.lavendar-tint-80 a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.lavendar-tint-80.update,#content-container .links .applynow.lavendar-tint-80.update{color:#fff !important}#content-container .links .calltoaction.lavendar-tint-80.update a,#content-container .links .applynow.lavendar-tint-80.update a{color:#fff !important}#content-container .links .calltoaction.lawn,#content-container .links .applynow.lawn{background:#84bd00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.lawn a,#content-container .links .applynow.lawn a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.lawn.update,#content-container .links .applynow.lawn.update{color:#fff !important}#content-container .links .calltoaction.lawn.update a,#content-container .links .applynow.lawn.update a{color:#fff !important}#content-container .links .calltoaction.pillarbox,#content-container .links .applynow.pillarbox{background:#b30c00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.pillarbox a,#content-container .links .applynow.pillarbox a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.pillarbox.update,#content-container .links .applynow.pillarbox.update{color:#fff !important}#content-container .links .calltoaction.pillarbox.update a,#content-container .links .applynow.pillarbox.update a{color:#fff !important}#content-container .links .calltoaction.burgundy,#content-container .links .applynow.burgundy{background:#7d2239 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.burgundy a,#content-container .links .applynow.burgundy a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.burgundy.update,#content-container .links .applynow.burgundy.update{color:#fff !important}#content-container .links .calltoaction.burgundy.update a,#content-container .links .applynow.burgundy.update a{color:#fff !important}#content-container .links .calltoaction.pumpkin,#content-container .links .applynow.pumpkin{background:#84bd00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.pumpkin a,#content-container .links .applynow.pumpkin a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.pumpkin.update,#content-container .links .applynow.pumpkin.update{color:#fff !important}#content-container .links .calltoaction.pumpkin.update a,#content-container .links .applynow.pumpkin.update a{color:#fff !important}#content-container .links .calltoaction.forest,#content-container .links .applynow.forest{background:#385a4f url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.forest a,#content-container .links .applynow.forest a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.forest.update,#content-container .links .applynow.forest.update{color:#fff !important}#content-container .links .calltoaction.forest.update a,#content-container .links .applynow.forest.update a{color:#fff !important}#content-container .links .calltoaction.sunshine,#content-container .links .applynow.sunshine{background:#ffdc36 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#000 !important}#content-container .links .calltoaction.sunshine a,#content-container .links .applynow.sunshine a{color:#000 !important;text-decoration:none}#content-container .links .calltoaction.sunshine.update,#content-container .links .applynow.sunshine.update{color:#000 !important}#content-container .links .calltoaction.sunshine.update a,#content-container .links .applynow.sunshine.update a{color:#000 !important}#content-container .links .calltoaction.rust,#content-container .links .applynow.rust{background:#be4d00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.rust a,#content-container .links .applynow.rust a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.rust.update,#content-container .links .applynow.rust.update{color:#fff !important}#content-container .links .calltoaction.rust.update a,#content-container .links .applynow.rust.update a{color:#fff !important}#content-container .links .calltoaction.sandstone,#content-container .links .applynow.sandstone{background:#7a6855 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.sandstone a,#content-container .links .applynow.sandstone a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.sandstone.update,#content-container .links .applynow.sandstone.update{color:#fff !important}#content-container .links .calltoaction.sandstone.update a,#content-container .links .applynow.sandstone.update a{color:#fff !important}#content-container .links .calltoaction.slate,#content-container .links .applynow.slate{background:#4f5961 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.slate a,#content-container .links .applynow.slate a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.slate.update,#content-container .links .applynow.slate.update{color:#fff !important}#content-container .links .calltoaction.slate.update a,#content-container .links .applynow.slate.update a{color:#fff !important}#content-container .links .calltoaction.heather,#content-container .links .applynow.heather{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.heather a,#content-container .links .applynow.heather a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.heather.update,#content-container .links .applynow.heather.update{color:#fff !important}#content-container .links .calltoaction.heather.update a,#content-container .links .applynow.heather.update a{color:#fff !important}#content-container .links .calltoaction.rose,#content-container .links .applynow.rose{background:#d278ab url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.rose a,#content-container .links .applynow.rose a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.rose.update,#content-container .links .applynow.rose.update{color:#fff !important}#content-container .links .calltoaction.rose.update a,#content-container .links .applynow.rose.update a{color:#fff !important}#content-container .links .calltoaction.mocha,#content-container .links .applynow.mocha{background:#b59079 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.mocha a,#content-container .links .applynow.mocha a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.mocha.update,#content-container .links .applynow.mocha.update{color:#fff !important}#content-container .links .calltoaction.mocha.update a,#content-container .links .applynow.mocha.update a{color:#fff !important}#content-container .links .calltoaction.aquamarine,#content-container .links .applynow.aquamarine{background:#9ab9ad url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.aquamarine a,#content-container .links .applynow.aquamarine a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.aquamarine.update,#content-container .links .applynow.aquamarine.update{color:#fff !important}#content-container .links .calltoaction.aquamarine.update a,#content-container .links .applynow.aquamarine.update a{color:#fff !important}#content-container .links .calltoaction.undergraduate,#content-container .links .applynow.undergraduate{background:#951272 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.undergraduate a,#content-container .links .applynow.undergraduate a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.undergraduate.update,#content-container .links .applynow.undergraduate.update{color:#fff !important}#content-container .links .calltoaction.undergraduate.update a,#content-container .links .applynow.undergraduate.update a{color:#fff !important}#content-container .links .calltoaction.postgraduate,#content-container .links .applynow.postgraduate{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.postgraduate a,#content-container .links .applynow.postgraduate a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.postgraduate.update,#content-container .links .applynow.postgraduate.update{color:#fff !important}#content-container .links .calltoaction.postgraduate.update a,#content-container .links .applynow.postgraduate.update a{color:#fff !important}#content-container .links .calltoaction.skyblue,#content-container .links .applynow.skyblue{background:#005398 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.skyblue a,#content-container .links .applynow.skyblue a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.skyblue.update,#content-container .links .applynow.skyblue.update{color:#fff !important}#content-container .links .calltoaction.skyblue.update a,#content-container .links .applynow.skyblue.update a{color:#fff !important}#content-container .links .calltoaction.leaf,#content-container .links .applynow.leaf{background:#006630 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.leaf a,#content-container .links .applynow.leaf a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.leaf.update,#content-container .links .applynow.leaf.update{color:#fff !important}#content-container .links .calltoaction.leaf.update a,#content-container .links .applynow.leaf.update a{color:#fff !important}#content-container .links .calltoaction.moss,#content-container .links .applynow.moss{background:#385a4f url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.moss a,#content-container .links .applynow.moss a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.moss.update,#content-container .links .applynow.moss.update{color:#fff !important}#content-container .links .calltoaction.moss.update a,#content-container .links .applynow.moss.update a{color:#fff !important}#content-container .links .calltoaction.black,#content-container .links .applynow.black{background:#000 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}#content-container .links .calltoaction.black a,#content-container .links .applynow.black a{color:#fff !important;text-decoration:none}#content-container .links .calltoaction.black.update,#content-container .links .applynow.black.update{color:#fff !important}#content-container .links .calltoaction.black.update a,#content-container .links .applynow.black.update a{color:#fff !important}#content-container .links .calltoaction.small,#content-container .links .applynow.small{background-position-y:.86rem !important;padding-top:.6rem;padding-bottom:.6rem}@media screen and (max-width: 69.9375em){#content-container .links .calltoaction.small,#content-container .links .applynow.small{background-position-y:.5rem !important}}#content-container .links .calltoaction.white,#content-container .links .applynow.white{background:#fff url(/3t4/img/arrow-thick-blue-right.png) 1rem 1.2rem no-repeat;color:#003865 !important}#content-container .links .calltoaction.white a,#content-container .links .applynow.white a{color:#003865 !important}#content-container .links .calltoaction.sport,#content-container .links .applynow.sport{background:#ffdc36 url(/3t4/img/arrow-thick-blue-right.png) 1rem 1.2rem no-repeat;color:#000 !important}#content-container .links .calltoaction.sport a,#content-container .links .applynow.sport a{color:#000 !important}#content-container .links .calltoaction.bs,#content-container .links .applynow.bs{background:#005398 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat;line-height:1.6rem}#content-container .links .calltoaction.update,#content-container .links .applynow.update{background:#4f5961 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat;line-height:1.6rem;width:100%}#content-container .links .calltoaction.update.black,#content-container .links .applynow.update.black{background-image:none !important;padding-left:1rem !important}#content-container .links .calltoaction.update a,#content-container .links .applynow.update a{color:#fff !important}@media screen and (max-width: 69.9375em){#content-container .links .calltoaction,#content-container .links .applynow{font-size:1rem}}#content-container .links .calltoaction a,#content-container .links .applynow a{color:#fff !important;text-decoration:none !important}#content-container .links .calltoaction:hover,#content-container .links .applynow:hover{opacity:.9;transition:opacity .3s;box-shadow:0px 3px 3px -2px rgba(0,0,0,.22);border-bottom:none !important}#content-container .links .calltoaction{width:100%}@media screen and (max-width: 69.9375em){#content-container .links{padding:0 !important}}#content-container .links .textsplash:not(span){background:#4f5961;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplash a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplash.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplashCobalt:not(span){background:#005398;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplashCobalt a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplashCobalt.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplashThistle:not(span){background:#951272;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplashThistle a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplashThistle.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplashLavendar:not(span){background:#5b4d94;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplashLavendar a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplashLavendar.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplashPillarbox:not(span){background:#b30c00;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplashPillarbox a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplashPillarbox.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplashBurgundy:not(span){background:#7d2239;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplashBurgundy a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplashBurgundy.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplashRust:not(span){background:#be4d00;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplashRust a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplashRust.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplashSkyblue:not(span){background:#005398;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplashSkyblue a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplashSkyblue.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplashLeaf:not(span){background:#006630;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplashLeaf a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplashLeaf.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplashMoss:not(span){background:#385a4f;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplashMoss a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplashMoss.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplash_undergraduate:not(span){background:#951272;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplash_undergraduate a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplash_undergraduate.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplash_postgraduate:not(span){background:#5b4d94;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplash_postgraduate a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplash_postgraduate.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplash_research:not(span){background:#2e5c81;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplash_research a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplash_research.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links .textsplash_about:not(span){background:#003865;font-size:1.1rem;color:#fff;padding:1rem}#content-container .links .textsplash_about a{color:#fff !important;border-bottom:1px solid #fff !important}#content-container .links .textsplash_about.border{border-left:5px solid #003865;color:#003865;background:#fff}#content-container .links li a .applynow{background:#003865;padding:1rem;width:100%}#content-container .links li a .applynow:before{content:"";display:inline-block;vertical-align:middle;width:1.5rem;height:1.6rem;background:url(/3t4/img/arrow-thick-right.png) no-repeat;background-size:75%;-webkit-filter:grayscale(100%) brightness(0%) invert(1);filter:grayscale(100%) brightness(0%) invert(1);z-index:auto;background-position:0}#content-container .links.hideF{display:none}#content-container .links.scrolled .linksInner{margin-top:5rem}#content-container .links.displaywide{padding:0 1rem 0 1rem;width:100% !important;height:auto !important;margin-top:0 !important;top:initial !important;bottom:initial !important;left:initial !important}#content-container .links.displaywide .sticky{position:relative !important}#content-container .links.displaywide .linksInner{max-width:100% !important;width:100% !important;height:auto !important;margin-top:0 !important;top:initial !important;bottom:initial !important;left:initial !important}#content-container .links img{height:auto !important}#content-container .links img.left{float:left;padding-right:1rem;padding-bottom:.5rem}#content-container .links img.right{float:right;padding-left:1rem;padding-bottom:.5rem}#content-container .links.fixedLinks{position:fixed;top:140px;right:6rem}#content-container .links.fixedLinks.bottom{position:absolute;bottom:2rem;right:2rem}#content-container .links .linksInner{font-family:"PT Sans",sans-serif;margin-bottom:2rem;width:100%}#content-container .links .linksInner .linksContentWrap{background-color:#fff;padding:1rem;margin:1rem;border-bottom:5px solid #003865}#content-container .links .linksInner .linksContentWrap .caption{margin-top:.6rem;font-style:italic}#content-container .links .linksInner .linksContentWrap h1,#content-container .links .linksInner .linksContentWrap h2,#content-container .links .linksInner .linksContentWrap h3,#content-container .links .linksInner .linksContentWrap h4{margin:0 0 1rem 0}#content-container .links .linksInner .linksContentWrap h1{font-size:1.6rem;line-height:1.6rem;text-transform:uppercase;color:#4f5961}#content-container .links .linksInner .linksContentWrap h2{font-size:1.4rem;line-height:1.4rem}#content-container .links .linksInner .linksContentWrap ul:not(.card-related-links):not(.tag-list){margin:0;padding:0}#content-container .links .linksInner .linksContentWrap ul:not(.card-related-links):not(.tag-list) li{padding-bottom:1rem;border-bottom:1px solid #d3d3d3;font-family:"PT Sans",sans-serif;margin-bottom:1rem;list-style:none}#content-container .links .linksInner .linksContentWrap ul:not(.card-related-links):not(.tag-list) li:last-child{border-bottom:none}#content-container .links .linksInner .linksContentWrap ul:not(.card-related-links):not(.tag-list) li a{text-decoration:none;border-bottom:none;color:#003865;display:inline-block}#content-container .links .linksInner .linksContentWrap .contentPanel{margin-bottom:1rem}#content-container .links .linksInner .linksContentWrap .contentPanel .text{background-color:#003865;padding:1rem;color:#fff !important}#content-container .links .linksInner .linksContentWrap .contentPanel .text a{color:#fff !important;text-decoration:none}#content-container .links .linksInner .linksContentWrap .videoWrapper{width:100%;width:100%;margin:0;padding:0}#content-container .links .linksInner .linksContentWrap .videoWrapper .playoverlay:before{top:35%;left:43%}#content-container .links .linksInner .linksContentWrap .racc_parent .heading_opener h3{margin:.2rem;font-size:1.2rem}#content-container .links .linksInner .linksContentWrap .racc_parent .content_opener{padding:1rem;font-size:1rem}#content-container .links .linksInner .linksContentWrap .racc_parent .content_opener ul li{margin-bottom:.6rem;font-size:1rem}#content-container .links .linksInner ul.card-related-links{padding:0;margin:0}#content-container .links .linksInner ul.card-related-links li{list-style:none;margin:0 0 1rem 0;font-family:"PT Sans",sans-serif}#content-container .links .linksInner ul.card-related-links li.applynow{background:none;padding:0;display:block;width:100%}#content-container .links .linksInner ul.card-related-links li a{text-decoration:none;border-bottom:none;color:#003865;display:inline-block}#content-container .links .linksInner ul.card-related-links li:not(.applynow){position:relative;padding-left:2rem}#content-container .links .linksInner ul.card-related-links li:not(.applynow):before{content:"";display:block;margin-left:.3125em;vertical-align:middle;width:1.25rem;height:1.25rem;position:absolute;top:2px;left:0;background-image:url(/3t4/img/arrow-thin-blue.svg);background-position:center center;background-repeat:no-repeat;background-size:75%;transition:left .3s}#content-container .links .linksInner ul.card-related-links li:not(.applynow):hover:before{left:4px}#content-container .links .linksInner ul.card-related-links li:not(.applynow).selected:before{background-image:url(/3t4/img/arrow-thick-blue-right.svg)}@media screen and (max-width: 69.9375em){#content-container .links .linksInner{position:relative;padding:1rem 0}#content-container .links .linksInner .linksContentWrap{margin:0 0 2rem 0}}#content-container .mp3player>.jwplayer>div.jw-controls.jw-reset>div.jw-display-icon-container.jw-background-color.jw-reset{display:none}#content-container .playoverlay{position:absolute;top:0;bottom:0;left:0;right:0;cursor:pointer}#content-container .playoverlay.youtubevideo{cursor:initial}#content-container .playoverlay:before{content:"";font-family:FontAwesome;padding:1.5% 3%;border-radius:5px;font-size:2rem;position:absolute;top:35%;left:45%;background-color:#000;color:#fff}#content-container .linksVideo{position:relative}#content-container img.popupthumb{position:absolute;top:0;right:0}#content-container .videoWrapper.right{float:right;position:relative;margin-left:2rem;margin-bottom:2rem}.reveal.unibuddy-blog,.reveal.tile-modal-content{height:80%;width:80%;overflow-y:hidden}@media screen and (max-width: 69.9375em){.reveal.unibuddy-blog,.reveal.tile-modal-content{top:128px;left:initial;margin-left:auto}}.reveal.unibuddy-blog p,.reveal.tile-modal-content p{height:100%}.reveal.unibuddy-blog iframe,.reveal.tile-modal-content iframe{height:100%;width:100%;border:none}.reveal.unistats-widget-wrapper{background:#fff;width:685px;height:420px;display:block;overflow:hidden}.reveal.unistats-widget-wrapper iframe{height:380px !important}@media screen and (max-width: 69.9375em){.reveal.unistats-widget-wrapper{padding:0;padding-top:2rem;width:100%;background:none;top:1rem}}.reveal.unistats-widget-wrapper button.close-button{top:-3px !important;right:8px !important;color:#000 !important}@media screen and (max-width: 69.9375em){.reveal.unistats-widget-wrapper button.close-button{top:34px !important}}.reveal.video{padding:0}.reveal .close-button{position:absolute;top:2rem;color:#fff;font-size:2rem;right:1rem}.reveal.open{display:block}.background-image{position:fixed;top:0;left:0;z-index:-10;width:100%}.background-image.menu-open{left:400px}.background-image img{width:100% !important;height:auto !important}.main-feature{padding:2rem 1rem;margin-bottom:4rem}.main-feature#section-header{font-family:"PT Sans",sans-serif;padding:1rem 0 0 0;margin-bottom:0}@media screen and (max-width: 69.9375em){.main-feature#section-header.smallwindow{padding:0}}.main-feature#section-header.menu-open{left:initial !important}@media screen and (max-width: 69.9375em){.main-feature#section-header.menu-open{display:none !important}}.main-feature#section-header.scrolled:not(.external){top:8rem;left:0;z-index:1000;background:#fff}@media screen and (min-width: 70em){.main-feature#section-header.scrolled:not(.external){position:fixed;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);padding:0 0 0 1rem}}.main-feature#section-header.scrolled:not(.external).smallwindow{position:absolute;top:-3rem}@media screen and (max-width: 69.9375em){.main-feature#section-header.scrolled:not(.external).smallwindow{position:relative}}.main-feature#section-header.scrolled:not(.external).menu-open{left:initial !important}.main-feature#section-header.scrolled:not(.external) h1{font-size:1.8rem;line-height:1.8rem}@media screen and (min-width: 70em){.main-feature#section-header.scrolled:not(.external) h1{margin:1rem}}.main-feature#section-header.scrolled:not(.external) h1 a{color:#003865 !important}.main-feature#section-header.scrolled:not(.external) h1 a.hasbackgroundvideo{color:#003865 !important}.main-feature#section-header h1{font-size:2.4rem;line-height:2.4rem;color:#003865;margin:1rem 0 1rem 2rem;position:relative;z-index:99999}.main-feature#section-header h1 a{color:#003865;border-bottom:none;text-decoration:none;display:inline-block}.main-feature#section-header h1 a.alt{color:#fff}@media screen and (max-width: 69.9375em){.main-feature#section-header h1 a.alt{color:#003865}}.main-feature#section-header h1 a.hasbackgroundvideo{color:#fff !important}@media screen and (max-width: 69.9375em){.main-feature#section-header h1{font-size:1.8rem;line-height:1.8rem;margin:0rem 0 0 1rem;padding-right:2rem}}.main-feature#section-header .view-shortlist{float:right;margin-top:2.5rem;margin-right:1rem}.main-feature#section-header .view-shortlist a{padding:1rem;background-color:#000}@media screen and (max-width: 69.9375em){.main-feature{padding:0 1rem;margin-bottom:1rem}}@media screen and (min-width: 70em)and (max-width: 73.6875em){.main-feature{padding-top:0;margin-bottom:1rem}}.main-feature h1{text-transform:uppercase;color:#003865;font-weight:900;font-size:5rem;margin:2rem 0;line-height:5rem;transform:all .3s ease}@media screen and (min-width: 70em)and (max-width: 73.6875em){.main-feature h1{font-size:3rem;line-height:3rem}}@media screen and (max-width: 69.9375em){.main-feature h1{font-size:2rem;line-height:2rem;padding:0}}.main-feature ul{padding:0;list-style-type:none;font-family:"adobe-garamond-pro",serif}.main-feature ul li{display:inline-block;width:auto;margin-right:1em;margin-bottom:0}.main-feature ul li a{font-size:2rem;text-decoration:none;color:#003865}@media screen and (max-width: 69.9375em){.main-feature ul li a{font-size:1.4rem}}.content-wrap{padding:2rem 4rem}.content-wrap.background1{background-color:#f7f7f7}.content-wrap.background2{background-color:#fff}@media screen and (max-width: 69.9375em){.content-wrap{padding:1rem 2rem}}.content-wrap h1{font-weight:900;text-transform:uppercase;color:#003865;font-family:"PT Sans",sans-serif;font-size:3rem;margin:1rem 0}.responsivestyle{display:none}.maincontent{color:#343536}.maincontent p,.maincontent li{font-size:1.1rem}.maincontent.content h3,.maincontent.content h4,.maincontent.content h5,.maincontent.content h6,.maincontent.content h7{font-family:"PT Sans",sans-serif}.maincontent.content h3{font-size:1.6rem;line-height:2rem}.maincontent.content h4{font-size:1.3rem}.maincontent.content h5{font-size:1.1rem}.maincontent.content h6{font-size:1rem}.maincontent.tab-content h2,.maincontent.tab-content h3{font-family:"PT Sans",sans-serif}.maincontent.tab-content #selected-country-wrapper{display:block;padding:0}.maincontent.tab-content .selected-country{padding:.5rem;border:2px solid #005398;border-radius:3px;margin-left:.3rem;text-transform:uppercase;font-size:.8rem;background-color:#005398;color:#fff;cursor:pointer}.maincontent.tab-content .selected-country:hover{box-shadow:0px 3px 3px -2px rgba(0,0,0,.25)}@media screen and (max-width: 69.9375em){.maincontent.tab-content .selected-country{display:inline-block;padding:.5rem;margin-bottom:.5rem}}.maincontent.tab-content .selected-country:after{content:"";font-family:FontAwesome;display:inline;margin-left:.4rem;color:#fff}.maincontent.tab-content .fee{background:#fff;padding:1rem;color:#003865;border-radius:.25rem;margin:1rem 0}.maincontent.tab-content select#select-programme,.maincontent.tab-content select#designation,.maincontent.tab-content select#country{width:auto;height:40px;padding:.2rem 1rem}.maincontent form button{border-radius:.25rem;background-color:#003865;color:#fff;border:none;padding:1rem}.maincontent.displaywide{width:100% !important;padding:2rem}.maincontent img,.maincontent .captioncontainer{height:auto !important;display:inline-block}.maincontent img.right,.maincontent .captioncontainer.right{float:right;margin-left:1rem;margin-bottom:1rem}@media screen and (max-width: 69.9375em){.maincontent img.right,.maincontent .captioncontainer.right{float:none;margin:0 0 1rem 0}}.maincontent img.left,.maincontent .captioncontainer.left{float:left;margin-right:1rem;margin-bottom:1rem}@media screen and (max-width: 69.9375em){.maincontent img.left,.maincontent .captioncontainer.left{float:none;margin:0 0 1rem 0}}.maincontent .captioncontainer img{float:none;margin:0;display:block}.maincontent .captioncontainer .caption{font-style:italic;display:block}.maincontent h1{font-size:2rem;line-height:2rem;font-weight:900;margin:.67em 0;text-transform:uppercase;margin-top:1rem;margin-bottom:1rem;color:#003865}@media screen and (min-width: 70em)and (max-width: 73.6875em){.maincontent h1{font-size:2rem;line-height:2rem}}@media screen and (max-width: 69.9375em){.maincontent h1{font-size:1.8rem;line-height:1.8rem;padding:0}}.maincontent:not(.splash) h2{font-size:2rem;line-height:2rem;font-weight:900;margin:.67em 0;text-transform:uppercase;margin-top:1rem;margin-bottom:1rem;color:#003865}@media screen and (min-width: 70em)and (max-width: 73.6875em){.maincontent:not(.splash) h2{font-size:2rem;line-height:2rem}}@media screen and (max-width: 69.9375em){.maincontent:not(.splash) h2{font-size:1.8rem;line-height:1.8rem;padding:0}}.maincontent h3{font-size:1.8rem;line-height:1.8rem;margin:1rem 0}@media screen and (min-width: 70em)and (max-width: 73.6875em){.maincontent h3{font-size:1.6rem;line-height:1.6rem}}@media screen and (max-width: 69.9375em){.maincontent h3{font-size:1.6rem;line-height:1.6rem;padding:0}}.maincontent h3{font-size:1.6rem;margin:1rem 0}.maincontent h4{font-size:1.4rem;line-height:1.4rem;margin:1rem 0}.maincontent h5{font-size:1.2rem;line-height:1.2rem;margin:1rem 0}.maincontent.menu-open h1{margin-top:0}.maincontent ol li{padding:.4rem}.maincontent ul li{padding:.4rem;list-style:square}.maincontent ul li.hidden{display:none}.maincontent ul li span.clearing{text-transform:uppercase;font-weight:bold;font-size:.8rem;margin-left:.6rem;color:#005398}.maincontent ul li a span.designations{font-weight:bold;font-size:.8rem;margin-left:.2rem;color:#6c6c6c}.maincontent ul.programme-list,.maincontent ul.longlist{padding:0;margin:0}.maincontent ul.programme-list>li,.maincontent ul.longlist>li{list-style:none;font-family:"PT Sans",sans-serif !important;font-size:1.1rem;position:relative;padding-left:2rem}.maincontent ul.programme-list>li a,.maincontent ul.longlist>li a{text-decoration:none;border-bottom:none !important;color:#003865;display:inline-block;font-family:"PT Sans",sans-serif}.maincontent ul.programme-list>li:before,.maincontent ul.longlist>li:before{content:"";display:block;margin-left:.3125em;vertical-align:middle;width:1.25rem;height:1.25rem;position:absolute;top:9px;left:0;background-image:url(/3t4/img/arrow-thin-blue.svg);background-position:center center;background-repeat:no-repeat;background-size:75%;transition:left .3s}.maincontent ul.programme-list>li:hover:before,.maincontent ul.longlist>li:hover:before{left:4px}.maincontent ul.programme-list>li.selected:before,.maincontent ul.longlist>li.selected:before{background-image:url(/3t4/img/arrow-thick-blue-right.svg)}.maincontent ul.programme-list .startdates,.maincontent ul.longlist .startdates{margin-left:-1rem}.maincontent ul.programme-list .startdates li,.maincontent ul.longlist .startdates li{list-style:square;padding-left:0}.maincontent ul.programme-list .startdates li:before,.maincontent ul.longlist .startdates li:before{content:"";background:none;display:none}.maincontent ul.checklist{padding-left:0}.maincontent ul.checklist li{list-style:none}.maincontent #subjectfilter{display:block;width:100%;padding:1em 1.5em;background:#fff;border:1px solid #dcdcdc;border-radius:.25rem;color:#003865;line-height:1.625em;box-sizing:border-box;margin:0;border:1px solid #aaa;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:url(https://www.gla.ac.uk/3t4/img/select-down.svg) no-repeat right #fff;background-size:38px}.maincontent form fieldset{border:none}.maincontent form legend{font-size:2rem}.maincontent form label{font-weight:bold}.maincontent form select{height:64px}.maincontent form input[type=submit]{width:initial;font-family:"PT Sans",sans-serif;background-color:#003865;color:#fff;float:right;margin-right:1rem}.maincontent .calltoaction{background:#003865 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat}.maincontent .calltoaction.minimal{border:none !important;padding-top:0;padding-left:2rem;padding-bottom:0;margin:0;background:url(/3t4/img/arrow-thick-right.png) .2rem no-repeat}.maincontent .calltoaction.minimal:hover{box-shadow:none}.maincontent .calltoaction.minimal.dark{color:#003865 !important}.maincontent .calltoaction.minimal.dark.arrow-up{background:url(/3t4/img/arrow-thick-blue-up.png) .2rem no-repeat}.maincontent .calltoaction.minimal.arrow-up{background:url(/3t4/img/arrow-thick-up.png) .2rem no-repeat}.maincontent .calltoaction.small{background-position-y:.86rem !important;padding-top:.6rem;padding-bottom:.6rem}@media screen and (max-width: 69.9375em){.maincontent .calltoaction.small{background-position-y:.5rem !important}}.maincontent .calltoaction.tiny{background-position-y:.8rem !important;padding-top:.6rem;padding-bottom:.6rem;font-size:1rem;background:#003865 url(/3t4/img/arrow-thin-white.svg) 1rem no-repeat;background-size:20px}.maincontent .applynow{background:#006630 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat}.maincontent #apply-now-container-mobile a.button.applynow{display:block;width:100%;font-size:1.6rem;text-align:left;padding-left:2.8rem;background:#006630 url(/3t4/img/arrow-thick-right.png) .9rem 1.2rem no-repeat}.maincontent .calltoaction,.maincontent .applynow{font-family:"PT Sans",sans-serif;color:#fff !important;cursor:pointer;padding:1rem;border:0;margin:1rem 1rem 1rem 0;display:inline-block;border-radius:.25rem;font-weight:400;font-size:1.2rem;padding-left:3rem}.maincontent .calltoaction.uofg-default-blue,.maincontent .applynow.uofg-default-blue{background:#003865 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.uofg-default-blue a,.maincontent .applynow.uofg-default-blue a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.uofg-default-blue.update,.maincontent .applynow.uofg-default-blue.update{color:#fff !important}.maincontent .calltoaction.uofg-default-blue.update a,.maincontent .applynow.uofg-default-blue.update a{color:#fff !important}.maincontent .calltoaction.universityblue,.maincontent .applynow.universityblue{background:#003865 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.universityblue a,.maincontent .applynow.universityblue a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.universityblue.update,.maincontent .applynow.universityblue.update{color:#fff !important}.maincontent .calltoaction.universityblue.update a,.maincontent .applynow.universityblue.update a{color:#fff !important}.maincontent .calltoaction.uofg-default-blue-tint-80,.maincontent .applynow.uofg-default-blue-tint-80{background:#2e5c81 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.uofg-default-blue-tint-80 a,.maincontent .applynow.uofg-default-blue-tint-80 a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.uofg-default-blue-tint-80.update,.maincontent .applynow.uofg-default-blue-tint-80.update{color:#fff !important}.maincontent .calltoaction.uofg-default-blue-tint-80.update a,.maincontent .applynow.uofg-default-blue-tint-80.update a{color:#fff !important}.maincontent .calltoaction.uofg-default-blue-tint-70,.maincontent .applynow.uofg-default-blue-tint-70{background:#4c7393 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.uofg-default-blue-tint-70 a,.maincontent .applynow.uofg-default-blue-tint-70 a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.uofg-default-blue-tint-70.update,.maincontent .applynow.uofg-default-blue-tint-70.update{color:#fff !important}.maincontent .calltoaction.uofg-default-blue-tint-70.update a,.maincontent .applynow.uofg-default-blue-tint-70.update a{color:#fff !important}.maincontent .calltoaction.uofg-default-blue-tint-40,.maincontent .applynow.uofg-default-blue-tint-40{background:#4c7393 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.uofg-default-blue-tint-40 a,.maincontent .applynow.uofg-default-blue-tint-40 a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.uofg-default-blue-tint-40.update,.maincontent .applynow.uofg-default-blue-tint-40.update{color:#fff !important}.maincontent .calltoaction.uofg-default-blue-tint-40.update a,.maincontent .applynow.uofg-default-blue-tint-40.update a{color:#fff !important}.maincontent .calltoaction.slate-grey,.maincontent .applynow.slate-grey{background:#343536 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.slate-grey a,.maincontent .applynow.slate-grey a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.slate-grey.update,.maincontent .applynow.slate-grey.update{color:#fff !important}.maincontent .calltoaction.slate-grey.update a,.maincontent .applynow.slate-grey.update a{color:#fff !important}.maincontent .calltoaction.grey,.maincontent .applynow.grey{background:#d3d3d3 url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#003865 !important}.maincontent .calltoaction.grey a,.maincontent .applynow.grey a{color:#003865 !important;text-decoration:none}.maincontent .calltoaction.grey.update,.maincontent .applynow.grey.update{color:#003865 !important}.maincontent .calltoaction.grey.update a,.maincontent .applynow.grey.update a{color:#003865 !important}.maincontent .calltoaction.medium-grey,.maincontent .applynow.medium-grey{background:#ededed url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.medium-grey a,.maincontent .applynow.medium-grey a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.medium-grey.update,.maincontent .applynow.medium-grey.update{color:#fff !important}.maincontent .calltoaction.medium-grey.update a,.maincontent .applynow.medium-grey.update a{color:#fff !important}.maincontent .calltoaction.light-grey,.maincontent .applynow.light-grey{background:#f7f7f7 url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#343536 !important}.maincontent .calltoaction.light-grey a,.maincontent .applynow.light-grey a{color:#343536 !important;text-decoration:none}.maincontent .calltoaction.light-grey.update,.maincontent .applynow.light-grey.update{color:#343536 !important}.maincontent .calltoaction.light-grey.update a,.maincontent .applynow.light-grey.update a{color:#343536 !important}.maincontent .calltoaction.cobalt,.maincontent .applynow.cobalt{background:#005398 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.cobalt a,.maincontent .applynow.cobalt a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.cobalt.update,.maincontent .applynow.cobalt.update{color:#fff !important}.maincontent .calltoaction.cobalt.update a,.maincontent .applynow.cobalt.update a{color:#fff !important}.maincontent .calltoaction.cobalt-tint-80,.maincontent .applynow.cobalt-tint-80{background:#3590bf url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.cobalt-tint-80 a,.maincontent .applynow.cobalt-tint-80 a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.cobalt-tint-80.update,.maincontent .applynow.cobalt-tint-80.update{color:#fff !important}.maincontent .calltoaction.cobalt-tint-80.update a,.maincontent .applynow.cobalt-tint-80.update a{color:#fff !important}.maincontent .calltoaction.cobalt-dark,.maincontent .applynow.cobalt-dark{background:#015987 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.cobalt-dark a,.maincontent .applynow.cobalt-dark a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.cobalt-dark.update,.maincontent .applynow.cobalt-dark.update{color:#fff !important}.maincontent .calltoaction.cobalt-dark.update a,.maincontent .applynow.cobalt-dark.update a{color:#fff !important}.maincontent .calltoaction.turquoise,.maincontent .applynow.turquoise{background:#00b5d1 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.turquoise a,.maincontent .applynow.turquoise a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.turquoise.update,.maincontent .applynow.turquoise.update{color:#fff !important}.maincontent .calltoaction.turquoise.update a,.maincontent .applynow.turquoise.update a{color:#fff !important}.maincontent .calltoaction.thistle,.maincontent .applynow.thistle{background:#951272 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.thistle a,.maincontent .applynow.thistle a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.thistle.update,.maincontent .applynow.thistle.update{color:#fff !important}.maincontent .calltoaction.thistle.update a,.maincontent .applynow.thistle.update a{color:#fff !important}.maincontent .calltoaction.thistle-tint-80,.maincontent .applynow.thistle-tint-80{background:#aa418e url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.thistle-tint-80 a,.maincontent .applynow.thistle-tint-80 a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.thistle-tint-80.update,.maincontent .applynow.thistle-tint-80.update{color:#fff !important}.maincontent .calltoaction.thistle-tint-80.update a,.maincontent .applynow.thistle-tint-80.update a{color:#fff !important}.maincontent .calltoaction.thistle-tint-90,.maincontent .applynow.thistle-tint-90{background:#a02a80 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.thistle-tint-90 a,.maincontent .applynow.thistle-tint-90 a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.thistle-tint-90.update,.maincontent .applynow.thistle-tint-90.update{color:#fff !important}.maincontent .calltoaction.thistle-tint-90.update a,.maincontent .applynow.thistle-tint-90.update a{color:#fff !important}.maincontent .calltoaction.lavendar,.maincontent .applynow.lavendar{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.lavendar a,.maincontent .applynow.lavendar a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.lavendar.update,.maincontent .applynow.lavendar.update{color:#fff !important}.maincontent .calltoaction.lavendar.update a,.maincontent .applynow.lavendar.update a{color:#fff !important}.maincontent .calltoaction.lavender,.maincontent .applynow.lavender{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.lavender a,.maincontent .applynow.lavender a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.lavender.update,.maincontent .applynow.lavender.update{color:#fff !important}.maincontent .calltoaction.lavender.update a,.maincontent .applynow.lavender.update a{color:#fff !important}.maincontent .calltoaction.lavendar-tint-80,.maincontent .applynow.lavendar-tint-80{background:#7c71a9 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.lavendar-tint-80 a,.maincontent .applynow.lavendar-tint-80 a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.lavendar-tint-80.update,.maincontent .applynow.lavendar-tint-80.update{color:#fff !important}.maincontent .calltoaction.lavendar-tint-80.update a,.maincontent .applynow.lavendar-tint-80.update a{color:#fff !important}.maincontent .calltoaction.lawn,.maincontent .applynow.lawn{background:#84bd00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.lawn a,.maincontent .applynow.lawn a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.lawn.update,.maincontent .applynow.lawn.update{color:#fff !important}.maincontent .calltoaction.lawn.update a,.maincontent .applynow.lawn.update a{color:#fff !important}.maincontent .calltoaction.pillarbox,.maincontent .applynow.pillarbox{background:#b30c00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.pillarbox a,.maincontent .applynow.pillarbox a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.pillarbox.update,.maincontent .applynow.pillarbox.update{color:#fff !important}.maincontent .calltoaction.pillarbox.update a,.maincontent .applynow.pillarbox.update a{color:#fff !important}.maincontent .calltoaction.burgundy,.maincontent .applynow.burgundy{background:#7d2239 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.burgundy a,.maincontent .applynow.burgundy a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.burgundy.update,.maincontent .applynow.burgundy.update{color:#fff !important}.maincontent .calltoaction.burgundy.update a,.maincontent .applynow.burgundy.update a{color:#fff !important}.maincontent .calltoaction.pumpkin,.maincontent .applynow.pumpkin{background:#84bd00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.pumpkin a,.maincontent .applynow.pumpkin a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.pumpkin.update,.maincontent .applynow.pumpkin.update{color:#fff !important}.maincontent .calltoaction.pumpkin.update a,.maincontent .applynow.pumpkin.update a{color:#fff !important}.maincontent .calltoaction.forest,.maincontent .applynow.forest{background:#385a4f url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.forest a,.maincontent .applynow.forest a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.forest.update,.maincontent .applynow.forest.update{color:#fff !important}.maincontent .calltoaction.forest.update a,.maincontent .applynow.forest.update a{color:#fff !important}.maincontent .calltoaction.sunshine,.maincontent .applynow.sunshine{background:#ffdc36 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#000 !important}.maincontent .calltoaction.sunshine a,.maincontent .applynow.sunshine a{color:#000 !important;text-decoration:none}.maincontent .calltoaction.sunshine.update,.maincontent .applynow.sunshine.update{color:#000 !important}.maincontent .calltoaction.sunshine.update a,.maincontent .applynow.sunshine.update a{color:#000 !important}.maincontent .calltoaction.rust,.maincontent .applynow.rust{background:#be4d00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.rust a,.maincontent .applynow.rust a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.rust.update,.maincontent .applynow.rust.update{color:#fff !important}.maincontent .calltoaction.rust.update a,.maincontent .applynow.rust.update a{color:#fff !important}.maincontent .calltoaction.sandstone,.maincontent .applynow.sandstone{background:#7a6855 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.sandstone a,.maincontent .applynow.sandstone a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.sandstone.update,.maincontent .applynow.sandstone.update{color:#fff !important}.maincontent .calltoaction.sandstone.update a,.maincontent .applynow.sandstone.update a{color:#fff !important}.maincontent .calltoaction.slate,.maincontent .applynow.slate{background:#4f5961 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.slate a,.maincontent .applynow.slate a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.slate.update,.maincontent .applynow.slate.update{color:#fff !important}.maincontent .calltoaction.slate.update a,.maincontent .applynow.slate.update a{color:#fff !important}.maincontent .calltoaction.heather,.maincontent .applynow.heather{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.heather a,.maincontent .applynow.heather a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.heather.update,.maincontent .applynow.heather.update{color:#fff !important}.maincontent .calltoaction.heather.update a,.maincontent .applynow.heather.update a{color:#fff !important}.maincontent .calltoaction.rose,.maincontent .applynow.rose{background:#d278ab url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.rose a,.maincontent .applynow.rose a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.rose.update,.maincontent .applynow.rose.update{color:#fff !important}.maincontent .calltoaction.rose.update a,.maincontent .applynow.rose.update a{color:#fff !important}.maincontent .calltoaction.mocha,.maincontent .applynow.mocha{background:#b59079 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.mocha a,.maincontent .applynow.mocha a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.mocha.update,.maincontent .applynow.mocha.update{color:#fff !important}.maincontent .calltoaction.mocha.update a,.maincontent .applynow.mocha.update a{color:#fff !important}.maincontent .calltoaction.aquamarine,.maincontent .applynow.aquamarine{background:#9ab9ad url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.aquamarine a,.maincontent .applynow.aquamarine a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.aquamarine.update,.maincontent .applynow.aquamarine.update{color:#fff !important}.maincontent .calltoaction.aquamarine.update a,.maincontent .applynow.aquamarine.update a{color:#fff !important}.maincontent .calltoaction.undergraduate,.maincontent .applynow.undergraduate{background:#951272 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.undergraduate a,.maincontent .applynow.undergraduate a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.undergraduate.update,.maincontent .applynow.undergraduate.update{color:#fff !important}.maincontent .calltoaction.undergraduate.update a,.maincontent .applynow.undergraduate.update a{color:#fff !important}.maincontent .calltoaction.postgraduate,.maincontent .applynow.postgraduate{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.postgraduate a,.maincontent .applynow.postgraduate a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.postgraduate.update,.maincontent .applynow.postgraduate.update{color:#fff !important}.maincontent .calltoaction.postgraduate.update a,.maincontent .applynow.postgraduate.update a{color:#fff !important}.maincontent .calltoaction.skyblue,.maincontent .applynow.skyblue{background:#005398 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.skyblue a,.maincontent .applynow.skyblue a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.skyblue.update,.maincontent .applynow.skyblue.update{color:#fff !important}.maincontent .calltoaction.skyblue.update a,.maincontent .applynow.skyblue.update a{color:#fff !important}.maincontent .calltoaction.leaf,.maincontent .applynow.leaf{background:#006630 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.leaf a,.maincontent .applynow.leaf a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.leaf.update,.maincontent .applynow.leaf.update{color:#fff !important}.maincontent .calltoaction.leaf.update a,.maincontent .applynow.leaf.update a{color:#fff !important}.maincontent .calltoaction.moss,.maincontent .applynow.moss{background:#385a4f url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.moss a,.maincontent .applynow.moss a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.moss.update,.maincontent .applynow.moss.update{color:#fff !important}.maincontent .calltoaction.moss.update a,.maincontent .applynow.moss.update a{color:#fff !important}.maincontent .calltoaction.black,.maincontent .applynow.black{background:#000 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.maincontent .calltoaction.black a,.maincontent .applynow.black a{color:#fff !important;text-decoration:none}.maincontent .calltoaction.black.update,.maincontent .applynow.black.update{color:#fff !important}.maincontent .calltoaction.black.update a,.maincontent .applynow.black.update a{color:#fff !important}.maincontent .calltoaction.small,.maincontent .applynow.small{background-position-y:.86rem !important;padding-top:.6rem;padding-bottom:.6rem}@media screen and (max-width: 69.9375em){.maincontent .calltoaction.small,.maincontent .applynow.small{background-position-y:.5rem !important}}.maincontent .calltoaction.white,.maincontent .applynow.white{background:#fff url(/3t4/img/arrow-thick-blue-right.png) 1rem 1.2rem no-repeat;color:#003865 !important}.maincontent .calltoaction.white a,.maincontent .applynow.white a{color:#003865 !important}.maincontent .calltoaction.sport,.maincontent .applynow.sport{background:#ffdc36 url(/3t4/img/arrow-thick-blue-right.png) 1rem 1.2rem no-repeat;color:#000 !important}.maincontent .calltoaction.sport a,.maincontent .applynow.sport a{color:#000 !important}.maincontent .calltoaction.bs,.maincontent .applynow.bs{background:#005398 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat;line-height:1.6rem}.maincontent .calltoaction.update,.maincontent .applynow.update{background:#4f5961 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat;line-height:1.6rem;width:100%}.maincontent .calltoaction.update.black,.maincontent .applynow.update.black{background-image:none !important;padding-left:1rem !important}.maincontent .calltoaction.update a,.maincontent .applynow.update a{color:#fff !important}@media screen and (max-width: 69.9375em){.maincontent .calltoaction,.maincontent .applynow{font-size:1rem}}.maincontent .calltoaction a,.maincontent .applynow a{color:#fff !important;text-decoration:none !important}.maincontent .calltoaction:hover,.maincontent .applynow:hover{opacity:.9;transition:opacity .3s;box-shadow:0px 3px 3px -2px rgba(0,0,0,.22);border-bottom:none !important}.maincontent .pullquote{width:45%;float:right;margin:1rem 0 1rem 1rem;padding:1rem;background-color:#003865;color:#fff;position:relative}.maincontent .pullquote.landing{width:30%}@media screen and (max-width: 69.9375em){.maincontent .pullquote.landing{width:100%}}@media screen and (max-width: 69.9375em){.maincontent .pullquote{width:100%}}.maincontent .pullquote.withquote{padding:2rem;padding-left:4rem}.maincontent .pullquote.withquote:before{content:"";font-family:FontAwesome;font-size:2rem;padding:1rem;position:absolute;top:0;left:0}.maincontent .pullquote.fullwidth-pullquote{float:none;width:100%;margin:0}.maincontent .pullquote a{color:#fff !important;text-decoration:none}.maincontent .textsplash:not(span){background:#4f5961;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplash a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplash.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplashCobalt:not(span){background:#005398;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplashCobalt a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplashCobalt.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplashThistle:not(span){background:#951272;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplashThistle a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplashThistle.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplashLavendar:not(span){background:#5b4d94;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplashLavendar a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplashLavendar.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplashPillarbox:not(span){background:#b30c00;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplashPillarbox a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplashPillarbox.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplashBurgundy:not(span){background:#7d2239;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplashBurgundy a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplashBurgundy.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplashRust:not(span){background:#be4d00;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplashRust a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplashRust.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplashSkyblue:not(span){background:#005398;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplashSkyblue a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplashSkyblue.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplashLeaf:not(span){background:#006630;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplashLeaf a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplashLeaf.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplashMoss:not(span){background:#385a4f;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplashMoss a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplashMoss.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplash_undergraduate:not(span){background:#951272;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplash_undergraduate a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplash_undergraduate.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplash_postgraduate:not(span){background:#5b4d94;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplash_postgraduate a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplash_postgraduate.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplash_research:not(span){background:#2e5c81;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplash_research a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplash_research.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent .textsplash_about:not(span){background:#003865;font-size:1.1rem;color:#fff;padding:1rem}.maincontent .textsplash_about a{color:#fff !important;border-bottom:1px solid #fff !important}.maincontent .textsplash_about.border{border-left:5px solid #003865;color:#003865;background:#fff}.maincontent.splash{max-width:initial;margin-top:0;position:relative;display:inline-block;float:left;padding:0}@media screen and (max-width: 69.9375em){.maincontent.splash video{display:none}}.maincontent.splash img{margin:0;display:block}.maincontent.splash.banner{margin-top:9rem !important;margin-bottom:0rem !important}.maincontent.splash.reduced{margin:0}.maincontent.splash.reduced .splashimage{padding:0 !important}.maincontent.splash.reduced .splashimage .splashtext{position:relative !important;top:auto !important;left:auto !important;width:auto !important}.maincontent.splash.menu-open .splashimage .splashtext h2{font-size:2rem !important}.maincontent.splash.added-blur{padding:0 !important}.maincontent.splash.added-blur .splashimage{padding:0 !important}.maincontent div.right{float:right}.maincontent#prog-left-col img{width:100% !important;height:auto}.maincontent#prog-left-col #prog-wiley-form iframe{height:600px}@media screen and (max-width: 69.9375em){.maincontent#prog-left-col #prog-wiley-form iframe{height:800px}}.maincontent#prog-left-col #prog-contact-form{padding:1rem;margin-top:1rem;background:#003865;color:#fff}.maincontent#prog-left-col #prog-contact-form h3{margin:0 .2rem;font-family:"PT Sans",sans-serif}.maincontent#prog-left-col #prog-contact-form iframe{width:100%;height:268px;border:none}.maincontent#prog-left-col #dd-register-interest{margin:0 1rem}.maincontent#prog-left-col #dd-register-interest .row{margin-bottom:1rem}.maincontent#prog-left-col #dd-register-interest input[type=text],.maincontent#prog-left-col #dd-register-interest input[type=email],.maincontent#prog-left-col #dd-register-interest select{padding:.6rem;height:48px}.maincontent#prog-left-col #dd-register-interest input[type=text].validate,.maincontent#prog-left-col #dd-register-interest input[type=email].validate,.maincontent#prog-left-col #dd-register-interest select.validate{border:1px solid red}.maincontent#prog-left-col #dd-register-interest #dd-submit{background-color:#005398;float:right}.maincontent#prog-left-col #dd-register-interest p.small{margin-top:0;margin-bottom:0;font-size:.9rem}.maincontent#prog-left-col #dd-register-interest .grecaptcha-badge{bottom:-100px !important}.maincontent#prog-left-col #dd-register-interest.intile{padding:0 1rem}.maincontent#prog-left-col #dd-register-interest.intile input,.maincontent#prog-left-col #dd-register-interest.intile select{margin-bottom:1rem}.maincontent#prog-left-col #dd-register-interest.intile .row{margin-bottom:0}.maincontent#prog-left-col #dd-thanks,.maincontent#prog-left-col #dd-error{padding:1rem 2rem}.maincontent#prog-left-col .tab.standardContent .maincontent img{width:auto !important}.maincontent #prog-title{padding:1.5rem .7rem 0 1rem;transform:translate3d(0px, 0px, 0px);-webkit-transform:translate3d(0px, 0px, 0px)}@media screen and (max-width: 69.9375em){.maincontent #prog-title h2{font-size:1.6rem;margin:0 0 0 .3rem}}@media screen and (max-width: 69.9375em){.maincontent #prog-title{padding:.5rem 0}}@media screen and (min-width: 70em){.maincontent #prog-title.scrolled{padding:.6rem 0 .6rem 2rem;position:fixed;top:128px;left:0;z-index:999;background-color:#fff;width:100%;box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.maincontent #prog-title.scrolled #prog-title-ident{display:inline}.maincontent #prog-title.scrolled #prog-title-ident #prog-alt-year-link{display:none}.maincontent #prog-title.scrolled h1{display:inline;font-size:1.8rem}}.maincontent #prog-title .designations{font-size:1.8rem;color:#4f5961;text-transform:none;font-weight:normal}.maincontent #prog-title .designations.online{white-space:nowrap}@media(max-width: 73.6875em){.maincontent #prog-title.menu-open{display:none}}.maincontent #prog-title #prog-title-ident{font-family:"PT Sans",sans-serif}.maincontent #prog-title #prog-title-ident a{text-decoration:none;text-transform:uppercase;border-bottom:none;font-weight:900;color:#343536}.maincontent #prog-title #prog-title-ident a#prog-alt-year-link{color:#4f5961;font-size:1.2rem}@media(max-width: 73.6875em){.maincontent #prog-title{margin-left:0}}@media screen and (max-width: 69.9375em){.maincontent #prog-title{margin-top:1rem}}.maincontent #prog-title p{font-size:1.8rem;line-height:1.85rem;margin:0}.maincontent #prog-title.stuck{position:fixed;width:100%;background-color:#fff;padding:.5rem 3rem;z-index:1000}.maincontent #prog-title.stuck.smallwindow{position:relative;top:0 !important;left:0 !important}@media(max-width: 73.6875em){.maincontent #prog-title.stuck{padding:.5rem}}.maincontent #prog-title.stuck.subnav-active{border-bottom:none}.maincontent #prog-title.stuck p{display:inline}.maincontent #prog-title.stuck h1{font-size:1.8rem;line-height:1.8rem;display:inline;max-width:60%}.maincontent #prog-title.stuck #shortlist-links{margin-right:7rem}.maincontent #prog-title #shortlist-links a{display:block;border-bottom:none}.maincontent #prog-title #shortlist-links a i.material-icons{position:absolute}.maincontent #prog-title #shortlist-links a span.shortlist-action{padding-left:2rem}.maincontent #prog-key-info-splash{background-color:#003865;color:#fff;padding:0 1rem;margin-top:1rem}.maincontent #prog-key-info-splash h2{font-size:1.6rem;color:#fff}.maincontent #prog-key-info-splash h3{margin:0;font-size:1rem}.maincontent #prog-key-info-splash a{text-decoration:underline;color:#fff;word-break:break-word}.maincontent #prog-key-info-splash ul{list-style-type:none;padding:0;overflow:hidden}.maincontent #prog-key-info-splash ul li{padding:.5rem 0;margin-left:2rem;position:relative}.maincontent #prog-key-info-splash svg{position:absolute;left:0;width:1.25rem;fill:#fff}.maincontent #pre-intro{padding:0 1rem}.maincontent #why-study{padding:2rem;background-color:#f7f7f7;margin-top:2rem}@media screen and (max-width: 69.9375em){.maincontent #why-study{padding:1rem}}.maincontent #why-study h2{color:#005398}.maincontent .filter_related_programmes_inner .columns{padding:0 !important;margin:0 !important}.maincontent #search .column,.maincontent #search .columns{padding:0}.maincontent.widesearch{padding:0}@media screen and (max-width: 69.9375em){.maincontent.widesearch{padding:.2rem;margin-top:1rem;margin-bottom:1rem}}.maincontent #search-label{display:none}.maincontent #search_input{display:inline;margin-right:1em;padding:1.125rem;-webkit-appearance:none;-webkit-border-radius:.25rem 0 0 .25rem;-moz-border-radius:.25rem 0 0 .25rem;border-radius:.25rem 0 0 .25rem}@media screen and (max-width: 69.9375em){.maincontent #search_input{box-sizing:inherit;border-radius:.25rem .25rem 0 0}}.maincontent #level{border-radius:0 .25rem .25rem 0}@media screen and (max-width: 69.9375em){.maincontent #level{border-radius:0 0 .25rem .25rem}}.maincontent .search-heading{font-size:2rem;text-transform:uppercase}@media screen and (max-width: 69.9375em){.maincontent.results{padding:1rem}}.maincontent.results .row:first-child{margin-top:1rem}@media screen and (max-width: 69.9375em){.maincontent.results .result{padding:1rem}}.maincontent .showstudy{margin-top:0;float:right;background-color:#005398}.maincontent .gallery-container{margin:0;padding:0}.maincontent .gallery-container:after{content:"";display:table;clear:both}.maincontent .gallery-container li{display:inline-block;list-style:none;width:48%;min-height:130px;float:left;margin:0 8px 8px 0;text-align:center;padding:0}@media screen and (max-width: 69.9375em){.maincontent .gallery-container li{width:100%}}.maincontent .gallery-container li a{position:relative;display:inline-block}.maincontent .gallery-container li a:hover{margin:0;padding:0;text-decoration:none;border:none !important}.maincontent .gallery-container li a span.gallery-overlay{position:absolute;bottom:0;left:0;right:0;color:#fff;background-color:rgba(0,0,0,.7882352941);overflow:hidden;width:100%;height:0;transition:.5s ease}.maincontent .gallery-container li a span.gallery-overlay p{padding:1rem;margin:0;text-align:left;font-size:.9rem}.maincontent .gallery-container li:hover a span.gallery-overlay{height:auto}.maincontent .gallery-row{display:flex;flex-wrap:wrap;padding:0 4px}.maincontent .gallery-row .gallery-column{flex:25%;max-width:25%;padding:0 4px}@media screen and (max-width: 69.9375em){.maincontent .gallery-row .gallery-column{flex:100%;max-width:100%}}.maincontent .gallery-row .gallery-column .gallery-image{margin-top:8px;vertical-align:middle;width:100%}.maincontent .gallery-row .gallery-column .gallery-overlay p{padding:1rem;background:#000;color:#fff;margin:0 0 .4rem 0;font-size:.9rem}.maincontent #fb-queryform input:not([type=radio]){display:block;width:100%;padding:1em 1.5em;background:#fff;border:1px solid #dcdcdc;-webkit-border-radius:.25rem 0 0 .25rem;-moz-border-radius:.25rem 0 0 .25rem;border-radius:.25rem 0 0 .25rem;color:#003865;line-height:1.625em;outline:none;height:64px}.maincontent #fb-queryform .column,.maincontent #fb-queryform .columns{padding:0}.maincontent #fb-search-button{border-radius:.25rem;background-color:#005398;color:#fff;border:none;padding:1.36rem;width:100%;height:64px}.maincontent .result{background-color:#fff;padding:2rem;margin-bottom:1rem;font-family:"PT Sans",sans-serif}@media screen and (max-width: 69.9375em){.maincontent .result{padding:1rem}}.maincontent .result h3{margin:0 !important}.maincontent .result h3 a{text-decoration:none !important;color:#003865 !important;color:#003865 !important;font-size:1.4rem;border-bottom:none !important}.maincontent .result .fb-result-url a{color:#005398 !important;border-bottom:none !important;word-break:break-all}.maincontent .result p{font-family:"PT Sans",sans-serif !important}.maincontent .result .tags{width:20%;float:right;margin-left:1rem}@media screen and (max-width: 69.9375em){.maincontent .result .tags{display:none}}.maincontent .result a.tag.button{cursor:pointer;text-transform:uppercase;border-radius:3px;width:100%;margin-bottom:.5rem;background:#fff;color:#000;border:2px solid}.maincontent .result a.tag.button.internal{border-color:#343536;color:#343536 !important}.maincontent .result a.tag.button.internal:hover{border:2px solid #343536 !important}.maincontent .result a.tag.button.pgt{border-color:#005398;color:#005398 !important}.maincontent .result a.tag.button.pgt:hover,.maincontent .result a.tag.button.pgt:focus{border:2px solid #3590bf !important}.maincontent .result a.tag.button.ug{border-color:#951272;color:#951272 !important}.maincontent .result a.tag.button.ug:hover,.maincontent .result a.tag.button.ug:focus{border:2px solid #aa418e !important}.maincontent .result a.tag.button.pgr{border-color:#5b4d94;color:#5b4d94 !important}.maincontent .result a.tag.button.pgr:hover,.maincontent .result a.tag.button.pgr:focus{border:2px solid #7c71a9 !important}.maincontent .result a.tag.button.research{border-color:#003865;color:#003865 !important}.maincontent .result a.tag.button.research:hover{border:2px solid #003865 !important}@media screen and (max-width: 69.9375em){.maincontent .result a.tag.button{width:100%;float:none;margin:0 1rem}}.maincontent .result .remove-shortlisted{font-weight:600}@media screen and (max-width: 69.9375em){.maincontent .ln-letters a{padding:10px 10px;margin:.5rem;border:1px solid silver}}.maincontent .spaced{letter-spacing:1.2px}@media screen and (min-width: 70em){.maincontent.isrightimagefeature p,.maincontent.isrightimagefeature h3,.maincontent.isrightimagefeature h4,.maincontent.isrightimagefeature h5,.maincontent.isrightimagefeature h6,.maincontent.isrightimagefeature ul{max-width:70%}}@media screen and (min-width: 70em){.maincontent.isrightimagefeature img.right{max-width:50%}}.maincontent.isrightimagefeature .captioncontainer img{max-width:100%}#prog-main-wrapper{background-color:#fff;margin-top:0 !important;padding-top:1rem}#prog-main-wrapper #prog-badge #prog-badge-inner{background-color:#951272;color:#fff;margin:0 0 1rem 0;padding:1rem 2rem;border-radius:.25rem;font-family:"PT Sans",sans-serif !important}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-details{display:flex;align-items:top}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-details .prog-badge-text{text-transform:uppercase;font-family:"PT Sans",sans-serif !important}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-details .prog-badge-text h4{margin:0;font-size:1.6rem}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-details .prog-badge-text a{color:#fff;text-decoration:none;position:relative;display:block;padding-left:1.5rem}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-details .prog-badge-text a:hover{border-bottom:none}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-details .prog-badge-text a:before{content:"";display:block;width:1rem;height:1rem;background:url(/3t4/img/arrow-thick-right.svg) center center no-repeat;background-size:contain;color:inherit;position:absolute;left:0;top:.1rem}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-details .prog-badge-text p{font-family:"PT Sans",sans-serif !important;font-weight:bold;line-height:1.2rem;margin:0;padding:0}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-details strong{font-size:2rem}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-details .prog-badge-number p{font-size:2.8vw;font-weight:bold;line-height:3rem;margin:0;padding:0}@media screen and (min-width: 70em)and (max-width: 73.6875em){#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-details .prog-badge-number p{font-size:2vw}}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-details .prog-badge-number img{float:right;margin-top:.4rem}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-acc{padding-left:0}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-acc p{font-weight:700;padding:0;margin:0;font-family:"PT Sans",sans-serif !important;font-size:.7rem}#prog-main-wrapper #prog-badge #prog-badge-inner .prog-badge-source{font-size:1rem;margin-bottom:1rem;margin:1rem 0 .5rem 0}@media(max-width: 73.6875em){#prog-main-wrapper{padding:1rem 0}}#prog-main-wrapper .links .linksInner .linksContentWrap{background-color:#f7f7f7;margin-top:0}#prog-intro{padding:0;background-color:#fff}@media screen and (max-width: 69.9375em){#prog-intro{margin:0 !important}}#prog-summary{margin-top:0 !important;padding-top:0}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc{margin:0;padding:0;max-width:initial}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#951272;border-radius:.25rem;cursor:pointer}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener{padding:.4rem 1rem}}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener:hover{background-color:#a02a80}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener h2,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener h2:before,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener.alt{background-color:#a02a80;border-radius:.25rem .25rem 0 0}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener.alt h2,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener.alt h3{color:#fff !important}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener.alt h2:before,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener.small h2,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .heading_opener.small h3{font-size:1.1rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper),#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper).isopen,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper),#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content{padding:1rem}}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper).pgt,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content.pgt{background:#f7f7f7}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content{padding:0}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc.small .heading_opener h2,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc.small .heading_opener h2:before,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc{margin:0;padding:0;max-width:initial}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#2e5c81;border-radius:.25rem;cursor:pointer}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener{padding:.4rem 1rem}}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener:hover{background-color:#4c7393}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener h2,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener h2:before,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:.8rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener.alt{background-color:#4c7393;border-radius:.25rem .25rem 0 0}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h2,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h3{color:#fff !important}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h2:before,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener.small h2,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .heading_opener.small h3{font-size:1.1rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper),#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper).isopen,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper),#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content{padding:1rem}}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper).pgt,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content.pgt{background:#f7f7f7}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content{padding:0}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc.small .heading_opener h2,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc.small .heading_opener h2:before,#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#prog-summary #prog-summary-inner .tab .standardContent.racc_parent .racc_parent .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#prog-summary #prog-summary-inner ul.highlight_list{width:40%;margin:1rem 0 1rem 1rem;padding:0;float:right}@media screen and (max-width: 69.9375em){#prog-summary #prog-summary-inner ul.highlight_list{width:50%}}#prog-summary #prog-summary-inner ul.highlight_list li{list-style:none;padding:0 0 0 1.8rem;position:relative;background:#adadad;margin-bottom:.2rem}#prog-summary #prog-summary-inner ul.highlight_list li a{background:#ededed;display:block;border-bottom:none;padding:.6rem;font-family:"nimbus-sans",sans-serif}#prog-summary #prog-summary-inner ul.highlight_list li a:hover{border-bottom:none}#prog-summary #prog-summary-inner ul.highlight_list li a:before{content:"";display:block;margin-right:.3125em;width:1.25rem;height:1.25rem;position:absolute;background-image:url(/3t4/img/arrow-thin-blue.svg);background-position:center center;background-repeat:no-repeat;background-size:75%;left:4px}#prog-summary #prog-summary-inner p:not(.textsplash).intro-sentence{margin:2rem 0}@media screen and (max-width: 69.9375em){#prog-summary #prog-summary-inner p:not(.textsplash){margin:0}}#prog-summary #prog-summary-inner .whyglasgow{padding:0 1rem}#prog-summary #prog-summary-inner .textsplash{margin-top:1rem;background-color:#005398;color:#fff;font-size:1.1rem}#prog-key-info{margin-top:0 !important}@media screen and (max-width: 69.9375em){.prog-how-to-apply,.tablinks{display:none}}.prog-how-to-apply .linksInner .linksContentWrap ul li,.tablinks .linksInner .linksContentWrap ul li{border-bottom:none !important;padding:0 !important;margin:0 !important}.prog-how-to-apply .linksInner .linksContentWrap ul li a.button,.tablinks .linksInner .linksContentWrap ul li a.button{width:100%;padding:1rem;border:0;border-radius:.25rem;font-weight:400;text-align:center;font-size:1.2rem;font-family:"PT Sans",sans-serif}.prog-how-to-apply .linksInner .linksContentWrap ul li a.button.one,.tablinks .linksInner .linksContentWrap ul li a.button.one{background:#003865;color:#fefefe !important}.prog-how-to-apply .linksInner .linksContentWrap ul li a.button.two,.tablinks .linksInner .linksContentWrap ul li a.button.two{background:#005398;color:#fefefe !important}.prog-how-to-apply .linksInner .linksContentWrap ul li a.button.three,.tablinks .linksInner .linksContentWrap ul li a.button.three{background:#ededed;color:#003865 !important}.prog-how-to-apply .linksInner .linksContentWrap ul li a.button.four,.tablinks .linksInner .linksContentWrap ul li a.button.four{background:#f7f7f7;color:#003865 !important}.prog-how-to-apply .linksInner .linksContentWrap ul li a.button.applynow,.tablinks .linksInner .linksContentWrap ul li a.button.applynow{background-color:#006630 !important;color:#fff}.prog-how-to-apply .linksInner .linksContentWrap .hiddenapply,.tablinks .linksInner .linksContentWrap .hiddenapply{display:none}.related-designation{font-size:1.6rem}#refinebysubjectform{margin:0 !important;padding:0 !important;border:none !important}.feature7tabactive{padding:0 !important}.feature7tabactive .feature7tab{padding:0 !important}.tabs.uofg-default-blue .tab-navigation .tablink.two{background-color:#003865 !important}.tabs.universityblue .tab-navigation .tablink.two{background-color:#003865 !important}.tabs.uofg-default-blue-tint-80 .tab-navigation .tablink.two{background-color:#2e5c81 !important}.tabs.uofg-default-blue-tint-70 .tab-navigation .tablink.two{background-color:#4c7393 !important}.tabs.uofg-default-blue-tint-40 .tab-navigation .tablink.two{background-color:#4c7393 !important}.tabs.slate-grey .tab-navigation .tablink.two{background-color:#343536 !important}.tabs.grey .tab-navigation .tablink.two{background-color:#d3d3d3 !important}.tabs.medium-grey .tab-navigation .tablink.two{background-color:#ededed !important}.tabs.light-grey .tab-navigation .tablink.two{background-color:#f7f7f7 !important}.tabs.cobalt .tab-navigation .tablink.two{background-color:#005398 !important}.tabs.cobalt-tint-80 .tab-navigation .tablink.two{background-color:#3590bf !important}.tabs.cobalt-dark .tab-navigation .tablink.two{background-color:#015987 !important}.tabs.turquoise .tab-navigation .tablink.two{background-color:#00b5d1 !important}.tabs.thistle .tab-navigation .tablink.two{background-color:#951272 !important}.tabs.thistle-tint-80 .tab-navigation .tablink.two{background-color:#aa418e !important}.tabs.thistle-tint-90 .tab-navigation .tablink.two{background-color:#a02a80 !important}.tabs.lavendar .tab-navigation .tablink.two{background-color:#5b4d94 !important}.tabs.lavender .tab-navigation .tablink.two{background-color:#5b4d94 !important}.tabs.lavendar-tint-80 .tab-navigation .tablink.two{background-color:#7c71a9 !important}.tabs.lawn .tab-navigation .tablink.two{background-color:#84bd00 !important}.tabs.pillarbox .tab-navigation .tablink.two{background-color:#b30c00 !important}.tabs.burgundy .tab-navigation .tablink.two{background-color:#7d2239 !important}.tabs.pumpkin .tab-navigation .tablink.two{background-color:#84bd00 !important}.tabs.forest .tab-navigation .tablink.two{background-color:#385a4f !important}.tabs.sunshine .tab-navigation .tablink.two{background-color:#ffdc36 !important}.tabs.rust .tab-navigation .tablink.two{background-color:#be4d00 !important}.tabs.sandstone .tab-navigation .tablink.two{background-color:#7a6855 !important}.tabs.slate .tab-navigation .tablink.two{background-color:#4f5961 !important}.tabs.heather .tab-navigation .tablink.two{background-color:#5b4d94 !important}.tabs.rose .tab-navigation .tablink.two{background-color:#d278ab !important}.tabs.mocha .tab-navigation .tablink.two{background-color:#b59079 !important}.tabs.aquamarine .tab-navigation .tablink.two{background-color:#9ab9ad !important}.tabs.undergraduate .tab-navigation .tablink.two{background-color:#951272 !important}.tabs.postgraduate .tab-navigation .tablink.two{background-color:#5b4d94 !important}.tabs.skyblue .tab-navigation .tablink.two{background-color:#005398 !important}.tabs.leaf .tab-navigation .tablink.two{background-color:#006630 !important}.tabs.moss .tab-navigation .tablink.two{background-color:#385a4f !important}.tabs.black .tab-navigation .tablink.two{background-color:#000 !important}.tab-accordion-mobile-wrapper{margin-bottom:.6rem}.tab-accordion-mobile-wrapper .tab-accordion-mobile-header{background:#951272;padding:.2rem;border-radius:.25rem;cursor:pointer}.tab-accordion-mobile-wrapper .tab-accordion-mobile-header h3{color:#fff;font-family:"PT Sans",sans-serif;font-weight:normal;font-size:1.6rem;margin:.4rem .8rem}.tab-accordion-mobile-wrapper .tab-accordion-mobile-header h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:.8rem;margin-top:.5rem;background:url(/3t4/img/toggle-open-white.svg) center center no-repeat;background-size:contain;color:inherit}.tab-accordion-mobile-wrapper .tab-accordion-mobile-header.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url(/3t4/img/toggle-close-white.svg) center center no-repeat;background-size:contain;color:inherit}.tab-accordion-mobile-wrapper .tab-accordion-mobile-content{margin-top:0 !important;margin-bottom:0rem !important}#prog-summary .feature7tab h2.alt{color:#005398;text-transform:uppercase;font-weight:900}#prog-summary .tab .applynow,#prog-summary .tab .calltoaction{margin-top:2rem}#prog-summary .tab .applynow a,#prog-summary .tab .calltoaction a{color:#fff !important}#prog-summary .tab .standardContent.racc_parent .racc .heading_opener h2{line-height:1.4rem;padding-left:1.6rem !important}#prog-summary .tab .standardContent.racc_parent .racc .heading_opener h2:before{position:absolute;left:1rem !important;top:.8rem !important}#prog-summary.stuck-tab-nav{padding-top:2rem}#prog-summary .tab.standardContent{padding:1rem 2rem}@media screen and (max-width: 69.9375em){#prog-summary .tab.standardContent{padding:1rem}}#prog-summary .tab.standardContent h2.alt{color:#005398;text-transform:uppercase;font-weight:900}#prog-summary .tab.standardContent h3.alt{color:#005398;text-transform:uppercase;font-weight:900;margin-top:2rem;margin-bottom:0}#prog-summary .tab.standardContent.ug h3{color:#951272;text-transform:uppercase;font-weight:900}#prog-summary .tab.standardContent.ug h3.degrees-ucas-codes-heading{text-transform:none;color:#003865;margin-top:3rem}#prog-summary .tab.standardContent.ug h3.designation{text-transform:none;color:#003865}#prog-summary .tab.standardContent .maincontent{padding:0 !important}@media screen and (max-width: 69.9375em){#prog-summary .tab.standardContent .maincontent{padding:1rem}}#prog-summary .tab.standardContent .maincontent img{width:auto !important}#prog-summary .tab.standardContent .maincontent .degrees-ucas-codes-wrapper{margin:0 0 1rem 0;border-bottom:1px solid #bcbcbc}#prog-summary .tab.standardContent .maincontent .degrees-ucas-codes-wrapper .columns{padding:0}#prog-summary .tab.standardContent .maincontent .degrees-ucas-codes-wrapper:last-child{border-bottom:none}#prog-summary .tab.standardContent .maincontent .degrees-ucas-codes-wrapper .unistats-button a{display:block;cursor:pointer}#prog-summary .tab.standardContent .maincontent .degrees-ucas-codes-wrapper .unistats-button a:hover{text-decoration:none;border-bottom:none}#prog-summary .tab.standardContent .maincontent .degrees-ucas-codes-wrapper .degrees-ucas-codes-title{padding:.6rem 0;display:block;font-size:1.1rem}#prog-summary .tab.standardContent .maincontent .degrees-ucas-codes-wrapper .apply-via-ucas{font-size:1rem;background:#006630 url(/3t4/img/arrow-thick-right.png) .44rem .73rem no-repeat;padding:.6rem 1rem;padding-left:2rem;border-radius:3px;color:#fff;display:inline-block}#prog-summary .tab.standardContent .maincontent .degrees-ucas-codes-wrapper .apply-via-ucas:hover{text-decoration:none;border-bottom:none;background-color:rgba(0,132,61,.8509803922)}#prog-summary .tab.standardContent .maincontent ul.degrees-ucas-codes li .apply-via-ucas{font-size:1rem;background:#003865 url(/3t4/img/arrow-thick-right.png) .3rem .5rem no-repeat;padding:.4rem;padding-left:1.8rem;border-radius:3px;color:#fff;display:inline-block}#prog-summary .tab.standardContent .maincontent ul.degrees-ucas-codes li .apply-via-ucas:before{content:"\a"}#prog-summary .tab.standardContent .maincontent ul.degrees-ucas-codes li span.unistats-button{display:block;float:right}#prog-summary .tab.standardContent .maincontent ul.degrees-ucas-codes li span.unistats-button a{cursor:pointer;display:block}#prog-summary .tab.standardContent .maincontent ul.degrees-ucas-codes li span.unistats-button a:hover{text-decoration:none;border-bottom:none}#prog-summary .tab.standardContent .maincontent ul.degrees-ucas-codes li span.unistats-button a img{border:0}#prog-summary .tab.standardContent .maincontent ul.degrees-ucas-codes li span.degree-ucas-code{display:block;width:90%}#prog-summary .tab.standardContent .racc_wrap{margin-top:1rem !important}#prog-summary .tab-navigation{z-index:2;background-color:#fefefe;width:100%;transform:translateZ(0);-webkit-transform:translateZ(0)}#prog-summary .tab-navigation span.rightTabNav{float:right;font-size:1.8rem;margin-top:.5rem;cursor:pointer}#prog-summary .tab-navigation span.leftTabNav{float:left;font-size:1.8rem;margin-top:.5rem;cursor:pointer}#prog-summary .tab-navigation.stuck{position:fixed;width:100%;border-bottom:1px solid #d3d3d3;background-color:#fefefe}#prog-summary .tab-navigation.stuck.stuck-bottom{position:absolute;background-color:#fefefe}#prog-summary .tab-navigation ul{margin:0;padding:1rem 0;white-space:nowrap}#prog-summary .tab-navigation ul li{display:inline;font-weight:bold;cursor:pointer}#prog-summary .tab-navigation ul li:not(:first-child){margin-left:3rem}#prog-summary .tab-navigation ul li.active{padding-bottom:.8rem;border-bottom:.3rem #003865 solid}#prog-summary .tab-navigation ul li:hover{padding-bottom:.8rem;border-bottom:.3rem #4c7393 solid}#prog-summary .tab-navigation ul li a{padding-bottom:1.375rem;border-bottom:none !important;font-weight:400}#prog-summary .tab-navigation ul li ul.tab-navigation-sub{position:absolute;right:0;background-color:#fff;padding:1rem}#prog-summary .tab-navigation ul li ul.tab-navigation-sub li{display:block;padding-bottom:.8rem}#prog-summary .tab-navigation ul li ul.tab-navigation-sub li.active{border-bottom:.3rem #003865 solid}#prog-summary .tab-navigation ul li ul.tab-navigation-sub li:hover{border-bottom:.3rem #4c7393 solid}#prog-summary .standardContent.racc_parent{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#prog-summary .standardContent.racc_parent .racc{margin:0;padding:0;max-width:initial}#prog-summary .standardContent.racc_parent .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#951272;border-radius:.25rem;cursor:pointer}#prog-summary .standardContent.racc_parent .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#prog-summary .standardContent.racc_parent .racc .heading_opener{padding:.4rem 1rem}}#prog-summary .standardContent.racc_parent .racc .heading_opener:hover{background-color:#a02a80}#prog-summary .standardContent.racc_parent .racc .heading_opener h2,#prog-summary .standardContent.racc_parent .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#prog-summary .standardContent.racc_parent .racc .heading_opener h2:before,#prog-summary .standardContent.racc_parent .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#prog-summary .standardContent.racc_parent .racc .heading_opener.alt{background-color:#a02a80;border-radius:.25rem .25rem 0 0}#prog-summary .standardContent.racc_parent .racc .heading_opener.alt h2,#prog-summary .standardContent.racc_parent .racc .heading_opener.alt h3{color:#fff !important}#prog-summary .standardContent.racc_parent .racc .heading_opener.alt h2:before,#prog-summary .standardContent.racc_parent .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#prog-summary .standardContent.racc_parent .racc .heading_opener.small h2,#prog-summary .standardContent.racc_parent .racc .heading_opener.small h3{font-size:1.1rem}#prog-summary .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper),#prog-summary .standardContent.racc_parent .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#prog-summary .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper).isopen,#prog-summary .standardContent.racc_parent .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#prog-summary .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper),#prog-summary .standardContent.racc_parent .racc .vue-accordion-content{padding:1rem}}#prog-summary .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper).pgt,#prog-summary .standardContent.racc_parent .racc .vue-accordion-content.pgt{background:#f7f7f7}#prog-summary .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener,#prog-summary .standardContent.racc_parent .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#prog-summary .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#prog-summary .standardContent.racc_parent .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#prog-summary .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#prog-summary .standardContent.racc_parent .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#prog-summary .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#prog-summary .standardContent.racc_parent .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#prog-summary .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#prog-summary .standardContent.racc_parent .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#prog-summary .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#prog-summary .standardContent.racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#prog-summary .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#prog-summary .standardContent.racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#prog-summary .standardContent.racc_parent .racc .vue-accordion-content{padding:0}#prog-summary .standardContent.racc_parent .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#prog-summary .standardContent.racc_parent .racc.small .heading_opener h2,#prog-summary .standardContent.racc_parent .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#prog-summary .standardContent.racc_parent .racc.small .heading_opener h2:before,#prog-summary .standardContent.racc_parent .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#prog-summary .standardContent.racc_parent .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#prog-summary .standardContent.racc_parent .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#prog-summary .standardContent.racc_parent .racc_parent{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}#prog-summary .standardContent.racc_parent .racc_parent .racc{margin:0;padding:0;max-width:initial}#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#2e5c81;border-radius:.25rem;cursor:pointer}#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener{padding:.4rem 1rem}}#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener:hover{background-color:#4c7393}#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener h2,#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener h2:before,#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener.alt{background-color:#4c7393;border-radius:.25rem .25rem 0 0}#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h2,#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h3{color:#fff !important}#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h2:before,#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener.small h2,#prog-summary .standardContent.racc_parent .racc_parent .racc .heading_opener.small h3{font-size:1.1rem}#prog-summary .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper),#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}#prog-summary .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper).isopen,#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){#prog-summary .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper),#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content{padding:1rem}}#prog-summary .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper).pgt,#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content.pgt{background:#f7f7f7}#prog-summary .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener,#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}#prog-summary .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3,#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}#prog-summary .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}#prog-summary .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}#prog-summary .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}#prog-summary .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}#prog-summary .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content{padding:0}#prog-summary .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}#prog-summary .standardContent.racc_parent .racc_parent .racc.small .heading_opener h2,#prog-summary .standardContent.racc_parent .racc_parent .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}#prog-summary .standardContent.racc_parent .racc_parent .racc.small .heading_opener h2:before,#prog-summary .standardContent.racc_parent .racc_parent .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}#prog-summary .standardContent.racc_parent .racc_parent .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}#prog-summary .standardContent.racc_parent .racc_parent .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.tab_nonav .standardContent.racc_parent{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.tab_nonav .standardContent.racc_parent .racc{margin:0;padding:0;max-width:initial}.tab_nonav .standardContent.racc_parent .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#951272;border-radius:.25rem;cursor:pointer}.tab_nonav .standardContent.racc_parent .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.tab_nonav .standardContent.racc_parent .racc .heading_opener{padding:.4rem 1rem}}.tab_nonav .standardContent.racc_parent .racc .heading_opener:hover{background-color:#a02a80}.tab_nonav .standardContent.racc_parent .racc .heading_opener h2,.tab_nonav .standardContent.racc_parent .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.tab_nonav .standardContent.racc_parent .racc .heading_opener h2:before,.tab_nonav .standardContent.racc_parent .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.tab_nonav .standardContent.racc_parent .racc .heading_opener.alt{background-color:#a02a80;border-radius:.25rem .25rem 0 0}.tab_nonav .standardContent.racc_parent .racc .heading_opener.alt h2,.tab_nonav .standardContent.racc_parent .racc .heading_opener.alt h3{color:#fff !important}.tab_nonav .standardContent.racc_parent .racc .heading_opener.alt h2:before,.tab_nonav .standardContent.racc_parent .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.tab_nonav .standardContent.racc_parent .racc .heading_opener.small h2,.tab_nonav .standardContent.racc_parent .racc .heading_opener.small h3{font-size:1.1rem}.tab_nonav .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper),.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.tab_nonav .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper).isopen,.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.tab_nonav .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper),.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content{padding:1rem}}.tab_nonav .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper).pgt,.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content.pgt{background:#f7f7f7}.tab_nonav .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener,.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.tab_nonav .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.tab_nonav .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.tab_nonav .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.tab_nonav .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.tab_nonav .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.tab_nonav .standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content{padding:0}.tab_nonav .standardContent.racc_parent .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.tab_nonav .standardContent.racc_parent .racc.small .heading_opener h2,.tab_nonav .standardContent.racc_parent .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.tab_nonav .standardContent.racc_parent .racc.small .heading_opener h2:before,.tab_nonav .standardContent.racc_parent .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.tab_nonav .standardContent.racc_parent .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.tab_nonav .standardContent.racc_parent .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.tab_nonav .standardContent.racc_parent .racc_parent{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.tab_nonav .standardContent.racc_parent .racc_parent .racc{margin:0;padding:0;max-width:initial}.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#2e5c81;border-radius:.25rem;cursor:pointer}.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener{padding:.4rem 1rem}}.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener:hover{background-color:#4c7393}.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener h2,.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener h2:before,.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener.alt{background-color:#4c7393;border-radius:.25rem .25rem 0 0}.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h2,.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h3{color:#fff !important}.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h2:before,.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener.small h2,.tab_nonav .standardContent.racc_parent .racc_parent .racc .heading_opener.small h3{font-size:1.1rem}.tab_nonav .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper),.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.tab_nonav .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper).isopen,.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.tab_nonav .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper),.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content{padding:1rem}}.tab_nonav .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper).pgt,.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content.pgt{background:#f7f7f7}.tab_nonav .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener,.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.tab_nonav .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.tab_nonav .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.tab_nonav .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.tab_nonav .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.tab_nonav .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.tab_nonav .standardContent.racc_parent .racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content{padding:0}.tab_nonav .standardContent.racc_parent .racc_parent .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.tab_nonav .standardContent.racc_parent .racc_parent .racc.small .heading_opener h2,.tab_nonav .standardContent.racc_parent .racc_parent .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.tab_nonav .standardContent.racc_parent .racc_parent .racc.small .heading_opener h2:before,.tab_nonav .standardContent.racc_parent .racc_parent .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.tab_nonav .standardContent.racc_parent .racc_parent .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.tab_nonav .standardContent.racc_parent .racc_parent .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}@media screen and (max-width: 69.9375em){.tab_nonav{padding:1rem}}.tab_nonav h2.alt{color:#005398;text-transform:uppercase;font-weight:900}.tab_nonav h3.alt{color:#005398;text-transform:uppercase;font-weight:900;margin-top:2rem;margin-bottom:0}.tab_nonav.ug h3{color:#951272;text-transform:uppercase;font-weight:900}.tab_nonav .maincontent{padding:0 !important}@media screen and (max-width: 69.9375em){.tab_nonav .maincontent{padding:1rem}}.tab_nonav .maincontent img{width:auto !important}.tab_nonav ul.degrees-ucas-codes li{display:inline-block;width:100%}.tab_nonav ul.degrees-ucas-codes li span.unistats-button{display:block;float:right}.tab_nonav ul.degrees-ucas-codes li span.unistats-button a{cursor:pointer}.tab_nonav ul.degrees-ucas-codes li span.unistats-button a img{border:0}.tab_nonav ul.degrees-ucas-codes li span.degree-ucas-code{display:block;width:90%}.standardContent{margin-top:2rem !important;background-color:#f7f7f7;padding:1rem;position:relative}.standardContent.splash.banner{margin-top:9rem !important}@media screen and (max-width: 69.9375em){.standardContent{margin:1rem 0 1rem 0 !important;padding:0 .4rem}}.standardContent .showsettings{background-color:#005398;font-family:"PT Sans",sans-serif}.standardContent .showsettings:hover,.standardContent .showsettings:active,.standardContent .showsettings:focus{background-color:rgba(2,116,175,.8784313725) !important}.standardContent .showsettings.close.settings_enabled{display:none}.standardContent .hidestudy{float:right;background-color:#005398}.standardContent li.unapprovedpgr{background-color:#ffdcdc}.standardContent .flex-video{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.standardContent .flex-video.youtube-wrapper{width:100%;padding-top:56.25%;padding-bottom:0;position:relative}.standardContent .flex-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.standardContent .flex-video .gdprnotification{position:absolute;width:100%;color:#fff;background:#000;text-align:center;bottom:0;z-index:1}.standardContent .flex-video .gdprnotification p{font-family:"PT Sans",sans-serif !important}.standardContent .flex-video .gdprnotification a{color:#fff !important}.standardContent .flex-video .calltoaction{font-size:1rem;background:#003865 url(/3t4/img/arrow-thick-right.png) .8rem 1.1rem no-repeat;padding:1rem;padding-left:2.3rem;cursor:pointer}.standardContent .flex-video iframe.smallplayer{width:100%}.standardContent .flex-video iframe.largeplayer{width:100%}.standardContent.racc_parent{margin-bottom:1rem !important;border-radius:.25rem .25rem 0 0;padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.additional{margin-bottom:0 !important}}.standardContent.racc_parent .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#f7f7f7;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent .racc .heading_opener:hover{background-color:#ededed}.standardContent.racc_parent .racc .heading_opener h2,.standardContent.racc_parent .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#343536 !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent .racc .heading_opener h2:before,.standardContent.racc_parent .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-blue.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent .racc .heading_opener.alt{background-color:#ededed;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent .racc .heading_opener.alt h2,.standardContent.racc_parent .racc .heading_opener.alt h3{color:#343536 !important}.standardContent.racc_parent .racc .heading_opener.alt h2:before,.standardContent.racc_parent .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-blue.svg") center center no-repeat}.standardContent.racc_parent .racc .heading_opener.small h2,.standardContent.racc_parent .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent .racc .vue-accordion-content{padding:0}.standardContent.racc_parent .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent .racc.small .heading_opener h2,.standardContent.racc_parent .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent .racc.small .heading_opener h2:before,.standardContent.racc_parent .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundAlt1,.standardContent.racc_parent.universityblue{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundAlt1 .racc,.standardContent.racc_parent.universityblue .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener,.standardContent.racc_parent.universityblue .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#003865;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener:focus,.standardContent.racc_parent.universityblue .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener,.standardContent.racc_parent.universityblue .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener:hover,.standardContent.racc_parent.universityblue .racc .heading_opener:hover{background-color:#003865}.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener h3,.standardContent.racc_parent.universityblue .racc .heading_opener h2,.standardContent.racc_parent.universityblue .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener h3:before,.standardContent.racc_parent.universityblue .racc .heading_opener h2:before,.standardContent.racc_parent.universityblue .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt,.standardContent.racc_parent.universityblue .racc .heading_opener.alt{background-color:#003865;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h3,.standardContent.racc_parent.universityblue .racc .heading_opener.alt h2,.standardContent.racc_parent.universityblue .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.alt h3:before,.standardContent.racc_parent.universityblue .racc .heading_opener.alt h2:before,.standardContent.racc_parent.universityblue .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundAlt1 .racc .heading_opener.small h3,.standardContent.racc_parent.universityblue .racc .heading_opener.small h2,.standardContent.racc_parent.universityblue .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content,.standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.universityblue .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content.isopen,.standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.universityblue .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content,.standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.universityblue .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content.pgt,.standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.universityblue .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.universityblue .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.universityblue .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.universityblue .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.universityblue .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.universityblue .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.universityblue .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundAlt1 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.universityblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.universityblue .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content,.standardContent.racc_parent.universityblue .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundAlt1 .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.universityblue .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h3,.standardContent.racc_parent.universityblue .racc.small .heading_opener h2,.standardContent.racc_parent.universityblue .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundAlt1 .racc.small .heading_opener h3:before,.standardContent.racc_parent.universityblue .racc.small .heading_opener h2:before,.standardContent.racc_parent.universityblue .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundAlt1 .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.universityblue .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundAlt1 .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.universityblue .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundAlt2,.standardContent.racc_parent.slate{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundAlt2 .racc,.standardContent.racc_parent.slate .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener,.standardContent.racc_parent.slate .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#4f5961;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener:focus,.standardContent.racc_parent.slate .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener,.standardContent.racc_parent.slate .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener:hover,.standardContent.racc_parent.slate .racc .heading_opener:hover{background-color:#4f5961}.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener h3,.standardContent.racc_parent.slate .racc .heading_opener h2,.standardContent.racc_parent.slate .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener h3:before,.standardContent.racc_parent.slate .racc .heading_opener h2:before,.standardContent.racc_parent.slate .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt,.standardContent.racc_parent.slate .racc .heading_opener.alt{background-color:#4f5961;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h3,.standardContent.racc_parent.slate .racc .heading_opener.alt h2,.standardContent.racc_parent.slate .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.alt h3:before,.standardContent.racc_parent.slate .racc .heading_opener.alt h2:before,.standardContent.racc_parent.slate .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundAlt2 .racc .heading_opener.small h3,.standardContent.racc_parent.slate .racc .heading_opener.small h2,.standardContent.racc_parent.slate .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content,.standardContent.racc_parent.slate .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.slate .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content.isopen,.standardContent.racc_parent.slate .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.slate .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content,.standardContent.racc_parent.slate .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.slate .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content.pgt,.standardContent.racc_parent.slate .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.slate .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.slate .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.slate .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.slate .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.slate .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.slate .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.slate .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.slate .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.slate .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.slate .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.slate .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.slate .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.slate .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundAlt2 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.slate .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.slate .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content,.standardContent.racc_parent.slate .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundAlt2 .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.slate .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h3,.standardContent.racc_parent.slate .racc.small .heading_opener h2,.standardContent.racc_parent.slate .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundAlt2 .racc.small .heading_opener h3:before,.standardContent.racc_parent.slate .racc.small .heading_opener h2:before,.standardContent.racc_parent.slate .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundAlt2 .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.slate .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundAlt2 .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.slate .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundAlt3{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundAlt3 .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#f7f7f7;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener:hover{background-color:#f7f7f7}.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#003865 !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-blue.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt{background-color:#f7f7f7;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h3{color:#003865 !important}.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-blue.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundAlt3 .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundAlt3 .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundAlt3 .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundAlt3 .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundAlt3 .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundAlt3 .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundCobalt,.standardContent.racc_parent.cobalt{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundCobalt .racc,.standardContent.racc_parent.cobalt .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener,.standardContent.racc_parent.cobalt .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#005398;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener:focus,.standardContent.racc_parent.cobalt .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener,.standardContent.racc_parent.cobalt .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener:hover,.standardContent.racc_parent.cobalt .racc .heading_opener:hover{background-color:#005398}.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener h3,.standardContent.racc_parent.cobalt .racc .heading_opener h2,.standardContent.racc_parent.cobalt .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener h3:before,.standardContent.racc_parent.cobalt .racc .heading_opener h2:before,.standardContent.racc_parent.cobalt .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.alt,.standardContent.racc_parent.cobalt .racc .heading_opener.alt{background-color:#005398;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h3,.standardContent.racc_parent.cobalt .racc .heading_opener.alt h2,.standardContent.racc_parent.cobalt .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.alt h3:before,.standardContent.racc_parent.cobalt .racc .heading_opener.alt h2:before,.standardContent.racc_parent.cobalt .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundCobalt .racc .heading_opener.small h3,.standardContent.racc_parent.cobalt .racc .heading_opener.small h2,.standardContent.racc_parent.cobalt .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content,.standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.cobalt .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content.isopen,.standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.cobalt .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content,.standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.cobalt .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content.pgt,.standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.cobalt .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.cobalt .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.cobalt .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.cobalt .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.cobalt .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.cobalt .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.cobalt .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundCobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.cobalt .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.cobalt .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content,.standardContent.racc_parent.cobalt .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundCobalt .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.cobalt .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundCobalt .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundCobalt .racc.small .heading_opener h3,.standardContent.racc_parent.cobalt .racc.small .heading_opener h2,.standardContent.racc_parent.cobalt .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundCobalt .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundCobalt .racc.small .heading_opener h3:before,.standardContent.racc_parent.cobalt .racc.small .heading_opener h2:before,.standardContent.racc_parent.cobalt .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundCobalt .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.cobalt .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundCobalt .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.cobalt .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundHeather,.standardContent.racc_parent.heather{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundHeather .racc,.standardContent.racc_parent.heather .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener,.standardContent.racc_parent.heather .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#5b4d94;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener:focus,.standardContent.racc_parent.heather .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener,.standardContent.racc_parent.heather .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener:hover,.standardContent.racc_parent.heather .racc .heading_opener:hover{background-color:#5b4d94}.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener h3,.standardContent.racc_parent.heather .racc .heading_opener h2,.standardContent.racc_parent.heather .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener h3:before,.standardContent.racc_parent.heather .racc .heading_opener h2:before,.standardContent.racc_parent.heather .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.alt,.standardContent.racc_parent.heather .racc .heading_opener.alt{background-color:#5b4d94;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.alt h3,.standardContent.racc_parent.heather .racc .heading_opener.alt h2,.standardContent.racc_parent.heather .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.alt h3:before,.standardContent.racc_parent.heather .racc .heading_opener.alt h2:before,.standardContent.racc_parent.heather .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundHeather .racc .heading_opener.small h3,.standardContent.racc_parent.heather .racc .heading_opener.small h2,.standardContent.racc_parent.heather .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content,.standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.heather .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content.isopen,.standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.heather .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content,.standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.heather .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content.pgt,.standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.heather .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.heather .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.heather .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.heather .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.heather .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.heather .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.heather .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundHeather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.heather .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.heather .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content,.standardContent.racc_parent.heather .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundHeather .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.heather .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundHeather .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundHeather .racc.small .heading_opener h3,.standardContent.racc_parent.heather .racc.small .heading_opener h2,.standardContent.racc_parent.heather .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundHeather .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundHeather .racc.small .heading_opener h3:before,.standardContent.racc_parent.heather .racc.small .heading_opener h2:before,.standardContent.racc_parent.heather .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundHeather .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.heather .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundHeather .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.heather .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundThistle,.standardContent.racc_parent.thistle{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundThistle .racc,.standardContent.racc_parent.thistle .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener,.standardContent.racc_parent.thistle .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#951272;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener:focus,.standardContent.racc_parent.thistle .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener,.standardContent.racc_parent.thistle .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener:hover,.standardContent.racc_parent.thistle .racc .heading_opener:hover{background-color:#951272}.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener h3,.standardContent.racc_parent.thistle .racc .heading_opener h2,.standardContent.racc_parent.thistle .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener h3:before,.standardContent.racc_parent.thistle .racc .heading_opener h2:before,.standardContent.racc_parent.thistle .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.alt,.standardContent.racc_parent.thistle .racc .heading_opener.alt{background-color:#951272;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.alt h3,.standardContent.racc_parent.thistle .racc .heading_opener.alt h2,.standardContent.racc_parent.thistle .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.alt h3:before,.standardContent.racc_parent.thistle .racc .heading_opener.alt h2:before,.standardContent.racc_parent.thistle .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundThistle .racc .heading_opener.small h3,.standardContent.racc_parent.thistle .racc .heading_opener.small h2,.standardContent.racc_parent.thistle .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content,.standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.thistle .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content.isopen,.standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.thistle .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content,.standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.thistle .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content.pgt,.standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.thistle .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.thistle .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.thistle .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.thistle .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.thistle .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.thistle .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.thistle .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundThistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.thistle .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.thistle .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content,.standardContent.racc_parent.thistle .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundThistle .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.thistle .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundThistle .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundThistle .racc.small .heading_opener h3,.standardContent.racc_parent.thistle .racc.small .heading_opener h2,.standardContent.racc_parent.thistle .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundThistle .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundThistle .racc.small .heading_opener h3:before,.standardContent.racc_parent.thistle .racc.small .heading_opener h2:before,.standardContent.racc_parent.thistle .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundThistle .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.thistle .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundThistle .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.thistle .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundLavender,.standardContent.racc_parent.lavendar{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundLavender .racc,.standardContent.racc_parent.lavendar .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener,.standardContent.racc_parent.lavendar .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#5b4d94;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener:focus,.standardContent.racc_parent.lavendar .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener,.standardContent.racc_parent.lavendar .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener:hover,.standardContent.racc_parent.lavendar .racc .heading_opener:hover{background-color:#5b4d94}.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener h3,.standardContent.racc_parent.lavendar .racc .heading_opener h2,.standardContent.racc_parent.lavendar .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener h3:before,.standardContent.racc_parent.lavendar .racc .heading_opener h2:before,.standardContent.racc_parent.lavendar .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.alt,.standardContent.racc_parent.lavendar .racc .heading_opener.alt{background-color:#5b4d94;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.alt h3,.standardContent.racc_parent.lavendar .racc .heading_opener.alt h2,.standardContent.racc_parent.lavendar .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.alt h3:before,.standardContent.racc_parent.lavendar .racc .heading_opener.alt h2:before,.standardContent.racc_parent.lavendar .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundLavender .racc .heading_opener.small h3,.standardContent.racc_parent.lavendar .racc .heading_opener.small h2,.standardContent.racc_parent.lavendar .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content,.standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.lavendar .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content.isopen,.standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.lavendar .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content,.standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.lavendar .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content.pgt,.standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.lavendar .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.lavendar .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.lavendar .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.lavendar .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.lavendar .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.lavendar .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.lavendar .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundLavender .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.lavendar .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.lavendar .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content,.standardContent.racc_parent.lavendar .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundLavender .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.lavendar .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundLavender .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundLavender .racc.small .heading_opener h3,.standardContent.racc_parent.lavendar .racc.small .heading_opener h2,.standardContent.racc_parent.lavendar .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundLavender .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundLavender .racc.small .heading_opener h3:before,.standardContent.racc_parent.lavendar .racc.small .heading_opener h2:before,.standardContent.racc_parent.lavendar .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundLavender .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.lavendar .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundLavender .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.lavendar .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundPillarbox,.standardContent.racc_parent.pillarbox{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundPillarbox .racc,.standardContent.racc_parent.pillarbox .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener,.standardContent.racc_parent.pillarbox .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#b30c00;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener:focus,.standardContent.racc_parent.pillarbox .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener,.standardContent.racc_parent.pillarbox .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener:hover,.standardContent.racc_parent.pillarbox .racc .heading_opener:hover{background-color:#b30c00}.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener h3,.standardContent.racc_parent.pillarbox .racc .heading_opener h2,.standardContent.racc_parent.pillarbox .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener h3:before,.standardContent.racc_parent.pillarbox .racc .heading_opener h2:before,.standardContent.racc_parent.pillarbox .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt,.standardContent.racc_parent.pillarbox .racc .heading_opener.alt{background-color:#b30c00;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h3,.standardContent.racc_parent.pillarbox .racc .heading_opener.alt h2,.standardContent.racc_parent.pillarbox .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.alt h3:before,.standardContent.racc_parent.pillarbox .racc .heading_opener.alt h2:before,.standardContent.racc_parent.pillarbox .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundPillarbox .racc .heading_opener.small h3,.standardContent.racc_parent.pillarbox .racc .heading_opener.small h2,.standardContent.racc_parent.pillarbox .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content,.standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.pillarbox .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content.isopen,.standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.pillarbox .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content,.standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.pillarbox .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content.pgt,.standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.pillarbox .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.pillarbox .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.pillarbox .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.pillarbox .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.pillarbox .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.pillarbox .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.pillarbox .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundPillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.pillarbox .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.pillarbox .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content,.standardContent.racc_parent.pillarbox .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundPillarbox .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.pillarbox .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h3,.standardContent.racc_parent.pillarbox .racc.small .heading_opener h2,.standardContent.racc_parent.pillarbox .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundPillarbox .racc.small .heading_opener h3:before,.standardContent.racc_parent.pillarbox .racc.small .heading_opener h2:before,.standardContent.racc_parent.pillarbox .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundPillarbox .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.pillarbox .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundPillarbox .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.pillarbox .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundForest,.standardContent.racc_parent.forest{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundForest .racc,.standardContent.racc_parent.forest .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener,.standardContent.racc_parent.forest .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#385a4f;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener:focus,.standardContent.racc_parent.forest .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener,.standardContent.racc_parent.forest .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener:hover,.standardContent.racc_parent.forest .racc .heading_opener:hover{background-color:#385a4f}.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener h3,.standardContent.racc_parent.forest .racc .heading_opener h2,.standardContent.racc_parent.forest .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener h3:before,.standardContent.racc_parent.forest .racc .heading_opener h2:before,.standardContent.racc_parent.forest .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.alt,.standardContent.racc_parent.forest .racc .heading_opener.alt{background-color:#385a4f;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.alt h3,.standardContent.racc_parent.forest .racc .heading_opener.alt h2,.standardContent.racc_parent.forest .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.alt h3:before,.standardContent.racc_parent.forest .racc .heading_opener.alt h2:before,.standardContent.racc_parent.forest .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundForest .racc .heading_opener.small h3,.standardContent.racc_parent.forest .racc .heading_opener.small h2,.standardContent.racc_parent.forest .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content,.standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.forest .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content.isopen,.standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.forest .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content,.standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.forest .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content.pgt,.standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.forest .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.forest .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.forest .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.forest .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.forest .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.forest .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.forest .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundForest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.forest .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.forest .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content,.standardContent.racc_parent.forest .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundForest .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.forest .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundForest .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundForest .racc.small .heading_opener h3,.standardContent.racc_parent.forest .racc.small .heading_opener h2,.standardContent.racc_parent.forest .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundForest .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundForest .racc.small .heading_opener h3:before,.standardContent.racc_parent.forest .racc.small .heading_opener h2:before,.standardContent.racc_parent.forest .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundForest .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.forest .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundForest .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.forest .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.sandstone{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.sandstone .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.sandstone .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#7a6855;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.sandstone .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.sandstone .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.sandstone .racc .heading_opener:hover{background-color:#7a6855}.standardContent.racc_parent.sandstone .racc .heading_opener h2,.standardContent.racc_parent.sandstone .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.sandstone .racc .heading_opener h2:before,.standardContent.racc_parent.sandstone .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.sandstone .racc .heading_opener.alt{background-color:#7a6855;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.sandstone .racc .heading_opener.alt h2,.standardContent.racc_parent.sandstone .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.sandstone .racc .heading_opener.alt h2:before,.standardContent.racc_parent.sandstone .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.sandstone .racc .heading_opener.small h2,.standardContent.racc_parent.sandstone .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.sandstone .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.sandstone .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.sandstone .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.sandstone .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.sandstone .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.sandstone .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.sandstone .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.sandstone .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.sandstone .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.sandstone .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.sandstone .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.sandstone .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.sandstone .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.sandstone .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.sandstone .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.sandstone .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.sandstone .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.sandstone .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.sandstone .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.sandstone .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.sandstone .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.sandstone .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.sandstone .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.sandstone .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.sandstone .racc.small .heading_opener h2,.standardContent.racc_parent.sandstone .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.sandstone .racc.small .heading_opener h2:before,.standardContent.racc_parent.sandstone .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.sandstone .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.sandstone .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundBurgundy,.standardContent.racc_parent.burgundy{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundBurgundy .racc,.standardContent.racc_parent.burgundy .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener,.standardContent.racc_parent.burgundy .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#7d2239;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener:focus,.standardContent.racc_parent.burgundy .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener,.standardContent.racc_parent.burgundy .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener:hover,.standardContent.racc_parent.burgundy .racc .heading_opener:hover{background-color:#7d2239}.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener h3,.standardContent.racc_parent.burgundy .racc .heading_opener h2,.standardContent.racc_parent.burgundy .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener h3:before,.standardContent.racc_parent.burgundy .racc .heading_opener h2:before,.standardContent.racc_parent.burgundy .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt,.standardContent.racc_parent.burgundy .racc .heading_opener.alt{background-color:#7d2239;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h3,.standardContent.racc_parent.burgundy .racc .heading_opener.alt h2,.standardContent.racc_parent.burgundy .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.alt h3:before,.standardContent.racc_parent.burgundy .racc .heading_opener.alt h2:before,.standardContent.racc_parent.burgundy .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundBurgundy .racc .heading_opener.small h3,.standardContent.racc_parent.burgundy .racc .heading_opener.small h2,.standardContent.racc_parent.burgundy .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content,.standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.burgundy .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content.isopen,.standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.burgundy .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content,.standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.burgundy .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content.pgt,.standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.burgundy .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.burgundy .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.burgundy .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.burgundy .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.burgundy .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.burgundy .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.burgundy .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundBurgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.burgundy .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.burgundy .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content,.standardContent.racc_parent.burgundy .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundBurgundy .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.burgundy .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h3,.standardContent.racc_parent.burgundy .racc.small .heading_opener h2,.standardContent.racc_parent.burgundy .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundBurgundy .racc.small .heading_opener h3:before,.standardContent.racc_parent.burgundy .racc.small .heading_opener h2:before,.standardContent.racc_parent.burgundy .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundBurgundy .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.burgundy .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundBurgundy .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.burgundy .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundRust,.standardContent.racc_parent.rust{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundRust .racc,.standardContent.racc_parent.rust .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener,.standardContent.racc_parent.rust .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#be4d00;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener:focus,.standardContent.racc_parent.rust .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener,.standardContent.racc_parent.rust .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener:hover,.standardContent.racc_parent.rust .racc .heading_opener:hover{background-color:#be4d00}.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener h3,.standardContent.racc_parent.rust .racc .heading_opener h2,.standardContent.racc_parent.rust .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener h3:before,.standardContent.racc_parent.rust .racc .heading_opener h2:before,.standardContent.racc_parent.rust .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.alt,.standardContent.racc_parent.rust .racc .heading_opener.alt{background-color:#be4d00;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.alt h3,.standardContent.racc_parent.rust .racc .heading_opener.alt h2,.standardContent.racc_parent.rust .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.alt h3:before,.standardContent.racc_parent.rust .racc .heading_opener.alt h2:before,.standardContent.racc_parent.rust .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundRust .racc .heading_opener.small h3,.standardContent.racc_parent.rust .racc .heading_opener.small h2,.standardContent.racc_parent.rust .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content,.standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.rust .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content.isopen,.standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.rust .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content,.standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.rust .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content.pgt,.standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.rust .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.rust .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.rust .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.rust .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.rust .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.rust .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.rust .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundRust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.rust .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.rust .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content,.standardContent.racc_parent.rust .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundRust .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.rust .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundRust .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundRust .racc.small .heading_opener h3,.standardContent.racc_parent.rust .racc.small .heading_opener h2,.standardContent.racc_parent.rust .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundRust .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundRust .racc.small .heading_opener h3:before,.standardContent.racc_parent.rust .racc.small .heading_opener h2:before,.standardContent.racc_parent.rust .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundRust .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.rust .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundRust .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.rust .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundSkyblue,.standardContent.racc_parent.skyblue{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundSkyblue .racc,.standardContent.racc_parent.skyblue .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener,.standardContent.racc_parent.skyblue .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#005398;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener:focus,.standardContent.racc_parent.skyblue .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener,.standardContent.racc_parent.skyblue .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener:hover,.standardContent.racc_parent.skyblue .racc .heading_opener:hover{background-color:#005398}.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener h3,.standardContent.racc_parent.skyblue .racc .heading_opener h2,.standardContent.racc_parent.skyblue .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener h3:before,.standardContent.racc_parent.skyblue .racc .heading_opener h2:before,.standardContent.racc_parent.skyblue .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt,.standardContent.racc_parent.skyblue .racc .heading_opener.alt{background-color:#005398;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h3,.standardContent.racc_parent.skyblue .racc .heading_opener.alt h2,.standardContent.racc_parent.skyblue .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.alt h3:before,.standardContent.racc_parent.skyblue .racc .heading_opener.alt h2:before,.standardContent.racc_parent.skyblue .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundSkyblue .racc .heading_opener.small h3,.standardContent.racc_parent.skyblue .racc .heading_opener.small h2,.standardContent.racc_parent.skyblue .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content,.standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.skyblue .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content.isopen,.standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.skyblue .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content,.standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.skyblue .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content.pgt,.standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.skyblue .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.skyblue .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.skyblue .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.skyblue .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.skyblue .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.skyblue .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.skyblue .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundSkyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.skyblue .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.skyblue .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content,.standardContent.racc_parent.skyblue .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundSkyblue .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.skyblue .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h3,.standardContent.racc_parent.skyblue .racc.small .heading_opener h2,.standardContent.racc_parent.skyblue .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundSkyblue .racc.small .heading_opener h3:before,.standardContent.racc_parent.skyblue .racc.small .heading_opener h2:before,.standardContent.racc_parent.skyblue .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundSkyblue .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.skyblue .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundSkyblue .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.skyblue .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundLeaf,.standardContent.racc_parent.leaf{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundLeaf .racc,.standardContent.racc_parent.leaf .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener,.standardContent.racc_parent.leaf .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#006630;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener:focus,.standardContent.racc_parent.leaf .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener,.standardContent.racc_parent.leaf .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener:hover,.standardContent.racc_parent.leaf .racc .heading_opener:hover{background-color:#006630}.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener h3,.standardContent.racc_parent.leaf .racc .heading_opener h2,.standardContent.racc_parent.leaf .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener h3:before,.standardContent.racc_parent.leaf .racc .heading_opener h2:before,.standardContent.racc_parent.leaf .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.alt,.standardContent.racc_parent.leaf .racc .heading_opener.alt{background-color:#006630;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h3,.standardContent.racc_parent.leaf .racc .heading_opener.alt h2,.standardContent.racc_parent.leaf .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.alt h3:before,.standardContent.racc_parent.leaf .racc .heading_opener.alt h2:before,.standardContent.racc_parent.leaf .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundLeaf .racc .heading_opener.small h3,.standardContent.racc_parent.leaf .racc .heading_opener.small h2,.standardContent.racc_parent.leaf .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content,.standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.leaf .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content.isopen,.standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.leaf .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content,.standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.leaf .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content.pgt,.standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.leaf .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.leaf .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.leaf .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.leaf .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.leaf .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.leaf .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.leaf .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundLeaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.leaf .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.leaf .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content,.standardContent.racc_parent.leaf .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundLeaf .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.leaf .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundLeaf .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundLeaf .racc.small .heading_opener h3,.standardContent.racc_parent.leaf .racc.small .heading_opener h2,.standardContent.racc_parent.leaf .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundLeaf .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundLeaf .racc.small .heading_opener h3:before,.standardContent.racc_parent.leaf .racc.small .heading_opener h2:before,.standardContent.racc_parent.leaf .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundLeaf .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.leaf .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundLeaf .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.leaf .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundMoss,.standardContent.racc_parent.moss{padding:0;background:#fff;margin-top:1rem !important;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundMoss .racc,.standardContent.racc_parent.moss .racc{margin:0;padding:0;max-width:initial}.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener,.standardContent.racc_parent.moss .racc .heading_opener{padding:.4rem 1rem;border-radius:.25rem .25rem 0 0;background-color:#385a4f;border-radius:.25rem;cursor:pointer}.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener:focus,.standardContent.racc_parent.moss .racc .heading_opener:focus{border:2px solid #003865}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener,.standardContent.racc_parent.moss .racc .heading_opener{padding:.4rem 1rem}}.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener:hover,.standardContent.racc_parent.moss .racc .heading_opener:hover{background-color:#385a4f}.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener h2,.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener h3,.standardContent.racc_parent.moss .racc .heading_opener h2,.standardContent.racc_parent.moss .racc .heading_opener h3{margin:.2rem;font-size:1.5rem;font-weight:400;color:#fff !important;font-family:"PT Sans",sans-serif;text-transform:initial !important;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener h3:before,.standardContent.racc_parent.moss .racc .heading_opener h2:before,.standardContent.racc_parent.moss .racc .heading_opener h3:before{content:"";display:block;width:1rem;height:1rem;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1.1rem}.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.alt,.standardContent.racc_parent.moss .racc .heading_opener.alt{background-color:#385a4f;border-radius:.25rem .25rem 0 0}.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.alt h2,.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.alt h3,.standardContent.racc_parent.moss .racc .heading_opener.alt h2,.standardContent.racc_parent.moss .racc .heading_opener.alt h3{color:#fff !important}.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.alt h2:before,.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.alt h3:before,.standardContent.racc_parent.moss .racc .heading_opener.alt h2:before,.standardContent.racc_parent.moss .racc .heading_opener.alt h3:before{background:url("/3t4/img/toggle-close-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.small h2,.standardContent.racc_parent.TileBackgroundMoss .racc .heading_opener.small h3,.standardContent.racc_parent.moss .racc .heading_opener.small h2,.standardContent.racc_parent.moss .racc .heading_opener.small h3{font-size:1.1rem}.standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content,.standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.moss .racc .vue-accordion-content{padding:1rem 3rem;background-color:#fff;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content.isopen,.standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper).isopen,.standardContent.racc_parent.moss .racc .vue-accordion-content.isopen{height:auto !important}@media screen and (max-width: 69.9375em){.standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content,.standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper),.standardContent.racc_parent.moss .racc .vue-accordion-content{padding:1rem}}.standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content.pgt,.standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper).pgt,.standardContent.racc_parent.moss .racc .vue-accordion-content.pgt{background:#f7f7f7}.standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener,.standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener,.standardContent.racc_parent.moss .racc .vue-accordion-content .heading_opener{padding:.4rem 1rem;background-color:#951272;border-radius:.25rem}.standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener h3,.standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener h3,.standardContent.racc_parent.moss .racc .vue-accordion-content .heading_opener h3{color:#fefefe;margin:0}.standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener h3:before,.standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener h3:before,.standardContent.racc_parent.moss .racc .vue-accordion-content .heading_opener h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background-size:contain;color:inherit;background:url("/3t4/img/toggle-open-white.svg") center center no-repeat}.standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener.alt,.standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt,.standardContent.racc_parent.moss .racc .vue-accordion-content .heading_opener.alt{background-color:#951272}.standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .heading_opener.alt h3:before,.standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .heading_opener.alt h3:before,.standardContent.racc_parent.moss .racc .vue-accordion-content .heading_opener.alt h3:before{content:"";float:left;display:block;width:1rem;height:1rem;margin-right:1rem;margin-top:.5rem;background:url("/3t4/img/toggle-close-white.svg") center center no-repeat;background-size:contain;color:inherit}.standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .racc.small .heading_opener h3,.standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3,.standardContent.racc_parent.moss .racc .vue-accordion-content .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.4remrem;margin:.2rem}.standardContent.racc_parent.TileBackgroundMoss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .racc.small .heading_opener h3:before,.standardContent.racc_parent.moss .racc .content_opener:not(.contains-wrapper) .racc.small .heading_opener h3:before,.standardContent.racc_parent.moss .racc .vue-accordion-content .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content,.standardContent.racc_parent.moss .racc .vue-accordion-content{padding:0}.standardContent.racc_parent.TileBackgroundMoss .racc .vue-accordion-content .vue-accordion-content-inner,.standardContent.racc_parent.moss .racc .vue-accordion-content .vue-accordion-content-inner{margin:1rem}.standardContent.racc_parent.TileBackgroundMoss .racc.small .heading_opener h2,.standardContent.racc_parent.TileBackgroundMoss .racc.small .heading_opener h3,.standardContent.racc_parent.moss .racc.small .heading_opener h2,.standardContent.racc_parent.moss .racc.small .heading_opener h3{line-height:1.4rem;padding-left:1.6rem}.standardContent.racc_parent.TileBackgroundMoss .racc.small .heading_opener h2:before,.standardContent.racc_parent.TileBackgroundMoss .racc.small .heading_opener h3:before,.standardContent.racc_parent.moss .racc.small .heading_opener h2:before,.standardContent.racc_parent.moss .racc.small .heading_opener h3:before{position:absolute;left:1rem;top:.8rem}.standardContent.racc_parent.TileBackgroundMoss .racc.small .content_opener .racc.small .heading_opener h3,.standardContent.racc_parent.moss .racc.small .content_opener .racc.small .heading_opener h3{line-height:1.4rem;padding-left:2rem;margin:.2rem}.standardContent.racc_parent.TileBackgroundMoss .racc.small .content_opener .racc.small .heading_opener h3:before,.standardContent.racc_parent.moss .racc.small .content_opener .racc.small .heading_opener h3:before{left:1rem;top:.3rem}.standardContent.search-container{background-color:#003865;margin-bottom:1rem;margin-top:1rem !important;padding:2rem 0}.standardContent.search-container .scope{margin-top:1rem}@media screen and (max-width: 69.9375em){.standardContent.search-container{padding:0}}.standardContent.search-container .widesearch{padding-left:1rem;padding-right:1rem}.standardContent .ranking-container{padding:.8rem;font-weight:bold;background-color:#003865;color:#fff}.standardContent .ranking-container img{max-width:64px}.standardContent .question{position:relative;padding:1rem;color:#003865;font-size:1.4rem;line-height:1.6rem}.standardContent .question .qa-subject{color:#525252;font-size:1.2rem}.standardContent .answer{background-color:#fff;position:relative;padding:1rem;padding-left:7rem}.standardContent .answer.staff{background-color:#efefef}.standardContent .answer .qa-content:before{content:"";background-image:url(/3t4/img/marque-square-small.gif);font-size:2.6rem;position:absolute;top:1.2rem;left:1rem;width:70px;height:70px;color:#757575;font:"PT Sans",sans-serif}#study-results #study-results-inner{padding-left:0;padding-right:0}.study-search-wrapper{background-color:#f7f7f7;padding-bottom:1rem}.study-search-wrapper .tileRow{padding-top:1rem;margin-bottom:2rem}#coursesearch .column,#coursesearch .columns{padding:0;margin:0}#coursesearch .column input[type=submit],#coursesearch .columns input[type=submit]{border-radius:0 .25rem .25rem 0;background-color:#003865;color:#fff;border:none;padding:.63rem;width:100%}#coursesearch .column input#coursesearchinput,#coursesearch .columns input#coursesearchinput{border-bottom-right-radius:0;border-top-right-radius:0;height:64px !important}#coursesearchsubmit{padding:1.4rem;height:64px !important;background-color:#005398;color:#fff;width:100%;border-radius:0 .25rem .25rem 0;border-left:0}.courseresulttitle{background:none !important}@media screen and (max-width: 69.9375em){.courseresulttitle h1{font-size:1.4rem;line-height:1.4rem}}.courseresulttitle h1 a{color:#003865 !important;border-bottom:none !important}.courseresultdetail{border-bottom:none !important}.courseresultdetail .furtherinformation{margin-bottom:0 !important}.courseresultdetail .furtherinformation .applynowcourse{padding:1rem 2rem 1rem 1rem !important}.courseresultdetail .furtherinformation .applynowcourse a{color:#fff !important;font-size:1rem !important}#coursefinder,#findascholarship{padding:0 1rem}@media screen and (max-width: 69.9375em){#coursefinder,#findascholarship{padding:0 .6rem}}#coursefinder input,#coursefinder select,#findascholarship input,#findascholarship select{height:64px}#coursefinder .column,#coursefinder .columns,#findascholarship .column,#findascholarship .columns{padding:0}#coursefinder #q,#findascholarship #q{border-radius:.25rem}#coursefinder #q.autocompleteopen,#findascholarship #q.autocompleteopen{border-radius:.25rem 0 .25rem 0}@media screen and (max-width: 69.9375em){#coursefinder #q.autocompleteopen,#findascholarship #q.autocompleteopen{border-radius:.25rem .25rem .25rem 0}}#coursefinder #l,#findascholarship #l{border-radius:.25rem 0 0 .25rem}@media screen and (max-width: 69.9375em){#coursefinder #l,#findascholarship #l{border-radius:.25rem}}#coursefinder #s,#findascholarship #s{border-radius:0 .25rem .25rem 0;background-color:#003865;color:#fff;border:none}@media screen and (max-width: 69.9375em){#coursefinder #s,#findascholarship #s{border-radius:.25rem;margin-top:1rem}}#coursefinder #coursefinder-input,#findascholarship #coursefinder-input{position:relative}#coursefinder #programme_autocomplete7,#findascholarship #programme_autocomplete7{position:absolute;top:80%;left:0;right:0%;padding:0 1rem 1rem 1rem;z-index:99999999;border-radius:0 0 .25rem .25rem;box-shadow:0px 3px 6px -4px rgba(0,0,0,.48)}#coursefinder #programme_autocomplete7.autocomplete-fix,#findascholarship #programme_autocomplete7.autocomplete-fix{right:0}@media screen and (max-width: 69.9375em){#coursefinder #programme_autocomplete7,#findascholarship #programme_autocomplete7{right:0}}#coursefinder #programme_autocomplete7 h3,#findascholarship #programme_autocomplete7 h3{color:#003865;font-size:1.17em !important;font-weight:bold;padding-top:.8rem;line-height:1.6rem}#coursefinder #programme_autocomplete7 ul.autocompletelist li a,#findascholarship #programme_autocomplete7 ul.autocompletelist li a{color:#343536}#coursefinder #programme_autocomplete7 ul.autocompletelist li a:before,#findascholarship #programme_autocomplete7 ul.autocompletelist li a:before{background-image:url(/3t4/img/arrow-thin-blue.svg)}#coursefinder #programme_autocomplete7 ul.autocompletelist li.active,#findascholarship #programme_autocomplete7 ul.autocompletelist li.active{background-color:#f5f5f5}#coursefinder #programme_autocomplete7 ul.autocompletelist li.active a:before,#findascholarship #programme_autocomplete7 ul.autocompletelist li.active a:before{margin-left:.2em}#fb-queryform{padding:0 !important}@media screen and (max-width: 69.9375em){#fb-queryform{padding:0 1rem !important}}#content_findasupervisor{padding-top:1rem}#fb-matching{display:inline-block;padding:1rem}#supervisor-search-filter{margin-top:1rem}@media screen and (max-width: 69.9375em){#supervisor-search-filter{margin-bottom:1rem}}.supervisor .supervisorDetails{font-family:"PT Sans",sans-serif !important}.supervisor .supervisorDetails ul li{font-family:"PT Sans",sans-serif !important;padding:0 !important}.supervisor .supervisorDetails h3{margin:0;color:#005398}.supervisor .supervisorDetails h3 a{color:#005398 !important;border:none !important}.reveal-overlay{z-index:999999}ul.list-checklist{padding-left:0}ul.list-checklist li{background:url("/3t4/img/tick.svg") no-repeat 7px 7px rgba(0,0,0,0);list-style-type:none;margin:0;padding-left:44px;vertical-align:middle}ul.highlight_list{width:40%;margin:0 0 1rem 1rem;padding:0;float:right}@media screen and (max-width: 69.9375em){ul.highlight_list{width:50%}}ul.highlight_list li{list-style:none;padding:0 0 0 1.8rem;position:relative;background:#adadad;margin-bottom:.2rem}ul.highlight_list li a{background:#ededed;display:block;border-bottom:none !important;padding:.6rem;font-family:"nimbus-sans",sans-serif}ul.highlight_list li a:hover{border-bottom:none}ul.highlight_list li a:before{content:"";display:block;margin-right:.3125em;width:1.25rem;height:1.25rem;position:absolute;background-image:url(/3t4/img/arrow-thin-blue.svg);background-position:center center;background-repeat:no-repeat;background-size:75%;left:4px}input,select,textarea{display:block;width:100%;padding:1em 1.5em;background:#fff;border:1px solid #dcdcdc;border-radius:.25rem;color:#003865;line-height:1.625em}input[type=radio],input[type=checkbox]{display:inline;width:auto;margin-left:1rem}.gecko-preform h5{margin-bottom:0}.gecko-preform .first-name{border-radius:.25em 0 0 .25em !important}.gecko-preform .last-name{border-radius:0 .25em .25em 0 !important}#admissions-enquiry-form input,#admissions-enquiry-form select,#admissions-enquiry-form textarea,#admissions-enquiry-form .textsplash{margin-bottom:1rem !important}#admissions-enquiry-form input[type=checkbox]{margin-left:0}#admissions-enquiry-form input[type=submit]{margin:0}#admissions-enquiry-form textarea{height:200px}.scopedsearch h2{margin-left:1rem}@media screen and (max-width: 69.9375em){#scoped-search-results .results #site-search{margin-top:1rem;margin-bottom:1rem}}footer{background-color:#f7f7f7;margin:0 auto !important;padding-bottom:20rem}footer.menu-open{margin:0 auto !important}footer #btt,footer #footerNav{background-color:#f7f7f7}footer #footerNav,footer #footerContact{margin:0;padding:2rem}footer #footerNav a:focus,footer #footerContact a:focus{box-shadow:0 0 0px 1px #fff}footer #footerNav h2,footer #footerContact h2{font-family:"PT Sans",sans-serif;color:#003865;font-size:1.2rem;font-weight:400}footer #footerNav h2 a,footer #footerContact h2 a{text-decoration:none;color:#003865}footer #footerNav ul,footer #footerContact ul{margin:0;padding:0}footer #footerNav ul li,footer #footerContact ul li{margin:0;padding:0;list-style:none}footer #footerNav ul li a,footer #footerContact ul li a{text-decoration:none}footer #footerNav ul li,footer #footerContact ul li{color:#003865}footer #footerNav ul li a,footer #footerContact ul li a{color:#003865}footer #footerNav .list-inline.social li,footer #footerContact .list-inline.social li{width:40px;display:inline-block}footer #footerNav .list-inline.social li a svg,footer #footerContact .list-inline.social li a svg{fill:#003865}footer #footerNav{background-color:#ededed}footer #footerNav.white{background-color:#fff}footer #footerNav.white #uni-of-the-year{margin-top:1rem;margin-left:-0.5rem}footer #footerNav h2{padding:0;margin-top:1.4rem}footer #footerNav h2 a{text-transform:uppercase;text-decoration:none;color:#003865;font-size:1.6rem;line-height:1.6rem}footer #footerNav .footer__logo{width:200px}footer #btt{margin:0 2rem 4rem 2rem;text-align:center;border-bottom:1px solid #d3d3d3}footer #btt #backtotop{display:inline-block;padding:1rem 1.25em;background:#003865;border:0;border-radius:.25rem;color:#fff;font-weight:400;text-align:center;border-bottom-right-radius:0;border-bottom-left-radius:0;text-decoration:none}footer #btt #backtotop:hover{background:#2e5c81}div#autocompletewrapper{color:#003865 !important}#autocomplete li a{color:#003865 !important}#autocomplete li{margin-left:0;padding-left:0}@media print{#breadcrumbs,#mobile-nav,#leftNav,#az,footer,.links,.tileImage{display:none}#header{position:relative;box-shadow:inset 0 0 0 1000px #003865}#main{margin:0}#main.menu-open{margin:0}#section-header{display:block !important;top:initial !important;left:initial !important}#section-header.scrolled{position:relative !important;top:initial !important;left:initial !important}#section-header h1{margin:0}#content-container{margin:0}body{color:#000 !important}h1,h2,h3,h4,h5,h6,p,ul,li,ol,a{color:#000 !important}#prog-title{position:relative;top:0 !important;left:0 !important;padding:0 !important}#prog-title.stuck{position:relative !important}#prog-left-col img{display:none}.wrapper{padding:0 !important}.standardContent{margin:0;padding:0}.heading_opener{display:none}.heading_opener.alt{display:block}.textsplash{padding:0 !important;margin:0 !important}}.video-popup{position:fixed;top:0;left:0;bottom:0;right:0;z-index:999999;padding:5rem 14rem;background:rgba(0,0,0,.6784313725);width:100%;height:100%}@media screen and (min-width: 70em)and (max-width: 73.6875em){.video-popup{padding:5rem 3rem}}@media screen and (max-width: 69.9375em){.video-popup{padding:5rem 1rem}}.video-popup button{border:1px solid #fff;background-color:#0274af;color:#fff;margin:0;padding:.6rem 2rem;position:absolute;right:14rem;top:2.7rem}@media screen and (min-width: 70em)and (max-width: 73.6875em){.video-popup button{right:3rem}}@media screen and (max-width: 69.9375em){.video-popup button{right:1rem}}.video-popup-placeholder{position:relative}.video-popup-placeholder.fullwidth{padding:0}.pop-wrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0;z-index:999999}.pop-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.textblock{background-color:#fff;border-top-style:none;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-color:#8b8b8b;border-bottom-color:#8b8b8b;border-left-color:#8b8b8b;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;margin-top:-16px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding:5px}button.mapButton{width:100%;border-radius:5px;text-align:left;font-size:1.1rem}button.mapButton img{width:20px;margin-right:1rem}a.search-prog-alt-link{font-size:1.2rem}#prog-wiley-form iframe{height:600px}@media screen and (max-width: 69.9375em){#prog-wiley-form iframe{height:800px}}#unibuddy-iframe-wrapper{width:76.5%;height:80%;overflow:auto;margin:6rem auto;background:#fff}@media screen and (max-width: 69.9375em){#unibuddy-iframe-wrapper{width:92.5%;height:83%}}#unibuddy-popcard-initiate{background:#ededed url(/3t4/img/chat.svg) 1rem .9rem no-repeat}@media screen and (max-width: 69.9375em){#unibuddy-popcard-initiate{width:100%;padding:1.2rem;font-size:1.2rem;margin-top:1rem}}#navigation-global-ss{display:none}#leftNavlist nav ul#global-top-level-mobile{padding:1rem 2rem}#leftNavlist nav ul#global-top-level-mobile li ul.subnav{display:none}#leftNavlist nav ul.azlinks{display:block;background-color:#003865;border-top:1px solid #f5f5f5}#leftNavlist nav ul.azlinks li{display:inline;border-bottom:none}#leftNavlist nav ul.azlinks li a{display:inline-block;text-decoration:none;padding:0 0 0 2.3rem;position:relative}#leftNavlist nav ul.azlinks li a:before{content:"";display:inline-block;margin-right:.3125em;width:1.25rem;height:1.25rem;background-image:url(/3t4/img/arrow-thick-right.svg);background-position:center center;background-repeat:no-repeat;background-size:75%;transition:left .3s;position:absolute;top:.15rem;left:14px}.feature-content{margin-left:-3rem;margin-right:-3rem;position:relative;overflow:hidden;line-height:normal}.feature-content.hasbackgroundimage,.feature-content .hasbackgroundvideo{padding:3rem}@media screen and (max-width: 69.9375em){.feature-content:not(.hasbackgroundimage,.hasbackgroundvideo) .feature-content-inner{margin-top:0 !important;margin-bottom:0 !important;padding:0}}@media screen and (max-width: 69.9375em){.feature-content{padding:1rem}}.feature-content.hasbackgroundimage{animation:fadein 2s;background-position:center center;background-repeat:no-repeat;background-size:cover;background-color:#fff}.feature-content.hasbackgroundimage.right{background-position:center right}.feature-content.hasbackgroundimage.left{background-position:center left}.feature-content.hasbackgroundimage .feature-content-inner{margin-bottom:14rem;margin-top:4rem}@media screen and (max-width: 69.9375em){.feature-content.hasbackgroundimage .feature-content-inner{margin-bottom:4rem;margin-top:1rem}}@keyframes fadein{from{opacity:.2}to{opacity:1}}.feature-content.grey{background-color:#d3d3d3;color:#003865}.feature-content.grey a{color:#003865 !important}.feature-content.grey a:hover{border-bottom:1px solid #003865 !important}.feature-content.light-grey{background-color:#f7f7f7;color:#003865}.feature-content.light-grey a{color:#003865 !important}.feature-content.light-grey a:hover{border-bottom:1px solid #003865 !important}.feature-content.burgundy{background-color:#7d2239;color:#fff}.feature-content.burgundy a{color:#fff !important}.feature-content.burgundy a:hover{border-bottom:1px solid #fff !important}.feature-content.cobalt{background-color:#005398;color:#fff}.feature-content.cobalt a{color:#fff !important}.feature-content.cobalt a:hover{border-bottom:1px solid #fff !important}.feature-content.lavender{background-color:#5b4d94;color:#fff}.feature-content.lavender a{color:#fff !important}.feature-content.lavender a:hover{border-bottom:1px solid #fff !important}.feature-content.leaf{background-color:#006630;color:#fff}.feature-content.leaf a{color:#fff !important}.feature-content.leaf a:hover{border-bottom:1px solid #fff !important}.feature-content.rust{background-color:#be4d00;color:#fff}.feature-content.rust a{color:#fff !important}.feature-content.rust a:hover{border-bottom:1px solid #fff !important}.feature-content.pillarbox{background-color:#b30c00;color:#fff}.feature-content.pillarbox a{color:#fff !important}.feature-content.pillarbox a:hover{border-bottom:1px solid #fff !important}.feature-content.sandstone{background-color:#7a6855;color:#fff}.feature-content.sandstone a{color:#fff !important}.feature-content.sandstone a:hover{border-bottom:1px solid #fff !important}.feature-content.skyblue{background-color:#005398;color:#fff}.feature-content.skyblue a{color:#fff !important}.feature-content.skyblue a:hover{border-bottom:1px solid #fff !important}.feature-content.slate{background-color:#4f5961;color:#fff}.feature-content.slate a{color:#fff !important}.feature-content.slate a:hover{border-bottom:1px solid #fff !important}.feature-content.thistle{background-color:#951272;color:#fff}.feature-content.thistle a{color:#fff !important}.feature-content.thistle a:hover{border-bottom:1px solid #fff !important}.feature-content.universityblue{background-color:#003865;color:#fff}.feature-content.universityblue a{color:#fff !important}.feature-content.universityblue a:hover{border-bottom:1px solid #fff !important}.feature-content.hasbackgroundvideo{background:none}.feature-content .feature-background-video{position:absolute;left:0;top:0;z-index:-1;width:100%}.feature-content.islight .feature-content-inner{color:#003865}.feature-content.islight .feature-content-inner ul li a:before{background-image:url("/3t4/img/arrow-thick-blue-right.png")}.feature-content .feature-content-inner{max-width:1400px;width:80%;margin:0 auto;color:#fff;margin-bottom:2rem;margin-top:2rem;display:flex;flex-wrap:wrap}@media screen and (max-width: 69.9375em){.feature-content .feature-content-inner{display:block;width:90%}}.feature-content .feature-content-inner p{font-size:1.5rem}@media screen and (max-width: 69.9375em){.feature-content .feature-content-inner p{font-size:1rem}}.feature-content .feature-content-inner p:not(.calltoaction) a{border-bottom:1px solid !important}.feature-content .feature-content-inner h3{text-transform:uppercase;font-size:3rem;line-height:3rem;margin:1rem 0}@media screen and (max-width: 69.9375em){.feature-content .feature-content-inner h3{font-size:2rem;line-height:2rem;margin:0rem 0}}.feature-content .feature-content-inner form .form-input-left{padding-right:0}.feature-content .feature-content-inner form .form-input-left input{border-radius:.25rem 0 0 .25rem}.feature-content .feature-content-inner form .form-input-right{padding-left:0}.feature-content .feature-content-inner form .form-input-right input{border-radius:0 .25rem .25rem 0}.feature-content .feature-content-inner form input.submit{background-color:#003865;color:#fff}.feature-content .feature-content-inner ul{padding-left:0}.feature-content .feature-content-inner ul li{list-style:none;margin-bottom:.6rem;margin-left:1rem}@media screen and (max-width: 69.9375em){.feature-content .feature-content-inner ul li{font-size:1rem}}.feature-content .feature-content-inner ul li:not(.haslink){border-left:3px solid;padding-left:.6rem}.feature-content .feature-content-inner ul li a{position:relative;padding-left:1.6rem;display:block}.feature-content .feature-content-inner ul li a:hover{border-bottom:none !important}.feature-content .feature-content-inner ul li a:before{content:"";display:block;margin-right:.3125em;vertical-align:middle;width:1.25rem;height:1.25rem;position:absolute;top:6px;left:0;background-image:url(/3t4/img/arrow-thick-right.svg);background-position:center center;background-repeat:no-repeat;background-size:75%;transition:margin .3s}.feature-content .feature-content-inner img{height:auto !important}.feature-content .feature-content-inner .calltoaction{background:#003865 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat}.feature-content .feature-content-inner .calltoaction.minimal{border:none !important;padding-top:0;padding-left:2rem;padding-bottom:0;margin:0;background:url(/3t4/img/arrow-thick-right.png) .2rem no-repeat}.feature-content .feature-content-inner .calltoaction.minimal:hover{box-shadow:none}.feature-content .feature-content-inner .calltoaction.minimal.dark{color:#003865 !important}.feature-content .feature-content-inner .calltoaction.minimal.dark.arrow-up{background:url(/3t4/img/arrow-thick-blue-up.png) .2rem no-repeat}.feature-content .feature-content-inner .calltoaction.minimal.arrow-up{background:url(/3t4/img/arrow-thick-up.png) .2rem no-repeat}.feature-content .feature-content-inner .calltoaction.small{background-position-y:.86rem !important;padding-top:.6rem;padding-bottom:.6rem}@media screen and (max-width: 69.9375em){.feature-content .feature-content-inner .calltoaction.small{background-position-y:.5rem !important}}.feature-content .feature-content-inner .calltoaction.tiny{background-position-y:.8rem !important;padding-top:.6rem;padding-bottom:.6rem;font-size:1rem;background:#003865 url(/3t4/img/arrow-thin-white.svg) 1rem no-repeat;background-size:20px}.feature-content .feature-content-inner .applynow{background:#006630 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat}.feature-content .feature-content-inner #apply-now-container-mobile a.button.applynow{display:block;width:100%;font-size:1.6rem;text-align:left;padding-left:2.8rem;background:#006630 url(/3t4/img/arrow-thick-right.png) .9rem 1.2rem no-repeat}.feature-content .feature-content-inner .calltoaction,.feature-content .feature-content-inner .applynow{font-family:"PT Sans",sans-serif;color:#fff !important;cursor:pointer;padding:1rem;border:0;margin:1rem 1rem 1rem 0;display:inline-block;border-radius:.25rem;font-weight:400;font-size:1.2rem;padding-left:3rem}.feature-content .feature-content-inner .calltoaction.uofg-default-blue,.feature-content .feature-content-inner .applynow.uofg-default-blue{background:#003865 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.uofg-default-blue a,.feature-content .feature-content-inner .applynow.uofg-default-blue a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.uofg-default-blue.update,.feature-content .feature-content-inner .applynow.uofg-default-blue.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.uofg-default-blue.update a,.feature-content .feature-content-inner .applynow.uofg-default-blue.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.universityblue,.feature-content .feature-content-inner .applynow.universityblue{background:#003865 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.universityblue a,.feature-content .feature-content-inner .applynow.universityblue a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.universityblue.update,.feature-content .feature-content-inner .applynow.universityblue.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.universityblue.update a,.feature-content .feature-content-inner .applynow.universityblue.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.uofg-default-blue-tint-80,.feature-content .feature-content-inner .applynow.uofg-default-blue-tint-80{background:#2e5c81 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.uofg-default-blue-tint-80 a,.feature-content .feature-content-inner .applynow.uofg-default-blue-tint-80 a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.uofg-default-blue-tint-80.update,.feature-content .feature-content-inner .applynow.uofg-default-blue-tint-80.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.uofg-default-blue-tint-80.update a,.feature-content .feature-content-inner .applynow.uofg-default-blue-tint-80.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.uofg-default-blue-tint-70,.feature-content .feature-content-inner .applynow.uofg-default-blue-tint-70{background:#4c7393 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.uofg-default-blue-tint-70 a,.feature-content .feature-content-inner .applynow.uofg-default-blue-tint-70 a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.uofg-default-blue-tint-70.update,.feature-content .feature-content-inner .applynow.uofg-default-blue-tint-70.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.uofg-default-blue-tint-70.update a,.feature-content .feature-content-inner .applynow.uofg-default-blue-tint-70.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.uofg-default-blue-tint-40,.feature-content .feature-content-inner .applynow.uofg-default-blue-tint-40{background:#4c7393 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.uofg-default-blue-tint-40 a,.feature-content .feature-content-inner .applynow.uofg-default-blue-tint-40 a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.uofg-default-blue-tint-40.update,.feature-content .feature-content-inner .applynow.uofg-default-blue-tint-40.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.uofg-default-blue-tint-40.update a,.feature-content .feature-content-inner .applynow.uofg-default-blue-tint-40.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.slate-grey,.feature-content .feature-content-inner .applynow.slate-grey{background:#343536 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.slate-grey a,.feature-content .feature-content-inner .applynow.slate-grey a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.slate-grey.update,.feature-content .feature-content-inner .applynow.slate-grey.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.slate-grey.update a,.feature-content .feature-content-inner .applynow.slate-grey.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.grey,.feature-content .feature-content-inner .applynow.grey{background:#d3d3d3 url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#003865 !important}.feature-content .feature-content-inner .calltoaction.grey a,.feature-content .feature-content-inner .applynow.grey a{color:#003865 !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.grey.update,.feature-content .feature-content-inner .applynow.grey.update{color:#003865 !important}.feature-content .feature-content-inner .calltoaction.grey.update a,.feature-content .feature-content-inner .applynow.grey.update a{color:#003865 !important}.feature-content .feature-content-inner .calltoaction.medium-grey,.feature-content .feature-content-inner .applynow.medium-grey{background:#ededed url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.medium-grey a,.feature-content .feature-content-inner .applynow.medium-grey a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.medium-grey.update,.feature-content .feature-content-inner .applynow.medium-grey.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.medium-grey.update a,.feature-content .feature-content-inner .applynow.medium-grey.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.light-grey,.feature-content .feature-content-inner .applynow.light-grey{background:#f7f7f7 url("/3t4/img/arrow-thick-blue-right.png") 1rem 1.2rem no-repeat !important;color:#343536 !important}.feature-content .feature-content-inner .calltoaction.light-grey a,.feature-content .feature-content-inner .applynow.light-grey a{color:#343536 !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.light-grey.update,.feature-content .feature-content-inner .applynow.light-grey.update{color:#343536 !important}.feature-content .feature-content-inner .calltoaction.light-grey.update a,.feature-content .feature-content-inner .applynow.light-grey.update a{color:#343536 !important}.feature-content .feature-content-inner .calltoaction.cobalt,.feature-content .feature-content-inner .applynow.cobalt{background:#005398 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.cobalt a,.feature-content .feature-content-inner .applynow.cobalt a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.cobalt.update,.feature-content .feature-content-inner .applynow.cobalt.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.cobalt.update a,.feature-content .feature-content-inner .applynow.cobalt.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.cobalt-tint-80,.feature-content .feature-content-inner .applynow.cobalt-tint-80{background:#3590bf url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.cobalt-tint-80 a,.feature-content .feature-content-inner .applynow.cobalt-tint-80 a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.cobalt-tint-80.update,.feature-content .feature-content-inner .applynow.cobalt-tint-80.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.cobalt-tint-80.update a,.feature-content .feature-content-inner .applynow.cobalt-tint-80.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.cobalt-dark,.feature-content .feature-content-inner .applynow.cobalt-dark{background:#015987 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.cobalt-dark a,.feature-content .feature-content-inner .applynow.cobalt-dark a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.cobalt-dark.update,.feature-content .feature-content-inner .applynow.cobalt-dark.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.cobalt-dark.update a,.feature-content .feature-content-inner .applynow.cobalt-dark.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.turquoise,.feature-content .feature-content-inner .applynow.turquoise{background:#00b5d1 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.turquoise a,.feature-content .feature-content-inner .applynow.turquoise a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.turquoise.update,.feature-content .feature-content-inner .applynow.turquoise.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.turquoise.update a,.feature-content .feature-content-inner .applynow.turquoise.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.thistle,.feature-content .feature-content-inner .applynow.thistle{background:#951272 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.thistle a,.feature-content .feature-content-inner .applynow.thistle a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.thistle.update,.feature-content .feature-content-inner .applynow.thistle.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.thistle.update a,.feature-content .feature-content-inner .applynow.thistle.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.thistle-tint-80,.feature-content .feature-content-inner .applynow.thistle-tint-80{background:#aa418e url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.thistle-tint-80 a,.feature-content .feature-content-inner .applynow.thistle-tint-80 a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.thistle-tint-80.update,.feature-content .feature-content-inner .applynow.thistle-tint-80.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.thistle-tint-80.update a,.feature-content .feature-content-inner .applynow.thistle-tint-80.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.thistle-tint-90,.feature-content .feature-content-inner .applynow.thistle-tint-90{background:#a02a80 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.thistle-tint-90 a,.feature-content .feature-content-inner .applynow.thistle-tint-90 a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.thistle-tint-90.update,.feature-content .feature-content-inner .applynow.thistle-tint-90.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.thistle-tint-90.update a,.feature-content .feature-content-inner .applynow.thistle-tint-90.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.lavendar,.feature-content .feature-content-inner .applynow.lavendar{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.lavendar a,.feature-content .feature-content-inner .applynow.lavendar a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.lavendar.update,.feature-content .feature-content-inner .applynow.lavendar.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.lavendar.update a,.feature-content .feature-content-inner .applynow.lavendar.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.lavender,.feature-content .feature-content-inner .applynow.lavender{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.lavender a,.feature-content .feature-content-inner .applynow.lavender a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.lavender.update,.feature-content .feature-content-inner .applynow.lavender.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.lavender.update a,.feature-content .feature-content-inner .applynow.lavender.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.lavendar-tint-80,.feature-content .feature-content-inner .applynow.lavendar-tint-80{background:#7c71a9 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.lavendar-tint-80 a,.feature-content .feature-content-inner .applynow.lavendar-tint-80 a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.lavendar-tint-80.update,.feature-content .feature-content-inner .applynow.lavendar-tint-80.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.lavendar-tint-80.update a,.feature-content .feature-content-inner .applynow.lavendar-tint-80.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.lawn,.feature-content .feature-content-inner .applynow.lawn{background:#84bd00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.lawn a,.feature-content .feature-content-inner .applynow.lawn a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.lawn.update,.feature-content .feature-content-inner .applynow.lawn.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.lawn.update a,.feature-content .feature-content-inner .applynow.lawn.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.pillarbox,.feature-content .feature-content-inner .applynow.pillarbox{background:#b30c00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.pillarbox a,.feature-content .feature-content-inner .applynow.pillarbox a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.pillarbox.update,.feature-content .feature-content-inner .applynow.pillarbox.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.pillarbox.update a,.feature-content .feature-content-inner .applynow.pillarbox.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.burgundy,.feature-content .feature-content-inner .applynow.burgundy{background:#7d2239 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.burgundy a,.feature-content .feature-content-inner .applynow.burgundy a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.burgundy.update,.feature-content .feature-content-inner .applynow.burgundy.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.burgundy.update a,.feature-content .feature-content-inner .applynow.burgundy.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.pumpkin,.feature-content .feature-content-inner .applynow.pumpkin{background:#84bd00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.pumpkin a,.feature-content .feature-content-inner .applynow.pumpkin a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.pumpkin.update,.feature-content .feature-content-inner .applynow.pumpkin.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.pumpkin.update a,.feature-content .feature-content-inner .applynow.pumpkin.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.forest,.feature-content .feature-content-inner .applynow.forest{background:#385a4f url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.forest a,.feature-content .feature-content-inner .applynow.forest a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.forest.update,.feature-content .feature-content-inner .applynow.forest.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.forest.update a,.feature-content .feature-content-inner .applynow.forest.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.sunshine,.feature-content .feature-content-inner .applynow.sunshine{background:#ffdc36 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#000 !important}.feature-content .feature-content-inner .calltoaction.sunshine a,.feature-content .feature-content-inner .applynow.sunshine a{color:#000 !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.sunshine.update,.feature-content .feature-content-inner .applynow.sunshine.update{color:#000 !important}.feature-content .feature-content-inner .calltoaction.sunshine.update a,.feature-content .feature-content-inner .applynow.sunshine.update a{color:#000 !important}.feature-content .feature-content-inner .calltoaction.rust,.feature-content .feature-content-inner .applynow.rust{background:#be4d00 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.rust a,.feature-content .feature-content-inner .applynow.rust a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.rust.update,.feature-content .feature-content-inner .applynow.rust.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.rust.update a,.feature-content .feature-content-inner .applynow.rust.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.sandstone,.feature-content .feature-content-inner .applynow.sandstone{background:#7a6855 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.sandstone a,.feature-content .feature-content-inner .applynow.sandstone a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.sandstone.update,.feature-content .feature-content-inner .applynow.sandstone.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.sandstone.update a,.feature-content .feature-content-inner .applynow.sandstone.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.slate,.feature-content .feature-content-inner .applynow.slate{background:#4f5961 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.slate a,.feature-content .feature-content-inner .applynow.slate a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.slate.update,.feature-content .feature-content-inner .applynow.slate.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.slate.update a,.feature-content .feature-content-inner .applynow.slate.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.heather,.feature-content .feature-content-inner .applynow.heather{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.heather a,.feature-content .feature-content-inner .applynow.heather a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.heather.update,.feature-content .feature-content-inner .applynow.heather.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.heather.update a,.feature-content .feature-content-inner .applynow.heather.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.rose,.feature-content .feature-content-inner .applynow.rose{background:#d278ab url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.rose a,.feature-content .feature-content-inner .applynow.rose a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.rose.update,.feature-content .feature-content-inner .applynow.rose.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.rose.update a,.feature-content .feature-content-inner .applynow.rose.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.mocha,.feature-content .feature-content-inner .applynow.mocha{background:#b59079 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.mocha a,.feature-content .feature-content-inner .applynow.mocha a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.mocha.update,.feature-content .feature-content-inner .applynow.mocha.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.mocha.update a,.feature-content .feature-content-inner .applynow.mocha.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.aquamarine,.feature-content .feature-content-inner .applynow.aquamarine{background:#9ab9ad url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.aquamarine a,.feature-content .feature-content-inner .applynow.aquamarine a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.aquamarine.update,.feature-content .feature-content-inner .applynow.aquamarine.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.aquamarine.update a,.feature-content .feature-content-inner .applynow.aquamarine.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.undergraduate,.feature-content .feature-content-inner .applynow.undergraduate{background:#951272 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.undergraduate a,.feature-content .feature-content-inner .applynow.undergraduate a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.undergraduate.update,.feature-content .feature-content-inner .applynow.undergraduate.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.undergraduate.update a,.feature-content .feature-content-inner .applynow.undergraduate.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.postgraduate,.feature-content .feature-content-inner .applynow.postgraduate{background:#5b4d94 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.postgraduate a,.feature-content .feature-content-inner .applynow.postgraduate a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.postgraduate.update,.feature-content .feature-content-inner .applynow.postgraduate.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.postgraduate.update a,.feature-content .feature-content-inner .applynow.postgraduate.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.skyblue,.feature-content .feature-content-inner .applynow.skyblue{background:#005398 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.skyblue a,.feature-content .feature-content-inner .applynow.skyblue a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.skyblue.update,.feature-content .feature-content-inner .applynow.skyblue.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.skyblue.update a,.feature-content .feature-content-inner .applynow.skyblue.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.leaf,.feature-content .feature-content-inner .applynow.leaf{background:#006630 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.leaf a,.feature-content .feature-content-inner .applynow.leaf a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.leaf.update,.feature-content .feature-content-inner .applynow.leaf.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.leaf.update a,.feature-content .feature-content-inner .applynow.leaf.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.moss,.feature-content .feature-content-inner .applynow.moss{background:#385a4f url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.moss a,.feature-content .feature-content-inner .applynow.moss a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.moss.update,.feature-content .feature-content-inner .applynow.moss.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.moss.update a,.feature-content .feature-content-inner .applynow.moss.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.black,.feature-content .feature-content-inner .applynow.black{background:#000 url("/3t4/img/arrow-thick-right.png") 1rem 1.2rem no-repeat !important;color:#fff !important}.feature-content .feature-content-inner .calltoaction.black a,.feature-content .feature-content-inner .applynow.black a{color:#fff !important;text-decoration:none}.feature-content .feature-content-inner .calltoaction.black.update,.feature-content .feature-content-inner .applynow.black.update{color:#fff !important}.feature-content .feature-content-inner .calltoaction.black.update a,.feature-content .feature-content-inner .applynow.black.update a{color:#fff !important}.feature-content .feature-content-inner .calltoaction.small,.feature-content .feature-content-inner .applynow.small{background-position-y:.86rem !important;padding-top:.6rem;padding-bottom:.6rem}@media screen and (max-width: 69.9375em){.feature-content .feature-content-inner .calltoaction.small,.feature-content .feature-content-inner .applynow.small{background-position-y:.5rem !important}}.feature-content .feature-content-inner .calltoaction.white,.feature-content .feature-content-inner .applynow.white{background:#fff url(/3t4/img/arrow-thick-blue-right.png) 1rem 1.2rem no-repeat;color:#003865 !important}.feature-content .feature-content-inner .calltoaction.white a,.feature-content .feature-content-inner .applynow.white a{color:#003865 !important}.feature-content .feature-content-inner .calltoaction.sport,.feature-content .feature-content-inner .applynow.sport{background:#ffdc36 url(/3t4/img/arrow-thick-blue-right.png) 1rem 1.2rem no-repeat;color:#000 !important}.feature-content .feature-content-inner .calltoaction.sport a,.feature-content .feature-content-inner .applynow.sport a{color:#000 !important}.feature-content .feature-content-inner .calltoaction.bs,.feature-content .feature-content-inner .applynow.bs{background:#005398 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat;line-height:1.6rem}.feature-content .feature-content-inner .calltoaction.update,.feature-content .feature-content-inner .applynow.update{background:#4f5961 url(/3t4/img/arrow-thick-right.png) 1rem 1.2rem no-repeat;line-height:1.6rem;width:100%}.feature-content .feature-content-inner .calltoaction.update.black,.feature-content .feature-content-inner .applynow.update.black{background-image:none !important;padding-left:1rem !important}.feature-content .feature-content-inner .calltoaction.update a,.feature-content .feature-content-inner .applynow.update a{color:#fff !important}@media screen and (max-width: 69.9375em){.feature-content .feature-content-inner .calltoaction,.feature-content .feature-content-inner .applynow{font-size:1rem}}.feature-content .feature-content-inner .calltoaction a,.feature-content .feature-content-inner .applynow a{color:#fff !important;text-decoration:none !important}.feature-content .feature-content-inner .calltoaction:hover,.feature-content .feature-content-inner .applynow:hover{opacity:.9;transition:opacity .3s;box-shadow:0px 3px 3px -2px rgba(0,0,0,.22);border-bottom:none !important}.feature-content .feature-content-inner .calltoaction{background-position-y:1.1rem}@media screen and (max-width: 69.9375em){.feature-content .feature-content-inner .calltoaction{background-position-y:.9rem !important}}.feature-content .feature-content-inner .feature-content-header{flex-direction:column;padding:1rem 2rem;font-size:1.5rem}.feature-content .feature-content-inner .feature-content-block{flex-direction:column;padding:1rem 2rem;font-size:1.5rem}.feature-content .feature-content-inner .feature-content-block.uofg-default-blue{background-color:rgba(0,56,101,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.universityblue{background-color:rgba(0,56,101,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.uofg-default-blue-tint-80{background-color:rgba(46,92,129,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.uofg-default-blue-tint-70{background-color:rgba(76,115,147,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.uofg-default-blue-tint-40{background-color:rgba(76,115,147,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.slate-grey{background-color:rgba(52,53,54,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.grey{background-color:rgba(211,211,211,.9);color:#003865}.feature-content .feature-content-inner .feature-content-block.grey ul li a{color:#003865}.feature-content .feature-content-inner .feature-content-block.grey ul li a:before{top:5px;background-image:url("/3t4/img/arrow-thick-blue-right.png")}.feature-content .feature-content-inner .feature-content-block.medium-grey{background-color:rgba(237,237,237,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.light-grey{background-color:rgba(247,247,247,.9);color:#343536}.feature-content .feature-content-inner .feature-content-block.light-grey ul li a{color:#343536}.feature-content .feature-content-inner .feature-content-block.light-grey ul li a:before{top:5px;background-image:url("/3t4/img/arrow-thick-blue-right.png")}.feature-content .feature-content-inner .feature-content-block.cobalt{background-color:rgba(0,83,152,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.cobalt-tint-80{background-color:rgba(53,144,191,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.cobalt-dark{background-color:rgba(1,89,135,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.turquoise{background-color:rgba(0,181,209,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.thistle{background-color:rgba(149,18,114,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.thistle-tint-80{background-color:rgba(170,65,142,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.thistle-tint-90{background-color:rgba(160,42,128,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.lavendar{background-color:rgba(91,77,148,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.lavender{background-color:rgba(91,77,148,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.lavendar-tint-80{background-color:rgba(124,113,169,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.lawn{background-color:rgba(132,189,0,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.pillarbox{background-color:rgba(179,12,0,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.burgundy{background-color:rgba(125,34,57,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.pumpkin{background-color:rgba(132,189,0,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.forest{background-color:rgba(56,90,79,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.sunshine{background-color:rgba(255,220,54,.9);color:#000}.feature-content .feature-content-inner .feature-content-block.sunshine ul li a{color:#000}.feature-content .feature-content-inner .feature-content-block.sunshine ul li a:before{top:5px;background-image:url("/3t4/img/arrow-thick-blue-right.png")}.feature-content .feature-content-inner .feature-content-block.rust{background-color:rgba(190,77,0,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.sandstone{background-color:rgba(122,104,85,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.slate{background-color:rgba(79,89,97,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.heather{background-color:rgba(91,77,148,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.rose{background-color:rgba(210,120,171,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.mocha{background-color:rgba(181,144,121,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.aquamarine{background-color:rgba(154,185,173,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.undergraduate{background-color:rgba(149,18,114,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.postgraduate{background-color:rgba(91,77,148,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.skyblue{background-color:rgba(0,83,152,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.leaf{background-color:rgba(0,102,48,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.moss{background-color:rgba(56,90,79,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.black{background-color:rgba(0,0,0,.9);color:#fff}.feature-content .feature-content-inner .feature-content-block.isempty{background:none;padding:0;margin:0}.feature-content .feature-content-inner .feature-content-block .small{font-size:1rem}.feature-content .feature-content-inner .feature-content-block .small.right{float:right}.feature-content .feature-content-inner .feature-content-block h2.no-top-margin{margin-top:0}.feature-content .feature-video-controls{display:inline;float:right}@media screen and (max-width: 69.9375em){.feature-content .feature-video-controls{margin-right:3rem}}.feature-content .flex-video{position:relative;overflow:hidden;width:100%;padding-top:56.25%}.feature-content .flex-video iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}#shortlist-navigation{position:absolute;right:2.4rem;top:1.2rem}@media screen and (max-width: 69.9375em){#shortlist-navigation{display:none}}#shortlist-navigation .material-icons{font-size:14px;position:absolute;top:.32rem}#shortlist-navigation .has-icon{padding-left:1.2rem}#shortlist-navigation a{background:#006630;padding:.4rem .8rem;border-radius:5px;color:#fff;text-decoration:none}#shortlist-navigation a:hover{background:#006630}#shortlist-navigation a#shortlist-view-shortlist{background:#003865}#shortlist-navigation a#shortlist-view-shortlist:hover{background:#003865}#shortlist-navigation #shortlist-shortlisted{background:#4f5961;padding:.4rem .8rem;border-radius:5px;color:#fff}#shortlist-results-loader{text-align:center}#shortlist-results-loader h3{font-size:2rem;margin:0}.slideshow-wrapper:focus{box-shadow:0 0 0px 1px #fff}.slideshow-wrapper.is-fullscreen .slide-data{height:100%}.slideshow-wrapper.is-fullscreen .slide-data .panel{height:100%}.slideshow-wrapper.is-fullscreen .slide-data .panel .slideshow_content{padding:1rem 4rem;margin-bottom:4rem;background:#fff;margin:2rem 10%;height:90%;border-radius:5px}.slideshow-wrapper.is-fullscreen .slide-data .panel .slideshow_content img{height:auto !important}.slideshow-wrapper .slide-data .panel .slideshow_content .flex-video{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.slideshow-wrapper .slide-data .panel .slideshow_content .flex-video.youtube-wrapper{width:100%;padding-top:56.25%;padding-bottom:0;position:relative}.slideshow-wrapper .slide-data .panel .slideshow_content .flex-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.slideshow-wrapper .slide-data .panel .slideshow_content .flex-video .gdprnotification{position:absolute;width:100%;color:#fff;background:#000;text-align:center;bottom:0;z-index:1}.slideshow-wrapper .slide-data .panel .slideshow_content .flex-video .gdprnotification p{font-family:"PT Sans",sans-serif !important}.slideshow-wrapper .slide-data .panel .slideshow_content .flex-video .gdprnotification a{color:#fff !important}.slideshow-wrapper .slide-data .panel .slideshow_content .flex-video .calltoaction{font-size:1rem;background:#003865 url(/3t4/img/arrow-thick-right.png) .8rem 1.1rem no-repeat;padding:1rem;padding-left:2.3rem;cursor:pointer}.slideshow-wrapper .slide-data .panel .slideshow_content .flex-video iframe.smallplayer{width:100%}.slideshow-wrapper .slide-data .panel .slideshow_content .flex-video iframe.largeplayer{width:100%}.flickity-page-dots{bottom:1rem}@media screen and (max-width: 69.9375em){.slideshow-wrapper{padding-bottom:3rem}.flickity-prev-next-button{bottom:-22px !important;top:initial !important;z-index:999999999999}.flickity-page-dots{padding:0 4rem;z-index:999999999}#content-container .slideshow_content{padding:0 !important}}#divError{margin-top:200px}.BBFormContainer label{font-size:initial !important;font-style:initial !important;font-weight:initial !important;line-height:1.5rem !important}.BBFormContainer label ul li{font-size:initial !important;font-style:initial !important;font-weight:initial !important}.BBFormFieldContainer p em,.BBFormFieldContainer em,.BBFormFieldContainer p{font-weight:normal;font-style:initial;font-size:1rem;line-height:1.5rem}.BBFormFieldContainer p em{font-weight:bold}.BBFormContainer .BBFormTextbox.BBFormSortCodeTextbox{width:64px !important}.BBFormFieldContainer label.BBFormFieldUKGiftAidTermsLabel,.BBFormFieldContainer label.BBFormFieldUKGiftAidLabel{font-weight:bold !important}.BBFormFieldContainer select{height:53px !important}.BBFormSectionHeading label{font-weight:bold !important;font-size:1.2rem !important}#lblRecurrenceNextGiftDate{display:none !important}#jquerylist-nav{margin:1rem}ul.list-nav{margin:1rem 0;padding:0}ul.list-nav li{list-style:none;display:inline-block;margin:.6rem .4rem 0 0;padding:0}@media screen and (max-width: 69.9375em){ul.list-nav li{margin:1rem .6rem 0 0}}ul.list-nav li a{border:1px solid #4c7393;padding:.1rem .4rem;text-decoration:none}@media screen and (max-width: 69.9375em){ul.list-nav li a{display:block;width:36px;text-align:center;padding:.2rem 0 !important}}.lum-lightbox.lum-open{z-index:99999}.lum-lightbox-inner .lum-lightbox-caption{margin:0 auto;color:#fff;background:#000;text-align:center;padding:1rem}.modal-wrapper{display:block;position:fixed;top:0;bottom:0;left:0;right:0;z-index:9999999;background-color:rgba(0,0,0,.7803921569)}.modal-wrapper button{border:1px solid #fff;background-color:#0274af;color:#fff;margin:0;padding:.6rem 2rem;position:absolute;right:14rem;top:2.7rem}@media screen and (min-width: 70em)and (max-width: 73.6875em){.modal-wrapper button{right:3rem}}@media screen and (max-width: 69.9375em){.modal-wrapper button{right:1rem}}.links .sustainability-goals-wrapper{padding:.8rem}.links .sustainability-goals-wrapper .sustainability-goals-header-logo{padding:.2rem;margin:0}.links .sustainability-goals-wrapper .sustainability-goal{padding:.2rem;margin:0}.maincontent.content .notice-item{background:#fff;padding:0;margin-bottom:1rem;box-shadow:0px 3px 3px -2px rgba(0,0,0,.15)}.maincontent.content .notice-item h3{color:#fff;padding:1rem;font-size:1.1rem;font-weight:normal;padding:.4rem 1rem;font-family:"PT Sans",sans-serif}.maincontent.content .notice-item h3.notice-info{background-color:#005398}.maincontent.content .notice-item h3.notice-issue{background-color:#be4d00}.maincontent.content .notice-item h3.notice-alert{background-color:#b30c00}.maincontent.content .notice-item h3.notice-resolved{background-color:#385a4f}.maincontent.content .notice-item .notice-inner{padding:0 1rem 1rem 1rem}.maincontent.content .notice-item .notice-last-updated{padding:0 1rem;font-weight:bold}.links .linksInner .linksContentWrap h3.notice-info{background-color:#005398;color:#fff;padding:.4rem;font-family:"PT Sans",sans-serif;font-size:1.1rem;font-weight:normal;padding:.4rem 1rem}.links .linksInner .linksContentWrap h3.notice-issue{background-color:#be4d00;color:#fff;padding:.4rem;font-family:"PT Sans",sans-serif;font-size:1.1rem;font-weight:normal;padding:.4rem 1rem}.links .linksInner .linksContentWrap h3.notice-alert{background-color:#b30c00;color:#fff;padding:.4rem;font-family:"PT Sans",sans-serif;font-size:1.1rem;font-weight:normal;padding:.4rem 1rem}.links .linksInner .linksContentWrap h3.notice-resolved{background-color:#385a4f;color:#fff;padding:.4rem;font-family:"PT Sans",sans-serif;font-size:1.1rem;font-weight:normal;padding:.4rem 1rem}#analytics-dashboard{position:fixed;top:0;left:0;right:0;bottom:0;display:none;transition:max-height .15s ease-out;margin:5rem;color:#575757;transition:height 2s;background:#fff;z-index:999999;box-shadow:0px -4px 124px 2px rgba(0,0,0,.33)}@media screen and (min-width: 70em)and (max-width: 73.6875em){#analytics-dashboard{margin:2rem}}#analytics-dashboard.open{display:block}#analytics-dashboard .analytics-dashboard-close{position:absolute;top:2rem;right:2rem;color:#fff;cursor:pointer}#analytics-dashboard #analytics-dashboard-header{background:#003865;color:#fff;padding:0 1rem;margin:0}#analytics-dashboard .analytics-dashboard-row{padding:1rem 2rem}.analytics-dashboard-open{cursor:pointer}#external-mobile-nav{z-index:99999;margin-top:1rem}@media screen and (min-width: 70em){#external-mobile-nav{display:none}}#external-mobile-nav .racc .heading_opener{margin-top:1rem}#external-mobile-nav .racc .heading_opener h2:before{margin-top:.4rem;background:url(/3t4/img/menu-blue.svg) center center no-repeat;top:initial}#external-mobile-nav .racc .content_opener{padding:0;margin:0}#external-mobile-nav .racc .content_opener #section-navigation-inner #section-navigation-inner-ul-wrapper #toplevelnavtrail{background:#f3f3f3}#external-mobile-nav .racc .content_opener #section-navigation-inner #section-navigation-inner-ul-wrapper #toplevelnavtrail li{list-style:none}#external-mobile-nav .racc .content_opener #section-navigation-inner #section-navigation-inner-ul-wrapper .section-navigation-siblings{background:#f7f7f7}#external-mobile-nav .racc .content_opener #section-navigation-inner #section-navigation-inner-ul-wrapper .section-navigation-siblings li{list-style:none}#external-mobile-nav .racc .content_opener #section-navigation-inner #section-navigation-inner-ul-wrapper ul{padding:1rem;margin:0}#external-mobile-nav .racc .content_opener #section-navigation-inner #section-navigation-inner-ul-wrapper ul li{color:#003865;position:relative;padding-left:1.6rem}#external-mobile-nav .racc .content_opener #section-navigation-inner #section-navigation-inner-ul-wrapper ul li:before{content:"";display:block;margin-right:.3125em;vertical-align:middle;width:1.25rem;height:1.25rem;position:absolute;top:9px;left:0;background-image:url(/3t4/img/arrow-thin-blue.svg);background-position:center center;background-repeat:no-repeat;background-size:75%;transition:all .3s}#external-mobile-nav .racc .content_opener #section-navigation-inner #section-navigation-inner-ul-wrapper ul li a{position:relative}#header #external-global-nav{float:right;margin:1rem 2rem}@media screen and (max-width: 69.9375em){#header #external-global-nav{display:none}}#header #external-global-nav ul{display:block;margin:1.4rem 0 .8rem;padding:0}#header #external-global-nav ul li{display:inline-block;margin:0;padding:0 0 0 2rem;position:relative}#header #external-global-nav ul li:before{content:"";display:inline-block;margin-right:.3125em;width:1.25rem;height:1.25rem;background-image:url(/3t4/img/arrow-thick-right.svg);background-position:center center;background-repeat:no-repeat;background-size:75%;transition:all .3s;position:absolute;top:.05rem;left:32px}#header #external-global-nav ul li a{text-decoration:none;font-weight:bold;background:none;margin-left:1.8rem;z-index:1000;color:#003865}.shortcourses-filtercategory{cursor:pointer}.sc-tags{display:block;margin-top:.4rem;margin-bottom:.6rem;font-size:.9rem}.sc-tags .sc-tag{padding:.2rem .4rem;margin-right:.4rem;color:#fff;border-radius:3px}.sc-tags .sc-tag.day{background-color:#003865}.sc-tags .sc-tag.time{background-color:#4f5961}.subject-summary{background:#005398;color:#fff;padding:1rem;margin-bottom:1rem}.subject-summary ul li{padding-bottom:0 !important;margin-bottom:0 !important}.subject-summary a{color:#fff !important}.subject-summary a:visited{color:#fff !important}#lll-index{margin-top:2rem}#lll-index li.hidden{display:none}.lll-filter-label{margin-top:2rem}.lll-filter{margin-top:.6rem;border:3px solid #003865}.ga-filter-string{word-break:break-all}#ga-loading{text-align:center;font-size:2rem}.ga-link-to-analytics img,.ga-filter-copy img{width:20px;height:auto;margin-right:.6rem}.ga-filter-copy svg{color:#1a73e8}.button.light{transition:all ease-in-out .5s;background-color:#f7f7f7;line-height:1rem;border-radius:5px}.ga-filter-string{display:none}.GeckoChatWidget .ChatContainer.active{z-index:10000000000000000}.GeckoChatWidget .ReplyBox-controls .ControlButton:first-child{display:none}.chatbot,.chatlink{font-size:1.1rem;background:#951272 url(/3t4/img/chat-white.svg) 1rem .9rem no-repeat;border-radius:38px;padding-left:3.2rem;width:auto}.autocomplete{position:absolute;background:#fff;color:#000;top:100%;left:0;right:0;z-index:99999999;-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);-moz-box-shadow:0px 3px 3px -2px rgba(0,0,0,.08);box-shadow:0px 3px 3px -2px rgba(0,0,0,.08)}.autocomplete ul{margin:0}.autocomplete ul li{list-style:none;display:block;padding:.4rem 1rem}.autocomplete ul li:not(:last-child){border-bottom:1px solid #e8e8e8}.autocomplete ul li a{color:#003865 !important}.ui-autocomplete-input{margin-bottom:0 !important}.update{line-height:1.4rem;width:100%;font-size:1.4rem;color:#fff !important;font-family:"PT Sans",sans-serif;color:#fff !important;border:0;display:inline-block;border-radius:.25rem;font-weight:400;font-size:1.2rem}@media screen and (max-width: 69.9375em){.update{font-size:1rem;line-height:1rem;background-position-y:1.1rem !important}}.update.slate{background-color:#4f5961}.update.cobalt{background-color:#005398}.update.turquoise{background-color:#00b5d1}.update.thistle{background-color:#951272}.update.lavendar{background-color:#5b4d94}.update.lawn{background-color:#84bd00}.update.pillarbox{background-color:#b30c00}.update.burgundy{background-color:#7d2239}.update.forest{background-color:#385a4f}.update.sunshine{background-color:#ffdc36}.update.rust{background-color:#be4d00}.update.sandstone{background-color:#7a6855}.update.slate{background-color:#4f5961}.update.heather{background-color:#5b4d94}.update.rose{background-color:#d278ab}.update.mocha{background-color:#b59079}.update.aquamarine{background-color:#9ab9ad}.update.undergraduate{background-color:#951272}.update.postgraduate{background-color:#5b4d94}.update.skyblue{background-color:#005398}.update.leaf{background-color:#006630}.update.moss{background-color:#385a4f}.update.white{background-color:#fff;color:#003865 !important}.checklist-label{cursor:pointer}.findaphd-logo{background-color:#005398;padding:1rem 1rem 0 1rem}#btt{display:none}.hascredit{position:relative}.hascredit .credit{position:absolute;bottom:0;right:0;padding:.4rem;background-color:rgba(105,105,105,.831372549);font-size:.8em;color:#fff}.rsList .vevent .location{display:none}.offscreen{top:auto;width:1px;height:1px;overflow:hidden;position:absolute;left:-100000px}#sdg img{margin-bottom:2rem}.testimonial{background:#fff;color:#003865;position:relative;padding:1rem 1rem 1rem 3.6rem;display:block;min-height:40px;box-shadow:0px 4px 5px 0px rgba(0,0,0,.0196078431)}.testimonial:before{content:"";display:block;width:2rem;height:2rem;background:url("/3t4/img/quote-left-solid.svg") center center no-repeat;background-size:contain;color:inherit;position:absolute;left:1rem;top:1rem}.dropdown-content table{color:#003865 !important}.dropdown-content table p,.dropdown-content table h2,.dropdown-content table h3,.dropdown-content table h4,.dropdown-content table h5,.dropdown-content table h6{color:#003865 !important}.dropdown-content table a{color:#003865 !important}.hidden{display:none}
#main{margin-left:0}@media screen and (max-width: 39.9375em){#main{margin-left:0}}#main.menu-open{margin-left:350px}@media screen and (max-width: 39.9375em){#main.menu-open{margin-left:0}}#az{background:#003865;width:68%;padding:0;height:64px;position:fixed;text-transform:uppercase;z-index:10000;right:1.5rem}#az.internal{background:#4f5961}#az.smallwindow{position:absolute;background:none}#az.scrolled ul,#az.menu-open ul{background-color:#003865}#az.scrolled ul.internal,#az.menu-open ul.internal{background-color:#4f5961}#az.scrolled ul.internal li a,#az.menu-open ul.internal li a{background-color:#4f5961}#az #searchwrapper{float:right;width:32.3rem}#az #searchwrapper.scrolled,#az #searchwrapper.menu-open{position:fixed;right:0;top:64px;padding:2rem 2rem 2rem 3rem;background-color:#eaeaea;display:none}#az ul{display:block;margin:1.4rem 0 .8rem;padding:0;float:right}#az ul li{display:inline-block;margin:0;padding:0 0 0 2rem;position:relative}#az ul li a{color:#fff;background-color:#003865;text-decoration:none;font-weight:bold;background:none;margin-left:1.8rem;z-index:1000}#az ul li a:focus{box-shadow:0 0 0px 1px #fff}#az ul li:before{content:"";display:inline-block;margin-right:.3125em;width:1.25rem;height:1.25rem;background-image:url("/3t4/img/arrow-thick-right.svg");background-position:center center;background-repeat:no-repeat;background-size:75%;transition:left .3s;position:absolute;top:.05rem;left:32px}#az ul li:hover:before{left:36px}#az.scrolled,#az.menu-open{position:fixed;z-index:99999;right:0;background:none;color:#fff}#az.scrolled.smallwindow,#az.menu-open.smallwindow{position:absolute}#az.scrolled input #ssKeywords,#az.scrolled input #ssSubmit,#az.menu-open input #ssKeywords,#az.menu-open input #ssSubmit{border:0}#az.scrolled ul li:before,#az.menu-open ul li:before{background-image:url("/3t4/img/arrow-thick-right.svg")}#az.scrolled ul li a,#az.menu-open ul li a{color:#fff}#az #ssKeywordsContainer{padding:0;position:relative}#az #ssKeywordsContainer input#ssKeywords{padding:.6rem .5rem;border-radius:.25rem 0 0 .25rem;border-right:0;height:47px}#az #ssKeywordsContainer input#ssKeywords.autocompleteon{border-radius:.25rem 0 0 0}#az #ssKeywordsContainer #globalsearch_autocomplete{position:absolute;top:100%;left:0;right:0;border-radius:0 0 .25rem .25rem;box-shadow:0px 3px 6px -4px rgba(0,0,0,.48)}#az #ssKeywordsContainer #globalsearch_autocomplete ul.autocompletelist{margin:.2rem;float:none;background:#fff}#az #ssKeywordsContainer #globalsearch_autocomplete ul.autocompletelist li{display:block;padding:.4rem 1rem;border-bottom:1px solid #e8e8e8}#az #ssKeywordsContainer #globalsearch_autocomplete ul.autocompletelist li:before{content:none;background:#fff}#az #ssKeywordsContainer #globalsearch_autocomplete ul.autocompletelist li:last-child{border-bottom:none}#az #ssKeywordsContainer #globalsearch_autocomplete ul.autocompletelist li a{color:#000;margin-left:0;font-weight:normal;text-transform:capitalize}#az #ssKeywordsContainer #globalsearch_autocomplete ul.autocompletelist li.active{background-color:#f5f5f5}#az #ssSubmitContainer{padding-left:0}#az #ssSubmitContainer input#ssSubmit{padding:.6rem;background-color:#005398;color:#fff;border-radius:0 .25rem .25rem 0;border-left:0}#az #ssSubmitContainer input#ssSubmit:focus{box-shadow:0 0 0px 1px #fff}#az #azlinkscontainer.scrolled,#az #azlinkscontainer.menu-open{float:right;padding-right:0}#az #azlinkscontainer #azlinks li a:focus{box-shadow:0 0 0px 1px #fff}#az #azlinkscontainer #azlinks.scrolled{float:right}#az #azlinkscontainer #searchrevealwrapper{width:64px;height:64px;float:right;display:none;margin-left:32px;background-color:#005398;cursor:pointer}#az #azlinkscontainer #searchrevealwrapper.scrolled,#az #azlinkscontainer #searchrevealwrapper.menu-open{display:inline-block}#az #azlinkscontainer #searchrevealwrapper svg{fill:#fff;margin:19px}#skip-to-content{position:absolute;top:2rem}@media screen and (max-width: 39.9375em){#skip-to-content{display:none}}#skip-to-content ul li a{position:absolute;left:-20rem;top:-100px;background:#fff;left:17rem;padding:1rem;width:200px}#skip-to-content ul li a:focus{z-index:99999999999999;left:18rem;top:0;box-shadow:0 0 0px 1px #fff}#header{height:128px;padding:0;margin:0;background-color:#003865;z-index:999}#header.zoom-adjusted{height:auto !important}#header.external{height:auto}#header.scrolled:not(.external),#header.menu-open{height:64px}@media screen and (max-width: 39.9375em){#header{position:relative !important;z-index:9999999 !important}}@media screen and (min-width: 40em){#header{position:fixed}}#header.smallwindow,#header.external{position:relative}#header.internal{background-color:#4f5961;transition:none}#header.internal *{transition:none}@media screen and (max-width: 39.9375em){#header.internal{background-color:#4f5961}}#header.internal #mobile-nav{background-color:#4f5961}@media screen and (max-width: 39.9375em){#header{height:64px !important;background-color:#003865}#header.external{height:auto !important}#header.internal{background-color:#4f5961}}#header.menu-open{background-color:#003865;height:64px}#header.menu-open.internal{background-color:#4f5961}#header.menu-open img{display:none}#header #mobile-nav{background-color:#003865;float:right;height:64px}#header #mobile-nav.zoom-adjusted{float:initial;margin-left:1rem}#header #header-logo{background-color:#003865;display:inline-block;height:128px}#header #header-logo a{display:block}#header #header-logo a:focus{box-shadow:0 0 0px 1px #fff}#header #header-logo.internal{background-color:#4f5961;transition:none}#header #header-logo.internal *{transition:none}#header #header-logo.internal img#large-logo{display:none}@media screen and (max-width: 39.9375em){#header #header-logo{top:0;width:60%}}#header #header-logo.menu-open{height:64px}#header #header-logo.scrolled{display:block;height:64px;background-color:#003865}#header #header-logo.scrolled.internal{background-color:#4f5961}@media screen and (max-width: 39.9375em){#header #header-logo{height:64px !important;position:relative}}@media screen and (max-width: 39.9375em){#header #header-logo a{display:block;width:100%;height:100%;position:relative}}#header #header-logo img{max-height:128px}#header #header-logo img#large-logo{margin:1.8rem 1.5rem 1.5rem 1.8rem;width:210px;height:auto;will-change:opacity;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}#header #header-logo img#large-logo.scrolled{opacity:0;height:0}#header #header-logo img#large-logo.menu-open{opacity:0;height:0}#header #header-logo img#small-logo{display:none}@media screen and (max-width: 39.9375em){#header #header-logo img#small-logo{display:inline !important;top:50%;bottom:50%;position:absolute;margin-top:auto;margin-bottom:auto}}#header #header-logo img#small-logo.scrolled{display:inline}#header #header-logo img#small-logo.scrolled.menu-open{display:none}@media screen and (max-width: 39.9375em){#header #header-logo img#small-logo.scrolled.menu-open{display:inline}}#header #breadcrumbs{background-color:#fff;padding:1.2rem 0 1.2rem 2rem;border-bottom:1px solid #d3d3d3;min-height:64px;height:auto;margin-right:0;position:relative}#header #breadcrumbs.landing{margin-left:0}#header #breadcrumbs.menu-open{padding:1.2rem 1rem;margin-left:2rem;margin-right:24rem}@media screen and (max-width: 39.9375em){#header #breadcrumbs.menu-open{display:none}}#header #breadcrumbs.double{padding-top:.4rem !important;height:auto}#header #breadcrumbs.double ul{padding:0 !important}@media screen and (max-width: 39.9375em){#header #breadcrumbs{margin-right:0;padding:1rem !important}#header #breadcrumbs ul{max-width:90% !important}}#header #breadcrumbs ul{margin:0;padding:0;max-width:66%}#header #breadcrumbs ul li{display:inline;color:#003865}#header #breadcrumbs ul li.show-breadcrumbs{cursor:pointer}#header #breadcrumbs ul li:after{content:" / ";margin:0 .6rem}#header #breadcrumbs ul li:last-child:after{content:""}#header #breadcrumbs ul li a{color:#565656;text-decoration:none;background:none}#header #breadcrumbs ul li a:focus{box-shadow:0 0 0px 1px #fff}#header #breadcrumbs #shortlist-links-breadcrumb-bar{position:absolute;top:1rem;right:3rem}#header #breadcrumbs #shortlist-links-breadcrumb-bar .material-icons{position:absolute}#header #breadcrumbs #shortlist-links-breadcrumb-bar .shortlist-action{margin-left:2rem}
