  @charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700|Open+Sans:400,400i,600,600i,700,700i");
ul.orbit-container {
  height: auto !important; }

li.orbit-slide {
  max-height: none !important; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.animate-fade-in {
  animation-name: fade-0-to-100; }

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

.sixteen-nine {
  position: relative; }
  .sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .sixteen-nine > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.square-ratio, .flex-card-layout .card {
  position: relative; }
  .square-ratio:before, .flex-card-layout .card:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .square-ratio > .content, .flex-card-layout .card > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.no-ratio, .flex-card-layout .card {
  position: relative;
  display: block;
  width: 100%;
  height: auto; }

.ratios .callout {
  border: none;
  overflow: hidden; }

.ratios .columns:nth-child(1) .square-ratio .content, .ratios .columns:nth-child(1) .flex-card-layout .card .content, .flex-card-layout .ratios .columns:nth-child(1) .card .content {
  background-color: #A3A9BF; }

.ratios .columns:nth-child(2) .square-ratio .content, .ratios .columns:nth-child(2) .flex-card-layout .card .content, .flex-card-layout .ratios .columns:nth-child(2) .card .content {
  background-color: #8B7F6D; }

.ratios .columns:nth-child(3) .square-ratio .content, .ratios .columns:nth-child(3) .flex-card-layout .card .content, .flex-card-layout .ratios .columns:nth-child(3) .card .content {
  background-color: #ADB1A6; }

.ratios.large-9.columns .square-ratio .content, .ratios.large-9.columns .flex-card-layout .card .content, .flex-card-layout .ratios.large-9.columns .card .content {
  background-color: #EAE7E1; }

[data-aspect-ratio] {
  display: block;
  max-width: 100%;
  position: relative; }
  [data-aspect-ratio]:before {
    content: '';
    display: block; }
  [data-aspect-ratio] > * {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

[data-aspect-ratio="3:1"]:before {
  padding-top: 33.33%; }

[data-aspect-ratio="7:3"]:before {
  padding-top: 45%; }

[data-aspect-ratio="2:1"]:before {
  padding-top: 50%; }

[data-aspect-ratio="16:9"]:before {
  padding-top: 56.25%; }

[data-aspect-ratio="3:2"]:before {
  padding-top: 66.66%; }

[data-aspect-ratio="4:3"]:before {
  padding-top: 75%; }

[data-aspect-ratio="4:1"]:before {
  padding-top: 25%; }

[data-aspect-ratio="1:1"]:before {
  padding-top: 100%; }

[data-aspect-ratio="3:4"]:before {
  padding-top: 133.33%; }

[data-aspect-ratio="2:3"]:before {
  padding-top: 150%; }

[data-aspect-ratio="9:16"]:before {
  padding-top: 177.77%; }

[data-aspect-ratio="1:2"]:before {
  padding-top: 200%; }

[data-aspect-ratio="1:3"]:before {
  padding-top: 300%; }

body {
  font-family: "Open Sans", sans-serif; }

body, p, h1, body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, h2, h3, h4, h5, h6, li, ul, ol, table, td, th {
  color: #222222; }

.at-share-btn-elements {
  margin-top: 1rem;
  margin-bottom: .6rem; }

.at-resp-share-element .at-share-btn {
  margin: 0 3px 5px 0 !important; }

.container {
  background-color: #F0EFEC; }
  .container p, .container h2, .container h3, .container h4, .container h5, .container h5, .container h6, .container li, .container ul, .container ol, .container table, .container td, .container th {
    color: #222222; }
  .container p, .container table, .container td, .container th, .container li, .container ul, .container ol {
    font-weight: 400; }
  .container h1.entry-title, .container body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .container h2 {
    color: #5E6D87;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-top: .75rem;
    letter-spacing: -0.02em; }
    @media print, screen and (min-width: 46.25em) {
      .container h1.entry-title, .container body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .container h2 {
        font-size: 2rem;
        line-height: 2.2rem;
        margin-bottom: 1rem;
        margin-top: 1rem; } }
    @media print, screen and (min-width: 64em) {
      .container h1.entry-title, .container body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .container h2 {
        font-size: 2.50rem;
        line-height: 2.80rem;
        margin-bottom: 2rem;
        margin-top: 2rem; } }
    @media screen and (min-width: 75em) {
      .container h1.entry-title, .container body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .container h2 {
        margin-bottom: 2rem;
        margin-top: 2rem; } }
    .container h1.entry-title.desktop, .container body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2.desktop, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .container h2.desktop {
      display: none; }
      @media print, screen and (min-width: 64em) {
        .container h1.entry-title.desktop, .container body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2.desktop, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .container h2.desktop {
          display: block; } }
    .container h1.entry-title.mobile, .container body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2.mobile, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .container h2.mobile {
      display: block; }
      @media print, screen and (min-width: 64em) {
        .container h1.entry-title.mobile, .container body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2.mobile, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .container h2.mobile {
          display: none; } }
  .container h2 {
    color: #5E6D87;
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 0.75rem;
    margin-top: 1.6rem;
    letter-spacing: -0.02em; }
    @media print, screen and (min-width: 46.25em) {
      .container h2 {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: .25rem;
        margin-top: .5rem; } }
    @media print, screen and (min-width: 64em) {
      .container h2 {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: .35rem;
        margin-top: .5rem; } }
    @media screen and (min-width: 75em) {
      .container h2 {
        margin-bottom: .5rem;
        margin-top: 2rem; } }
  .container h3 {
    margin-bottom: 0;
    padding-top: .5rem;
    font-size: 1rem;
    line-height: 1.8rem; }
    @media print, screen and (min-width: 46.25em) {
      .container h3 {
        font-size: .9rem;
        line-height: 1.5rem; } }
    @media print, screen and (min-width: 64em) {
      .container h3 {
        font-size: 1.1rem;
        line-height: 2rem; } }
  .container h1, .container body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .container h2, .container h2, .container h3 {
    font-family: "Merriweather", serif; }
  .container h3, .container h4, .container h5, .container h6 {
    font-weight: 700;
    font-family: "Open Sans", sans-serif; }
  .container h4 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 1rem;
    color: #6B6B6B; }
  .container h5 {
    color: #666F94; }
  .container p, .container li {
    font-size: 1rem;
    line-height: 1.8rem; }
    @media print, screen and (min-width: 46.25em) {
      .container p, .container li {
        font-size: .9rem;
        line-height: 1.5rem; } }
    @media print, screen and (min-width: 64em) {
      .container p, .container li {
        font-size: 1.1rem;
        line-height: 2rem; } }
  .container li p {
    margin-bottom: 0; }
  .container a {
    color: #666F94; }
  .container a.linkAlt {
    color: #4ca392; }
    .container a.linkAlt:hover {
      color: #666F94; }
  .container p a, .container li a {
    color: #4ca392;
    font-weight: 600; }
    .container p a:hover, .container li a:hover {
      color: #666F94; }
  .container .read-more {
    text-transform: uppercase;
    font-weight: 700;
    color: #4ca392;
    font-size: .85rem;
    line-height: 1rem;
    clear: both;
    float: none;
    display: block;
    margin-top: .5rem; }
    .container .read-more:hover {
      color: #2C3146; }
  .container .button-group a, .container .button {
    color: #FFFFFF; }
  .container p.lead {
    font-family: "Merriweather", serif; }

body.page-template-kitchen-sink .container {
  background-color: #F0EFEC;
  max-width: 75rem;
  margin: 0 auto;
  margin-top: 3rem; }

.alert.callout {
  padding: 0;
  margin: 0;
  background-color: #F74402 !important;
  border: none !important;
  position: fixed;
  width: 100%;
  z-index: 9999; }
  .alert.callout .alert-inner {
    max-width: 75rem;
    display: block;
    margin: 0 auto;
    padding: .5rem 2rem; }
    .alert.callout .alert-inner p {
      margin: 0;
      text-align: center;
      color: #FFFFFF;
      text-transform: uppercase; }
    .alert.callout .alert-inner .close-button {
      top: .2rem;
      color: #FFFFFF; }

.alert-match-height {
  height: 0;
  width: 100%;
  line-height: 0;
  display: block; }

.featured-hero {
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  position: relative;
  max-width: none; }

.main-content table {
  border-spacing: 0;
  width: 100% !important; }
  .main-content table tbody {
    border: none; }
    .main-content table tbody tr:nth-child(even) {
      background-color: transparent; }
    .main-content table tbody tr td {
      border-bottom: 1px #6B6B6B solid;
      padding: 0.3rem 0 0.4rem;
      padding: 0.3rem 0.3rem 0.4rem; }
      @media print, screen and (min-width: 46.25em) {
        .main-content table tbody tr td {
          padding: 0.3rem 0 0.4rem; } }
      .main-content table tbody tr td p {
        margin: 0;
        font-size: .8rem !important;
        line-height: 1rem !important; }
        @media print, screen and (min-width: 46.25em) {
          .main-content table tbody tr td p {
            font-size: .9rem !important;
            line-height: 1.5rem !important; } }
      .main-content table tbody tr td:last-child {
        text-align: right; }

.tribe-events-filters-content {
  border: none !important; }

#tribe_events_filters_wrapper label input[type=checkbox],
#tribe_events_filters_wrapper label input[type=radio] {
  margin: 0 .2rem 0 0 !important; }

#tribe_events_filter_control {
  background-color: transparent; }
  @media print, screen and (min-width: 46.25em) {
    #tribe_events_filter_control {
      background-color: #6e7590; } }
  #tribe_events_filter_control #tribe_events_filters_toggle {
    font-size: 1rem;
    text-align: center;
    color: #FFFFFF;
    padding: 0; }
    @media print, screen and (min-width: 46.25em) {
      #tribe_events_filter_control #tribe_events_filters_toggle {
        padding: .5rem; } }
body.single #tribe-events-pg-template {
  padding-top: 0; }

body.tribe-events-style-full #page .main-content {
  background-color: #efeeeb; }
  @media print, screen and (min-width: 46.25em) {
    body.tribe-events-style-full #page .main-content {
      background-color: transparent; } }
.single-tribe_events .tribe-events-single-event-title {
  font-size: 1.7rem;
  line-height: 2rem; }

@media print, screen and (min-width: 46.25em) {
  .tribe-events-back {
    margin: 0 0 2.2rem; } }

@media print, screen and (min-width: 64em) {
  .tribe-events-back {
    margin: 0 0 3rem; } }

#tribe-events-content .tribe-events-schedule h2 {
  color: #6B6B6B;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0; }

.tribe-events-schedule {
  margin: .2rem 0 0 0; }

body.single #tribe-events-header .tribe-events-sub-nav {
  display: none; }

#tribe-events-content table.tribe-events-calendar {
  width: 100% !important; }

.tribe-events-calendar th {
  font-size: .55rem; }
  @media print, screen and (min-width: 46.25em) {
    .tribe-events-calendar th {
      font-size: .75rem; } }
  @media print, screen and (min-width: 64em) {
    .tribe-events-calendar th {
      font-size: .85rem; } }
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #4ca392; }

#tribe-events-content .tribe-events-tooltip h4 {
  background-color: #6A7590;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: 0; }

.tribe-events-tooltip .tribe-event-description {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.tribe-events-tooltip .tribe-event-description p {
  font-size: .95rem !important;
  line-height: 1.4rem !important;
  color: #6B6B6B; }

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #6e7590; }

#tribe-events .tribe-events-button, .tribe-events-button {
  background-color: #4ca392; }

.tribe-events-sub-nav li a {
  padding-top: 6px;
  background-color: #6B6B6B;
  color: #FFFFFF;
  padding: 2px 20px;
  font-size: .85rem;
  line-height: 1.1rem; }
  .tribe-events-sub-nav li a:hover {
    color: #FFFFFF;
    text-decoration: underline; }
  @media print, screen and (min-width: 46.25em) {
    .tribe-events-sub-nav li a {
      background-color: transparent;
      color: #6B6B6B;
      padding: 5px 0px;
      font-size: 1rem;
      line-height: 1.2rem; }
      .tribe-events-sub-nav li a:hover {
        color: #6A7590;
        text-decoration: underline; } }
body.single .tribe-events-sub-nav li a {
  color: #FFFFFF; }
  body.single .tribe-events-sub-nav li a:hover {
    color: #FFFFFF;
    text-decoration: underline; }
  @media print, screen and (min-width: 46.25em) {
    body.single .tribe-events-sub-nav li a {
      color: #6A7590; }
      body.single .tribe-events-sub-nav li a:hover {
        color: #6A7590;
        text-decoration: underline; } }
#tribe-events-content table.tribe-events-calendar thead {
  border: none; }

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: transparent; }
  @media print, screen and (min-width: 46.25em) {
    .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
      background-color: #4ca392; } }
#tribe-events-content .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  opacity: .4; }

body.single-tribe_events .featured-news {
  display: none !important; }

body.single .tribe-events-event-image img {
  width: 100%; }

#main_countedown_1 .element_conteiner {
  min-width: auto !important;
  width: 22%; }
  @media print, screen and (min-width: 46.25em) {
    #main_countedown_1 .element_conteiner {
      width: auto;
      min-width: 105px !important; } }
.slideshowlink {
  font-size: .8rem;
  text-transform: uppercase; }

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
  width: 50%; }
  @media print, screen and (min-width: 46.25em) {
    .ngg-galleryoverview .ngg-gallery-thumbnail-box {
      width: 50%; } }
  @media print, screen and (min-width: 64em) {
    .ngg-galleryoverview .ngg-gallery-thumbnail-box {
      width: 33.33%; } }
  .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
    border: none;
    margin: 2px 0px; }

.fbx-stage .fbx-caption-title {
  visibility: hidden !important; }

.fbx-stage .fbx-caption-desc {
  font-size: 14px;
  line-height: 20px;
  padding: 0px 15px 15px 15px; }

.fbx-stage .fbx-caption {
  display: none; }

#TB_caption {
  height: auto !important;
  font-size: .8rem;
  line-height: 1.1rem;
  padding: 7px 30px 10px 15px !important; }

#TB_window img#TB_Image {
  border: none !important; }

#TB_closeWindow {
  height: 25px;
  width: 25px !important;
  padding: 0px 0px 0px 0 !important; }

.gform_confirmation_message {
  padding: .5rem;
  border: 1px #D59419 solid;
  background-color: #F0EFEC;
  margin: 0 0 1rem 0; }

.gform_wrapper.gf_browser_gecko select {
  padding: 2px 25px 2px 2px !important; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

#cboxContent .mm_content_container {
  height: 554px !important;
  width: 90% !important; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1, body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=46.25em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=115em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1.875rem;
        margin-left: -1.875rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .row.gutter-large > .column, .row.gutter-large > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 46.25em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .column, .columns {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  .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 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 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 {
  float: left;
  width: 100%; }
  .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 {
  float: left;
  width: 50%; }
  .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 {
  float: left;
  width: 33.3333333333%; }
  .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 {
  float: left;
  width: 25%; }
  .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 {
  float: left;
  width: 20%; }
  .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 {
  float: left;
  width: 16.6666666667%; }
  .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 {
  float: left;
  width: 14.2857142857%; }
  .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 {
  float: left;
  width: 12.5%; }
  .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-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 46.25em) {
  .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 {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.3333333333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.6666666667%; }
    .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 {
    float: left;
    width: 14.2857142857%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .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 {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.3333333333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.6666666667%; }
    .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 {
    float: left;
    width: 14.2857142857%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 46.25em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .column-block {
      margin-bottom: 3.75rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1, body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 46.25em) {
  h1, body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 46.25em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .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 #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #FFFFFF transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.3333333333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.6666666667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 46.25em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 46.1875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 46.25em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #222222;
    box-shadow: 0 7px 0 #222222, 0 14px 0 #222222;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 46.25em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 46.1875em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }
.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #2c3840; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #2c3840; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden; }

@media print, screen and (min-width: 46.25em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #FFFFFF; }

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFFFFF; }
  [data-whatinput='mouse'] .orbit-next, [data-whatinput='mouse'] .orbit-previous {
    outline: 0; }
  .orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 46.25em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  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: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 46.25em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 46.25em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 46.25em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 46.25em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 46.25em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 46.25em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 46.1875em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  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 thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #FFFFFF; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #2c3840;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #2c3840; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 46.25em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 46.1875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 46.25em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 46.25em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 46.1875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 46.1875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), 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;
  width: auto;
  height: 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-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
.site-header {
  background-color: #7E87A7; }
  .site-header .inner-wrap {
    max-width: 110rem;
    margin: 0 auto;
    display: block; }

@media screen and (max-width: 63.9375em) {
  .desktop-menu, .top-bar-left {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  #mobile-menu, .title-bar {
    display: none !important; } }

.site-secondary-header {
  width: 100%;
  display: block;
  float: left;
  background-color: #444544; }
  @media screen and (max-width: 46.1875em) {
    .site-secondary-header {
      display: none !important; } }
  .site-secondary-header .secondarynav.desktop {
    position: relative;
    max-width: 110rem;
    display: block;
    margin: 0 auto; }
    .site-secondary-header .secondarynav.desktop .searchDrop {
      position: absolute;
      top: 38px;
      right: 310px;
      display: none;
      width: 290px;
      height: auto;
      z-index: 99; }
      .site-secondary-header .secondarynav.desktop .searchDrop .search-label {
        text-indent: -9999px;
        height: 1px; }
      .site-secondary-header .secondarynav.desktop .searchDrop [type='text'] {
        float: left;
        display: block;
        width: 75%;
        height: 30px;
        font-size: 12px;
        margin-bottom: 0;
        border-radius: 0;
        border: none;
        text-transform: uppercase;
        color: #6B6B6B; }
      .site-secondary-header .secondarynav.desktop .searchDrop [type='submit'] {
        font-size: 11px;
        float: right;
        display: block;
        width: 25%;
        height: 30px;
        padding: .5em;
        margin-left: 0;
        border-radius: 0;
        background-color: #4ca392; }
        .site-secondary-header .secondarynav.desktop .searchDrop [type='submit']:hover {
          background-color: #4ca392; }

.top-bar-right ul.dropdown.menu, .top-bar-right ul.top-secondary.mobile {
  list-style-type: none;
  margin-right: 1.5rem; }
  .top-bar-right ul.dropdown.menu li, .top-bar-right ul.top-secondary.mobile li {
    letter-spacing: -0.02em; }
    .top-bar-right ul.dropdown.menu li a, .top-bar-right ul.top-secondary.mobile li a {
      color: #FFFFFF;
      font-size: .75rem;
      line-height: .9rem;
      font-family: "Open Sans", sans-serif;
      display: block;
      padding: 0.5rem .8rem; }
      .top-bar-right ul.dropdown.menu li a:hover, .top-bar-right ul.top-secondary.mobile li a:hover {
        color: #ADB1A6; }
    @media screen and (max-width: 63.9375em) {
      .top-bar-right ul.dropdown.menu li.SecondaryThree, .top-bar-right ul.top-secondary.mobile li.SecondaryThree {
        display: none !important; } }
    .top-bar-right ul.dropdown.menu li.SecondaryThree a, .top-bar-right ul.top-secondary.mobile li.SecondaryThree a {
      font-size: .75rem;
      padding: 0.5rem .6rem; }
    .top-bar-right ul.dropdown.menu li.SecondaryThree:nth-of-type(3), .top-bar-right ul.top-secondary.mobile li.SecondaryThree:nth-of-type(3) {
      padding-right: 1.5rem; }
    .top-bar-right ul.dropdown.menu li.SecondaryTwo > a, .top-bar-right ul.top-secondary.mobile li.SecondaryTwo > a {
      text-transform: uppercase; }
    .top-bar-right ul.dropdown.menu li.SecondaryTwo.is-dropdown-submenu-parent > a, .top-bar-right ul.top-secondary.mobile li.SecondaryTwo.is-dropdown-submenu-parent > a {
      background: url("/wp-content/themes/Maria-College/assets/images/down-arrow.svg") center right;
      background-repeat: no-repeat;
      background-size: 13px 13px;
      padding-right: 17px;
      margin-right: 8px; }
    .top-bar-right ul.dropdown.menu li.SecondaryTwo.is-dropdown-submenu-parent > a::after, .top-bar-right ul.top-secondary.mobile li.SecondaryTwo.is-dropdown-submenu-parent > a::after {
      border-color: transparent transparent transparent;
      display: none; }
    .top-bar-right ul.dropdown.menu li.SecondaryTwo.search > a, .top-bar-right ul.top-secondary.mobile li.SecondaryTwo.search > a {
      background: url("/wp-content/themes/Maria-College/assets/images/search-mag.svg") center right;
      background-repeat: no-repeat;
      background-size: 15px 15px;
      padding-right: 20px;
      margin-right: 20px; }
    .top-bar-right ul.dropdown.menu li.SecondaryTwo.Gift > a, .top-bar-right ul.top-secondary.mobile li.SecondaryTwo.Gift > a {
      background: url("/wp-content/themes/Maria-College/assets/images/button-heart.svg") center right;
      background-repeat: no-repeat;
      background-size: 15px 15px;
      padding-right: 20px;
      margin-right: 10px; }
    .top-bar-right ul.dropdown.menu li.SecondaryOne > a, .top-bar-right ul.top-secondary.mobile li.SecondaryOne > a {
      text-transform: uppercase;
      color: #82D1C3; }
      .top-bar-right ul.dropdown.menu li.SecondaryOne > a:hover, .top-bar-right ul.top-secondary.mobile li.SecondaryOne > a:hover {
        color: #7E87A7; }
    .top-bar-right ul.dropdown.menu li.is-dropdown-submenu-parent > a, .top-bar-right ul.top-secondary.mobile li.is-dropdown-submenu-parent > a {
      padding-right: 1.5rem; }
    .top-bar-right ul.dropdown.menu li ul.sub-menu, .top-bar-right ul.top-secondary.mobile li ul.sub-menu {
      border: none;
      background-color: #5E6D87;
      top: 100%;
      left: -20px;
      right: auto; }
      .top-bar-right ul.dropdown.menu li ul.sub-menu li, .top-bar-right ul.top-secondary.mobile li ul.sub-menu li {
        list-style-type: none; }
        .top-bar-right ul.dropdown.menu li ul.sub-menu li a, .top-bar-right ul.top-secondary.mobile li ul.sub-menu li a {
          padding: .5em 1em; }
          .top-bar-right ul.dropdown.menu li ul.sub-menu li a:hover, .top-bar-right ul.top-secondary.mobile li ul.sub-menu li a:hover {
            color: #FFFFFF;
            text-decoration: underline; }

.top-bar-right.mobile {
  width: 100%;
  overflow: hidden;
  display: block;
  background-color: #5E6D87;
  margin-bottom: 8px;
  position: fixed;
  z-index: 999; }
  @media print, screen and (min-width: 64em) {
    .top-bar-right.mobile {
      display: none !important; } }
  .top-bar-right.mobile ul.top-secondary.mobile {
    float: left;
    display: block;
    margin: 0 .5rem 0 .3rem; }
  .top-bar-right.mobile li {
    float: left;
    display: block; }
  .top-bar-right.mobile .SecondaryOne a {
    color: #FFFFFF !important; }
    .top-bar-right.mobile .SecondaryOne a:hover {
      text-decoration: underline; }
  .top-bar-right.mobile .SecondaryThree, .top-bar-right.mobile .SecondaryTwo {
    display: none; }

.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem; }
  .off-canvas > ul.menu a {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.125rem;
    opacity: .75; }
  .off-canvas > ul.menu .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #FFFFFF transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.off-canvas .menu .active > a {
  background-color: #41525e; }

#mobile-menu {
  margin-top: 1rem; }
  #mobile-menu #menu-mainnav2 {
    padding: .5rem; }
  #mobile-menu ul .is-accordion-submenu-parent > a::after {
    border-color: #FFFFFF transparent transparent;
    display: block;
    border: none;
    border-bottom-width: 0;
    border-top-style: none;
    border-color: transparent transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
    background: url("/wp-content/themes/Maria-College/assets/images/down-arrow-white.svg") center right;
    background-repeat: no-repeat;
    background-size: 12px 20px;
    content: "";
    line-height: 1rem;
    width: .75rem;
    height: .7rem; }
  #mobile-menu ul .active > a {
    background-color: #5E6D87; }
  #mobile-menu ul li a {
    color: #FFFFFF; }
  #mobile-menu ul li ul li a {
    font-size: .85rem;
    line-height: .85rem;
    padding: .5rem 1rem .8rem 1rem; }
  #mobile-menu .mobile-quicklinks-wrapper {
    background-color: #D8D4CB;
    padding: .8rem .5rem; }
    #mobile-menu .mobile-quicklinks-wrapper .title {
      text-transform: uppercase;
      color: #696868;
      font-size: .8rem;
      font-weight: 700;
      margin: .5rem 1rem;
      display: block; }
    #mobile-menu .mobile-quicklinks-wrapper .menu-mobilequicklinks-container .quick-links.mobile.menu li a {
      color: #696868;
      font-size: .8rem;
      padding: 0.5rem 1rem; }

.title-bar {
  background-color: #7E87A7;
  padding: 0 !important; }
  .title-bar .title-bar-left {
    width: 100%;
    float: none;
    padding: .5rem;
    padding-top: 38px; }
    @media print, screen and (min-width: 46.25em) {
      .title-bar .title-bar-left {
        padding-top: 38px; } }
    .title-bar .title-bar-left .menu-icon {
      float: right;
      margin-top: 1.3rem;
      margin-right: 1.25rem;
      width: 30px;
      height: 22px; }
      .title-bar .title-bar-left .menu-icon:hover::after {
        background: #FFFFFF; }
      .title-bar .title-bar-left .menu-icon::after {
        height: 3px;
        -webkit-box-shadow: 0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF;
        box-shadow: 0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF; }
    .title-bar .title-bar-left .search-icon {
      float: right;
      display: block;
      width: 23px;
      height: 30px;
      margin-right: 1em;
      margin-top: 1em;
      background: url("/wp-content/themes/Maria-College/assets/images/search-mag-white.svg") center right;
      background-repeat: no-repeat;
      background-size: 23px 23px;
      padding-right: 0px;
      cursor: pointer; }
    .title-bar .title-bar-left .site-mobile-title {
      padding: 0; }
      .title-bar .title-bar-left .site-mobile-title img {
        max-height: 80px;
        width: 130px;
        height: 100%;
        display: block;
        margin-top: 5px;
        margin-left: 10px; }
  .title-bar .searchDrop.mobile {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 1em 1em 1em 1em; }
    .title-bar .searchDrop.mobile .search-label {
      text-indent: -9999px;
      height: 1px; }
    .title-bar .searchDrop.mobile [type='text'] {
      float: left;
      display: block;
      width: 75%;
      height: 30px;
      font-size: 12px;
      margin-bottom: 0;
      border-radius: 0;
      border: none;
      text-transform: uppercase;
      color: #6B6B6B; }
    .title-bar .searchDrop.mobile [type='submit'] {
      font-size: 11px;
      float: right;
      display: block;
      width: 25%;
      height: 30px;
      padding: .5em;
      margin-left: 0;
      border-radius: 0;
      background-color: #4ca392; }
      .title-bar .searchDrop.mobile [type='submit']:hover {
        background-color: #4ca392; }
    .title-bar .searchDrop.mobile .searchWrapper {
      width: 100%;
      max-width: 25rem;
      float: right;
      margin: 0 auto; }

.top-bar-left {
  height: 90px;
  margin: 0; }
  .top-bar-left.logo {
    width: 20%; }
  .top-bar-left.mainNav {
    position: relative;
    margin: 0;
    display: table;
    width: 80%; }
    .top-bar-left.mainNav .desktop-menu {
      display: table-cell;
      vertical-align: bottom;
      background-color: transparent; }
      .top-bar-left.mainNav .desktop-menu li a {
        font-family: "Merriweather", serif;
        font-weight: 400;
        letter-spacing: -0.02em;
        color: #FFFFFF; }
        @media print, screen and (min-width: 46.25em) {
          .top-bar-left.mainNav .desktop-menu li a {
            font-size: .85rem;
            line-height: 1rem; } }
        @media print, screen and (min-width: 64em) {
          .top-bar-left.mainNav .desktop-menu li a {
            font-size: .9rem;
            line-height: 1.2rem; } }
        @media screen and (min-width: 75em) {
          .top-bar-left.mainNav .desktop-menu li a {
            font-size: 1rem;
            line-height: 1.3rem; } }
        @media screen and (min-width: 90em) {
          .top-bar-left.mainNav .desktop-menu li a {
            font-size: 1.2rem;
            line-height: 1.5rem; } }
      .top-bar-left.mainNav .desktop-menu li > a:hover {
        background-color: #A3A9BF; }
      .top-bar-left.mainNav .desktop-menu li.current-menu-item {
        background-color: #A3A9BF; }
      .top-bar-left.mainNav .desktop-menu li.current-menu-parent {
        background-color: #A3A9BF; }
        .top-bar-left.mainNav .desktop-menu li.current-menu-parent a {
          background-color: transparent; }
      .top-bar-left.mainNav .desktop-menu li:not(.menu-text) > a {
        text-align: center;
        line-height: 1rem; }
        @media print, screen and (min-width: 46.25em) {
          .top-bar-left.mainNav .desktop-menu li:not(.menu-text) > a {
            padding: 1rem .65rem; } }
        @media print, screen and (min-width: 64em) {
          .top-bar-left.mainNav .desktop-menu li:not(.menu-text) > a {
            padding: 1rem; } }
      .top-bar-left.mainNav .desktop-menu li:not(:last-child) {
        border: none; }
      .top-bar-left.mainNav .desktop-menu li ul.dropdown li a {
        text-align: left; }
        @media print, screen and (min-width: 46.25em) {
          .top-bar-left.mainNav .desktop-menu li ul.dropdown li a {
            font-size: .75rem; } }
        @media print, screen and (min-width: 64em) {
          .top-bar-left.mainNav .desktop-menu li ul.dropdown li a {
            font-size: 1rem; } }
.top-bar-title {
  padding: 0;
  width: 100%; }
  .top-bar-title img {
    max-height: 70px;
    height: 100%;
    display: block; }
    @media print, screen and (min-width: 46.25em) {
      .top-bar-title img {
        width: 130px;
        margin: 18px auto 0; } }
    @media print, screen and (min-width: 64em) {
      .top-bar-title img {
        width: 220px;
        margin: 12px auto 0; } }
.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9; }

.breadcrumbs {
  margin: 0px auto;
  max-width: 72.55rem;
  font-size: .75rem; }
  @media screen and (max-width: 63.9375em) {
    .breadcrumbs {
      display: none !important; } }
  .breadcrumbs a {
    color: #6e7590; }
  @media print, screen and (min-width: 64em) {
    .breadcrumbs {
      padding: 1em 2em; } }
  @media screen and (min-width: 75em) {
    .breadcrumbs {
      padding: 1em 1em; } }
  .breadcrumbs li:not(:last-child)::after {
    content: "> ";
    margin: 0 0.3rem; }
  .breadcrumbs li {
    text-transform: none; }
    .breadcrumbs li a {
      color: #5E6D87; }

body.page-template-default .breadcrumbs {
  max-width: 73rem;
  margin: 0 auto; }

.accordion h3 {
  margin-top: 1.5rem;
  margin-bottom: .5rem; }

.accordion li.accordion-item {
  border-bottom: 1px #ADB1A6 solid; }
  .accordion li.accordion-item .accordion-title {
    border: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #222222;
    padding: 1rem 1rem 1rem 1.5rem; }
    .accordion li.accordion-item .accordion-title::before {
      position: absolute;
      top: auto;
      right: auto;
      left: 0;
      margin-right: 10px;
      padding-top: 10px;
      float: none;
      height: 2rem;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1rem;
      display: block;
      color: #4ca392; }
  .accordion li.accordion-item.is-active > .accordion-title::before {
    padding-top: 7px; }
  .accordion li.accordion-item .accordion-content {
    border: none;
    padding: .5rem 1rem 1rem 1.6rem; }
    .accordion li.accordion-item .accordion-content p, .accordion li.accordion-item .accordion-content ul, .accordion li.accordion-item .accordion-content ol {
      margin-bottom: 1rem; }
    .accordion li.accordion-item .accordion-content p, .accordion li.accordion-item .accordion-content li {
      font-size: 1rem;
      line-height: 1.8rem; }
      @media print, screen and (min-width: 46.25em) {
        .accordion li.accordion-item .accordion-content p, .accordion li.accordion-item .accordion-content li {
          font-size: .9rem;
          line-height: 1.5rem; } }
      @media print, screen and (min-width: 64em) {
        .accordion li.accordion-item .accordion-content p, .accordion li.accordion-item .accordion-content li {
          font-size: 1.1rem;
          line-height: 2rem; } }
    .accordion li.accordion-item .accordion-content ul {
      margin-left: 30px;
      margin-bottom: 20px;
      font-size: 1rem;
      line-height: 1.8rem; }
      @media print, screen and (min-width: 46.25em) {
        .accordion li.accordion-item .accordion-content ul {
          font-size: .9rem;
          line-height: 1.5rem; } }
      @media print, screen and (min-width: 64em) {
        .accordion li.accordion-item .accordion-content ul {
          font-size: 1.1rem;
          line-height: 2rem; } }
      .accordion li.accordion-item .accordion-content ul ul {
        list-style-type: circle; }
        .accordion li.accordion-item .accordion-content ul ul ul {
          list-style-type: square; }

.accordion.secondary-nav-mobile {
  background-color: #F0EFEC;
  margin-bottom: 0;
  width: 100%; }
  .accordion.secondary-nav-mobile li.accordion-item {
    border: none; }
    .accordion.secondary-nav-mobile li.accordion-item .accordion-title {
      border: none;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.25rem;
      color: #6B6B6B;
      padding: .7rem 1rem; }
      .accordion.secondary-nav-mobile li.accordion-item .accordion-title:hover {
        background-color: #D8D4CB; }
      .accordion.secondary-nav-mobile li.accordion-item .accordion-title:focus {
        background-color: #D8D4CB; }
      .accordion.secondary-nav-mobile li.accordion-item .accordion-title::before {
        background-image: none;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin: -0.5rem 1.2rem 0 0;
        padding: 0 1rem 0 0;
        float: none;
        height: 1rem;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1rem;
        display: block;
        color: #FFFFFF; }
      .accordion.secondary-nav-mobile li.accordion-item .accordion-title::after {
        background: url("/wp-content/themes/Maria-College/assets/images/down-arrow-gray.svg") center right;
        background-repeat: no-repeat;
        background-size: 14px 14px;
        content: "";
        display: inline-block;
        line-height: 1rem;
        width: 1rem;
        margin-left: .7rem;
        height: .7rem; }
    .accordion.secondary-nav-mobile li.accordion-item.is-active > .accordion-title::after {
      padding-top: 0;
      background: url("/wp-content/themes/Maria-College/assets/images/x-menu-gray.svg") center right;
      background-repeat: no-repeat;
      background-size: 14px 14px;
      height: .7rem;
      line-height: 1rem; }
    .accordion.secondary-nav-mobile li.accordion-item .accordion-content {
      border: none;
      padding: .5rem 1rem 1rem 1rem; }
      .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul {
        margin-bottom: 10px;
        margin-top: 10px; }
      .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav {
        list-style-type: none;
        margin: 0; }
        .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li {
          width: 100%;
          margin-bottom: .5rem;
          font-size: .95rem;
          line-height: 1.7rem; }
          @media print, screen and (min-width: 46.25em) {
            .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li {
              font-size: 1.1rem;
              line-height: 2rem; } }
          .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li a {
            color: #6B6B6B;
            font-family: "Open Sans", sans-serif;
            display: block;
            font-weight: 600; }
            @media print, screen and (min-width: 46.25em) {
              .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li a {
                font-weight: 700; } }
            .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li a:hover {
              color: #222222; }
          .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .children, .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .sub-menu {
            list-style-type: none;
            margin-left: 1.7rem;
            display: none; }
            .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .children a, .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .sub-menu a {
              font-weight: 400; }
            .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .children .current_page_item a, .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .sub-menu .current_page_item a {
              color: #60A89B; }
              .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .children .current_page_item a:hover, .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .sub-menu .current_page_item a:hover {
                color: #222222; }
            .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .children .children, .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .sub-menu .children {
              display: none; }
              .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .children .children a, .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .sub-menu .children a {
                font-weight: 400; }
              .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .children .children .current_page_item a, .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .sub-menu .children .current_page_item a {
                color: #60A89B; }
                .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .children .children .current_page_item a:hover, .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li .sub-menu .children .current_page_item a:hover {
                  color: #222222; }
          .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li.current_page_item.active > a {
            color: #60A89B; }
          .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li.current_page_parent .children, .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li.menu-item-has-children .sub-menu {
            display: block; }
            .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li.current_page_parent .children .children, .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li.menu-item-has-children .sub-menu .children {
              display: none; }
          .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li.current_page_ancestor .children {
            display: block; }
            .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li.current_page_ancestor .children .children {
              display: none; }
            .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li.current_page_ancestor .children .current_page_parent {
              display: block; }
              .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li.current_page_ancestor .children .current_page_parent .children {
                display: block; }
          .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li.page_item_has_children.current_page_item.active .children {
            display: block; }
            .accordion.secondary-nav-mobile li.accordion-item .accordion-content ul#menu-secondarynav li.page_item_has_children.current_page_item.active .children .children {
              display: none; }

ul.pagination li a {
  color: #5E6D87;
  padding: 0.1875rem 0.325rem; }

ul.pagination li.current {
  background-color: transparent; }
  ul.pagination li.current a {
    color: #444544; }
    ul.pagination li.current a:hover {
      background: #EAE7E1; }

a.page-numbers {
  color: #5E6D87; }

.page-numbers {
  padding: 0.1875rem 0.325rem; }
  .page-numbers current {
    color: #444544; }

.sidebar .widget_nav_menu ul.menu li.menu-item {
  display: inline-block;
  width: 100%; }

.top-bar {
  background-color: transparent; }
  .top-bar .menu .home a {
    font-size: 1rem;
    color: #B9B9B9; }
  .top-bar .menu a {
    color: #e6e6e6;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1; }
    .top-bar .menu a:hover:not(.button) {
      background-color: #42525D; }
  .top-bar .menu .active > a {
    background-color: #41525e; }
  .top-bar .menu > li:not(.menu-text) > a {
    padding: 1rem; }
  .top-bar .menu li:not(:last-child) {
    border-right: 1px solid #4e4e4e; }
  .top-bar .dropdown.menu .submenu {
    border: 0; }
  .top-bar .dropdown.menu .has-submenu.is-down-arrow a {
    padding-right: 1rem; }
  .top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
    border: 0; }
  .top-bar .dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
    display: none; }

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

.nav-previous, .nav-next {
  width: 45%;
  display: block;
  font-size: .8rem;
  line-height: 1rem; }
  .nav-previous a, .nav-next a {
    display: block; }

.nav-previous {
  float: left; }
  .nav-previous a:before {
    content: "<< ";
    display: block;
    float: left;
    margin-right: 5px; }

.nav-next {
  float: right;
  text-align: right; }
  .nav-next a:after {
    content: " >>";
    display: block;
    float: right;
    margin-left: 5px; }

.top-bar-left.mainNav {
  position: relative;
  margin: 0 auto;
  display: table;
  width: 100%;
  max-width: 110rem;
  float: left; }
  .top-bar-left.mainNav .top-bar-left.logo {
    position: absolute;
    width: 280px;
    height: 90px;
    z-index: 99; }
  .top-bar-left.mainNav #mega-menu-wrap-top-bar-r {
    clear: both;
    display: table-cell;
    vertical-align: bottom;
    background-color: #7E87A7; }
    .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r {
      padding: 0px 0px 0px 0px;
      height: 90px; }
      .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r li.mega-mainLogo {
        width: 20%;
        height: 90px; }
        .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r li.mega-mainLogo a {
          height: 90px !important;
          text-align: center; }
        .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r li.mega-mainLogo img {
          max-height: 70px;
          height: 100%;
          display: block; }
          @media print, screen and (min-width: 46.25em) {
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r li.mega-mainLogo img {
              width: 130px;
              margin: 18px auto 0; } }
          @media print, screen and (min-width: 64em) {
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r li.mega-mainLogo img {
              width: 220px;
              margin: 12px auto 0; } }
      .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item {
        vertical-align: bottom; }
        .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu {
          padding: 1rem 1rem .8rem 1rem;
          -webkit-box-shadow: 0px 9px 5px -5px rgba(0, 0, 0, 0.47);
          -moz-box-shadow: 0px 9px 5px -5px rgba(0, 0, 0, 0.47);
          box-shadow: 0px 9px 5px -5px rgba(0, 0, 0, 0.47);
          background-color: #FFFFFF; }
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu .textwidget p {
            font-size: .8rem;
            line-height: 1.1rem;
            color: #2C3146; }
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu .textwidget p a {
              font-size: .8rem !important;
              line-height: 1.1rem !important; }
            @media print, screen and (min-width: 64em) {
              .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu .textwidget p {
                font-size: .75rem;
                line-height: 1.1rem; }
                .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu .textwidget p a {
                  font-size: .85rem !important;
                  line-height: 1.1rem !important; } }
            @media screen and (min-width: 75em) {
              .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu .textwidget p {
                font-size: .8rem;
                line-height: 1.2rem; }
                .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu .textwidget p a {
                  font-size: 1rem !important;
                  line-height: 1.2rem !important; } }
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu .textwidget p strong {
            color: #5E6D87; }
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu .textwidget a {
            color: #6B6B6B;
            font-size: .9rem;
            line-height: 1rem; }
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu .textwidget a:hover {
              color: #222222; }
            @media print, screen and (min-width: 64em) {
              .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu .textwidget a {
                font-size: .85rem;
                line-height: .9rem; } }
            @media screen and (min-width: 75em) {
              .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu .textwidget a {
                font-size: 1rem;
                line-height: 1.2rem; } }
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-6 .textwidget,
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-16 .textwidget,
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-11 .textwidget,
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-19 .textwidget,
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-24 .textwidget,
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-29 .textwidget {
            font-size: .8rem;
            line-height: 1.3rem;
            color: #2C3146; }
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-6 .textwidget a,
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-16 .textwidget a,
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-11 .textwidget a,
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-19 .textwidget a,
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-24 .textwidget a,
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-29 .textwidget a {
              font-size: .8rem;
              line-height: 1.3rem;
              color: #4ca392;
              font-weight: 700; }
              .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-6 .textwidget a:hover,
              .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-16 .textwidget a:hover,
              .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-11 .textwidget a:hover,
              .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-19 .textwidget a:hover,
              .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-24 .textwidget a:hover,
              .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item-text-29 .textwidget a:hover {
                color: #2C3146; }
        @media print, screen and (min-width: 64em) {
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-menu-item-546 ul.mega-sub-menu li.widget_text:nth-of-type(5) .textwidget p a, .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-menu-item-547 ul.mega-sub-menu li.widget_text:nth-of-type(5) .textwidget p a {
            font-size: .75rem !important;
            line-height: 1.1rem !important; } }
        @media screen and (min-width: 75em) {
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-menu-item-546 ul.mega-sub-menu li.widget_text:nth-of-type(5) .textwidget p a, .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-menu-item-547 ul.mega-sub-menu li.widget_text:nth-of-type(5) .textwidget p a {
            font-size: .8rem !important;
            line-height: 1.2rem !important; } }
        @media print, screen and (min-width: 64em) {
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-menu-item-548 ul.mega-sub-menu li.widget_text:nth-of-type(2) .textwidget p a, .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-menu-item-550 ul.mega-sub-menu li.widget_text:nth-of-type(2) .textwidget p a, .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-menu-item-551 ul.mega-sub-menu li.widget_text:nth-of-type(2) .textwidget p a, .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-menu-item-552 ul.mega-sub-menu li.widget_text:nth-of-type(2) .textwidget p a {
            font-size: .75rem !important;
            line-height: 1.1rem !important; } }
        @media screen and (min-width: 75em) {
          .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-menu-item-548 ul.mega-sub-menu li.widget_text:nth-of-type(2) .textwidget p a, .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-menu-item-550 ul.mega-sub-menu li.widget_text:nth-of-type(2) .textwidget p a, .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-menu-item-551 ul.mega-sub-menu li.widget_text:nth-of-type(2) .textwidget p a, .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-menu-item-552 ul.mega-sub-menu li.widget_text:nth-of-type(2) .textwidget p a {
            font-size: .8rem !important;
            line-height: 1.2rem !important; } }
        .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item:nth-of-type(2) > ul.mega-sub-menu {
          padding: 1rem 1rem .8rem 4rem; }
        .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item:nth-of-type(3) > ul.mega-sub-menu {
          padding: 1rem 1rem .8rem 4rem; }
        .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item:nth-of-type(4) > ul.mega-sub-menu {
          padding: 1rem 4rem .8rem 1rem; }
        .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item:nth-of-type(6) > ul.mega-sub-menu {
          padding: 1rem 4rem .8rem 1rem; }
        .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > a.mega-menu-link {
          font-family: "Merriweather", serif;
          font-weight: 400;
          letter-spacing: -0.02em;
          color: #FFFFFF;
          padding: 1rem;
          height: 50px; }
          @media print, screen and (min-width: 46.25em) {
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > a.mega-menu-link {
              font-size: .85rem;
              line-height: 1rem; } }
          @media print, screen and (min-width: 64em) {
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > a.mega-menu-link {
              font-size: .9rem;
              line-height: 1.2rem; } }
          @media screen and (min-width: 75em) {
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > a.mega-menu-link {
              font-size: 1rem;
              line-height: 1.3rem; } }
          @media screen and (min-width: 90em) {
            .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > a.mega-menu-link {
              font-size: 1.2rem;
              line-height: 1.5rem; } }
        .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item:hover > a.mega-menu-link {
          background-color: #A3A9BF; }
      .top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item-has-children > a.mega-menu-link:after {
        display: none; }

body.page-template-page-landing-page .header-wrapper {
  background-color: #7E87A7; }
  body.page-template-page-landing-page .header-wrapper .site-header.lp_version {
    max-width: none;
    margin: 0 auto;
    padding: 1rem;
    overflow: hidden;
    position: relative; }
    body.page-template-page-landing-page .header-wrapper .site-header.lp_version .visitMain {
      display: block;
      width: auto;
      background-image: url("/wp-content/themes/Maria-College/assets/images/feature-arrow-left-v2.gif");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 25px 25px;
      background-color: #66b3a5;
      position: absolute;
      top: 1rem;
      right: 1rem; }
      body.page-template-page-landing-page .header-wrapper .site-header.lp_version .visitMain:hover {
        background-color: #4ca392;
        cursor: hand; }
      body.page-template-page-landing-page .header-wrapper .site-header.lp_version .visitMain a {
        display: block;
        padding: 4px 8px 4px 25px;
        color: #FFFFFF;
        font-size: .8rem; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-landing-page .header-wrapper .site-header.lp_version .visitMain {
          float: left;
          position: relative;
          top: auto;
          right: auto; } }
    body.page-template-page-landing-page .header-wrapper .site-header.lp_version .logo {
      display: block;
      margin: 0 auto;
      float: left;
      width: 150px;
      height: 60px;
      max-width: 45%; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-landing-page .header-wrapper .site-header.lp_version .logo {
          float: none;
          width: 190px;
          height: 75px;
          max-width: none; } }
    body.page-template-page-landing-page .header-wrapper .site-header.lp_version .address-head {
      display: block;
      margin: 0 1rem 1rem 1rem;
      position: absolute;
      bottom: 0;
      right: 0;
      max-width: 45%; }
      body.page-template-page-landing-page .header-wrapper .site-header.lp_version .address-head p {
        color: #FFFFFF;
        font-size: .85rem;
        line-height: 1rem;
        margin: 0; }
        body.page-template-page-landing-page .header-wrapper .site-header.lp_version .address-head p.line-one {
          display: none;
          text-align: right; }
          @media print, screen and (min-width: 46.25em) {
            body.page-template-page-landing-page .header-wrapper .site-header.lp_version .address-head p.line-one {
              display: block;
              text-align: left; } }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-landing-page .header-wrapper .site-header.lp_version .address-head {
          float: right;
          position: relative;
          bottom: auto;
          right: auto;
          max-width: none; } }
.footer-container {
  max-width: 100%;
  background-color: #6e7590;
  width: 100%;
  margin: 0 auto;
  float: left;
  display: block;
  clear: both;
  padding: 1rem 1rem 1rem; }
  @media print, screen and (min-width: 46.25em) {
    .footer-container {
      padding: 2rem 2rem 1rem; } }
  @media print, screen and (min-width: 64em) {
    .footer-container {
      padding: 3rem 2rem 1rem; } }
  .footer-container .site-info {
    margin-bottom: 2rem;
    text-align: center; }
    .footer-container .site-info p {
      font-size: .8rem;
      line-height: 1rem;
      color: #FFFFFF; }
  .footer-container .footer {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1.875rem 0 0;
    padding-top: 0; }
    .footer-container .footer::before, .footer-container .footer::after {
      display: table;
      content: ' '; }
    .footer-container .footer::after {
      clear: both; }
    .footer-container .footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .footer-container .footer .widget {
      min-height: 199px;
      width: 50%; }
      @media print, screen and (min-width: 46.25em) {
        .footer-container .footer .widget {
          width: 25%; } }
      @media print, screen and (min-width: 64em) {
        .footer-container .footer .widget {
          width: 16.66%; } }
      .footer-container .footer .widget h6 {
        display: none; }
      .footer-container .footer .widget p, .footer-container .footer .widget a {
        font-size: .9rem;
        line-height: 1.1rem;
        color: #FFFFFF; }
      .footer-container .footer .widget a:hover {
        text-decoration: underline; }
      .footer-container .footer .widget:first-of-type {
        height: auto !important;
        min-height: auto;
        width: 100%;
        margin: 0 0 2rem 0;
        padding-bottom: .5rem;
        border-bottom: 1px #FFFFFF dotted; }
        .footer-container .footer .widget:first-of-type p {
          text-align: center; }
        .footer-container .footer .widget:first-of-type img {
          max-width: 200px; }
        @media print, screen and (min-width: 46.25em) {
          .footer-container .footer .widget:first-of-type {
            width: 100%;
            margin: 0 0 2rem 0; }
            .footer-container .footer .widget:first-of-type .textwidget {
              display: block;
              width: 500px;
              margin: 0 auto; }
              .footer-container .footer .widget:first-of-type .textwidget img {
                float: left;
                margin-left: 1rem;
                margin-bottom: 2rem; } }
        @media print, screen and (min-width: 64em) {
          .footer-container .footer .widget:first-of-type {
            margin: 0;
            margin-right: 6%;
            padding: 0;
            width: 20%;
            border: none; }
            .footer-container .footer .widget:first-of-type .textwidget {
              display: block;
              width: 100%;
              margin: 0 auto; }
              .footer-container .footer .widget:first-of-type .textwidget img {
                float: none;
                margin-left: 0;
                margin-bottom: 0; } }
      .footer-container .footer .widget:last-of-type {
        display: block;
        height: auto !important;
        min-height: auto;
        float: left;
        width: 100%;
        margin: 0; }
        .footer-container .footer .widget:last-of-type ul {
          text-align: center; }
        @media print, screen and (min-width: 64em) {
          .footer-container .footer .widget:last-of-type {
            margin-top: 3rem; } }
      .footer-container .footer .widget .alignleft {
        float: none;
        margin: 0 auto 20px;
        display: block;
        clear: both; }
        @media print, screen and (min-width: 46.25em) {
          .footer-container .footer .widget .alignleft {
            float: left;
            margin: 0 0 55px 0;
            display: inline-block;
            clear: none; } }
.sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding: 0 3rem; }
  @media print, screen and (min-width: 46.25em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .sidebar {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 46.25em) {
    .sidebar {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-top: 1rem;
      padding: 0 3rem !important; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    .sidebar {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 46.25em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 64em) {
    .sidebar {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-top: 1rem;
      padding: 0 1.5rem !important; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .sidebar {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }
@media print, screen and (min-width: 64em) {
  body.single-stories .sidebar {
    margin-top: 3rem; } }

body.alumni-template-default .sidebarNav .addthis_tool {
  display: none !important; }

body.post-type-archive-tribe_events #page .sidebar {
  display: none; }
  @media print, screen and (min-width: 46.25em) {
    body.post-type-archive-tribe_events #page .sidebar {
      display: block; } }
@media screen and (max-width: 63.9375em) {
  .secondaryNav.Sidebar {
    display: none !important; } }

.secondaryNav.Sidebar ul#menu-archive-sidebar li > a, .secondaryNav.Sidebar ul#menu-archive-sidebar-1 li > a {
  color: #6B6B6B;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  display: block;
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.2rem; }
  .secondaryNav.Sidebar ul#menu-archive-sidebar li > a:hover, .secondaryNav.Sidebar ul#menu-archive-sidebar-1 li > a:hover {
    color: #222222; }

.secondaryNav.Sidebar ul#menu-secondarynav {
  list-style-type: none;
  margin: 0; }
  .secondaryNav.Sidebar ul#menu-secondarynav li {
    width: 100%;
    line-height: 1.3rem; }
    .secondaryNav.Sidebar ul#menu-secondarynav li a {
      color: #6B6B6B;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      display: block;
      margin-bottom: 1rem;
      font-size: 1rem;
      line-height: 1.2rem; }
      .secondaryNav.Sidebar ul#menu-secondarynav li a:hover {
        color: #222222; }
    .secondaryNav.Sidebar ul#menu-secondarynav li .current_page_ancestor a, .secondaryNav.Sidebar ul#menu-secondarynav li .current_page_parent a, .secondaryNav.Sidebar ul#menu-secondarynav li .current_page_item a, .secondaryNav.Sidebar ul#menu-secondarynav li .current_page_item.active a {
      color: #4ca392; }
    .secondaryNav.Sidebar ul#menu-secondarynav li .children, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu {
      margin-left: 1rem;
      list-style-type: none;
      display: none; }
      @media print, screen and (min-width: 46.25em) {
        .secondaryNav.Sidebar ul#menu-secondarynav li .children, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu {
          margin-left: 1.1rem; } }
      @media print, screen and (min-width: 64em) {
        .secondaryNav.Sidebar ul#menu-secondarynav li .children, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu {
          margin-left: 1.4rem; } }
      .secondaryNav.Sidebar ul#menu-secondarynav li .children a, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu a {
        font-weight: 400;
        line-height: 1.2rem;
        margin-bottom: .6rem;
        font-size: .95rem; }
      .secondaryNav.Sidebar ul#menu-secondarynav li .children .current_page_item a, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu .current_page_item a {
        color: #60A89B; }
        .secondaryNav.Sidebar ul#menu-secondarynav li .children .current_page_item a:hover, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu .current_page_item a:hover {
          color: #222222; }
      .secondaryNav.Sidebar ul#menu-secondarynav li .children .children, .secondaryNav.Sidebar ul#menu-secondarynav li .children .sub-menu, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu .children, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu .sub-menu {
        display: none;
        color: #6B6B6B; }
        .secondaryNav.Sidebar ul#menu-secondarynav li .children .children .current_page_item a, .secondaryNav.Sidebar ul#menu-secondarynav li .children .sub-menu .current_page_item a, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu .children .current_page_item a, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu .sub-menu .current_page_item a {
          color: #60A89B; }
          .secondaryNav.Sidebar ul#menu-secondarynav li .children .children .current_page_item a:hover, .secondaryNav.Sidebar ul#menu-secondarynav li .children .sub-menu .current_page_item a:hover, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu .children .current_page_item a:hover, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu .sub-menu .current_page_item a:hover {
            color: #222222; }
        .secondaryNav.Sidebar ul#menu-secondarynav li .children .children a, .secondaryNav.Sidebar ul#menu-secondarynav li .children .sub-menu a, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu .children a, .secondaryNav.Sidebar ul#menu-secondarynav li .sub-menu .sub-menu a {
          color: #6B6B6B; }
    .secondaryNav.Sidebar ul#menu-secondarynav li.current_page_parent .children, .secondaryNav.Sidebar ul#menu-secondarynav li.menu-item-has-children .sub-menu {
      display: block; }
      .secondaryNav.Sidebar ul#menu-secondarynav li.current_page_parent .children .children, .secondaryNav.Sidebar ul#menu-secondarynav li.menu-item-has-children .sub-menu .children {
        display: none; }
    .secondaryNav.Sidebar ul#menu-secondarynav li.current_page_ancestor .children {
      display: block; }
      .secondaryNav.Sidebar ul#menu-secondarynav li.current_page_ancestor .children .children {
        display: none; }
      .secondaryNav.Sidebar ul#menu-secondarynav li.current_page_ancestor .children .current_page_parent {
        display: block; }
        .secondaryNav.Sidebar ul#menu-secondarynav li.current_page_ancestor .children .current_page_parent .children {
          display: block; }
    .secondaryNav.Sidebar ul#menu-secondarynav li.current_page_item.active > a {
      color: #60A89B; }
      .secondaryNav.Sidebar ul#menu-secondarynav li.current_page_item.active > a .children a {
        color: #6B6B6B; }
    .secondaryNav.Sidebar ul#menu-secondarynav li.page_item_has_children.current_page_item.active > a {
      margin-bottom: .5rem;
      color: #4ca392; }
    .secondaryNav.Sidebar ul#menu-secondarynav li.page_item_has_children.current_page_item.active .children {
      display: block; }
      .secondaryNav.Sidebar ul#menu-secondarynav li.page_item_has_children.current_page_item.active .children .children {
        display: none; }

body.page-template-page-alumni .secondaryNav.Sidebar ul#menu-secondarynav li.page_item_has_children.current_page_item.active .children {
  display: none !important; }

.sidebarQuote {
  display: block;
  width: 100%;
  float: left;
  background-color: #4ca392;
  padding: 1rem 1rem .2rem 1rem; }
  @media print, screen and (min-width: 46.25em) {
    .sidebarQuote {
      padding: 1rem 1rem .2rem 1rem; } }
  @media print, screen and (min-width: 64em) {
    .sidebarQuote {
      padding: 1rem 1.5rem .2rem 1.5rem; } }
  .sidebarQuote p {
    color: #FFFFFF;
    font-family: "Merriweather", serif;
    font-weight: 200;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3rem; }
    @media print, screen and (min-width: 64em) {
      .sidebarQuote p {
        font-size: 1.2rem;
        line-height: 1.8rem; } }
.sidebarButtons {
  margin-top: 3rem;
  max-width: 300px; }
  .sidebarButtons .button {
    border-radius: 0;
    margin: 0 0 .3rem 0;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    padding: 10px 10px 10px 13px;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: #6e7590; }
    .sidebarButtons .button::before {
      display: block;
      content: "";
      width: 18px;
      height: 18px;
      float: right;
      background: url("/wp-content/themes/Maria-College/assets/images/button-arrow.svg") center right;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      margin-top: 4px; }
      @media print, screen and (min-width: 46.25em) {
        .sidebarButtons .button::before {
          width: 15px;
          height: 15px;
          background-size: 15px 15px;
          margin-top: 2px; } }
    .sidebarButtons .button:hover {
      background-color: #5E6D87; }
    @media print, screen and (min-width: 46.25em) {
      .sidebarButtons .button {
        font-size: .8rem;
        line-height: 1rem; } }
.sidebarEvents {
  margin: 2rem 0 3rem; }
  .sidebarEvents .tribe-events-list-widget h3.widget-title {
    font-size: 1.1rem;
    line-height: 1.8rem;
    color: #5E6D87;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .sidebarEvents .tribe-events-list-widget .more, .sidebarEvents .tribe-events-list-widget .more a, .sidebarEvents .tribe-events-list-widget .tribe-events-widget-link, .sidebarEvents .tribe-events-list-widget .tribe-events-widget-link a {
    text-transform: uppercase;
    font-weight: 700;
    color: #4ca392;
    font-size: .6rem;
    line-height: .8rem;
    clear: both;
    float: none;
    display: block;
    margin-top: .5rem; }
    .sidebarEvents .tribe-events-list-widget .more:hover, .sidebarEvents .tribe-events-list-widget .more a:hover, .sidebarEvents .tribe-events-list-widget .tribe-events-widget-link:hover, .sidebarEvents .tribe-events-list-widget .tribe-events-widget-link a:hover {
      color: #2C3146; }
  .sidebarEvents .tribe-events-list-widget ul {
    list-style-type: none;
    margin: 0 0 1rem 0; }
    .sidebarEvents .tribe-events-list-widget ul li, .sidebarEvents .tribe-events-list-widget ul li.type-tribe_events {
      margin: 0 0 1.1rem 0;
      padding: 0; }
  .sidebarEvents .tribe-events-list-widget .tribe-event-time, .sidebarEvents .tribe-events-list-widget .tribe-event-date {
    color: #6B6B6B;
    font-size: 1rem;
    line-height: 1.4rem; }
    @media print, screen and (min-width: 46.25em) {
      .sidebarEvents .tribe-events-list-widget .tribe-event-time, .sidebarEvents .tribe-events-list-widget .tribe-event-date {
        font-size: .85rem;
        line-height: 1.4rem; } }
  .sidebarEvents .tribe-events-list-widget .tribe-event-date {
    margin-bottom: .1rem;
    color: #222222;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4rem; }
    @media print, screen and (min-width: 46.25em) {
      .sidebarEvents .tribe-events-list-widget .tribe-event-date {
        font-size: .85rem;
        line-height: 1.4rem; } }
  .sidebarEvents .tribe-events-list-widget .tribe-event-title {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.4rem; }
    @media print, screen and (min-width: 46.25em) {
      .sidebarEvents .tribe-events-list-widget .tribe-event-title {
        font-size: .85rem;
        line-height: 1.4rem; } }
    .sidebarEvents .tribe-events-list-widget .tribe-event-title a {
      font-weight: 400;
      color: #6B6B6B; }
      .sidebarEvents .tribe-events-list-widget .tribe-event-title a:hover {
        color: #5E6D87; }

.sidebarLinks {
  margin-top: .5rem;
  max-width: 300px; }
  .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent {
    border-radius: 0;
    border: 2px #6e7590 solid;
    margin: 0 0 .3rem 0;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .5rem; }
    .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent a {
      padding: 10px 8px 10px 11px;
      color: #6e7590; }
      .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent a:hover {
        color: #5E6D87; }
    .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent > a::after {
      background: url("/wp-content/themes/Maria-College/assets/images/down-arrow-gray.svg") center right;
      background-repeat: no-repeat;
      background-size: 17px 14px;
      content: "";
      display: inline-block;
      line-height: 1rem;
      width: 2rem;
      margin-left: .7rem;
      margin-top: -9px;
      right: .5rem;
      height: 1rem;
      border-color: transparent; }
    @media print, screen and (min-width: 46.25em) {
      .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent {
        font-size: .8rem;
        line-height: 1rem; } }
    .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu {
      margin-left: 0;
      padding-bottom: 12px; }
      .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-submenu-item {
        font-size: .9rem;
        line-height: 1.2rem;
        font-family: "Open Sans", sans-serif; }
        .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-submenu-item:first-of-type {
          border-top: 2px #6e7590 solid; }
          .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-submenu-item:first-of-type a {
            padding-top: 18px; }
        @media print, screen and (min-width: 46.25em) {
          .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-submenu-item {
            font-size: .75rem;
            line-height: 1.2rem; } }
        @media print, screen and (min-width: 64em) {
          .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-submenu-item {
            font-size: .85rem;
            line-height: 1.3rem; } }
        .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-submenu-item a {
          color: #6B6B6B;
          text-transform: none;
          padding: 8px 8px 8px 11px; }
          .sidebarLinks ul.accordion-menu li.is-accordion-submenu-parent ul.is-accordion-submenu li.is-submenu-item a:hover {
            color: #222222; }
  .sidebarLinks ul.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    transform-origin: 55% 60%; }

.sidebarContacts {
  margin-top: 3rem; }
  .sidebarContacts .entry.contacts {
    margin-bottom: 3rem;
    width: 100%; }
    @media print, screen and (min-width: 46.25em) {
      .sidebarContacts .entry.contacts {
        width: 50%;
        float: left; } }
    @media print, screen and (min-width: 64em) {
      .sidebarContacts .entry.contacts {
        width: 100%; } }
    .sidebarContacts .entry.contacts .image {
      display: table;
      width: 100%; }
      .sidebarContacts .entry.contacts .image .contactImage {
        display: table-cell;
        width: 120px;
        overflow: hidden; }
        .sidebarContacts .entry.contacts .image .contactImage a {
          display: block; }
        .sidebarContacts .entry.contacts .image .contactImage img {
          transition: transform .5s;
          -webkit-transition: transform .5s;
          max-width: 120px; }
          .sidebarContacts .entry.contacts .image .contactImage img:hover {
            transform: scale(1.05); }
      .sidebarContacts .entry.contacts .image .contactBioLink {
        display: table-cell;
        width: auto;
        vertical-align: bottom;
        padding-left: 15px; }
        .sidebarContacts .entry.contacts .image .contactBioLink:hover {
          opacity: .8; }
        .sidebarContacts .entry.contacts .image .contactBioLink a {
          font-family: "Open Sans", sans-serif;
          text-transform: uppercase;
          font-size: .75rem;
          line-height: 1rem;
          color: #5E6D87;
          font-weight: 700;
          margin: 0;
          display: block; }
          .sidebarContacts .entry.contacts .image .contactBioLink a::before {
            background: url("/wp-content/themes/Maria-College/assets/images/bio-button.svg") center center;
            background-repeat: no-repeat;
            background-size: 25px 25px;
            display: block;
            content: "";
            height: 25px;
            width: 25px;
            margin: 0 0 3px 20px; }
    .sidebarContacts .entry.contacts .text {
      width: 100%;
      display: block;
      margin-top: 10px; }
      .sidebarContacts .entry.contacts .text .container p {
        font-size: .9rem;
        line-height: 1.2rem;
        color: #6B6B6B;
        font-family: "Open Sans", sans-serif; }
        @media print, screen and (min-width: 46.25em) {
          .sidebarContacts .entry.contacts .text .container p {
            font-size: .75rem;
            line-height: 1.2rem; } }
        @media print, screen and (min-width: 64em) {
          .sidebarContacts .entry.contacts .text .container p {
            font-size: .85rem;
            line-height: 1.3rem; } }
.sidebarHours h4 {
  color: #6e7590;
  font-size: .9rem;
  line-height: 1rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase; }

.sidebarHours p {
  font-size: .9rem;
  line-height: 1.2rem;
  color: #6B6B6B;
  font-family: "Open Sans", sans-serif; }
  @media print, screen and (min-width: 46.25em) {
    .sidebarHours p {
      font-size: .75rem;
      line-height: 1.2rem; } }
  @media print, screen and (min-width: 64em) {
    .sidebarHours p {
      font-size: .85rem;
      line-height: 1.3rem; } }
.sidebarHours table tbody tr {
  background-color: transparent !important; }
  .sidebarHours table tbody tr td {
    padding: 0 0 .5rem 0; }
    .sidebarHours table tbody tr td p {
      margin: 0; }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

.button-group {
  color: #FFFFFF; }

.button {
  background: #569ED5;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  padding: 10px 40px;
  margin: 0 auto;
  display: block;
  color: #FFFFFF; }

.button,
.button.primary {
  background-color: #666F94; }

.button.secondary {
  background-color: #4ca392; }

.button.hollow,
.button.primary.hollow {
  border-color: #666F94; }

.button.secondary.hollow {
  border-color: #4ca392; }

.button.hollow {
  color: #222222 !important;
  background-color: transparent; }

.flex-card-wrapper {
  width: 100%;
  align-content: flex-start;
  justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column; }
  @media print, screen and (min-width: 46.25em) {
    .flex-card-wrapper {
      flex-direction: row;
      -webkit-flex-direction: row; } }
  .flex-card-wrapper .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    -webkit-flex: 0 0 100%; }
    .flex-card-wrapper .card img {
      width: 100%; }
    @media print, screen and (min-width: 46.25em) {
      .flex-card-wrapper .card {
        width: 33%;
        margin: 1rem 0;
        -webkit-flex: 0 0 33%; } }
    .flex-card-wrapper .card .card-content {
      padding: 1rem; }

#featured-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem; }
  @media print, screen and (min-width: 46.25em) {
    #featured-hero {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    #featured-hero {
      height: 25rem; } }
.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus
[data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

.front-hero {
  overflow: hidden;
  position: relative;
  position: relative;
  background-size: cover;
  background-position: center;
  margin: 0 0 0;
  position: relative;
  text-align: left; }
  .front-hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .front-hero > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media print, screen and (min-width: 46.25em) {
    .front-hero {
      position: relative; }
      .front-hero:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .front-hero > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media screen and (min-width: 90em) {
    .front-hero {
      position: relative; }
      .front-hero:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 42.8571428571%; }
      .front-hero > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  .front-hero .wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    display: block;
    max-width: 110rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.9375rem 0; }
    @media print, screen and (min-width: 46.25em) {
      .front-hero .wrapper {
        padding: 0.9375rem 0; } }
    @media print, screen and (min-width: 64em) {
      .front-hero .wrapper {
        padding: 0.9375rem 0; } }
  .front-hero .watch-video {
    position: absolute;
    top: 45%;
    width: 100%; }
    .front-hero .watch-video a {
      border: 1px #ffffff solid;
      background-color: rgba(0, 0, 0, 0.6);
      font-size: 15px;
      font-weight: 600;
      color: #ffffff;
      padding: 5px 20px;
      text-transform: uppercase;
      display: block;
      margin: 0 auto;
      max-width: 160px;
      min-width: 160px;
      text-align: center; }
      .front-hero .watch-video a:hover {
        color: #4ca392;
        border-color: #4ca392; }
    .front-hero .watch-video.topright {
      top: 40px; }
      .front-hero .watch-video.topright a {
        margin: 0 7% 0 0;
        float: right; }
    .front-hero .watch-video.ctaBut {
      top: auto; }
      .front-hero .watch-video.ctaBut .ctaButLink {
        text-align: left;
        background-color: #8bdcc2;
        border: none;
        color: #424244;
        padding: 5px 35px 5px 10px;
        background-image: url("/wp-content/themes/Maria-College/assets/images/feature-arrow-right.gif");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 28px; }
        .front-hero .watch-video.ctaBut .ctaButLink:hover {
          background-color: #54a289;
          color: #FFFFFF; }
      @media print, screen and (min-width: 46.25em) {
        .front-hero .watch-video.ctaBut {
          top: 40px; } }
    .front-hero .watch-video.apply {
      bottom: 65px; }
      @media print, screen and (min-width: 46.25em) {
        .front-hero .watch-video.apply {
          top: 86px;
          bottom: auto; } }
    .front-hero .watch-video.request {
      bottom: 20px; }
      @media print, screen and (min-width: 46.25em) {
        .front-hero .watch-video.request {
          top: 132px;
          bottom: auto; } }
  .front-hero .heroFeatures {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    display: none; }
    @media print, screen and (min-width: 46.25em) {
      .front-hero .heroFeatures {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .front-hero .heroFeatures {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    .front-hero .heroFeatures:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      .front-hero .heroFeatures {
        width: 33.3333333333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        display: block; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .front-hero .heroFeatures {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    .front-hero .heroFeatures {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        .front-hero .heroFeatures:last-child:not(:first-child) {
          float: right; } }
    @media print, screen and (min-width: 64em) {
      .front-hero .heroFeatures {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding-right: 4rem !important; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .front-hero .heroFeatures {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .front-hero .heroFeatures {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 64em) {
        .front-hero .heroFeatures:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 75em) {
      .front-hero .heroFeatures {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding-right: 8rem !important; } }
  @media screen and (min-width: 75em) and (min-width: 46.25em) {
    .front-hero .heroFeatures {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 75em) and (min-width: 64em) {
    .front-hero .heroFeatures {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media screen and (min-width: 75em) {
        .front-hero .heroFeatures:last-child:not(:first-child) {
          float: right; } }
    .front-hero .heroFeatures .wrapper {
      background-color: rgba(72, 71, 71, 0.78);
      padding: 20px;
      height: auto;
      margin: 0;
      max-width: none;
      width: auto;
      position: relative;
      top: auto;
      left: auto;
      transform: none; }
    .front-hero .heroFeatures a {
      color: #FFFFFF;
      font-family: "Open Sans", sans-serif;
      font-size: .85rem;
      line-height: 1rem;
      margin-bottom: 15px;
      display: block; }
      .front-hero .heroFeatures a:hover {
        text-decoration: underline; }
      .front-hero .heroFeatures a .moreLink {
        color: #A3A9BF;
        text-transform: uppercase;
        font-size: .3rem; }
    .front-hero .heroFeatures h5 {
      color: #A3A9BF;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      font-size: .85rem;
      line-height: 1rem;
      font-weight: 700;
      margin: 0px; }
  .front-hero .marketing {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      .front-hero .marketing {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .front-hero .marketing {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    .front-hero .marketing:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      .front-hero .marketing {
        width: 33.3333333333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .front-hero .marketing {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    .front-hero .marketing {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        .front-hero .marketing:last-child:not(:first-child) {
          float: right; } }
    @media print, screen and (min-width: 64em) {
      .front-hero .marketing {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .front-hero .marketing {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .front-hero .marketing {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 64em) {
        .front-hero .marketing:last-child:not(:first-child) {
          float: right; } }
  @media print, screen and (min-width: 46.25em) {
    .front-hero {
      background-size: cover;
      background-position: center;
      margin: 0 0 0; } }
  @media print, screen and (min-width: 64em) {
    .front-hero {
      background-size: cover;
      background-position: center;
      margin: 0 0 0; } }
  .front-hero h1, .front-hero body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .front-hero h2 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 200;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 3rem;
    /* offset-x | offset-y | blur-radius | color */
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 2.2rem;
    line-height: 3rem; }
    @media print, screen and (min-width: 46.25em) {
      .front-hero h1, .front-hero body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .front-hero h2 {
        font-size: 4rem;
        line-height: 3rem; } }
  .front-hero h4 {
    color: #fefefe;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: .55rem;
    text-transform: uppercase;
    margin-left: 19px;
    margin-right: 15px;
    /* offset-x | offset-y | blur-radius | color */
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6); }
  .front-hero .download {
    margin-top: 1.25rem; }

body.logged-in .front-hero .watch-video {
  display: block; }

.tagline {
  float: none;
  width: 100%;
  position: absolute;
  bottom: 8%;
  right: 0;
  display: block;
  text-align: right;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: none; }
  @media print, screen and (min-width: 46.25em) {
    .tagline {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .tagline {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  .tagline:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 46.25em) {
    .tagline {
      width: 33.3333333333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding-top: 6rem;
      float: none;
      display: block;
      max-width: 18rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .tagline {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    .tagline {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 46.25em) {
      .tagline:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 64em) {
    .tagline {
      width: 33.3333333333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 20rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .tagline {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .tagline {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
      .tagline:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 75em) {
    .tagline {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 22rem; } }
  @media screen and (min-width: 75em) and (min-width: 46.25em) {
    .tagline {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 75em) and (min-width: 64em) {
    .tagline {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media screen and (min-width: 75em) {
      .tagline:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 90em) {
    .tagline {
      width: 41.6666666667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 25rem; } }
  @media screen and (min-width: 90em) and (min-width: 46.25em) {
    .tagline {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 90em) and (min-width: 64em) {
    .tagline {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media screen and (min-width: 90em) {
      .tagline:last-child:not(:first-child) {
        float: right; } }
  .tagline img {
    width: 100%;
    height: auto;
    display: block; }
  .tagline.mobile {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: none;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    background-color: #8a91ad;
    margin-bottom: 3rem;
    display: block; }
    @media print, screen and (min-width: 46.25em) {
      .tagline.mobile {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .tagline.mobile {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    .tagline.mobile:last-child:not(:first-child) {
      float: right; }
    .tagline.mobile img {
      max-width: 70%; }
    @media print, screen and (min-width: 46.25em) {
      .tagline.mobile {
        display: none; } }
    @media print, screen and (min-width: 64em) {
      .tagline.mobile {
        display: none; } }
.intro {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 2.5rem 0 1.25rem; }
  .intro::before, .intro::after {
    display: table;
    content: ' '; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    .intro .fp-intro h2 {
      font-weight: 300;
      margin-bottom: 1.5rem; }
    .intro .fp-intro h3 {
      font-family: "Open Sans", sans-serif;
      font-weight: 700; }
    .intro .fp-intro h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777;
      margin-bottom: 2rem; }
    .intro .fp-intro p {
      color: #6B6B6B;
      font-size: 1.08rem;
      line-height: 1.9rem;
      font-family: "Merriweather", serif; }
    @media print, screen and (min-width: 46.25em) {
      .intro .fp-intro {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .intro .fp-intro {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      .intro .fp-intro {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .intro .fp-intro {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    .intro .fp-intro {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; } }
    @media print, screen and (min-width: 64em) {
      .intro .fp-intro {
        width: 66.6666666667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        margin-left: 16.6666666667%; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .intro .fp-intro {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .intro .fp-intro {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 64em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; } }
.section-divider {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .section-divider::before, .section-divider::after {
    display: table;
    content: ' '; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    box-sizing: border-box; }
    @media print, screen and (min-width: 46.25em) {
      .section-divider hr {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .section-divider hr {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    display: table;
    content: ' '; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      .benefits header {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .benefits header {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3,
    .benefits .responsive h3,
    .benefits .customizable h3,
    .benefits .professional h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      display: table;
      content: ' '; }
    .benefits .why-foundation::after {
      clear: both; }
    @media print, screen and (min-width: 46.25em) {
      .benefits .why-foundation {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .benefits .why-foundation {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

.mobileFeatureBoxes {
  margin: 0 0 0 0;
  padding: 0 0 2rem 0;
  display: block;
  background-color: #FFFFFF; }
  @media print, screen and (min-width: 46.25em) {
    .mobileFeatureBoxes {
      display: none; } }
  @media print, screen and (min-width: 64em) {
    .mobileFeatureBoxes {
      display: none; } }
  .mobileFeatureBoxes .orbit-previous, .mobileFeatureBoxes .orbit-next {
    top: 40%;
    opacity: 0;
    font-size: 100px;
    line-height: 114px;
    font-family: "Open Sans", sans-serif;
    font-weight: 200; }
  .mobileFeatureBoxes .orbit-previous:hover,
  .mobileFeatureBoxes .orbit-next:hover,
  .mobileFeatureBoxes .orbit-previous:active,
  .mobileFeatureBoxes .orbit-next:active,
  .mobileFeatureBoxes .orbit-previous:focus,
  .mobileFeatureBoxes .orbit-next:focus {
    background-color: transparent;
    opacity: .6; }
  .mobileFeatureBoxes .orbit-bullets {
    margin: 0; }
    .mobileFeatureBoxes .orbit-bullets button {
      width: .5rem;
      height: .5rem;
      background-color: #6e7590; }
      .mobileFeatureBoxes .orbit-bullets button.is-active {
        background-color: #D59419; }

.mobileUnderFeatures {
  background-color: #FFFFFF;
  text-align: center;
  display: block; }
  .mobileUnderFeatures .mobileSection .wrapper {
    background-color: #6e7590;
    padding: 1rem 2rem 2.1rem; }
  .mobileUnderFeatures .mobileSection h4 {
    font-family: "Open Sans", sans-serif;
    margin: 0 0 2rem 0;
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: -0.03rem;
    color: #82D1C3;
    font-weight: 700;
    text-transform: uppercase; }
  .mobileUnderFeatures .mobileSection p {
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 20px; }
    .mobileUnderFeatures .mobileSection p a {
      color: #FFFFFF;
      border-bottom: 1px #FFFFFF solid;
      padding-bottom: 9px;
      cursor: pointer; }
      .mobileUnderFeatures .mobileSection p a:hover {
        text-decoration: none;
        cursor: pointer; }
  @media print, screen and (min-width: 46.25em) {
    .mobileUnderFeatures {
      display: none; } }
  @media print, screen and (min-width: 64em) {
    .mobileUnderFeatures {
      display: none; } }
.flex-card-layout {
  width: 100%;
  align-content: flex-start;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  max-width: none;
  margin: 0 auto;
  border: none; }
  .flex-card-layout.desktop {
    display: none; }
    @media print, screen and (min-width: 46.25em) {
      .flex-card-layout.desktop {
        display: flex;
        display: -webkit-flex;
        border: 1px #FFFFFF solid; } }
    @media print, screen and (min-width: 64em) {
      .flex-card-layout.desktop {
        display: flex;
        display: -webkit-flex;
        border: 1px #FFFFFF solid; } }
  .flex-card-layout .orbit-slide.hide {
    display: none !important; }
  @media print, screen and (min-width: 46.25em) {
    .flex-card-layout {
      flex-direction: row;
      -webkit-flex-direction: row; } }
  .flex-card-layout .card {
    position: relative;
    margin: 0;
    flex: 1 0 auto;
    width: 100%;
    -webkit-flex: 0 0 100%;
    border: none; }
    .flex-card-layout .card.hidden {
      display: none; }
    .flex-card-layout .card img {
      width: 100%; }
    .flex-card-layout .card.hidden {
      display: none; }
    @media print, screen and (min-width: 46.25em) {
      .flex-card-layout .card {
        width: 33.333%;
        -webkit-flex: 0 0 33.333%;
        border: 2px #FFFFFF solid; }
        .flex-card-layout .card.hidden {
          display: block; } }
    @media print, screen and (min-width: 64em) {
      .flex-card-layout .card {
        width: 25%;
        -webkit-flex: 0 0 25%;
        border: 2px #FFFFFF solid; }
        .flex-card-layout .card.hidden {
          display: none; } }
    .flex-card-layout .card .content {
      padding: 0 1rem;
      width: 100%; }
      .flex-card-layout .card .content h3, .flex-card-layout .card .content p {
        color: #FFFFFF;
        font-family: "Open Sans", sans-serif; }
      .flex-card-layout .card .content h3 {
        margin: 0;
        /* offset-x | offset-y | blur-radius | color */
        font-size: 2.2rem;
        line-height: 2rem; }
        @media print, screen and (min-width: 46.25em) {
          .flex-card-layout .card .content h3 {
            font-size: 1.4rem;
            line-height: 1.4rem; } }
        @media print, screen and (min-width: 64em) {
          .flex-card-layout .card .content h3 {
            font-size: 1.5rem;
            line-height: 1.5rem; } }
        @media screen and (min-width: 75em) {
          .flex-card-layout .card .content h3 {
            font-size: 1.8rem;
            line-height: 1.8rem; } }
        @media screen and (min-width: 75em) {
          .flex-card-layout .card .content h3 {
            font-size: 1.85rem;
            line-height: 1.85rem; } }
        @media screen and (min-width: 90em) {
          .flex-card-layout .card .content h3 {
            font-size: 2.5rem;
            line-height: 2.5rem; } }
      .flex-card-layout .card .content p {
        margin-bottom: 20px;
        font-size: 1.55rem;
        line-height: 2rem; }
        @media print, screen and (min-width: 46.25em) {
          .flex-card-layout .card .content p {
            font-size: 1rem;
            line-height: 1.3rem; } }
        @media print, screen and (min-width: 64em) {
          .flex-card-layout .card .content p {
            font-size: 1rem;
            line-height: 1.3rem; } }
        @media screen and (min-width: 75em) {
          .flex-card-layout .card .content p {
            font-size: 1.1rem;
            line-height: 1.6rem; } }
        @media screen and (min-width: 90em) {
          .flex-card-layout .card .content p {
            font-size: 1.4rem;
            line-height: 2rem; } }
        .flex-card-layout .card .content p a {
          color: #FFFFFF;
          border-bottom: 1px #FFFFFF solid;
          padding-bottom: 9px;
          cursor: pointer; }
          .flex-card-layout .card .content p a:hover {
            text-decoration: none;
            cursor: pointer;
            color: #ADB1A6; }
      .flex-card-layout .card .content span {
        padding: 1em 15% 0;
        width: 100%;
        display: block; }
    .flex-card-layout .card .content-over-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #F0EFEC;
      text-align: center;
      z-index: 9;
      display: flex;
      display: -webkit-flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: space-between;
      opacity: 0;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -o-transition: .5s;
      -ms-transition: .5s;
      transition: .5s; }
      .flex-card-layout .card .content-over-wrap .over {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
        right: auto;
        left: auto;
        padding: 0 2rem; }
        @media screen and (min-width: 90em) {
          .flex-card-layout .card .content-over-wrap .over {
            padding: 0 3.5rem; } }
        .flex-card-layout .card .content-over-wrap .over h3 {
          text-shadow: none;
          color: #5E6D87;
          font-weight: 400; }
          @media print, screen and (min-width: 46.25em) {
            .flex-card-layout .card .content-over-wrap .over h3 {
              font-size: 1.5rem;
              line-height: 1.5rem; } }
          @media screen and (min-width: 75em) {
            .flex-card-layout .card .content-over-wrap .over h3 {
              font-size: 2rem;
              line-height: 2rem; } }
        .flex-card-layout .card .content-over-wrap .over p {
          color: #5E6D87; }
    .flex-card-layout .card.bottom.image:hover .content-over-wrap {
      opacity: 1; }
    .flex-card-layout .card.bottom {
      background-color: #A3A9BF;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: .9; }
      .flex-card-layout .card.bottom > .content {
        top: auto;
        bottom: 0;
        text-align: center;
        padding: 2rem 1rem;
        background-color: rgba(0, 0, 0, 0.3); }
      @media print, screen and (min-width: 46.25em) {
        .flex-card-layout .card.bottom > .content {
          top: auto;
          bottom: 20%;
          text-align: center;
          padding: 0 .5rem;
          background-color: transparent; } }
      @media print, screen and (min-width: 64em) {
        .flex-card-layout .card.bottom > .content {
          top: auto;
          bottom: 20%;
          text-align: center;
          padding: 0 .8rem;
          background-color: transparent; } }
    .flex-card-layout .card.middle {
      background-color: #6e7590; }
      .flex-card-layout .card.middle > .content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
        right: auto;
        left: auto;
        text-align: center; }
  .flex-card-layout .content.overMobile {
    padding: 1rem 3rem 0;
    width: 100%;
    min-height: 145px; }
    .flex-card-layout .content.overMobile p {
      font-size: 1.2rem;
      line-height: 1.5rem;
      color: #5E6D87;
      text-align: center;
      font-family: "Open Sans", sans-serif;
      font-weight: 600; }
      .flex-card-layout .content.overMobile p a {
        color: #FFFFFF;
        text-decoration: underline;
        display: block;
        cursor: pointer; }
        .flex-card-layout .content.overMobile p a:hover {
          text-decoration: none;
          cursor: pointer; }

.newsEvents {
  max-width: 75rem;
  margin: 0 auto;
  display: block; }
  .newsEvents p {
    font-family: "Open Sans", sans-serif; }
  .newsEvents h2, .newsEvents h3 {
    font-weight: 400;
    letter-spacing: -0.02rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-family: "Merriweather", serif;
    color: #5E6D87;
    margin-bottom: .35rem;
    margin-top: .5rem; }
    @media print, screen and (min-width: 64em) {
      .newsEvents h2, .newsEvents h3 {
        margin-bottom: .35rem;
        margin-top: 0rem; } }
  .newsEvents p {
    font-size: 1rem;
    line-height: 1.3rem;
    color: #444544; }
  .newsEvents .tribe-events-list-widget .tribe-event-title {
    margin-bottom: 0; }
    .newsEvents .tribe-events-list-widget .tribe-event-title a {
      font-weight: 600;
      color: #222222; }
      .newsEvents .tribe-events-list-widget .tribe-event-title a:hover {
        color: #5E6D87; }
  .newsEvents .more, .newsEvents .more a, .newsEvents .tribe-events-widget-link, .newsEvents .tribe-events-widget-link a {
    text-transform: uppercase;
    font-weight: 700;
    color: #4ca392;
    font-size: .75rem;
    line-height: 1rem;
    clear: both;
    float: none;
    display: block;
    margin-top: .5rem; }
    .newsEvents .more:hover, .newsEvents .more a:hover, .newsEvents .tribe-events-widget-link:hover, .newsEvents .tribe-events-widget-link a:hover {
      color: #2C3146; }
  .newsEvents .featuredContent {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 1rem 1rem .3rem 1rem; }
    @media print, screen and (min-width: 46.25em) {
      .newsEvents .featuredContent hr {
        display: none !important; } }
    .newsEvents .featuredContent .content p {
      font-size: 1rem;
      line-height: 1.4rem;
      margin-bottom: .5rem; }
    @media print, screen and (min-width: 64em) {
      .newsEvents .featuredContent .content {
        overflow: hidden; } }
    .newsEvents .featuredContent .entry-title, .newsEvents .featuredContent body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .newsEvents .featuredContent h2 {
      font-weight: 700;
      color: #2C3146;
      margin: 12px 0 0 0 !important;
      padding: 0; }
    @media print, screen and (min-width: 46.25em) {
      .newsEvents .featuredContent {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .newsEvents .featuredContent {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    .newsEvents .featuredContent:last-child:not(:first-child) {
      float: right; }
    .newsEvents .featuredContent .image {
      overflow: hidden;
      display: block; }
    @media print, screen and (min-width: 46.25em) {
      .newsEvents .featuredContent {
        background-color: #F0EFEC;
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding: 1.5rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .newsEvents .featuredContent {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    .newsEvents .featuredContent {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        .newsEvents .featuredContent:last-child:not(:first-child) {
          float: right; }
        .newsEvents .featuredContent .image {
          width: 33.3333333333%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          padding: 0; } }
    @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
      .newsEvents .featuredContent .image {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
      .newsEvents .featuredContent .image {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
          .newsEvents .featuredContent .image:last-child:not(:first-child) {
            float: right; }
          .newsEvents .featuredContent .image img {
            float: left; }
        .newsEvents .featuredContent .text {
          width: 66.6666666667%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
    @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
      .newsEvents .featuredContent .text {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
      .newsEvents .featuredContent .text {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
          .newsEvents .featuredContent .text:last-child:not(:first-child) {
            float: right; } }
    @media print, screen and (min-width: 64em) {
      .newsEvents .featuredContent {
        background-color: #FFFFFF;
        width: 33.3333333333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .newsEvents .featuredContent {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .newsEvents .featuredContent {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 64em) {
        .newsEvents .featuredContent:last-child:not(:first-child) {
          float: right; }
        .newsEvents .featuredContent .image {
          width: 100%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          padding: 0; } }
    @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
      .newsEvents .featuredContent .image {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 64em) {
      .newsEvents .featuredContent .image {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    @media print, screen and (min-width: 64em) {
          .newsEvents .featuredContent .image:last-child:not(:first-child) {
            float: right; }
          .newsEvents .featuredContent .image img {
            float: left; }
        .newsEvents .featuredContent .text {
          width: 100%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
      .newsEvents .featuredContent .text {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 64em) {
      .newsEvents .featuredContent .text {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    @media print, screen and (min-width: 64em) {
          .newsEvents .featuredContent .text:last-child:not(:first-child) {
            float: right; } }
  .newsEvents ul {
    list-style-type: none;
    margin: 1rem 0 1rem 0; }
    .newsEvents ul li, .newsEvents ul li.type-tribe_events {
      margin: 0 0 1.1rem 0;
      padding: 0; }
  .newsEvents .news {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0 1rem 1rem; }
    .newsEvents .news p {
      color: #222222;
      font-weight: 600; }
    @media print, screen and (min-width: 46.25em) {
      .newsEvents .news {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .newsEvents .news {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    .newsEvents .news:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      .newsEvents .news {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding: 1.5rem !important; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .newsEvents .news {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    .newsEvents .news {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        .newsEvents .news:last-child:not(:first-child) {
          float: right; } }
    @media print, screen and (min-width: 64em) {
      .newsEvents .news {
        width: 33.3333333333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .newsEvents .news {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .newsEvents .news {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 64em) {
        .newsEvents .news:last-child:not(:first-child) {
          float: right; } }
  .newsEvents .events {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0 1rem 1rem; }
    .newsEvents .events .tribe-event-time, .newsEvents .events .tribe-event-date {
      color: #6B6B6B;
      font-size: 1rem;
      line-height: 1.3rem; }
    .newsEvents .events .tribe-event-date {
      font-size: .85rem;
      font-weight: 700;
      margin-bottom: .1rem;
      color: #5E6D87;
      text-transform: uppercase; }
    @media print, screen and (min-width: 46.25em) {
      .newsEvents .events {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .newsEvents .events {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    .newsEvents .events:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      .newsEvents .events {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding: 1.5rem !important; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .newsEvents .events {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    .newsEvents .events {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        .newsEvents .events:last-child:not(:first-child) {
          float: right; } }
    @media print, screen and (min-width: 64em) {
      .newsEvents .events {
        width: 33.3333333333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .newsEvents .events {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .newsEvents .events {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 64em) {
        .newsEvents .events:last-child:not(:first-child) {
          float: right; } }
.kitchen-sink-header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 46.25em) {
    .kitchen-sink-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-header {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  .kitchen-sink-header:last-child:not(:first-child) {
    float: right; }

.kitchen-sink-components {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  .kitchen-sink-components hr {
    margin: 3rem 0; }
  @media print, screen and (min-width: 46.25em) {
    .kitchen-sink-components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-components {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  .kitchen-sink-components:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-components {
      width: 75%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .kitchen-sink-components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .kitchen-sink-components {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
      .kitchen-sink-components:last-child:not(:first-child) {
        float: right; } }
.kitchen-sink-nav {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-nav {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      display: block;
      float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .kitchen-sink-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .kitchen-sink-nav {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
      .kitchen-sink-nav:last-child:not(:first-child) {
        float: right; }
      .kitchen-sink-nav .docs-sub-menu {
        font-size: 0.85rem;
        margin-top: 1rem; }
      .kitchen-sink-nav .docs-menu-title {
        text-transform: uppercase;
        font-size: 0.75rem;
        color: #8a8a8a;
        font-weight: bold;
        line-height: 1;
        padding-left: 0.9rem;
        margin-bottom: 0.5rem;
        border-top: 1px solid #cacaca;
        margin-top: 1rem;
        padding-top: 1.5rem; }
      .kitchen-sink-nav .docs-toc {
        width: 100%;
        padding-left: 4rem;
        padding-right: 1rem; }
      .kitchen-sink-nav .docs-toc .active {
        background: #2199e8;
        color: white; }
      .kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
        margin-top: 0;
        border-top: 0;
        padding-top: 0; } }
.row.display {
  background: #eee;
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 2rem;
  border: solid 1px #c6c6c6;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .row.display .columns:nth-child(2), .row.display .columns.small-centered, .row.display .columns.large-centered {
    background: #e1e1e1; }

.container {
  background-color: transparent; }

.featured-hero {
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  position: relative;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: none; }
  .featured-hero::before, .featured-hero::after {
    display: table;
    content: ' '; }
  .featured-hero::after {
    clear: both; }
  .featured-hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .featured-hero > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media print, screen and (min-width: 64em) {
    .featured-hero {
      position: relative; }
      .featured-hero:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 60%; }
      .featured-hero > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media screen and (min-width: 90em) {
    .featured-hero {
      position: relative; }
      .featured-hero:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 60%; }
      .featured-hero > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
.featured-image {
  margin-bottom: 1rem;
  margin-top: .5rem; }
  .featured-image img {
    width: 100%;
    max-width: none; }

#page {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  margin-top: 0; }
  #page::before, #page::after {
    display: table;
    content: ' '; }
  #page::after {
    clear: both; }
  @media print, screen and (min-width: 46.25em) {
    #page {
      padding-top: 1.5rem; } }
  @media print, screen and (min-width: 64em) {
    #page {
      padding-top: 2.5rem; } }
  #page .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0 1rem; }
    @media print, screen and (min-width: 46.25em) {
      #page .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      #page .main-content {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    #page .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      #page .main-content {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding: 0 2rem !important; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    #page .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    #page .main-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        #page .main-content:last-child:not(:first-child) {
          float: right; } }
    @media print, screen and (min-width: 64em) {
      #page .main-content {
        width: 75%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding: 0 2rem !important; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    #page .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    #page .main-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 64em) {
        #page .main-content:last-child:not(:first-child) {
          float: right; } }
    #page .main-content .alignright, #page .main-content .alignleft {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 1rem; }
      @media print, screen and (min-width: 46.25em) {
        #page .main-content .alignright, #page .main-content .alignleft {
          max-width: 50%;
          width: auto;
          padding-bottom: .5rem; } }
    @media print, screen and (min-width: 46.25em) {
      #page .main-content .alignleft {
        padding-right: 1rem; } }
    @media print, screen and (min-width: 46.25em) {
      #page .main-content .alignright {
        padding-left: 1rem; } }
    #page .main-content .noScale {
      width: 50% !important; }
      @media print, screen and (min-width: 46.25em) {
        #page .main-content .noScale {
          width: auto !important; } }
@media print, screen and (min-width: 64em) {
  .secondaryNav.mobile {
    display: none !important; } }

body.page-template-page-class-notes .year-nav-links {
  border-bottom: 1px #EAE7E1 solid;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }
  body.page-template-page-class-notes .year-nav-links ul {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 1rem 0 0 0; }
    body.page-template-page-class-notes .year-nav-links ul li {
      float: left;
      display: inline-block;
      margin-bottom: .5rem;
      background-color: #5E6D87;
      margin-right: 10px;
      border: 1px #5E6D87 solid; }
      body.page-template-page-class-notes .year-nav-links ul li.hasPosts {
        background-color: #5E6D87; }
      body.page-template-page-class-notes .year-nav-links ul li:hover {
        background-color: #FFFFFF;
        border: 1px #5E6D87 solid; }
      body.page-template-page-class-notes .year-nav-links ul li a {
        padding: .5rem;
        color: #FFFFFF; }
        body.page-template-page-class-notes .year-nav-links ul li a:hover {
          color: #5E6D87; }

body.page-template-page-class-notes .notes-archive .year-archive-submission h2 {
  font-family: "Open Sans", sans-serif;
  background-color: #66b3a5;
  width: auto;
  display: inline-block; }
  body.page-template-page-class-notes .notes-archive .year-archive-submission h2 a {
    display: block;
    padding: .5rem 1.2rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #FFFFFF; }

body.page-template-page-class-notes .notes-archive .year-archive-submission .indiv-submission {
  display: block;
  overflow: hidden;
  margin: 0 0 1rem 0; }
  body.page-template-page-class-notes .notes-archive .year-archive-submission .indiv-submission .image {
    margin: 0 0 .5rem .5rem;
    float: right;
    width: 30%; }
    body.page-template-page-class-notes .notes-archive .year-archive-submission .indiv-submission .image p {
      font-size: .9rem;
      line-height: 1.1rem;
      color: #6B6B6B;
      text-align: center;
      font-style: oblique;
      margin: .5rem 0 0 0; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-class-notes .notes-archive .year-archive-submission .indiv-submission .image {
        margin: 0 0 1rem 1rem; } }
    body.page-template-page-class-notes .notes-archive .year-archive-submission .indiv-submission .image img {
      width: 100%;
      height: auto; }
  body.page-template-page-class-notes .notes-archive .year-archive-submission .indiv-submission p span {
    font-style: oblique;
    color: #6B6B6B; }

body.page-template-page-campus #page {
  padding-top: 0; }
  body.page-template-page-campus #page .main-content {
    position: relative;
    width: 100%; }
    body.page-template-page-campus #page .main-content .mobile-header {
      display: block; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-campus #page .main-content .mobile-header {
          display: none; } }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-campus #page .main-content .entry-title, body.page-template-page-campus body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page body.page-template-page-campus #page .main-content .extraFieldsWrap h2 {
        position: absolute;
        display: block;
        bottom: 0;
        right: 0;
        z-index: 2;
        margin: 0;
        margin-right: 5%;
        margin-bottom: 10%;
        text-align: center;
        width: 300px; } }
    body.page-template-page-campus #page .main-content .feature-hero-wrapper {
      position: relative; }
      body.page-template-page-campus #page .main-content .feature-hero-wrapper .featured-hero-map {
        position: relative;
        display: none !important; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-page-campus #page .main-content .feature-hero-wrapper .featured-hero-map {
            display: block !important; } }
      body.page-template-page-campus #page .main-content .feature-hero-wrapper .mobile-map {
        display: block !important; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-page-campus #page .main-content .feature-hero-wrapper .mobile-map {
            display: none !important; } }
      body.page-template-page-campus #page .main-content .feature-hero-wrapper .map-key {
        margin: 1rem .5rem 0 .5rem; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-page-campus #page .main-content .feature-hero-wrapper .map-key {
            margin: 1rem 2rem 0 2rem; } }
        @media print, screen and (min-width: 64em) {
          body.page-template-page-campus #page .main-content .feature-hero-wrapper .map-key {
            margin: 3rem 4rem 0 4rem; } }
        body.page-template-page-campus #page .main-content .feature-hero-wrapper .map-key .flex-card-wrapper {
          -ms-flex-direction: row;
          flex-direction: row; }
          body.page-template-page-campus #page .main-content .feature-hero-wrapper .map-key .flex-card-wrapper .card {
            border: none;
            background-color: transparent;
            flex: 1 0 auto;
            width: 45%;
            -webkit-flex: 0 0 45%;
            margin-right: 5%; }
            @media print, screen and (min-width: 46.25em) {
              body.page-template-page-campus #page .main-content .feature-hero-wrapper .map-key .flex-card-wrapper .card {
                width: 30%;
                margin-right: 3%;
                -webkit-flex: 0 0 30%; } }
            @media print, screen and (min-width: 64em) {
              body.page-template-page-campus #page .main-content .feature-hero-wrapper .map-key .flex-card-wrapper .card {
                width: 22%;
                margin-right: 3%;
                -webkit-flex: 0 0 22%; } }
            body.page-template-page-campus #page .main-content .feature-hero-wrapper .map-key .flex-card-wrapper .card .content h3 {
              font-family: "Merriweather", serif;
              font-size: 1rem;
              line-height: 1.4rem; }
            body.page-template-page-campus #page .main-content .feature-hero-wrapper .map-key .flex-card-wrapper .card .content .box-content {
              font-family: "Merriweather", serif;
              color: #6B6B6B;
              font-size: .9rem;
              line-height: 1.2rem; }
              body.page-template-page-campus #page .main-content .feature-hero-wrapper .map-key .flex-card-wrapper .card .content .box-content br {
                display: block;
                line-height: 1.5rem; }
    body.page-template-page-campus #page .main-content .entry-content {
      margin: 1rem .5rem 0 .5rem; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-campus #page .main-content .entry-content {
          margin: 1rem 2rem 0 2rem; } }
      @media print, screen and (min-width: 64em) {
        body.page-template-page-campus #page .main-content .entry-content {
          margin: 3rem 4rem 0 4rem; } }
body.page-template-default #page, body.page-template-page-programs #page {
  padding-top: 1rem; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-default #page, body.page-template-page-programs #page {
      padding-top: 1.5rem; } }
  @media print, screen and (min-width: 64em) {
    body.page-template-default #page, body.page-template-page-programs #page {
      padding-top: 1rem; } }
body.page-template-default .featured-hero, body.page-template-page-programs .featured-hero {
  margin-bottom: 0rem;
  position: relative; }
  body.page-template-default .featured-hero:before, body.page-template-page-programs .featured-hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%; }
  body.page-template-default .featured-hero > .content, body.page-template-page-programs .featured-hero > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media print, screen and (min-width: 64em) {
    body.page-template-default .featured-hero, body.page-template-page-programs .featured-hero {
      position: relative;
      margin-bottom: 2rem; }
      body.page-template-default .featured-hero:before, body.page-template-page-programs .featured-hero:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      body.page-template-default .featured-hero > .content, body.page-template-page-programs .featured-hero > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media screen and (min-width: 90em) {
    body.page-template-default .featured-hero, body.page-template-page-programs .featured-hero {
      position: relative; }
      body.page-template-default .featured-hero:before, body.page-template-page-programs .featured-hero:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      body.page-template-default .featured-hero > .content, body.page-template-page-programs .featured-hero > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
body.page-template-default .featureBoxes, body.page-template-page-programs .featureBoxes {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF; }
  body.page-template-default .featureBoxes .flex-card-wrapper, body.page-template-page-programs .featureBoxes .flex-card-wrapper {
    max-width: 75rem;
    margin: 2rem auto .5rem;
    width: 100%;
    align-content: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    border-bottom: 1px #6B6B6B solid; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-default .featureBoxes .flex-card-wrapper, body.page-template-page-programs .featureBoxes .flex-card-wrapper {
        border-bottom: none; } }
    body.page-template-default .featureBoxes .flex-card-wrapper .card, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card {
      border: none;
      padding-top: 1rem;
      padding-right: 3%;
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto;
      border-top: 1px #6B6B6B solid;
      width: 100%;
      padding-top: .6rem;
      margin-bottom: .6rem; }
      body.page-template-default .featureBoxes .flex-card-wrapper .card:last-child:not(:first-child), body.page-template-page-programs .featureBoxes .flex-card-wrapper .card:last-child:not(:first-child) {
        float: left; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-default .featureBoxes .flex-card-wrapper .card, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card {
          border: none;
          padding-top: 1rem;
          margin-bottom: 1rem;
          background-color: transparent;
          width: 48%;
          margin: 0;
          -webkit-flex: 0 0 48%; } }
      @media print, screen and (min-width: 64em) {
        body.page-template-default .featureBoxes .flex-card-wrapper .card, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card {
          width: 33%;
          margin: 0;
          -webkit-flex: 0 0 33%; } }
      body.page-template-default .featureBoxes .flex-card-wrapper .card a .image:hover, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card a .image:hover {
        transform: scale(1.05); }
      body.page-template-default .featureBoxes .flex-card-wrapper .card .image-wrapper, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .image-wrapper {
        display: block;
        overflow: hidden;
        position: relative;
        float: left;
        width: 40%;
        margin-right: 1rem; }
        body.page-template-default .featureBoxes .flex-card-wrapper .card .image-wrapper:before, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .image-wrapper:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 75%; }
        body.page-template-default .featureBoxes .flex-card-wrapper .card .image-wrapper > .content, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .image-wrapper > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-default .featureBoxes .flex-card-wrapper .card .image-wrapper, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .image-wrapper {
            position: relative;
            float: none;
            width: 100%;
            padding: 0; }
            body.page-template-default .featureBoxes .flex-card-wrapper .card .image-wrapper:before, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .image-wrapper:before {
              display: block;
              content: "";
              width: 100%;
              padding-top: 66.6666666667%; }
            body.page-template-default .featureBoxes .flex-card-wrapper .card .image-wrapper > .content, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .image-wrapper > .content {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; } }
      body.page-template-default .featureBoxes .flex-card-wrapper .card .image, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: transform .5s;
        -webkit-transition: transform .5s;
        position: absolute !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        position: relative; }
        body.page-template-default .featureBoxes .flex-card-wrapper .card .image:before, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 75%; }
        body.page-template-default .featureBoxes .flex-card-wrapper .card .image > .content, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .image > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-default .featureBoxes .flex-card-wrapper .card .image, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .image {
            position: relative; }
            body.page-template-default .featureBoxes .flex-card-wrapper .card .image:before, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .image:before {
              display: block;
              content: "";
              width: 100%;
              padding-top: 66.6666666667%; }
            body.page-template-default .featureBoxes .flex-card-wrapper .card .image > .content, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .image > .content {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; } }
      body.page-template-default .featureBoxes .flex-card-wrapper .card .content, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content {
        overflow: hidden;
        padding: 0 0 1rem; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-default .featureBoxes .flex-card-wrapper .card .content, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content {
            padding: .5rem 0 1rem; } }
        body.page-template-default .featureBoxes .flex-card-wrapper .card .content h3, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content h3 {
          color: #5E6D87;
          font-size: 1.2rem;
          line-height: 1.5rem;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          margin-bottom: .6rem;
          letter-spacing: -0.02rem;
          width: 100%;
          display: block;
          margin-top: 0; }
          @media print, screen and (min-width: 46.25em) {
            body.page-template-default .featureBoxes .flex-card-wrapper .card .content h3, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content h3 {
              margin-top: .3rem; } }
          body.page-template-default .featureBoxes .flex-card-wrapper .card .content h3 a, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content h3 a {
            display: block;
            width: 100%;
            color: #5E6D87; }
          body.page-template-default .featureBoxes .flex-card-wrapper .card .content h3 a:hover, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content h3 a:hover {
            color: #4ca392; }
        body.page-template-default .featureBoxes .flex-card-wrapper .card .content .box-content, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content .box-content {
          display: none;
          color: #6B6B6B;
          font-weight: 600; }
          @media print, screen and (min-width: 46.25em) {
            body.page-template-default .featureBoxes .flex-card-wrapper .card .content .box-content, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content .box-content {
              display: block; } }
        body.page-template-default .featureBoxes .flex-card-wrapper .card .content p, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content p {
          color: #565656;
          font-size: 1.03rem;
          line-height: 1.5rem;
          padding-right: .8rem;
          font-family: "Open Sans", sans-serif;
          font-weight: 400; }
          body.page-template-default .featureBoxes .flex-card-wrapper .card .content p a, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content p a {
            color: #444544;
            display: block;
            width: 100%;
            line-height: 1.3rem;
            border-bottom: 1px #6B6B6B solid;
            padding-bottom: 4px;
            padding-right: 0rem;
            margin-bottom: 6px;
            float: left; }
            body.page-template-default .featureBoxes .flex-card-wrapper .card .content p a:hover, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content p a:hover {
              color: #5E6D87; }
            body.page-template-default .featureBoxes .flex-card-wrapper .card .content p a:first-of-type, body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content p a:first-of-type {
              border-top: 1px #6B6B6B solid;
              padding-top: 6px; }

body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content p a {
  color: #4ca392;
  font-weight: 700;
  float: none;
  width: auto;
  padding: 0;
  margin: 0; }
  body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content p a:hover {
    color: #2C3146; }

body.page-template-page-programs .featureBoxes .flex-card-wrapper .card .content p a:first-of-type {
  border: none; }

body.page-template-page-alumni-news .container h1.entry-title, body.page-template-page-alumni-news .container body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap body.page-template-page-alumni-news .container h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: .3rem 1rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #66b3a5;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: .25rem;
  font-weight: 700; }
  body.page-template-page-alumni-news .container h1.entry-title span, body.page-template-page-alumni-news .container body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2 span, body.page-template-page-landing-page #page .main-content .extraFieldsWrap body.page-template-page-alumni-news .container h2 span {
    font-weight: 400; }

body.page-template-page-alumni-news #page, body.page-template-page-maria-magazine #page {
  padding-top: 1rem; }
  body.page-template-page-alumni-news #page .main-content .entry-content .story-wrapper .story .image, body.page-template-page-maria-magazine #page .main-content .entry-content .story-wrapper .story .image {
    overflow: hidden; }
    body.page-template-page-alumni-news #page .main-content .entry-content .story-wrapper .story .image img, body.page-template-page-maria-magazine #page .main-content .entry-content .story-wrapper .story .image img {
      width: 100%;
      height: auto;
      transition: transform .5s;
      -webkit-transition: transform .5s; }
      body.page-template-page-alumni-news #page .main-content .entry-content .story-wrapper .story .image img:hover, body.page-template-page-maria-magazine #page .main-content .entry-content .story-wrapper .story .image img:hover {
        transform: scale(1.05); }
  body.page-template-page-alumni-news #page .main-content .entry-content .story-wrapper .story .text, body.page-template-page-maria-magazine #page .main-content .entry-content .story-wrapper .story .text {
    margin-top: 2rem; }
    body.page-template-page-alumni-news #page .main-content .entry-content .story-wrapper .story .text p, body.page-template-page-maria-magazine #page .main-content .entry-content .story-wrapper .story .text p {
      font-family: "Open Sans", sans-serif;
      font-size: 1.1rem;
      line-height: 2rem;
      color: #444544; }
    body.page-template-page-alumni-news #page .main-content .entry-content .story-wrapper .story .text .alumnBotName, body.page-template-page-alumni-news #page .main-content .entry-content .story-wrapper .story .text .alumnBotTitle, body.page-template-page-alumni-news #page .main-content .entry-content .story-wrapper .story .text .alumnBotEmploy, body.page-template-page-maria-magazine #page .main-content .entry-content .story-wrapper .story .text .alumnBotName, body.page-template-page-maria-magazine #page .main-content .entry-content .story-wrapper .story .text .alumnBotTitle, body.page-template-page-maria-magazine #page .main-content .entry-content .story-wrapper .story .text .alumnBotEmploy {
      font-family: "Open Sans", sans-serif;
      color: #6B6B6B;
      margin-bottom: 0;
      font-size: .9rem;
      line-height: 1.4rem; }
    body.page-template-page-alumni-news #page .main-content .entry-content .story-wrapper .story .text .alumnBotName, body.page-template-page-maria-magazine #page .main-content .entry-content .story-wrapper .story .text .alumnBotName {
      font-family: "Merriweather", serif;
      color: #6e7590;
      font-size: 1.7rem;
      line-height: 2rem;
      margin-bottom: .5rem; }
    body.page-template-page-alumni-news #page .main-content .entry-content .story-wrapper .story .text .alumnBotTitle, body.page-template-page-maria-magazine #page .main-content .entry-content .story-wrapper .story .text .alumnBotTitle {
      margin-bottom: .05rem;
      font-weight: 600; }
    body.page-template-page-alumni-news #page .main-content .entry-content .story-wrapper .story .text .alumnBotEmploy, body.page-template-page-maria-magazine #page .main-content .entry-content .story-wrapper .story .text .alumnBotEmploy {
      margin-bottom: 1.75rem;
      font-weight: 600; }
  body.page-template-page-alumni-news #page .main-content .entry-content .body_content, body.page-template-page-maria-magazine #page .main-content .entry-content .body_content {
    margin-top: 1rem;
    padding-top: 1rem; }
  body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features {
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF; }
    body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper {
      margin: 2rem auto .5rem;
      max-width: none;
      width: 100%;
      align-content: flex-start;
      justify-content: flex-start;
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-direction: row;
      -webkit-flex-direction: row; }
      body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card {
        border: none;
        padding-top: 1rem;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
        width: 50%;
        -webkit-flex: 0 0 50%;
        padding-top: 1rem;
        margin: 0;
        margin-bottom: 1rem; }
        body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card:last-child:not(:first-child), body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card:last-child:not(:first-child) {
          float: left; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card {
            padding-top: 1rem;
            margin-bottom: 1rem;
            width: 50%;
            -webkit-flex: 0 0 50%;
            padding: 0;
            padding-right: 3%; } }
        @media print, screen and (min-width: 64em) {
          body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card {
            width: 33%;
            -webkit-flex: 0 0 33%; } }
        body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card a .image:hover, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card a .image:hover {
          transform: scale(1.05); }
        body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .image-wrapper, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .image-wrapper {
          display: block;
          overflow: hidden;
          position: relative;
          float: none;
          width: 100%;
          padding: 0; }
          body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .image-wrapper:before, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .image-wrapper:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 100%; }
          body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .image-wrapper > .content, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .image-wrapper > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
        body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .image, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .image {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          transition: transform .5s;
          -webkit-transition: transform .5s;
          position: absolute !important;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          display: block;
          position: relative; }
          body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .image:before, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .image:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 100%; }
          body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .image > .content, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .image > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
        body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .read-more, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .read-more {
          margin-bottom: 1rem;
          color: #4ca392; }
        body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content {
          overflow: hidden;
          padding: .5rem 0 .25rem; }
          @media print, screen and (min-width: 46.25em) {
            body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content {
              padding: .5rem 0 .25rem; } }
          body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content h3, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content h3 {
            color: #5E6D87;
            font-size: 1.2rem;
            line-height: 1.5rem;
            font-family: "Open Sans", sans-serif;
            font-weight: 600;
            margin-bottom: .6rem;
            letter-spacing: -0.02rem;
            width: 100%;
            display: block;
            margin-top: .3rem; }
            body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content h3 a, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content h3 a {
              display: block;
              width: 100%;
              color: #5E6D87; }
            body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content h3 a:hover, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content h3 a:hover {
              color: #4ca392; }
          body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content .box-content, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content .box-content {
            display: block;
            color: #6B6B6B;
            font-weight: 600;
            font-size: .8rem; }
            @media print, screen and (min-width: 46.25em) {
              body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content .box-content, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content .box-content {
                font-size: 1rem; } }
          body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content p, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content p {
            color: #565656;
            font-size: 1.03rem;
            line-height: 1.5rem;
            padding-right: .8rem;
            font-family: "Open Sans", sans-serif;
            font-weight: 400; }
            body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content p a, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content p a {
              color: #444544;
              display: block;
              width: 100%;
              line-height: 1.3rem;
              border-bottom: 1px #6B6B6B solid;
              padding-bottom: 4px;
              padding-right: 0rem;
              margin-bottom: 6px;
              float: left; }
              body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content p a:hover, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content p a:hover {
                color: #5E6D87; }
              body.page-template-page-alumni-news #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content p a:first-of-type, body.page-template-page-maria-magazine #page .main-content .entry-content .alumni-news-features .flex-card-wrapper .card .content p a:first-of-type {
                border-top: 1px #6B6B6B solid;
                padding-top: 6px; }

body.page-template-page-landing-page .featured-hero, body.page-template-page-landing-page .featured-hero-video {
  position: relative;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-landing-page .featured-hero, body.page-template-page-landing-page .featured-hero-video {
      margin: 0 0 1rem 0;
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-landing-page .featured-hero, body.page-template-page-landing-page .featured-hero-video {
      margin: 0rem 0rem;
      width: 100%;
      max-width: 75rem; } }
body.page-template-page-landing-page .featured-hero.video {
  position: relative; }
  body.page-template-page-landing-page .featured-hero.video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  body.page-template-page-landing-page .featured-hero.video > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-landing-page .featured-hero.video {
      position: relative; }
      body.page-template-page-landing-page .featured-hero.video:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      body.page-template-page-landing-page .featured-hero.video > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media screen and (min-width: 90em) {
    body.page-template-page-landing-page .featured-hero.video {
      position: relative; }
      body.page-template-page-landing-page .featured-hero.video:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      body.page-template-page-landing-page .featured-hero.video > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  body.page-template-page-landing-page .featured-hero.video iframe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

body.page-template-page-landing-page .container h1.entry-title, body.page-template-page-landing-page .container #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .container h2 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  letter-spacing: -0.02em;
  color: #6e7590; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-landing-page .container h1.entry-title, body.page-template-page-landing-page .container #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap .container h2 {
      font-size: 2rem;
      line-height: 2.3rem;
      margin-bottom: 2rem;
      margin-top: 2rem; } }
body.page-template-page-landing-page #page {
  max-width: none;
  padding: 0;
  padding-top: 0; }
  body.page-template-page-landing-page #page .main-content {
    width: 100%;
    padding: 0 !important;
    float: none;
    margin: 0 auto; }
    body.page-template-page-landing-page #page .main-content .mainContentWrap {
      width: 100%;
      background-color: #F0EFEC; }
      body.page-template-page-landing-page #page .main-content .mainContentWrap .entry-content {
        width: 100%;
        max-width: 55rem;
        margin: 0 auto;
        padding: 1.5rem; }
    body.page-template-page-landing-page #page .main-content .extraFieldsWrap {
      padding: 1rem 1.5rem 2rem;
      width: 100%;
      max-width: 55rem;
      float: none;
      margin: 0 auto;
      display: block; }
      body.page-template-page-landing-page #page .main-content .extraFieldsWrap .raisers-edge {
        margin-bottom: 3rem; }
      body.page-template-page-landing-page #page .main-content .extraFieldsWrap .majorsColumns {
        width: 100%;
        align-content: flex-start;
        justify-content: space-between;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-direction: column;
        -webkit-flex-direction: column; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-page-landing-page #page .main-content .extraFieldsWrap .majorsColumns {
            flex-direction: row;
            -webkit-flex-direction: row; } }
        body.page-template-page-landing-page #page .main-content .extraFieldsWrap .majorsColumns .maj-column {
          flex-grow: 0;
          flex-shrink: 0;
          flex-basis: auto;
          padding: 0 2rem 0 0;
          margin-bottom: 1rem;
          width: 100%;
          -webkit-flex: 0 0 100%; }
          @media print, screen and (min-width: 46.25em) {
            body.page-template-page-landing-page #page .main-content .extraFieldsWrap .majorsColumns .maj-column {
              width: 33%;
              margin: 1rem 0;
              -webkit-flex: 0 0 33%; } }
          body.page-template-page-landing-page #page .main-content .extraFieldsWrap .majorsColumns .maj-column p {
            font-size: .9rem;
            line-height: 1.6rem; }

body.page-template-page-alumni #page {
  padding-top: 1rem; }
  body.page-template-page-alumni #page .main-content .entry-content .story-wrapper {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%; }
    body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story {
      width: 50%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 64em) {
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story {
          padding-right: 1.875rem;
          padding-left: 1.875rem; } }
      body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story {
          width: 33.3333333333%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          padding-left: 0 !important; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
      @media print, screen and (min-width: 46.25em) {
          body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story:last-child:not(:first-child) {
            float: right; }
          body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story:last-child:not(:first-child) {
            float: left; } }
      @media print, screen and (min-width: 64em) {
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story {
          width: 33.3333333333%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          padding-left: 0 !important; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
      @media print, screen and (min-width: 64em) {
          body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story:last-child:not(:first-child) {
            float: right; }
          body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story:nth-child(2) {
            float: left !important; } }
      body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .image {
        position: relative;
        overflow: hidden; }
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 100%; }
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .image > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .image .video-tag {
          position: absolute;
          bottom: .6rem;
          left: .6rem;
          display: block;
          height: 40px;
          width: 40px;
          background: url("/wp-content/themes/Maria-College/assets/images/video-button.svg") center center;
          background-repeat: no-repeat;
          background-size: 40px 40px; }
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .image img {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          height: auto;
          transition: transform .5s;
          -webkit-transition: transform .5s; }
          body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .image img:hover {
            transform: scale(1.05); }
      body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .text {
        margin-top: .5rem; }
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .text p {
          font-family: "Merriweather", serif;
          font-size: .9rem;
          line-height: 1.3rem;
          color: #6B6B6B; }
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .text .alumnBotName, body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .text .alumnBotTitle, body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .text .alumnBotEmploy {
          font-family: "Open Sans", sans-serif;
          color: #444544;
          margin-bottom: 0; }
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .text .alumnBotName {
          font-weight: 700; }
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .text .alumnBotTitle {
          margin-bottom: 0; }
        body.page-template-page-alumni #page .main-content .entry-content .story-wrapper .story .text .alumnBotEmploy {
          margin-bottom: 1.5rem; }

body.page-template-page-stories #page .main-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding: 0 1rem; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-stories #page .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-stories #page .main-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  body.page-template-page-stories #page .main-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-stories #page .main-content {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding: 0 1rem 0 2rem !important; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    body.page-template-page-stories #page .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    body.page-template-page-stories #page .main-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 46.25em) {
      body.page-template-page-stories #page .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-stories #page .main-content {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding: 0 0rem 0 2rem !important; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    body.page-template-page-stories #page .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    body.page-template-page-stories #page .main-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
      body.page-template-page-stories #page .main-content:last-child:not(:first-child) {
        float: right; } }
  body.page-template-page-stories #page .main-content .cat-filter {
    margin-right: 1rem; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-stories #page .main-content .cat-filter {
        margin-right: 1rem; } }
    @media print, screen and (min-width: 64em) {
      body.page-template-page-stories #page .main-content .cat-filter {
        margin-right: 2rem; } }
  body.page-template-page-stories #page .main-content .entry-content .story-wrapper {
    overflow: hidden;
    width: 100%;
    display: block; }
    body.page-template-page-stories #page .main-content .entry-content .story-wrapper .flex-card-wrapper {
      justify-content: flex-start; }
    body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 64em) {
        body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story {
          padding-right: 1.875rem;
          padding-left: 1.875rem; } }
      body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story {
          width: 50%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          padding-left: 0 !important; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
      @media print, screen and (min-width: 46.25em) {
          body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story:last-child:not(:first-child) {
            float: right; }
          body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story:last-child:not(:first-child) {
            float: left; } }
      @media print, screen and (min-width: 64em) {
        body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story {
          width: 33.3333333333%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          padding-left: 0 !important; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
      @media print, screen and (min-width: 64em) {
          body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story:last-child:not(:first-child) {
            float: right; }
          body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story:nth-child(2) {
            float: left !important; } }
      body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story .category-tag {
        margin-bottom: 5px; }
        body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story .category-tag span {
          margin-right: 10px;
          color: #6B6B6B;
          font-size: .9rem; }
      body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story .image {
        position: relative;
        overflow: hidden;
        background-color: #EAE7E1; }
        body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story .image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 66.6666666667%; }
        body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story .image > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story .image .video-tag {
          position: absolute;
          bottom: .6rem;
          left: .6rem;
          display: block;
          height: 40px;
          width: 40px;
          background: url("/wp-content/themes/Maria-College/assets/images/video-button.svg") center center;
          background-repeat: no-repeat;
          background-size: 40px 40px; }
        body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story .image img {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          height: auto;
          transition: transform .5s;
          -webkit-transition: transform .5s; }
          body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story .image img:hover {
            transform: scale(1.05); }
      body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story .text {
        margin-top: .5rem;
        font-family: "Open Sans", sans-serif;
        font-size: .9rem;
        line-height: 1.3rem;
        color: #6B6B6B; }
        body.page-template-page-stories #page .main-content .entry-content .story-wrapper .story .text p {
          font-family: "Open Sans", sans-serif;
          font-size: .9rem;
          line-height: 1.3rem;
          color: #444544; }

h3.photo-gallery-H3 {
  margin-bottom: .5rem;
  margin-top: 1rem; }

.gallery-wrapper {
  overflow: hidden;
  width: 100%;
  display: block; }
  .gallery-wrapper .flex-card-wrapper.gallery {
    justify-content: flex-start; }
  .gallery-wrapper .gallery-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0 !important;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 46.25em) {
      .gallery-wrapper .gallery-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .gallery-wrapper .gallery-content {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    .gallery-wrapper .gallery-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      .gallery-wrapper .gallery-content {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding-right: 0.9375rem !important;
        padding-left: 0 !important; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .gallery-wrapper .gallery-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    .gallery-wrapper .gallery-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        .gallery-wrapper .gallery-content:last-child:not(:first-child) {
          float: right; }
        .gallery-wrapper .gallery-content:last-child:not(:first-child) {
          float: left; } }
    @media print, screen and (min-width: 64em) {
      .gallery-wrapper .gallery-content {
        width: 33.3333333333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding-left: 0 !important;
        padding-right: 1.875rem !important; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .gallery-wrapper .gallery-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .gallery-wrapper .gallery-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 64em) {
        .gallery-wrapper .gallery-content:last-child:not(:first-child) {
          float: right; }
        .gallery-wrapper .gallery-content:nth-child(2) {
          float: left !important; } }
    .gallery-wrapper .gallery-content .image {
      position: relative;
      overflow: hidden;
      background-color: #EAE7E1; }
      .gallery-wrapper .gallery-content .image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.6666666667%; }
      .gallery-wrapper .gallery-content .image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .gallery-wrapper .gallery-content .image .photo-tag {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        min-height: 40px;
        width: 100%;
        background: url("/wp-content/themes/Maria-College/assets/images/camera-icon.svg") 10px center;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-color: rgba(96, 168, 155, 0.9);
        padding: 5px 12px 5px 50px; }
        .gallery-wrapper .gallery-content .image .photo-tag p {
          margin: 0;
          line-height: 1.1rem; }
          .gallery-wrapper .gallery-content .image .photo-tag p a {
            color: #FFFFFF;
            font-size: .9rem; }
      .gallery-wrapper .gallery-content .image img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
        transition: transform .5s;
        -webkit-transition: transform .5s; }
        .gallery-wrapper .gallery-content .image img:hover {
          transform: scale(1.05); }

.additional-stories, .additional-alumni {
  background-color: #EAE7E1;
  width: 100%;
  padding: 1rem;
  float: left;
  margin-top: 0; }
  @media print, screen and (min-width: 46.25em) {
    .additional-stories, .additional-alumni {
      padding-right: 2rem;
      padding-left: 0; } }
  @media print, screen and (min-width: 64em) {
    .additional-stories, .additional-alumni {
      padding-right: 2rem; } }
  .additional-stories .post-type-head, .additional-alumni .post-type-head {
    margin-bottom: 1rem;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .additional-stories .post-type-head::before, .additional-stories .post-type-head::after, .additional-alumni .post-type-head::before, .additional-alumni .post-type-head::after {
      display: table;
      content: ' '; }
    .additional-stories .post-type-head::after, .additional-alumni .post-type-head::after {
      clear: both; }
    @media print, screen and (min-width: 46.25em) {
      .additional-stories .post-type-head, .additional-alumni .post-type-head {
        padding: 0 1rem; } }
    @media print, screen and (min-width: 64em) {
      .additional-stories .post-type-head, .additional-alumni .post-type-head {
        padding: 0 1.7rem;
        max-width: 73rem; } }
    @media print, screen and (min-width: 64em) {
      .additional-stories .post-type-head.alumni, .additional-alumni .post-type-head.alumni {
        padding: 0 2rem;
        max-width: 73rem; } }
  .additional-stories .story-wrap, .additional-alumni .story-wrap {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 73rem;
    overflow: hidden; }
    .additional-stories .story-wrap::before, .additional-stories .story-wrap::after, .additional-alumni .story-wrap::before, .additional-alumni .story-wrap::after {
      display: table;
      content: ' '; }
    .additional-stories .story-wrap::after, .additional-alumni .story-wrap::after {
      clear: both; }
    .additional-stories .story-wrap .story, .additional-alumni .story-wrap .story {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding: 0; }
      @media print, screen and (min-width: 46.25em) {
        .additional-stories .story-wrap .story, .additional-alumni .story-wrap .story {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 64em) {
        .additional-stories .story-wrap .story, .additional-alumni .story-wrap .story {
          padding-right: 1.875rem;
          padding-left: 1.875rem; } }
      .additional-stories .story-wrap .story:last-child:not(:first-child), .additional-alumni .story-wrap .story:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 46.25em) {
        .additional-stories .story-wrap .story, .additional-alumni .story-wrap .story {
          width: 50%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          padding-right: 0 !important; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .additional-stories .story-wrap .story, .additional-alumni .story-wrap .story {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    .additional-stories .story-wrap .story, .additional-alumni .story-wrap .story {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
      @media print, screen and (min-width: 46.25em) {
          .additional-stories .story-wrap .story:last-child:not(:first-child), .additional-alumni .story-wrap .story:last-child:not(:first-child) {
            float: right; }
          .additional-stories .story-wrap .story:last-child:not(:first-child), .additional-alumni .story-wrap .story:last-child:not(:first-child) {
            float: left;
            clear: none !important; }
          .additional-stories .story-wrap .story:nth-child(2), .additional-alumni .story-wrap .story:nth-child(2) {
            clear: none !important; } }
      @media print, screen and (min-width: 64em) {
        .additional-stories .story-wrap .story, .additional-alumni .story-wrap .story {
          width: 33.3333333333%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          padding-right: 0 !important; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .additional-stories .story-wrap .story, .additional-alumni .story-wrap .story {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .additional-stories .story-wrap .story, .additional-alumni .story-wrap .story {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
      @media print, screen and (min-width: 64em) {
          .additional-stories .story-wrap .story:last-child:not(:first-child), .additional-alumni .story-wrap .story:last-child:not(:first-child) {
            float: right; }
          .additional-stories .story-wrap .story:nth-child(2), .additional-alumni .story-wrap .story:nth-child(2) {
            float: left !important; }
          .additional-stories .story-wrap .story:last-child:not(:first-child), .additional-alumni .story-wrap .story:last-child:not(:first-child) {
            float: right;
            clear: none !important; } }
      .additional-stories .story-wrap .story.alumni, .additional-alumni .story-wrap .story.alumni {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; }
        @media print, screen and (min-width: 46.25em) {
          .additional-stories .story-wrap .story.alumni, .additional-alumni .story-wrap .story.alumni {
            padding-right: 0.9375rem;
            padding-left: 0.9375rem; } }
        @media print, screen and (min-width: 64em) {
          .additional-stories .story-wrap .story.alumni, .additional-alumni .story-wrap .story.alumni {
            padding-right: 1.875rem;
            padding-left: 1.875rem; } }
        .additional-stories .story-wrap .story.alumni:last-child:not(:first-child), .additional-alumni .story-wrap .story.alumni:last-child:not(:first-child) {
          float: right; }
        @media print, screen and (min-width: 46.25em) {
          .additional-stories .story-wrap .story.alumni, .additional-alumni .story-wrap .story.alumni {
            width: 33.3333333333%;
            float: left;
            padding-right: 0.625rem;
            padding-left: 0.625rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .additional-stories .story-wrap .story.alumni, .additional-alumni .story-wrap .story.alumni {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    .additional-stories .story-wrap .story.alumni, .additional-alumni .story-wrap .story.alumni {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
        @media print, screen and (min-width: 46.25em) {
            .additional-stories .story-wrap .story.alumni:last-child:not(:first-child), .additional-alumni .story-wrap .story.alumni:last-child:not(:first-child) {
              float: right; }
            .additional-stories .story-wrap .story.alumni:nth-child(2), .additional-alumni .story-wrap .story.alumni:nth-child(2) {
              float: left !important; } }
        @media print, screen and (min-width: 64em) {
          .additional-stories .story-wrap .story.alumni, .additional-alumni .story-wrap .story.alumni {
            width: 25%;
            float: left;
            padding-right: 0.625rem;
            padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    .additional-stories .story-wrap .story.alumni, .additional-alumni .story-wrap .story.alumni {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .additional-stories .story-wrap .story.alumni, .additional-alumni .story-wrap .story.alumni {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
        @media print, screen and (min-width: 64em) {
            .additional-stories .story-wrap .story.alumni:last-child:not(:first-child), .additional-alumni .story-wrap .story.alumni:last-child:not(:first-child) {
              float: right; }
            .additional-stories .story-wrap .story.alumni:last-child:not(:first-child), .additional-alumni .story-wrap .story.alumni:last-child:not(:first-child) {
              float: left;
              clear: none !important; } }
      .additional-stories .story-wrap .story .image, .additional-alumni .story-wrap .story .image {
        position: relative;
        overflow: hidden; }
        .additional-stories .story-wrap .story .image:before, .additional-alumni .story-wrap .story .image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 66.6666666667%; }
        .additional-stories .story-wrap .story .image > .content, .additional-alumni .story-wrap .story .image > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .additional-stories .story-wrap .story .image.alumni, .additional-alumni .story-wrap .story .image.alumni {
          position: relative; }
          .additional-stories .story-wrap .story .image.alumni:before, .additional-alumni .story-wrap .story .image.alumni:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 100%; }
          .additional-stories .story-wrap .story .image.alumni > .content, .additional-alumni .story-wrap .story .image.alumni > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
        .additional-stories .story-wrap .story .image .video-tag, .additional-alumni .story-wrap .story .image .video-tag {
          position: absolute;
          bottom: .6rem;
          left: .6rem;
          display: block;
          height: 40px;
          width: 40px;
          background: url("/wp-content/themes/Maria-College/assets/images/video-button.svg") center center;
          background-repeat: no-repeat;
          background-size: 40px 40px; }
        .additional-stories .story-wrap .story .image img, .additional-alumni .story-wrap .story .image img {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          height: auto;
          transition: transform .5s;
          -webkit-transition: transform .5s; }
          .additional-stories .story-wrap .story .image img:hover, .additional-alumni .story-wrap .story .image img:hover {
            transform: scale(1.05); }
      .additional-stories .story-wrap .story .text, .additional-alumni .story-wrap .story .text {
        margin-top: .5rem; }
        .additional-stories .story-wrap .story .text p, .additional-alumni .story-wrap .story .text p {
          font-family: "Merriweather", serif;
          font-size: .9rem;
          line-height: 1.3rem;
          color: #7d7c7e; }
        .additional-stories .story-wrap .story .text .alumnBotName, .additional-stories .story-wrap .story .text .alumnBotTitle, .additional-stories .story-wrap .story .text .alumnBotEmploy, .additional-alumni .story-wrap .story .text .alumnBotName, .additional-alumni .story-wrap .story .text .alumnBotTitle, .additional-alumni .story-wrap .story .text .alumnBotEmploy {
          font-family: "Open Sans", sans-serif;
          color: #444544;
          margin-bottom: 0; }
        .additional-stories .story-wrap .story .text .alumnBotName, .additional-alumni .story-wrap .story .text .alumnBotName {
          font-weight: 700; }
        .additional-stories .story-wrap .story .text .alumnBotEmploy, .additional-alumni .story-wrap .story .text .alumnBotEmploy {
          margin-bottom: 1.5rem; }

.quote-wrap, blockquote {
  background-color: #EAE7E1;
  width: 100%;
  display: table;
  margin: 3rem 0; }
  .quote-wrap .quote-image, blockquote .quote-image {
    width: 20%;
    display: table-cell;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative; }
    @media screen and (max-width: 63.9375em) {
      .quote-wrap .quote-image, blockquote .quote-image {
        display: none !important; } }
    .quote-wrap .quote-image:before, blockquote .quote-image:before {
      content: "";
      z-index: 9;
      position: absolute;
      display: block;
      height: 20px;
      width: 20px;
      right: 0;
      top: 30px;
      background: url("/wp-content/themes/Maria-College/assets/images/arrow-quote.svg") center right;
      background-repeat: no-repeat;
      background-size: 20px 20px; }
  .quote-wrap .quote-inside-wrap, blockquote .quote-inside-wrap {
    width: 80%;
    display: table-cell;
    padding: 1.5rem;
    text-align: center; }
    .quote-wrap .quote-inside-wrap p, blockquote .quote-inside-wrap p {
      font-family: "Merriweather", serif;
      color: #666F94;
      font-size: 1.1rem;
      line-height: 1.8rem; }
    .quote-wrap .quote-inside-wrap h3, blockquote .quote-inside-wrap h3 {
      font-size: .9rem;
      line-height: 1rem;
      color: #444544;
      font-family: "Open Sans", sans-serif; }
      .quote-wrap .quote-inside-wrap h3 span, blockquote .quote-inside-wrap h3 span {
        font-weight: 400; }

blockquote {
  margin: 0 0 1rem;
  padding: 1.5rem;
  padding-bottom: .3rem;
  border: none;
  text-align: center; }
  blockquote p {
    font-family: "Merriweather", serif;
    color: #666F94 !important;
    font-size: 1.1rem;
    line-height: 1.8rem; }

.accred-wrap {
  overflow: hidden;
  margin: 2rem 0 0 0; }
  @media print, screen and (min-width: 46.25em) {
    .accred-wrap {
      margin: 3rem 0; } }
  .accred-wrap h4 {
    font-size: 1rem;
    line-height: 1.8rem; }
    @media print, screen and (min-width: 46.25em) {
      .accred-wrap h4 {
        font-size: .9rem;
        line-height: 1.8rem; } }
    @media print, screen and (min-width: 64em) {
      .accred-wrap h4 {
        font-size: 1.1rem;
        line-height: 2rem; } }
  .accred-wrap p {
    font-size: 16px;
    line-height: 24px; }
  .accred-wrap h4 {
    margin: 0;
    color: #222222; }
  .accred-wrap .accred-inside-wrap {
    padding: 1rem 2.5rem 2.5rem 2.5rem; }
    @media print, screen and (min-width: 46.25em) {
      .accred-wrap .accred-inside-wrap {
        padding: 1rem 0 0 0;
        display: table; } }
    .accred-wrap .accred-inside-wrap .accred-logo {
      width: 100%;
      display: block;
      height: 120px; }
      @media print, screen and (min-width: 46.25em) {
        .accred-wrap .accred-inside-wrap .accred-logo {
          width: 110px;
          display: table-cell;
          vertical-align: top;
          height: auto; } }
      .accred-wrap .accred-inside-wrap .accred-logo img {
        max-height: 120px;
        display: block;
        margin: 0 auto; }
    .accred-wrap .accred-inside-wrap .accred-info {
      width: 100%; }
      .accred-wrap .accred-inside-wrap .accred-info p {
        font-size: .8rem;
        line-height: 1.25rem; }
      @media print, screen and (min-width: 46.25em) {
        .accred-wrap .accred-inside-wrap .accred-info {
          width: auto;
          display: table-cell;
          vertical-align: top;
          padding-left: 25px; } }
ul.comment-list {
  list-style-type: none; }
  ul.comment-list li.comment {
    margin-bottom: 1rem; }
  ul.comment-list .comment p {
    margin-bottom: .2rem; }
  ul.comment-list .comment .comment-author .author-meta.vcard.author p {
    font-size: .8rem;
    line-height: 1rem;
    color: #6B6B6B; }

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select {
  width: 100%;
  margin-bottom: 1px !important; }

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
  vertical-align: top !important; }

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"] {
  margin-top: 4px !important; }
  @media print, screen and (min-width: 46.25em) {
    .gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
    .gform_wrapper ul.gfield_radio li input[type="radio"] {
      margin-top: 7px !important; } }
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-right: 5px !important;
  margin-left: 3px !important;
  margin-top: 4px !important; }
  @media print, screen and (min-width: 46.25em) {
    .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
    .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
    .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
      margin-top: 6px !important; } }
[type='file'], [type='checkbox'], [type='radio'] {
  margin: 0 0 .5rem !important; }

.gform_wrapper.gf_browser_chrome select {
  padding: 2px 25px 2px 12px !important; }

.gform_wrapper input.datepicker {
  margin-top: 0; }

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
  margin-top: 5px; }

.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
  margin-top: -15px; }

#page-sidebar-left {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    display: table;
    content: ' '; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      #page-sidebar-left .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      #page-sidebar-left .main-content {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      #page-sidebar-left .main-content {
        width: 66.6666666667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 33.3333333333%; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    #page-sidebar-left .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    #page-sidebar-left .main-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      #page-sidebar-left .sidebar {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      #page-sidebar-left .sidebar {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      #page-sidebar-left .sidebar {
        width: 33.3333333333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: -66.6666666667%;
        margin-top: 1rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    #page-sidebar-left .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    #page-sidebar-left .sidebar {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }
#page-full-width {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #page-full-width::before, #page-full-width::after {
    display: table;
    content: ' '; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      #page-full-width .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      #page-full-width .main-content {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }

body.page-template-page-top-level .container {
  background-color: #FFFFFF; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-top-level .container {
      background-color: #F0EFEC; } }
body.page-template-page-top-level #page {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0; }
  body.page-template-page-top-level #page::before, body.page-template-page-top-level #page::after {
    display: table;
    content: ' '; }
  body.page-template-page-top-level #page::after {
    clear: both; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-top-level #page {
      padding-bottom: 2rem; } }
  body.page-template-page-top-level #page .main-content {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 1rem; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-top-level #page .main-content {
        padding: 0 1.65rem; } }
    body.page-template-page-top-level #page .main-content .section-intro {
      width: 100%;
      margin: 0 auto;
      padding: 1.25rem 0 1.25rem; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-top-level #page .main-content .section-intro {
          padding: 2.5rem 0 1.25rem; } }
      body.page-template-page-top-level #page .main-content .section-intro p {
        color: #6B6B6B;
        font-size: 1.08rem;
        line-height: 1.9rem;
        font-family: "Merriweather", serif; }
      body.page-template-page-top-level #page .main-content .section-intro .entry-content {
        max-width: 45rem;
        margin: 0 auto;
        display: block;
        text-align: left; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-page-top-level #page .main-content .section-intro .entry-content {
            text-align: center; } }
body.page-template-page-top-level section.container .outer-wrapper.desktop {
  display: none; }

body.page-template-page-top-level section.container .outer-wrapper.mobile {
  display: block; }

@media print, screen and (min-width: 46.25em) {
  body.page-template-page-top-level section.container .outer-wrapper.desktop {
    display: block; }
  body.page-template-page-top-level section.container .outer-wrapper.mobile {
    display: none; } }

body.page-template-page-top-level section.container .outer-wrapper .mobileHide {
  display: none !important; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-top-level section.container .outer-wrapper .mobileHide {
      display: block !important; } }
body.page-template-page-top-level section.container .outer-wrapper .feat-image-header {
  padding: 0 !important;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-top-level section.container .outer-wrapper .feat-image-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-top-level section.container .outer-wrapper .feat-image-header {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  body.page-template-page-top-level section.container .outer-wrapper .feat-image-header:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-top-level section.container .outer-wrapper .feat-image-header {
      width: 66.6666666667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: absolute;
      right: 0;
      bottom: 3rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    body.page-template-page-top-level section.container .outer-wrapper .feat-image-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    body.page-template-page-top-level section.container .outer-wrapper .feat-image-header {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 46.25em) {
      body.page-template-page-top-level section.container .outer-wrapper .feat-image-header:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-top-level section.container .outer-wrapper .feat-image-header {
      width: 66.6666666667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: absolute;
      right: 0;
      bottom: 3rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    body.page-template-page-top-level section.container .outer-wrapper .feat-image-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    body.page-template-page-top-level section.container .outer-wrapper .feat-image-header {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
      body.page-template-page-top-level section.container .outer-wrapper .feat-image-header:last-child:not(:first-child) {
        float: right; } }
  body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h1, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #444544;
    display: block;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: 100%;
    padding: .75rem 1rem;
    background-color: #F0EFEC; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h1, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2 {
        font-size: 1rem;
        line-height: 1rem;
        min-width: 30%;
        width: auto;
        float: left;
        padding: .75rem 1rem;
        background-color: transparent; } }
    @media print, screen and (min-width: 64em) {
      body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h1, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2 {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: .75rem 1rem; } }
    @media screen and (min-width: 75em) {
      body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h1, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2 {
        font-size: 1.75rem;
        line-height: 1.75rem;
        padding: .85rem 1rem; } }
    @media screen and (min-width: 90em) {
      body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h1, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2, body.page-template-page-landing-page #page .main-content .extraFieldsWrap body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2 {
        font-size: 2rem;
        line-height: 2rem;
        padding: .95rem 1rem; } }
  body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h1.subHead, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2.subHead, body.page-template-page-landing-page #page .main-content .extraFieldsWrap body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2.subHead {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    margin: 0;
    padding: .75rem 1rem;
    background-color: rgba(118, 137, 175, 0.8);
    display: none; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h1.subHead, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2.subHead, body.page-template-page-landing-page #page .main-content .extraFieldsWrap body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2.subHead {
        display: block;
        font-size: 1rem;
        line-height: 1rem; } }
    @media print, screen and (min-width: 64em) {
      body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h1.subHead, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2.subHead, body.page-template-page-landing-page #page .main-content .extraFieldsWrap body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2.subHead {
        font-size: 1.5rem;
        line-height: 1.5rem; } }
    @media screen and (min-width: 75em) {
      body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h1.subHead, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2.subHead, body.page-template-page-landing-page #page .main-content .extraFieldsWrap body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2.subHead {
        font-size: 1.75rem;
        line-height: 1.75rem;
        padding: .85rem 1rem; } }
    @media screen and (min-width: 90em) {
      body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h1.subHead, body.page-template-page-top-level section.container .outer-wrapper .feat-image-header body.page-template-page-landing-page #page .main-content .extraFieldsWrap h2.subHead, body.page-template-page-landing-page #page .main-content .extraFieldsWrap body.page-template-page-top-level section.container .outer-wrapper .feat-image-header h2.subHead {
        font-size: 2rem;
        line-height: 2rem;
        padding: .95rem 1rem; } }
  body.page-template-page-top-level section.container .outer-wrapper .feat-image-header .fillBlock {
    display: block;
    background-color: rgba(118, 137, 175, 0.8);
    flex-grow: 2;
    -webkit-flex-grow: 2; }

body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
  padding-left: 0 !important;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: block;
  padding-right: 0 !important; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  body.page-template-page-top-level section.container .outer-wrapper .heroFeatures:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      width: 30%;
      padding-right: 0 !important;
      position: absolute;
      left: 0;
      bottom: 2rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 46.25em) {
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding-right: 0 !important; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 75em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding-right: 0 !important;
      bottom: 2rem; } }
  @media screen and (min-width: 75em) and (min-width: 46.25em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 75em) and (min-width: 64em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media screen and (min-width: 75em) {
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 90em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding-right: 0 !important; } }
  @media screen and (min-width: 90em) and (min-width: 46.25em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 90em) and (min-width: 64em) {
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media screen and (min-width: 90em) {
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures:last-child:not(:first-child) {
        float: right; } }
  body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper {
    height: auto;
    margin: 0;
    max-width: none;
    position: relative;
    padding: 1.5rem 135px .75rem 1rem; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper {
        background-color: rgba(72, 71, 71, 0.78);
        padding: .75rem 1.25rem 1rem 2rem;
        margin-right: 2rem; } }
    @media print, screen and (min-width: 64em) {
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper {
        padding: 1.2rem 1.6rem 2rem 2.5rem;
        margin-right: 3.5rem; } }
    @media screen and (min-width: 90em) {
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper {
        padding: 1.4rem 1.9rem 2.5rem 2.5rem;
        margin-right: 8rem; } }
    @media screen and (min-width: 115em) {
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper {
        padding: 1.4rem 1.9rem 2.5rem 2.5rem;
        margin-right: 12rem; } }
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper p {
      color: #5E6D87;
      font-family: "Open Sans", sans-serif;
      font-size: 1rem;
      line-height: 1.4rem;
      margin-bottom: 15px;
      display: block;
      margin: 0; }
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper a {
      color: #5E6D87;
      font-weight: 400; }
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper a:hover {
        text-decoration: underline; }
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper h4 {
      color: #5E6D87;
      font-family: "Open Sans", sans-serif;
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 700;
      margin: 0px 0px 0px 0px; }
    body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper p.tribe-events-widget-link {
      width: 120px;
      position: absolute;
      top: 1.5rem;
      right: 1.65rem;
      text-align: right; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper p {
        color: #FFFFFF;
        font-size: .7rem;
        line-height: .85rem; }
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper a {
        color: #FFFFFF; }
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper h4 {
        color: #4ca392;
        margin: 0;
        font-size: .7rem;
        line-height: .85rem; } }
    @media print, screen and (min-width: 64em) {
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper p {
        color: #FFFFFF;
        font-size: 1rem;
        line-height: 1.25rem; }
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper a {
        color: #FFFFFF; }
      body.page-template-page-top-level section.container .outer-wrapper .heroFeatures .wrapper h4 {
        color: #4ca392;
        margin: 0;
        font-size: 1rem;
        line-height: 1.25rem; } }
body.page-template-page-top-level section.container .featured-hero {
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  position: relative;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: none; }
  body.page-template-page-top-level section.container .featured-hero::before, body.page-template-page-top-level section.container .featured-hero::after {
    display: table;
    content: ' '; }
  body.page-template-page-top-level section.container .featured-hero::after {
    clear: both; }
  body.page-template-page-top-level section.container .featured-hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  body.page-template-page-top-level section.container .featured-hero > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-top-level section.container .featured-hero {
      position: relative; }
      body.page-template-page-top-level section.container .featured-hero:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 42.8571428571%; }
      body.page-template-page-top-level section.container .featured-hero > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media screen and (min-width: 90em) {
    body.page-template-page-top-level section.container .featured-hero {
      position: relative; }
      body.page-template-page-top-level section.container .featured-hero:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 42.8571428571%; }
      body.page-template-page-top-level section.container .featured-hero > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
body.page-template-page-top-level section.container .featureBoxes {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF; }
  body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper {
    padding: 1rem;
    max-width: 75rem;
    margin: 0 auto;
    flex-direction: row;
    -webkit-flex-direction: row; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper {
        padding: .3rem .3rem; } }
    @media print, screen and (min-width: 64em) {
      body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper {
        padding: .6rem .6rem; } }
    body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card {
      border: none;
      background-color: #D8D4CB;
      flex: 1 0 auto;
      width: 100%;
      -webkit-flex: 0 0 100%; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card {
          width: 48%;
          margin: .6rem 1%;
          -webkit-flex: 0 0 48%; } }
      @media print, screen and (min-width: 64em) {
        body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card {
          width: 31%;
          margin: .6rem 1%;
          -webkit-flex: 0 0 31%; } }
      body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card a .image:hover {
        transform: scale(1.05); }
      body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: none;
        transition: transform .5s;
        -webkit-transition: transform .5s;
        overflow: hidden; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .image {
            display: block; } }
        @media print, screen and (min-width: 64em) {
          body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .image {
            display: block; } }
      body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .content {
        padding: .5rem 1rem 1rem;
        overflow: hidden; }
        body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .content h3 {
          color: #5E6D87;
          font-size: 1.6rem;
          line-height: 1.5rem;
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          margin-bottom: 2rem;
          margin-top: .3rem;
          letter-spacing: -0.02rem;
          width: 100%;
          display: block; }
          body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .content h3 a {
            display: block;
            width: 100%;
            background: url("/wp-content/themes/Maria-College/assets/images/feature-arrow-on.gif") top right;
            background-repeat: no-repeat;
            background-size: 30px 30px;
            color: #5E6D87;
            padding-right: 35px;
            line-height: 30px; }
          body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .content h3 a:hover {
            background: url("/wp-content/themes/Maria-College/assets/images/feature-arrow-over.gif") top right;
            background-repeat: no-repeat;
            background-size: 30px 30px;
            color: #4ca392; }
        body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .content .box-content {
          overflow: hidden; }
          @media print, screen and (min-width: 46.25em) {
            body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .content .box-content {
              display: block; } }
        body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .content .read-more {
          margin-top: 1rem;
          color: #4ca392; }
        body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .content p {
          color: #565656;
          font-size: 1.03rem;
          line-height: 1.5rem;
          padding-right: .8rem;
          font-family: "Open Sans", sans-serif;
          font-weight: 400; }
          body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .content p a {
            color: #444544;
            display: block;
            width: 100%;
            line-height: 1.3rem;
            border-bottom: 1px #ADB1A6 solid;
            padding-bottom: 4px;
            padding-right: 0rem;
            margin-bottom: 6px;
            float: left; }
            body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .content p a:hover {
              color: #5E6D87; }
            body.page-template-page-top-level section.container .featureBoxes .flex-card-wrapper .card .content p a:first-of-type {
              border-top: 1px #ADB1A6 solid;
              padding-top: 6px; }

body.page-template-page-majors .container {
  background-color: #FFFFFF; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-majors .container {
      background-color: #FFFFFF; } }
body.page-template-page-majors .heroWrapper {
  width: 100%;
  overflow: hidden;
  background-color: #BCB7AF;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch; }
  body.page-template-page-majors .heroWrapper .featured-hero-wrap {
    width: 100%;
    float: left;
    display: block; }
    body.page-template-page-majors .heroWrapper .featured-hero-wrap .featured-hero {
      height: 100%; }
    @media print, screen and (min-width: 64em) {
      body.page-template-page-majors .heroWrapper .featured-hero-wrap {
        width: 75%; } }
  body.page-template-page-majors .heroWrapper .majors-hero-content {
    width: 25%;
    float: right;
    display: block; }
    @media screen and (max-width: 63.9375em) {
      body.page-template-page-majors .heroWrapper .majors-hero-content {
        display: none !important; } }
    body.page-template-page-majors .heroWrapper .majors-hero-content h2 {
      background-color: #9AA1BE;
      color: #FFFFFF;
      font-family: "Open Sans", sans-serif;
      font-size: 1rem;
      line-height: 1rem;
      font-weight: 700;
      padding: 3rem 1.7rem 3rem 2rem;
      margin: 0; }
      @media print, screen and (min-width: 64em) {
        body.page-template-page-majors .heroWrapper .majors-hero-content h2 {
          font-size: 1.1rem;
          line-height: 1.5rem;
          padding: 3rem 1.7rem 3rem 2.5rem; } }
      @media screen and (min-width: 75em) {
        body.page-template-page-majors .heroWrapper .majors-hero-content h2 {
          font-size: 1.3rem;
          line-height: 1.3rem;
          padding: 4rem 2.7rem 4rem 3rem; } }
    body.page-template-page-majors .heroWrapper .majors-hero-content h4 {
      font-family: "Merriweather", serif;
      font-size: 1.05rem;
      line-height: 1.5rem;
      font-weight: 400;
      color: #FFFFFF;
      padding: 2rem 1.5rem 2rem 2rem; }
      @media print, screen and (min-width: 64em) {
        body.page-template-page-majors .heroWrapper .majors-hero-content h4 {
          font-size: 1.1rem;
          line-height: 1.5rem;
          padding: 2.5rem 2.5rem 2.5rem 2.5rem; } }
      @media screen and (min-width: 75em) {
        body.page-template-page-majors .heroWrapper .majors-hero-content h4 {
          font-size: 1.25rem;
          line-height: 1.75rem;
          padding: 3rem 2.7rem 3rem 3rem; } }
      @media screen and (min-width: 90em) {
        body.page-template-page-majors .heroWrapper .majors-hero-content h4 {
          font-size: 1.25rem;
          line-height: 2rem;
          padding: 3rem 4rem 3rem 3rem; } }
      @media screen and (min-width: 115em) {
        body.page-template-page-majors .heroWrapper .majors-hero-content h4 {
          font-size: 1.3rem;
          line-height: 2.1rem;
          padding: 3rem 5rem 3rem 3rem; } }
body.page-template-page-majors .majors-hero-content.mobile {
  background-color: #F0EFEC;
  padding: 1rem; }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-majors .majors-hero-content.mobile {
      display: none !important; } }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-majors .majors-hero-content.mobile {
      padding: 2rem; } }
  body.page-template-page-majors .majors-hero-content.mobile h4 {
    color: #696868;
    font-family: "Merriweather", serif;
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 400; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-majors .majors-hero-content.mobile h4 {
        font-size: 1.3rem;
        line-height: 1.75rem; } }
body.page-template-page-majors .outlook-wrap {
  width: 100%;
  display: block;
  background-color: #EAE7E1;
  float: left;
  margin-bottom: 15px; }
  body.page-template-page-majors .outlook-wrap .outlook-inner-wrap {
    max-width: 55rem;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 1em 2em; }
    body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-image {
      width: 90px;
      margin: 0 auto; }
    body.page-template-page-majors .outlook-wrap .outlook-inner-wrap p, body.page-template-page-majors .outlook-wrap .outlook-inner-wrap ul, body.page-template-page-majors .outlook-wrap .outlook-inner-wrap li {
      color: #6B6B6B;
      font-family: "Merriweather", serif;
      font-size: 1rem;
      line-height: 1.6rem;
      text-align: center;
      display: block;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        body.page-template-page-majors .outlook-wrap .outlook-inner-wrap p, body.page-template-page-majors .outlook-wrap .outlook-inner-wrap ul, body.page-template-page-majors .outlook-wrap .outlook-inner-wrap li {
          font-size: 1rem;
          line-height: 1.75rem; } }
      body.page-template-page-majors .outlook-wrap .outlook-inner-wrap p strong, body.page-template-page-majors .outlook-wrap .outlook-inner-wrap ul strong, body.page-template-page-majors .outlook-wrap .outlook-inner-wrap li strong {
        color: #222222; }
    body.page-template-page-majors .outlook-wrap .outlook-inner-wrap h4 {
      color: #5E6D87;
      font-size: 1.75rem;
      line-height: 2rem;
      text-align: center;
      display: block;
      width: 100%;
      margin: 1rem 0; }
      @media print, screen and (min-width: 64em) {
        body.page-template-page-majors .outlook-wrap .outlook-inner-wrap h4 {
          font-size: 2rem;
          line-height: 2.25rem; } }
    body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-more {
      width: 100%;
      display: block;
      margin: 0 auto 10px;
      text-align: center; }
      body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-more span {
        color: #6B6B6B;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: .75rem;
        line-height: 1.25rem;
        border-bottom: 1px #6B6B6B solid;
        padding-bottom: 8px;
        cursor: pointer; }
        @media print, screen and (min-width: 64em) {
          body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-more span {
            font-size: 1rem;
            line-height: 1.75rem; } }
    body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-more.close {
      display: none; }
    body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-content-drop {
      display: none;
      padding: 20px 0; }
      body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-content-drop p {
        text-align: left; }
      body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-content-drop ul {
        text-align: left;
        margin: .5rem auto 10px;
        display: block; }
        body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-content-drop ul li {
          color: #6B6B6B;
          text-align: left;
          line-height: 1.5rem;
          margin-bottom: .5rem; }
          @media print, screen and (min-width: 64em) {
            body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-content-drop ul li {
              line-height: 1.5rem;
              margin-bottom: .75rem; } }
      body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-content-drop .outlook-content-wrap {
        overflow: hidden; }
        body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-content-drop .outlook-content-wrap .outlook-content-links {
          display: block; }
          body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-content-drop .outlook-content-wrap .outlook-content-links a {
            display: block;
            width: 100%; }
          @media print, screen and (min-width: 46.25em) {
            body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-content-drop .outlook-content-wrap .outlook-content-links {
              width: 30%;
              margin: 0 auto;
              float: left;
              padding-right: 3rem; } }
        body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-content-drop .outlook-content-wrap .outlook-content-main {
          display: block; }
          @media print, screen and (min-width: 46.25em) {
            body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-content-drop .outlook-content-wrap .outlook-content-main {
              width: 45%;
              margin: 0 auto;
              float: left; } }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-page-majors .outlook-wrap .outlook-inner-wrap .outlook-content-drop .outlook-content-wrap .outlook-content-main:last-of-type {
            margin-left: 5%; } }
  @media screen and (max-width: 46.1875em) {
    body.page-template-page-majors .outlook-wrap.desktop {
      display: none !important; } }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-majors .outlook-wrap.mobile {
      display: none !important; } }
body.page-template-page-bios #page {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0; }
  body.page-template-page-bios #page::before, body.page-template-page-bios #page::after {
    display: table;
    content: ' '; }
  body.page-template-page-bios #page::after {
    clear: both; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-bios #page {
      padding-bottom: 2rem; } }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-bios #page .main-content {
      padding: 0 0 0 2rem !important; } }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-bios #page .main-content {
      padding: 0 2rem !important; } }
  body.page-template-page-bios #page .DateRange, body.page-template-page-bios #page .DateDiv {
    display: none;
    text-align: center; }
  body.page-template-page-bios #page .team-bios {
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF; }
    body.page-template-page-bios #page .team-bios .flex-card-wrapper {
      padding: 0;
      margin: 0 auto;
      position: relative;
      width: 100%;
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      -webkit-flex-direction: row;
      -webkit-flex-wrap: wrap;
      flex-flow: row wrap;
      align-content: flex-start; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-bios #page .team-bios .flex-card-wrapper {
          padding: 0; } }
      body.page-template-page-bios #page .team-bios .flex-card-wrapper .flex-blank-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: none;
        background-color: rgba(255, 255, 255, 0.6);
        pointer-events: none;
        z-index: 1001; }
      body.page-template-page-bios #page .team-bios .flex-card-wrapper .card {
        border: none;
        overflow: visible;
        opacity: 1;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
        width: 50%;
        padding-right: 5%;
        -webkit-flex: 0 0 50%; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .card {
            width: 33.33%;
            padding-right: 3%;
            -webkit-flex: 0 0 33.33%; } }
        @media print, screen and (min-width: 64em) {
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .card {
            width: 25%;
            padding-right: 3%;
            -webkit-flex: 0 0 25%; } }
        body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .image-wrapper {
          display: block;
          overflow: hidden;
          background-image: #D8D4CB;
          cursor: pointer;
          position: relative;
          float: none;
          width: 100%;
          padding: 0; }
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .image-wrapper:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 100%; }
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .image-wrapper > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
        body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .image:hover {
          transform: scale(1.05); }
        body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .image {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          background-color: #EAE7E1;
          transition: transform .5s;
          -webkit-transition: transform .5s;
          position: absolute !important;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          display: block;
          position: relative; }
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .image:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 100%; }
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .image > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
        body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content {
          overflow: hidden;
          padding-bottom: 0px;
          display: table;
          width: 100%;
          font-size: .8rem;
          line-height: 1rem; }
          @media print, screen and (min-width: 46.25em) {
            body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content {
              font-size: .8rem;
              line-height: 1rem; } }
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content .bio-title {
            font-weight: 700;
            height: 20px;
            color: #444544;
            display: table-row; }
            body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content .bio-title::before {
              display: block;
              content: "";
              width: 100%;
              margin: .5rem 0 0 0; }
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content .bio-creds {
            padding-bottom: .5rem;
            color: #444544;
            display: table-row; }
            body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content .bio-creds::after {
              content: "";
              height: 10px;
              width: 100%;
              background-color: transparent;
              display: block; }
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content .bio-tag {
            cursor: pointer;
            text-align: center;
            width: 100%;
            margin: .5rem auto .5rem;
            display: table-row;
            vertical-align: bottom;
            height: 40px; }
            body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content .bio-tag span {
              padding: 5px 0 5px 32px;
              height: 40px;
              background: url("/wp-content/themes/Maria-College/assets/images/bio-button-over.svg") center left;
              background-repeat: no-repeat;
              background-size: 25px 25px; }
              body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content .bio-tag span:hover {
                background-image: url("/wp-content/themes/Maria-College/assets/images/bio-button.svg"); }
            body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content .bio-tag::before {
              display: block;
              background-color: #ADB1A6;
              content: "";
              height: 1px;
              width: 100%;
              margin: 0 0 8px 0; }
            body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content .bio-tag.hover .inner span {
              background-image: url("/wp-content/themes/Maria-College/assets/images/bio-button.svg"); }
            body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content .bio-tag.hover::after {
              background: url("/wp-content/themes/Maria-College/assets/images/arrow-bio.svg") center center;
              background-repeat: no-repeat;
              background-size: 50px 40px;
              display: block;
              position: absolute;
              z-index: 22;
              content: "";
              height: 40px;
              width: 50px;
              margin: 5px 0 0 15%; }
              @media print, screen and (min-width: 46.25em) {
                body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content .bio-tag.hover::after {
                  margin: 5px 0 0 12%; } }
              @media print, screen and (min-width: 64em) {
                body.page-template-page-bios #page .team-bios .flex-card-wrapper .card .bio-title-content .bio-tag.hover::after {
                  margin: 5px 0 0 8%; } }
      body.page-template-page-bios #page .team-bios .flex-card-wrapper .bio-text.dropdown-pane {
        border: none;
        position: absolute;
        padding: 0;
        background-color: #EAE7E1;
        top: auto !important;
        left: 0 !important;
        width: 100%; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .bio-text.dropdown-pane {
            width: 95%; } }
        @media print, screen and (min-width: 64em) {
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .bio-text.dropdown-pane {
            width: 97%; } }
        body.page-template-page-bios #page .team-bios .flex-card-wrapper .bio-text.dropdown-pane .bio-top-bar {
          display: block;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.1);
          overflow: hidden; }
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .bio-text.dropdown-pane .bio-top-bar .close-but {
            cursor: pointer;
            float: right;
            background-color: #ADB1A6;
            text-transform: uppercase;
            color: #FFFFFF;
            font-size: .85rem;
            font-weight: 700;
            letter-spacing: -0.02rem;
            padding: .5rem .3rem; }
        body.page-template-page-bios #page .team-bios .flex-card-wrapper .bio-text.dropdown-pane .bio-text-content {
          padding: 1rem 3rem 2rem 3rem; }
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .bio-text.dropdown-pane .bio-text-content p, body.page-template-page-bios #page .team-bios .flex-card-wrapper .bio-text.dropdown-pane .bio-text-content .bio-text {
            font-size: 1rem;
            line-height: 1.4rem; }
            body.page-template-page-bios #page .team-bios .flex-card-wrapper .bio-text.dropdown-pane .bio-text-content p a, body.page-template-page-bios #page .team-bios .flex-card-wrapper .bio-text.dropdown-pane .bio-text-content .bio-text a {
              color: #3e9080; }
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .bio-text.dropdown-pane .bio-text-content .bio-title {
            font-weight: 700;
            padding-top: .5rem;
            color: #222222;
            font-size: 1rem;
            line-height: 1.4rem; }
          body.page-template-page-bios #page .team-bios .flex-card-wrapper .bio-text.dropdown-pane .bio-text-content .bio-creds {
            padding-bottom: 1rem;
            border-bottom: none;
            color: #222222;
            font-size: 1rem;
            line-height: 1.4rem; }

body.page-template-page-news .container,
body.page-template-page-blog .container,
body.page-template-page-events .container,
body.post-type-archive-tribe_events .container {
  background-color: transparent; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-news .container,
    body.page-template-page-blog .container,
    body.page-template-page-events .container,
    body.post-type-archive-tribe_events .container {
      background-color: transparent; } }
body.page-template-page-news #page,
body.page-template-page-blog #page,
body.page-template-page-events #page,
body.post-type-archive-tribe_events #page {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  margin-top: 3rem;
  padding-bottom: 0; }
  body.page-template-page-news #page::before, body.page-template-page-news #page::after,
  body.page-template-page-blog #page::before,
  body.page-template-page-blog #page::after,
  body.page-template-page-events #page::before,
  body.page-template-page-events #page::after,
  body.post-type-archive-tribe_events #page::before,
  body.post-type-archive-tribe_events #page::after {
    display: table;
    content: ' '; }
  body.page-template-page-news #page::after,
  body.page-template-page-blog #page::after,
  body.page-template-page-events #page::after,
  body.post-type-archive-tribe_events #page::after {
    clear: both; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-news #page,
    body.page-template-page-blog #page,
    body.page-template-page-events #page,
    body.post-type-archive-tribe_events #page {
      padding-bottom: 2rem; } }
  body.page-template-page-news #page .entry-content,
  body.page-template-page-blog #page .entry-content,
  body.page-template-page-events #page .entry-content,
  body.post-type-archive-tribe_events #page .entry-content {
    padding-right: 0; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-news #page .entry-content,
      body.page-template-page-blog #page .entry-content,
      body.page-template-page-events #page .entry-content,
      body.post-type-archive-tribe_events #page .entry-content {
        padding-right: 1rem; } }
    @media print, screen and (min-width: 64em) {
      body.page-template-page-news #page .entry-content,
      body.page-template-page-blog #page .entry-content,
      body.page-template-page-events #page .entry-content,
      body.post-type-archive-tribe_events #page .entry-content {
        padding-right: 8rem; } }
body.post-type-archive-tribe_events #page {
  margin-top: 0; }
  @media print, screen and (min-width: 46.25em) {
    body.post-type-archive-tribe_events #page {
      margin-top: 3rem; } }
body.post-type-archive-tribe_events .accordion.secondary-nav-mobile,
body.page-template-page-news .accordion.secondary-nav-mobile {
  background-color: #D8D4CB; }

body.page-template-page-blog #page {
  margin-top: 1rem; }
  body.page-template-page-blog #page .entry-content {
    padding-right: 0; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-blog #page .entry-content {
        padding-right: 0; } }
    @media print, screen and (min-width: 64em) {
      body.page-template-page-blog #page .entry-content {
        padding-right: 0; } }
    body.page-template-page-blog #page .entry-content .news-story.featured .featured-image {
      margin-bottom: 1rem; }
      body.page-template-page-blog #page .entry-content .news-story.featured .featured-image img {
        width: 100%;
        max-width: none; }

body.page-template-page-news h3.news-headline,
body.page-template-page-blog h3.news-headline,
body.page-template-page-events h3.news-headline,
body.post-type-archive-tribe_events h3.news-headline {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 0; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-news h3.news-headline,
    body.page-template-page-blog h3.news-headline,
    body.page-template-page-events h3.news-headline,
    body.post-type-archive-tribe_events h3.news-headline {
      font-size: 1.3rem;
      line-height: 1.5rem;
      margin-bottom: .5rem; } }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-news h3.news-headline,
    body.page-template-page-blog h3.news-headline,
    body.page-template-page-events h3.news-headline,
    body.post-type-archive-tribe_events h3.news-headline {
      font-size: 1.4rem;
      line-height: 1.6rem;
      margin-bottom: .5rem; } }
  @media screen and (min-width: 75em) {
    body.page-template-page-news h3.news-headline,
    body.page-template-page-blog h3.news-headline,
    body.page-template-page-events h3.news-headline,
    body.post-type-archive-tribe_events h3.news-headline {
      font-size: 1.6rem;
      line-height: 2rem;
      margin-bottom: .5rem; } }
body.page-template-page-news .news-meta,
body.page-template-page-blog .news-meta,
body.page-template-page-events .news-meta,
body.post-type-archive-tribe_events .news-meta {
  margin-bottom: .2rem; }
  body.page-template-page-news .news-meta .news-date,
  body.page-template-page-blog .news-meta .news-date,
  body.page-template-page-events .news-meta .news-date,
  body.post-type-archive-tribe_events .news-meta .news-date {
    color: #6B6B6B;
    font-size: .85rem;
    line-height: 1rem;
    font-weight: 700; }
  body.page-template-page-news .news-meta .category-tag,
  body.page-template-page-blog .news-meta .category-tag,
  body.page-template-page-events .news-meta .category-tag,
  body.post-type-archive-tribe_events .news-meta .category-tag {
    color: #6B6B6B;
    padding-left: .85rem;
    font-size: .85rem;
    line-height: 1rem;
    font-weight: 700;
    display: none; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-news .news-meta .category-tag,
      body.page-template-page-blog .news-meta .category-tag,
      body.page-template-page-events .news-meta .category-tag,
      body.post-type-archive-tribe_events .news-meta .category-tag {
        display: inline-block; } }
    body.page-template-page-news .news-meta .category-tag span,
    body.page-template-page-blog .news-meta .category-tag span,
    body.page-template-page-events .news-meta .category-tag span,
    body.post-type-archive-tribe_events .news-meta .category-tag span {
      margin-right: 12px; }

body.page-template-page-news .text,
body.page-template-page-blog .text,
body.page-template-page-events .text,
body.post-type-archive-tribe_events .text {
  font-family: "Merriweather", serif;
  font-weight: 400;
  display: none; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-news .text,
    body.page-template-page-blog .text,
    body.page-template-page-events .text,
    body.post-type-archive-tribe_events .text {
      display: block;
      font-size: .9rem;
      line-height: 1.3rem; } }
  body.page-template-page-news .text p,
  body.page-template-page-blog .text p,
  body.page-template-page-events .text p,
  body.post-type-archive-tribe_events .text p {
    font-family: "Merriweather", serif;
    font-size: .9rem;
    line-height: 1.4rem;
    font-weight: 400; }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-news .text,
    body.page-template-page-blog .text,
    body.page-template-page-events .text,
    body.post-type-archive-tribe_events .text {
      display: block;
      font-size: 1.1rem;
      line-height: 1.8rem; }
      body.page-template-page-news .text p,
      body.page-template-page-blog .text p,
      body.page-template-page-events .text p,
      body.post-type-archive-tribe_events .text p {
        font-size: 1.1rem;
        line-height: 1.8rem;
        font-weight: 400; } }
body.page-template-page-news .read-more,
body.page-template-page-blog .read-more,
body.page-template-page-events .read-more,
body.post-type-archive-tribe_events .read-more {
  text-transform: uppercase;
  font-weight: 700;
  color: #4ca392;
  font-size: .85rem;
  line-height: 1rem;
  clear: both;
  float: none;
  display: block;
  margin-top: .5rem;
  display: none; }
  body.page-template-page-news .read-more:hover,
  body.page-template-page-blog .read-more:hover,
  body.page-template-page-events .read-more:hover,
  body.post-type-archive-tribe_events .read-more:hover {
    color: #2C3146; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-news .read-more,
    body.page-template-page-blog .read-more,
    body.page-template-page-events .read-more,
    body.post-type-archive-tribe_events .read-more {
      display: block; } }
body.page-template-page-news .featured-news,
body.page-template-page-blog .featured-news,
body.page-template-page-events .featured-news,
body.post-type-archive-tribe_events .featured-news {
  background-color: #F0EFEC;
  width: 100%;
  display: block;
  margin-top: 0;
  padding: 1rem 1rem 1rem; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-news .featured-news,
    body.page-template-page-blog .featured-news,
    body.page-template-page-events .featured-news,
    body.post-type-archive-tribe_events .featured-news {
      padding: 3rem 1rem 2rem; } }
  body.page-template-page-news .featured-news .post-type-head,
  body.page-template-page-blog .featured-news .post-type-head,
  body.page-template-page-events .featured-news .post-type-head,
  body.post-type-archive-tribe_events .featured-news .post-type-head {
    max-width: 71rem;
    display: block;
    width: 100%;
    margin: 0 auto 1rem;
    background-color: transparent;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2rem; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-news .featured-news .post-type-head,
      body.page-template-page-blog .featured-news .post-type-head,
      body.page-template-page-events .featured-news .post-type-head,
      body.post-type-archive-tribe_events .featured-news .post-type-head {
        background-color: rgba(0, 0, 0, 0.1);
        padding: .5rem 1rem;
        font-size: 1.5rem;
        line-height: 2rem; } }
  body.page-template-page-news .featured-news .news-wrap,
  body.page-template-page-blog .featured-news .news-wrap,
  body.page-template-page-events .featured-news .news-wrap,
  body.post-type-archive-tribe_events .featured-news .news-wrap {
    max-width: 71rem;
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-news .featured-news .news-wrap,
      body.page-template-page-blog .featured-news .news-wrap,
      body.page-template-page-events .featured-news .news-wrap,
      body.post-type-archive-tribe_events .featured-news .news-wrap {
        max-height: 400px; } }
    body.page-template-page-news .featured-news .news-wrap h2.news-feature-head,
    body.page-template-page-blog .featured-news .news-wrap h2.news-feature-head,
    body.page-template-page-events .featured-news .news-wrap h2.news-feature-head,
    body.post-type-archive-tribe_events .featured-news .news-wrap h2.news-feature-head {
      color: #5E6D87;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: .9rem;
      line-height: 1.5rem;
      margin-top: 0; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-news .featured-news .news-wrap h2.news-feature-head,
        body.page-template-page-blog .featured-news .news-wrap h2.news-feature-head,
        body.page-template-page-events .featured-news .news-wrap h2.news-feature-head,
        body.post-type-archive-tribe_events .featured-news .news-wrap h2.news-feature-head {
          font-size: 1.1rem;
          line-height: 1.8rem;
          margin-top: 1.4rem; } }
    body.page-template-page-news .featured-news .news-wrap .feature-news-mobile,
    body.page-template-page-blog .featured-news .news-wrap .feature-news-mobile,
    body.page-template-page-events .featured-news .news-wrap .feature-news-mobile,
    body.post-type-archive-tribe_events .featured-news .news-wrap .feature-news-mobile {
      display: block; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-news .featured-news .news-wrap .feature-news-mobile,
        body.page-template-page-blog .featured-news .news-wrap .feature-news-mobile,
        body.page-template-page-events .featured-news .news-wrap .feature-news-mobile,
        body.post-type-archive-tribe_events .featured-news .news-wrap .feature-news-mobile {
          display: none; } }
    body.page-template-page-news .featured-news .news-wrap .orbit,
    body.page-template-page-blog .featured-news .news-wrap .orbit,
    body.page-template-page-events .featured-news .news-wrap .orbit,
    body.post-type-archive-tribe_events .featured-news .news-wrap .orbit {
      overflow: hidden;
      display: none; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-news .featured-news .news-wrap .orbit,
        body.page-template-page-blog .featured-news .news-wrap .orbit,
        body.page-template-page-events .featured-news .news-wrap .orbit,
        body.post-type-archive-tribe_events .featured-news .news-wrap .orbit {
          display: block; } }
    body.page-template-page-news .featured-news .news-wrap .news-article,
    body.page-template-page-blog .featured-news .news-wrap .news-article,
    body.page-template-page-events .featured-news .news-wrap .news-article,
    body.post-type-archive-tribe_events .featured-news .news-wrap .news-article {
      display: table;
      padding-bottom: 1.5rem;
      width: 100%; }
      @media print, screen and (min-width: 46.25em) {
        body.page-template-page-news .featured-news .news-wrap .news-article,
        body.page-template-page-blog .featured-news .news-wrap .news-article,
        body.page-template-page-events .featured-news .news-wrap .news-article,
        body.post-type-archive-tribe_events .featured-news .news-wrap .news-article {
          padding-bottom: 0;
          width: 90%; } }
      body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper,
      body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper,
      body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper,
      body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper {
        display: table-cell;
        vertical-align: top;
        width: 40%;
        padding-right: 1rem; }
        @media print, screen and (min-width: 46.25em) {
          body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper,
          body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper,
          body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper,
          body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper {
            width: 60%;
            padding-right: 1.5rem; } }
        body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap,
        body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap,
        body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap,
        body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap {
          display: block;
          overflow: hidden;
          position: relative; }
          body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap:before,
          body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap:before,
          body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap:before,
          body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 100%; }
          body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap > .content,
          body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap > .content,
          body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap > .content,
          body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
          @media print, screen and (min-width: 46.25em) {
            body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap,
            body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap,
            body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap,
            body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap {
              position: relative; }
              body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap:before,
              body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap:before,
              body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap:before,
              body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap:before {
                display: block;
                content: "";
                width: 100%;
                padding-top: 83.3333333333%; }
              body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap > .content,
              body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap > .content,
              body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap > .content,
              body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap > .content {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0; } }
          @media print, screen and (min-width: 64em) {
            body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap,
            body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap,
            body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap,
            body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap {
              position: relative; }
              body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap:before,
              body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap:before,
              body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap:before,
              body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap:before {
                display: block;
                content: "";
                width: 100%;
                padding-top: 66.6666666667%; }
              body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap > .content,
              body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap > .content,
              body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap > .content,
              body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap > .content {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0; } }
          body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image,
          body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image,
          body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image,
          body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            transition: transform .5s;
            -webkit-transition: transform .5s;
            position: absolute !important;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: block;
            position: relative; }
            body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image:before,
            body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image:before,
            body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image:before,
            body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image:before {
              display: block;
              content: "";
              width: 100%;
              padding-top: 100%; }
            body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image > .content,
            body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image > .content,
            body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image > .content,
            body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image > .content {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
            @media print, screen and (min-width: 46.25em) {
              body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image,
              body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image,
              body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image,
              body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image {
                position: relative; }
                body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image:before,
                body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image:before,
                body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image:before,
                body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image:before {
                  display: block;
                  content: "";
                  width: 100%;
                  padding-top: 66.6666666667%; }
                body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image > .content,
                body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image > .content,
                body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image > .content,
                body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image > .content {
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0; } }
            body.page-template-page-news .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image:hover,
            body.page-template-page-blog .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image:hover,
            body.page-template-page-events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image:hover,
            body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .image-wrapper .image-inner-wrap .image:hover {
              transform: scale(1.05); }
      body.page-template-page-news .featured-news .news-wrap .news-article .news-content,
      body.page-template-page-blog .featured-news .news-wrap .news-article .news-content,
      body.page-template-page-events .featured-news .news-wrap .news-article .news-content,
      body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content {
        display: table-cell;
        vertical-align: top; }
        body.page-template-page-news .featured-news .news-wrap .news-article .news-content h3.news-headline,
        body.page-template-page-blog .featured-news .news-wrap .news-article .news-content h3.news-headline,
        body.page-template-page-events .featured-news .news-wrap .news-article .news-content h3.news-headline,
        body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content h3.news-headline {
          font-size: 1rem;
          line-height: 1.4rem; }
          @media print, screen and (min-width: 46.25em) {
            body.page-template-page-news .featured-news .news-wrap .news-article .news-content h3.news-headline,
            body.page-template-page-blog .featured-news .news-wrap .news-article .news-content h3.news-headline,
            body.page-template-page-events .featured-news .news-wrap .news-article .news-content h3.news-headline,
            body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content h3.news-headline {
              font-size: 1.1rem;
              line-height: 1.5rem;
              margin-bottom: .5rem; } }
          @media print, screen and (min-width: 64em) {
            body.page-template-page-news .featured-news .news-wrap .news-article .news-content h3.news-headline,
            body.page-template-page-blog .featured-news .news-wrap .news-article .news-content h3.news-headline,
            body.page-template-page-events .featured-news .news-wrap .news-article .news-content h3.news-headline,
            body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content h3.news-headline {
              font-size: 1.3rem;
              line-height: 1.5rem;
              margin-bottom: .5rem; } }
          @media screen and (min-width: 75em) {
            body.page-template-page-news .featured-news .news-wrap .news-article .news-content h3.news-headline,
            body.page-template-page-blog .featured-news .news-wrap .news-article .news-content h3.news-headline,
            body.page-template-page-events .featured-news .news-wrap .news-article .news-content h3.news-headline,
            body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content h3.news-headline {
              font-size: 1.6rem;
              line-height: 2rem;
              margin-bottom: .5rem; } }
          body.page-template-page-news .featured-news .news-wrap .news-article .news-content h3.news-headline a,
          body.page-template-page-blog .featured-news .news-wrap .news-article .news-content h3.news-headline a,
          body.page-template-page-events .featured-news .news-wrap .news-article .news-content h3.news-headline a,
          body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content h3.news-headline a {
            color: #444544; }
            body.page-template-page-news .featured-news .news-wrap .news-article .news-content h3.news-headline a:hover,
            body.page-template-page-blog .featured-news .news-wrap .news-article .news-content h3.news-headline a:hover,
            body.page-template-page-events .featured-news .news-wrap .news-article .news-content h3.news-headline a:hover,
            body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content h3.news-headline a:hover {
              color: #5E6D87; }
        body.page-template-page-news .featured-news .news-wrap .news-article .news-content .text,
        body.page-template-page-blog .featured-news .news-wrap .news-article .news-content .text,
        body.page-template-page-events .featured-news .news-wrap .news-article .news-content .text,
        body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content .text {
          font-family: "Merriweather", serif;
          font-size: .9rem;
          line-height: 1.4rem;
          font-weight: 400;
          color: #696868; }
          body.page-template-page-news .featured-news .news-wrap .news-article .news-content .text p,
          body.page-template-page-blog .featured-news .news-wrap .news-article .news-content .text p,
          body.page-template-page-events .featured-news .news-wrap .news-article .news-content .text p,
          body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content .text p {
            font-family: "Merriweather", serif;
            font-size: .9rem;
            line-height: 1.4rem;
            font-weight: 400;
            color: #696868; }
          @media print, screen and (min-width: 64em) {
            body.page-template-page-news .featured-news .news-wrap .news-article .news-content .text,
            body.page-template-page-blog .featured-news .news-wrap .news-article .news-content .text,
            body.page-template-page-events .featured-news .news-wrap .news-article .news-content .text,
            body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content .text {
              display: block;
              font-size: .9rem;
              line-height: 1.5rem; }
              body.page-template-page-news .featured-news .news-wrap .news-article .news-content .text p,
              body.page-template-page-blog .featured-news .news-wrap .news-article .news-content .text p,
              body.page-template-page-events .featured-news .news-wrap .news-article .news-content .text p,
              body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content .text p {
                font-size: .9rem;
                line-height: 1.5rem;
                font-weight: 400; } }
          @media screen and (min-width: 75em) {
            body.page-template-page-news .featured-news .news-wrap .news-article .news-content .text,
            body.page-template-page-blog .featured-news .news-wrap .news-article .news-content .text,
            body.page-template-page-events .featured-news .news-wrap .news-article .news-content .text,
            body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content .text {
              display: block;
              font-size: 1.1rem;
              line-height: 1.8rem; }
              body.page-template-page-news .featured-news .news-wrap .news-article .news-content .text p,
              body.page-template-page-blog .featured-news .news-wrap .news-article .news-content .text p,
              body.page-template-page-events .featured-news .news-wrap .news-article .news-content .text p,
              body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content .text p {
                font-size: 1.1rem;
                line-height: 1.8rem;
                font-weight: 400; } }
        body.page-template-page-news .featured-news .news-wrap .news-article .news-content .read-more,
        body.page-template-page-blog .featured-news .news-wrap .news-article .news-content .read-more,
        body.page-template-page-events .featured-news .news-wrap .news-article .news-content .read-more,
        body.post-type-archive-tribe_events .featured-news .news-wrap .news-article .news-content .read-more {
          margin-top: 1rem;
          color: #4ca392; }
  body.page-template-page-news .featured-news .orbit-previous, body.page-template-page-news .featured-news .orbit-next,
  body.page-template-page-blog .featured-news .orbit-previous,
  body.page-template-page-blog .featured-news .orbit-next,
  body.page-template-page-events .featured-news .orbit-previous,
  body.page-template-page-events .featured-news .orbit-next,
  body.post-type-archive-tribe_events .featured-news .orbit-previous,
  body.post-type-archive-tribe_events .featured-news .orbit-next {
    top: 50%;
    opacity: 0;
    font-size: 1px;
    line-height: 50px;
    width: 5rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: transparent; }
  body.page-template-page-news .featured-news .orbit-previous,
  body.page-template-page-blog .featured-news .orbit-previous,
  body.page-template-page-events .featured-news .orbit-previous,
  body.post-type-archive-tribe_events .featured-news .orbit-previous {
    display: none; }
  body.page-template-page-news .featured-news .orbit-next,
  body.page-template-page-blog .featured-news .orbit-next,
  body.page-template-page-events .featured-news .orbit-next,
  body.post-type-archive-tribe_events .featured-news .orbit-next {
    opacity: .6;
    background: url("/wp-content/themes/Maria-College/assets/images/orbit-button.svg") center center;
    background-repeat: no-repeat;
    background-size: 50px 50px; }
  body.page-template-page-news .featured-news .orbit-previous:hover,
  body.page-template-page-news .featured-news .orbit-next:hover,
  body.page-template-page-news .featured-news .orbit-previous:active,
  body.page-template-page-news .featured-news .orbit-next:active,
  body.page-template-page-news .featured-news .orbit-previous:focus,
  body.page-template-page-news .featured-news .orbit-next:focus,
  body.page-template-page-blog .featured-news .orbit-previous:hover,
  body.page-template-page-blog .featured-news .orbit-next:hover,
  body.page-template-page-blog .featured-news .orbit-previous:active,
  body.page-template-page-blog .featured-news .orbit-next:active,
  body.page-template-page-blog .featured-news .orbit-previous:focus,
  body.page-template-page-blog .featured-news .orbit-next:focus,
  body.page-template-page-events .featured-news .orbit-previous:hover,
  body.page-template-page-events .featured-news .orbit-next:hover,
  body.page-template-page-events .featured-news .orbit-previous:active,
  body.page-template-page-events .featured-news .orbit-next:active,
  body.page-template-page-events .featured-news .orbit-previous:focus,
  body.page-template-page-events .featured-news .orbit-next:focus,
  body.post-type-archive-tribe_events .featured-news .orbit-previous:hover,
  body.post-type-archive-tribe_events .featured-news .orbit-next:hover,
  body.post-type-archive-tribe_events .featured-news .orbit-previous:active,
  body.post-type-archive-tribe_events .featured-news .orbit-next:active,
  body.post-type-archive-tribe_events .featured-news .orbit-previous:focus,
  body.post-type-archive-tribe_events .featured-news .orbit-next:focus {
    background-color: transparent;
    opacity: .6; }
  body.page-template-page-news .featured-news .orbit-bullets,
  body.page-template-page-blog .featured-news .orbit-bullets,
  body.page-template-page-events .featured-news .orbit-bullets,
  body.post-type-archive-tribe_events .featured-news .orbit-bullets {
    margin: 0;
    position: absolute;
    bottom: 38%;
    right: 1.1rem;
    opacity: .8; }
    body.page-template-page-news .featured-news .orbit-bullets button,
    body.page-template-page-blog .featured-news .orbit-bullets button,
    body.page-template-page-events .featured-news .orbit-bullets button,
    body.post-type-archive-tribe_events .featured-news .orbit-bullets button {
      width: .5rem;
      height: .5rem;
      background-color: #6e7590; }
      body.page-template-page-news .featured-news .orbit-bullets button.is-active,
      body.page-template-page-blog .featured-news .orbit-bullets button.is-active,
      body.page-template-page-events .featured-news .orbit-bullets button.is-active,
      body.post-type-archive-tribe_events .featured-news .orbit-bullets button.is-active {
        background-color: #D59419; }

body.page-template-page-news .main-content,
body.page-template-page-blog .main-content,
body.page-template-page-events .main-content,
body.post-type-archive-tribe_events .main-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding: 0 1rem; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-news .main-content,
    body.page-template-page-blog .main-content,
    body.page-template-page-events .main-content,
    body.post-type-archive-tribe_events .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    body.page-template-page-news .main-content,
    body.page-template-page-blog .main-content,
    body.page-template-page-events .main-content,
    body.post-type-archive-tribe_events .main-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  body.page-template-page-news .main-content:last-child:not(:first-child),
  body.page-template-page-blog .main-content:last-child:not(:first-child),
  body.page-template-page-events .main-content:last-child:not(:first-child),
  body.post-type-archive-tribe_events .main-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-news .main-content,
    body.page-template-page-blog .main-content,
    body.page-template-page-events .main-content,
    body.post-type-archive-tribe_events .main-content {
      width: 75%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding: 0 2rem !important; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    body.page-template-page-news .main-content,
    body.page-template-page-blog .main-content,
    body.page-template-page-events .main-content,
    body.post-type-archive-tribe_events .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    body.page-template-page-news .main-content,
    body.page-template-page-blog .main-content,
    body.page-template-page-events .main-content,
    body.post-type-archive-tribe_events .main-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media print, screen and (min-width: 46.25em) {
      body.page-template-page-news .main-content:last-child:not(:first-child),
      body.page-template-page-blog .main-content:last-child:not(:first-child),
      body.page-template-page-events .main-content:last-child:not(:first-child),
      body.post-type-archive-tribe_events .main-content:last-child:not(:first-child) {
        float: right; } }
  body.page-template-page-news .main-content .news-wrapper .news-story,
  body.page-template-page-blog .main-content .news-wrapper .news-story,
  body.page-template-page-events .main-content .news-wrapper .news-story,
  body.post-type-archive-tribe_events .main-content .news-wrapper .news-story {
    display: table;
    margin-bottom: 1.5rem; }
    @media print, screen and (min-width: 46.25em) {
      body.page-template-page-news .main-content .news-wrapper .news-story,
      body.page-template-page-blog .main-content .news-wrapper .news-story,
      body.page-template-page-events .main-content .news-wrapper .news-story,
      body.post-type-archive-tribe_events .main-content .news-wrapper .news-story {
        margin-bottom: 3rem; } }
    body.page-template-page-news .main-content .news-wrapper .news-story .image.left,
    body.page-template-page-blog .main-content .news-wrapper .news-story .image.left,
    body.page-template-page-events .main-content .news-wrapper .news-story .image.left,
    body.post-type-archive-tribe_events .main-content .news-wrapper .news-story .image.left {
      display: table-cell;
      padding: 0 1rem 0 0;
      width: 25%;
      max-width: 150px;
      vertical-align: top; }
      @media print, screen and (min-width: 64em) {
        body.page-template-page-news .main-content .news-wrapper .news-story .image.left,
        body.page-template-page-blog .main-content .news-wrapper .news-story .image.left,
        body.page-template-page-events .main-content .news-wrapper .news-story .image.left,
        body.post-type-archive-tribe_events .main-content .news-wrapper .news-story .image.left {
          padding: 0 2rem 0 0; } }
      body.page-template-page-news .main-content .news-wrapper .news-story .image.left img,
      body.page-template-page-blog .main-content .news-wrapper .news-story .image.left img,
      body.page-template-page-events .main-content .news-wrapper .news-story .image.left img,
      body.post-type-archive-tribe_events .main-content .news-wrapper .news-story .image.left img {
        width: 100%;
        height: auto;
        display: block; }
    body.page-template-page-news .main-content .news-wrapper .news-story .news-story-content,
    body.page-template-page-blog .main-content .news-wrapper .news-story .news-story-content,
    body.page-template-page-events .main-content .news-wrapper .news-story .news-story-content,
    body.post-type-archive-tribe_events .main-content .news-wrapper .news-story .news-story-content {
      display: table-cell;
      vertical-align: top; }

body.page-template-page-blog .featured-news {
  padding: 0; }
  @media print, screen and (min-width: 46.25em) {
    body.page-template-page-blog .featured-news {
      padding: 0; } }
#single-post {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #single-post::before, #single-post::after {
    display: table;
    content: ' '; }
  #single-post::after {
    clear: both; }
  #single-post .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0 1rem;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 46.25em) {
      #single-post .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      #single-post .main-content {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      #single-post .main-content {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding: inherit;
        margin-bottom: 2rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    #single-post .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    #single-post .main-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }
    @media print, screen and (min-width: 64em) {
      #single-post .main-content {
        width: 75%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding: inherit;
        margin-bottom: 3rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    #single-post .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    #single-post .main-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 64em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }
    #single-post .main-content section#respond {
      margin-top: 2rem; }

body.single-blog #single-post {
  margin-top: 1rem; }

.cat-filter {
  width: 100%;
  display: block; }
  @media print, screen and (min-width: 46.25em) {
    .cat-filter {
      width: 15rem;
      float: right; } }
.post-type-head {
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.03rem;
  margin-bottom: 1.5rem;
  display: block;
  width: 100%; }
  .post-type-head a {
    color: #222222; }
    .post-type-head a span {
      color: #7a8293; }
    .post-type-head a:hover {
      text-decoration: underline; }
  .post-type-head span {
    color: #7a8293; }
  @media print, screen and (min-width: 64em) {
    .post-type-head {
      font-size: 1.5rem;
      line-height: 1.5rem;
      margin-bottom: 2.2rem; } }
  .post-type-head.mobile {
    display: block; }
    @media print, screen and (min-width: 64em) {
      .post-type-head.mobile {
        display: none; } }
  .post-type-head.desktop {
    display: none; }
    @media print, screen and (min-width: 64em) {
      .post-type-head.desktop {
        display: block; } }
  .post-type-head .back {
    font-size: .8rem;
    line-height: 1rem;
    float: right;
    display: block;
    padding-top: .5rem; }
    .post-type-head .back a {
      color: #6e7590; }

.container h1.entry-title {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: .75rem;
  letter-spacing: -0.02em; }
  @media print, screen and (min-width: 46.25em) {
    .container h1.entry-title {
      font-size: 2rem;
      line-height: 2.3rem;
      margin-bottom: 2rem;
      margin-top: 1rem; } }
body.single-news #single-post {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0; }
  body.single-news #single-post::before, body.single-news #single-post::after {
    display: table;
    content: ' '; }
  body.single-news #single-post::after {
    clear: both; }
  body.single-news #single-post .post-type-head {
    max-width: 71rem;
    margin: 0 auto 1rem;
    background-color: rgba(0, 0, 0, 0.1);
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem; }
    @media print, screen and (min-width: 46.25em) {
      body.single-news #single-post .post-type-head {
        margin: 2rem auto 2rem;
        background-color: rgba(0, 0, 0, 0.1);
        padding: .5rem 1rem;
        font-size: 1.5rem;
        line-height: 2rem; } }
  body.single-news #single-post .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0 1rem;
    margin-bottom: 1.5rem !important;
    float: none !important;
    max-width: 50rem;
    margin: 0 auto;
    display: block; }
    @media print, screen and (min-width: 46.25em) {
      body.single-news #single-post .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      body.single-news #single-post .main-content {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    body.single-news #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      body.single-news #single-post .main-content {
        width: 75%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding: inherit;
        margin-bottom: 2rem !important; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    body.single-news #single-post .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 64em) {
    body.single-news #single-post .main-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
    @media print, screen and (min-width: 46.25em) {
        body.single-news #single-post .main-content:last-child:not(:first-child) {
          float: right; } }
    body.single-news #single-post .main-content time.updated {
      font-weight: 700;
      color: #6B6B6B;
      margin-right: 1rem; }
    body.single-news #single-post .main-content .category-tag {
      display: inline-block;
      margin-right: 1rem;
      font-weight: 700;
      color: #6B6B6B; }
      body.single-news #single-post .main-content .category-tag span {
        margin-right: 1rem; }

body.single-alumni #single-post {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  body.single-alumni #single-post .main-content {
    margin-top: 1rem; }
    body.single-alumni #single-post .main-content .alumni-heads {
      margin-bottom: 1rem; }
    body.single-alumni #single-post .main-content h1.entry-title {
      margin-top: 2rem;
      margin-bottom: .5rem; }
    body.single-alumni #single-post .main-content p {
      font-family: "Merriweather", serif;
      color: #6B6B6B;
      font-size: 1.1rem;
      line-height: 1.7rem; }
      @media print, screen and (min-width: 64em) {
        body.single-alumni #single-post .main-content p {
          font-size: 1.3rem;
          line-height: 2.2rem; } }
      body.single-alumni #single-post .main-content p strong {
        color: #222222; }
    body.single-alumni #single-post .main-content p.alumni-title, body.single-alumni #single-post .main-content p.alumni-employ {
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.4rem;
      margin: 0; }

body.single-stories #single-post {
  margin-top: 0; }
  body.single-stories #single-post .featured-hero, body.single-stories #single-post .featured-hero-video {
    position: relative;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 46.25em) {
      body.single-stories #single-post .featured-hero, body.single-stories #single-post .featured-hero-video {
        margin: 0 0 1rem 0;
        width: 100%; } }
    @media print, screen and (min-width: 64em) {
      body.single-stories #single-post .featured-hero, body.single-stories #single-post .featured-hero-video {
        margin: 2rem 0rem;
        width: 100%;
        max-width: 75rem; } }
    body.single-stories #single-post .featured-hero .category-tag, body.single-stories #single-post .featured-hero-video .category-tag {
      position: absolute;
      top: 0rem;
      left: 0rem;
      display: block;
      background-color: rgba(0, 0, 0, 0.6);
      font-size: 1rem;
      font-family: "Open Sans", sans-serif;
      line-height: 1rem;
      padding: .5rem;
      color: #FFFFFF;
      border: 0px #4ca392 solid; }
      @media screen and (max-width: 46.1875em) {
        body.single-stories #single-post .featured-hero .category-tag, body.single-stories #single-post .featured-hero-video .category-tag {
          display: none !important; } }
      body.single-stories #single-post .featured-hero .category-tag a, body.single-stories #single-post .featured-hero-video .category-tag a {
        color: #4ca392; }
  body.single-stories #single-post .featured-hero.video {
    position: relative; }
    body.single-stories #single-post .featured-hero.video:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    body.single-stories #single-post .featured-hero.video > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media print, screen and (min-width: 64em) {
      body.single-stories #single-post .featured-hero.video {
        position: relative; }
        body.single-stories #single-post .featured-hero.video:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
        body.single-stories #single-post .featured-hero.video > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    @media screen and (min-width: 90em) {
      body.single-stories #single-post .featured-hero.video {
        position: relative; }
        body.single-stories #single-post .featured-hero.video:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
        body.single-stories #single-post .featured-hero.video > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    body.single-stories #single-post .featured-hero.video iframe {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  body.single-stories #single-post .sidebarQuote.desktop {
    display: none; }
    @media print, screen and (min-width: 64em) {
      body.single-stories #single-post .sidebarQuote.desktop {
        display: block; } }
  body.single-stories #single-post .sidebarQuote.mobile {
    display: block; }
    @media print, screen and (min-width: 64em) {
      body.single-stories #single-post .sidebarQuote.mobile {
        display: none; } }
  body.single-stories #single-post .main-content {
    margin-top: 1rem; }
    body.single-stories #single-post .main-content p {
      font-family: "Merriweather", serif;
      color: #6B6B6B;
      font-size: 1.1rem;
      line-height: 1.7rem; }
      @media print, screen and (min-width: 64em) {
        body.single-stories #single-post .main-content p {
          font-size: 1.3rem;
          line-height: 2.2rem; } }
      body.single-stories #single-post .main-content p strong {
        color: #222222; }
