@charset "UTF-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
header,
footer,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

template {
  display: none;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}
/* ======================= breadcrumb css======================== */

.breadcrumb-area {
  background: #ebebeb none repeat scroll 0 0;
  padding: 10px 10px;
}

@media screen and (max-width: 640px) {
  .breadcrumb-area {
    margin-top: 30px;
    height: 70px;
  }
  .breadcrumb {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 640px) {
  .breadcrumb-area {
    margin-top: 30px;
    height: 70px;
  }
}
@media only screen and (max-width: 960px) {
  .breadcrumb-area {
    margin-top: 30px;
    height: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumb-area {
    margin-top: 70px;
    height: 70px;
  }
}
.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  display: block;
  width: 100%;
  margin: 10px;
  padding: 0;
}
.breadcrumb ul {
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 13px;
}
.breadcrumb ul li a {
  display: inline-block;
}
.breadcrumb ul li i {
  margin: 0 10px;
}
.breadcrumb ul li a:hover {
}
/* =======================Tables======================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
}

.fast {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}

.linear {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.ease {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.ease-in {
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.ease-out {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.long-delay {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* =====================HTML5 display definitions===================== */

article,
aside,
details,
figcaption,
figure,
header,
footer,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 
     ===============Embedded content======================= */

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*  ================= Grouping content ======================= */

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* ========================Forms======================= */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}

/*================Tables==================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.row {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .column,
  .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,
.row.row.columns {
  float: none;
}

.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
  clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n + 1),
.small-up-2 > .columns:nth-of-type(2n + 1) {
  clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
  clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
  clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
  clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
  clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
  clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
  clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n + 1),
  .medium-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n + 1),
  .medium-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n + 1),
  .medium-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n + 1),
  .medium-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n + 1),
  .medium-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n + 1),
  .medium-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n + 1),
  .medium-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n + 1),
  .medium-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 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: 33.3%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n + 1),
  .large-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }
  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n + 1),
  .large-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }
  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n + 1),
  .large-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n + 1),
  .large-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }
  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n + 1),
  .large-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n + 1),
  .large-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }
  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n + 1),
  .large-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }
  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n + 1),
  .large-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }
  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n),
  .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n + 1),
  .xlarge-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child,
  .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n),
  .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n + 1),
  .xlarge-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child,
  .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n),
  .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n + 1),
  .xlarge-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child,
  .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n),
  .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n + 1),
  .xlarge-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child,
  .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n),
  .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n + 1),
  .xlarge-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child,
  .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n),
  .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n + 1),
  .xlarge-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child,
  .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n),
  .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n + 1),
  .xlarge-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child,
  .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n),
  .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n + 1),
  .xlarge-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child,
  .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  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,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    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 {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1585cf;
}

a img {
  border: 0;
}

hr {
  max-width: 90rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

dl {
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
}

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: "\2014 \0020";
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.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 screen and (min-width: 40em) {
  .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 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;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #b8dbf2;
  color: #fff;
}

[data-whatinput="mouse"] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #1583cc;
  color: #fff;
}

.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-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #fff;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #147cc0;
  color: #fff;
}

.button.secondary {
  background-color: #777;
  color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5f5f5f;
  color: #fff;
}

.button.success {
  background-color: #3adb76;
  color: #fff;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #fff;
}

.button.alert {
  background-color: #ec5840;
  color: #fff;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #da3116;
  color: #fff;
}

.button.warning {
  background-color: #ffae00;
  color: #fff;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.button.dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: 0.2em;
}

[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;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-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 {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

[type="submit"],
[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type="checkbox"],
label > [type="label"] {
  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: #333;
}

.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-label,
.input-group-field,
.input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
}

.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 {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  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%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0 \0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe;
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}

.badge.secondary {
  background: #777;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #fefefe;
}

.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.button-group::before,
.button-group::after {
  content: " ";
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  float: left;
  margin: 0;
  font-size: inherit;
}

.button-group .button:not(:last-child) {
  border-right: 1px solid #fefefe;
}

.button-group.tiny {
  font-size: 0.6rem;
}

.button-group.small {
  font-size: 0.75rem;
}

.button-group.large {
  font-size: 1.25rem;
}

.button-group.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.button-group.expanded::before,
.button-group.expanded::after {
  display: none;
}

.button-group.expanded .button {
  display: table-cell;
  float: none;
}

.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button {
  width: 100%;
}

.button-group.stacked .button:not(:last-child),
.button-group.stacked-for-small .button:not(:last-child) {
  border-right: 1px solid;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
  }
  .button-group.stacked-for-small .button:not(:last-child) {
    border-right: 1px solid #fefefe;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    border-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #def0fc;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.warning {
  background-color: #fff3d9;
}

.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;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput="mouse"] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}

.label.secondary {
  background: #777;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #fefefe;
}

.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    display: block;
    padding: 0;
    padding-bottom: 1rem;
  }
  .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.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput="mouse"] .orbit-previous,
[data-whatinput="mouse"] .orbit-next {
  outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next: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;
  background-color: #cacaca;
  border-radius: 50%;
}

.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 {
  content: " ";
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: default;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.progress.primary .progress-meter {
  background-color: #2199e8;
}

.progress.secondary .progress-meter {
  background-color: #777;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0;
}

[data-whatinput="mouse"] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #1583cc;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  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;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  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;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 90rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 90rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 90rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 90rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #fefefe;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #2199e8;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput="mouse"] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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 .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@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 tr:hover {
  background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

.tabs::before,
.tabs::after {
  content: " ";
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 12px;
  color: #2199e8;
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover,
.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}

.title-bar::before,
.title-bar::after {
  content: " ";
  display: table;
}

.title-bar::after {
  clear: both;
}

.title-bar {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before,
.top-bar::after {
  content: " ";
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  width: 200px;
  margin-right: 1rem;
}

.top-bar input.button {
  width: auto;
}

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-title {
    width: 100%;
  }
  .stacked-for-small .top-bar-right {
    width: 100%;
  }
  .stacked-for-small .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-title {
    width: 100%;
  }
  .stacked-for-medium .top-bar-right {
    width: 100%;
  }
  .stacked-for-medium .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-title {
    width: 100%;
  }
  .stacked-for-large .top-bar-right {
    width: 100%;
  }
  .stacked-for-large .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  .stacked-for-xlarge .top-bar-title {
    width: 100%;
  }
  .stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
  .stacked-for-xlarge .top-bar-left {
    width: 100%;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-title {
    width: 100%;
  }
  .top-bar-right {
    width: 100%;
  }
  .top-bar-left {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
}

.fast {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}

.linear {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.ease {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.ease-in {
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.ease-out {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245);
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245);
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845);
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845);
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245);
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245);
}

.short-delay {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.long-delay {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.49;
  filter: alpha(opacity=49);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #222;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/*============= Main image in popup============== */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /*=========Remove all paddings around the image on small screen========== */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.49;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.zengenti-popup {
  position: relative;
  background: #fff;
  padding: 25px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mainArticle {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 640px) {
  .mainArticle {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.mainContent {
  padding: 0;
  margin: auto;
}

@media screen and (min-width: 1440px) {
  .mainContent {
    padding: 0;
  }
}

.pageTitle {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 34px;
  line-height: 2.125rem;
}

@media screen and (min-width: 640px) {
  .pageTitle {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 54px;
    line-height: 3.375rem;
  }
}

.pageTitle--withBanner {
  z-index: 1;
  padding: 20px 0 0;
}

@media screen and (min-width: 640px) {
  .pageTitle-withBanner {
    position: relative;
    z-index: 1;
    background-color: #fff;
    display: table;
    min-height: 100px;
    width: auto;
    float: left;
    margin: 0 -0.9375rem;
    padding: 14px 0.9375rem;
  }
  .pageTitle-withSidebar {
    margin-top: -116px;
  }
}

@media screen and (min-width: 960px) {
  .pageTitle-withBanner {
    margin: -87px -0.9375rem 10px;
    padding: 14px 15px;
  }
}

@media screen and (min-width: 1440px) {
  .pageTitle-withBanner {
    width: auto;
    max-width: 70%;
    min-height: 100px;
    padding: 14px 30px 28px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "fontawesome", Gotham-medium, “Helvetica Neue”, Helvetica, Arial,
    sans-serif;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #bf6156;
  font-weight: 600;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 640px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h2 {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media screen and (min-width: 640px) {
  h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 640px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 640px) {
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 640px) {
  h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 17px;
  font-size: 1.0625rem;
}

p {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #000;
}

@media screen and (min-width: 640px) {
  p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.mainArticle {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (min-width: 640px) {
  .mainArticle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

ul,
ol {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #000;
}

@media screen and (min-width: 640px) {
  ul,
  ol {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.icon-set {
  color: #007d7a;
}
.eventList p {
  font-size: 16px;
  line-height: 23px;
}

.eventBox-content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.text-arts {
  font-size: 17px;
  font-family: "fontawesome", Gotham-medium, “Helvetica Neue”, Helvetica, Arial,
    sans-serif;
  font-weight: 700;
}

.eventBox-date {
  color: #a3146a;
}

.testimonial h4 {
  margin-bottom: 0;
}

blockquote {
  margin-top: 76px;
  margin-top: 4.75rem;
  margin-bottom: 76px;
  margin-bottom: 4.75rem;
  padding: 0 0 0 30px;
  border-left: 5px solid #a3146a;
}

blockquote,
blockquote p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #00325b;
  font-family: "fontawesome", Gotham-medium, “Helvetica Neue”, Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 640px) {
  blockquote,
  blockquote p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

a,
a:focus {
  color: #00615e;
}
aside ul li {
  margin-left: 0;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "\f105";
}

.text-arts {
  color: #df0586;
}

.text-business {
  color: #9e1d97;
}

.text-engineering {
  color: #d83c00;
}

.text-physical {
  color: #eb0000;
}

.text-clinical {
  color: #3976c5;
}

.text-life {
  color: #1d781d;
}

.text-underGrad {
  color: #00615e;
}

.text-postGrad {
  color: #4e748b;
}

.text-brand1 {
  color: #be0f34;
}

.text-brand2 {
  color: #00325b;
}

.bg-rihs {
  background-color: #af8c4c;
}

.bg-P2 {
  background-color: #af8c4c;
}

.bg-P1 {
  background-color: #bf6156;
}

.bg-social {
  background-color: #af8c4c;
}

.bg-support {
  background-color: #3976c5;
}

.bg-P3 {
  background-color: #5d0d09;
}

.bg-AR {
  background-color: #bf6156;
}

.bg-notInUse {
  background-color: white;
}

.bg-corporate {
  background-color: #be0f34;
}

.bg-LE {
  background-color: #5d0d09;
}

.button-small {
  width: 50%;
  padding: 22px;
  margin-bottom: 26px;
  display: inline-block;
  font-size: 15px;
  float: left;
}

.eventBlock strong {
  color: #00325b;
}

.backtoTop {
  font-size: 15px;
  color: #00325b;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: right;
  border-bottom: 1px solid;
  float: right;
}

.backtoTop:hover {
  border: none;
}

aside .eventBlock {
  padding: 20px;
}

@media only screen and (max-width: 1024px) {
  .howtoApply {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 4000;
    left: 0;
    font-size: 18px;
  }
  .subjectArea {
    background: none;
    color: #00325b;
    border-bottom: 2px solid #00325b;
    padding: 0;
    width: auto;
    height: 20px;
  }
}

.course-detail-placement {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}

.course-detail-placement .placement-pill,
.course-detail-placement .suspended-pill {
  font-style: normal;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-right: 10px;
}

.suspended-pill {
  background-color: #000;
  border-radius: 20px;
  font-style: italic;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.important-course-info {
  margin-bottom: 45px;
  border-left: 10px solid #e1941f;
  padding: 0px 20px;
}

.mphil-placement-pill {
  background-color: #00615e;
}

.important-course-info p {
  margin: 20px 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}

/*===================================================*/
@media screen and (min-width: 1281px) {
  .siteHeader {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
  }
  .headerTop {
    background: #bf6156;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    z-index: 99999;
    height: 40px;
    padding: 0 14px;
    overflow: hidden;
  }
  .headerTop-shrink {
    height: 0;
  }
  .headerTop-list a:hover {
    border: none;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1260px) {
  .rihs-logo {
    width: 190px;
  }
}
.headerTop-list {
  margin: 0;
  float: right;
  line-height: 40px;
}

.headerTop-list li {
  list-style: none;
  float: left;
  margin-left: 14px;
}

.headerTop-list li span {
  border-right: 2px solid #00615e;
  margin-left: 14px;
  height: 10px;
  display: inline-block;
}

.headerTop-list li a {
  color: #b3bec8;
  font-family: "Open Sans", sans-serif;
  font-size: 0.83em;
  font-weight: 600;
}

.headerTop {
  display: none;
}

@media screen and (min-width: 1281px) {
  .headerTop {
    display: block;
  }
}

.headerMain {
  position: relative;
  background-color: #5d0d09;
}

.contact-phoneLink,
.contact-phone a {
  border-bottom: 1px solid #9ec6e6;
}

.rihs-logo {
  float: left;
  padding: 1em 1em;
  width: 200px; /*180*/
}

.rihs-logo:hover {
  border-bottom: 0;
}

@media screen and (min-width: 640px) {
  .rihs-logo {
    width: 180px;
  }
}
/**
 * Offcanvas wrap
 */

@media screen and (max-width: 1280px) {
  .offcanvas-wrap {
    position: relative;
    width: 100%;
    backface-visibility: hidden;
  }

  .offcanvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .offcanvas-wrap.move-left .offcanvas-content,
  .offcanvas-wrap.move-left .rihs-logo,
  .offcanvas-wrap.move-left .navButton,
  .offcanvas-wrap.move-left .searchButton {
    transform: translateX(-250px);
  }
}

/**
 * Offcanvas content
 */

@media screen and (min-width: 1281px) {
  .offcanvas-content {
    margin-top: 113px;
  }
}

@media screen and (min-width: 1281px) {
  .offcanvas-content {
    margin-top: 129px;
  }
}

@media screen and (max-width: 1280px) {
  .offcanvas-content,
  .rihs-logo,
  .navButton,
  .searchButton {
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    backface-visibility: hidden;
  }
}

/**
 * Offcanvas Exit
 */
.fullBanner {
  position: relative;
}

.pageTitle-withBanner {
  font-size: 30px;
}

@media screen and (min-width: 960px) {
  .pageTitle-withBanner {
    margin-top: -87px;
  }
}

@media screen and (min-width: 640px) {
  .pageTitle-withBanner {
    margin-top: -110px;
  }
}

.fullBanner-inner {
  min-height: 460px;
  background-color: #00325b;
  position: relative;
  z-index: 0;
}

.fullBanner-inner {
  width: 100%;
  top: -1px;
}

.fullBanner-inner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
  left: 0;
}

.fullBanner-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../../SiteElements/images/home-video-banner-01.html");
}

.fullBanner-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.no-js .fullBanner-video {
  /* background-image: url("..//images/banner.jpg");*/
}

@media (min-width: 600px) {
  background: rgba(0, 0, 0, 0.15);
}

.fullBanner-inner-video {
  background-image: none;
}

.fullBanner-vid {
  position: absolute;
  left: 0;
  width: 150%;
  z-index: 1;
  margin: -15%;
}

.fullBanner-text {
  position: relative;
  z-index: 20;
  padding: 50px 10px;
  height: 460px;
}

.fullBanner-title {
  color: #fff;
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial,
    sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.pageBanner {
  position: relative;
}

.pageBanner-inner {
  background: #bf6156;
  min-height: 180px;
  background-size: cover;
  position: relative;
  height: 100%;
}

.pageBanner-title {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 20px 30px;
  width: 60%;
}

@media screen and (min-width: 960px) {
  .pageBanner-inner {
    min-height: 420px;
  }
}

@media screen and (min-width: 1440px) {
  .pageBanner-inner {
    min-height: 620px;
  }
}

@media screen and (min-width: 1440px) {
  .pageTitle-withBanner {
    width: auto;
    display: block;
    float: left;
  }
}

/*=================main area=====================*/
.mainContent .section-grey {
  margin: 0;
  padding: 30px 0px 10px;
}

@media screen and (min-width: 960px) {
  .mainContent .section-grey {
    margin: 0;
    padding: 80px 0px 50px;
  }
}

@media screen and (min-width: 1440px) {
  .mainContent .section-grey {
    margin: 0;
    padding: 80px 0px 50px;
  }
}

.banner {
  margin: 0;
  position: relative;
}

.banner-playing:after {
  background: black;
}

.bannerSearchPage[type="text"] {
  background: #fefeff;
}

.bannerSearchPage[type="text"]:focus {
  background: #fefeff;
}

.mainContent,
.courseDetailContainer {
  margin-bottom: 30px;
}

.mainContent-course {
  margin-bottom: 0;
}

.errorPage {
  min-height: 1000px;
}

.section {
  padding: 20px 0 20px;
}

.section-title.home-section-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .section {
    padding: 40px 0 0;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    padding: 30px 0 0;
  }
}

.section-alt {
  background-color: #f3f3f3;
  margin: 30px 0 0px;
}

.section-title {
  margin-left: 15px;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 20px;
}
.section1 {
  background-color: #ccc;
  padding: 30px 0;
}

.fullHeight {
  background-color: red;
}

.texty {
  padding: 20px;
}

@media screen and (min-width: 960px) {
  .fullwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-searchResults {
  background-color: #f3f3f3;
  padding: 20px 0;
  min-height: 397px;
}

.courseFinderPadding {
  padding: 118px 0;
  margin-bottom: 0;
}

.paddingTopBottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paddingBottom {
  padding-bottom: 80px;
}

.paddingTop {
  padding-top: 80px;
}

.marginTopBottom {
  margin-top: 80px;
  margin-bottom: 80px;
}

.genericPagePaddingTop {
  padding-top: 30px;
}

.genericResultsContainer,
.researchPaddingTop,
.paddingTop {
  padding-top: 80px;
}

.researchPaddingTop {
  margin-top: 0;
}

.courseListPaddingTop {
  padding-top: 60px;
}

@media screen and (min-width: 1440px) {
  .pageTitle {
    font-size: 35px;
  }
  .resultsContainer-filter {
    font-weight: normal;
  }
  .fullBanner-text {
    top: 183px;
  }
  .mainContent {
    padding: 0;
  }
  .revisedSearch {
    margin-bottom: 40px;
  }
  .youtubeBlock .box-single {
    margin-bottom: 0px;
  }
  .mainContent .courseDetailContainer {
    padding-top: 60px !important;
  }
}

.mainContent .courseDetailContainer {
  padding-top: 30px !important;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  font-weight: normal;
}

@media screen and (min-width: 960px) {
  .mainContent .section-grey {
    margin: 0;
    padding: 0px 50px;
  }
}

.siteFooter {
  padding: 46px 0 0;
  font-size: 14px;
  color: #b2c2cf;
  background-color: #00325b;
  overflow: hidden;
  line-height: 1.5em;
  clear: both;
}

.siteFooter .contact-address,
.siteFooter .contact-phone {
  padding-left: 1.25rem;
}

.siteFooter p {
  color: #b2c2cf;
  font-size: 14px;
  margin-bottom: 9px;
}
/*================footer area css===================*/
.span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -25px;
  background-color: #fff;
  width: 50px;
  text-align: center;
}
.hr-or {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
footer.nb-footer {
  background: #bf6156;
  border-top: 4px solid #b78c33;
}
footer.nb-footer .about {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1170px;
  text-align: center;
}
footer.nb-footer .about p {
  font-size: 13px;
  color: white;
  margin-top: 30px;
}
footer.nb-footer .about .social-media {
  margin-top: 15px;
}
footer.nb-footer .about .social-media ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 25px;
  color: #af8c4c;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
footer.nb-footer .about .social-media ul li a:hover {
  background: #af8c4c;
  color: #fff;
  border-color: #af8c4c;
}
footer.nb-footer .footer-info-single {
  margin-top: 30px;
}
footer.nb-footer .footer-info-single .title {
  color: #b78c33;
  text-transform: uppercase;
  font-size: 16px;
  border-left: 4px solid #af8c4c;
  padding-left: 5px;
}
footer.nb-footer .footer-info-single ul li a {
  display: block;
  color: white;
  padding: 2px 0;
}
footer.nb-footer .footer-info-single ul li a:hover {
  color: #af8c4c;
}
footer.nb-footer .footer-info-single p {
  font-size: 20px;
  line-height: 20px;
  color: white;
}
footer.nb-footer .copyright {
  margin-top: 15px;
  background: #5d0d09;
  padding: 7px 0;
  color: white;
}
footer.nb-footer .copyright p {
  margin: 0;
  padding: 0;
  color: white;
}

.copyright p {
  margin-bottom: 0;
}

.contact-address {
  margin-bottom: 43px;
}

.contact-phone p {
  margin: 0;
}

.socialList {
  line-height: 0;
  margin-bottom: 30px;
}

.socialList-item {
  display: inline-block;
  margin: 0 5px;
}

.socialList-icon {
  display: block;
  width: 23px;
  height: 23px;
  border-bottom: 0;
}

.socialList-icon:hover {
  border-bottom: 0;
}

@media screen and (min-width: 640px) {
  .siteFooter {
    padding: 47px 0 0;
  }
}

@media (min-width: 480px) {
  .contact-address,
  .contact-phone {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 40em) {
  .socialList-item:first-child {
    margin-left: 0;
  }
  .contact-address,
  .contact-phone {
    width: 100%;
  }
  .siteFooter-footer {
    text-align: left;
  }
  .sharing {
    display: block;
  }
}

.row-boxes {
  padding-bottom: 0px;
}

.imgBox {
  position: relative;
  display: block;
  background-color: #eff0f0;
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 39.9375em) {
  .imgBox-double {
    margin-bottom: 0px;
  }
  .textBox-double {
    margin-bottom: 0px;
  }
}

.imgBox-img,
.imgBox-img-newsEvents,
.box-img {
  width: 100%;
}

.imgBox-content {
  padding: 20px 20px;
  background-color: #eff0f0;
}

.section--alt .imgBox-content {
  background-color: #fff;
}

a .imgBox-content:after,
a.imgBox-content:after {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f105";
  position: absolute;
  bottom: 18px;
  right: 6px;
  font-size: 34px;
  font-size: 2.125em;
  color: #00325b;
}

.imgBox-date {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.imgBox-title {
  margin-bottom: 10px;
  font-size: 18px;
}

.imgBox-desc {
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 10px;
  font-size: 16px;
}

.imgBox-tag {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  color: #5d0d09;
  background-color: #fff;
}

.imgBox-alt .imgBox-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 26px 26px 20px;
}

.imgBox-alt .imgBox-title {
  margin-bottom: 8px;
  font-size: 17px;
  padding-right: 20px;
}

.alt-content {
  background-color: #fff;
}

.imgBox-Boxfade {
  background: #000;
}

@media screen and (max-width: 1023px) {
  .box-full {
    padding-top: 0px !important;
    height: 400px;
  }
}

.textBox {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.textBox:hover {
  border-bottom: 0 !important;
}

.textBox {
  border-bottom: 0 !important;
}

a .textBox:after,
a.textBox:after {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f105";
  position: absolute;
  bottom: 18px;
  right: 8px;
  font-size: 34px;
  font-size: 2.125em;
  color: #fff;
}

.textBox {
  padding-top: 100%;
}

.textBox .textBox-inner {
  position: absolute;
  padding: 34px;
  margin: auto;
  resize: vertical;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  top: 0;
}

.no-flexbox .textBox .textBox-inner {
  display: block;
}

.textBox-tri:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: none;
}

.textBox .textBox-content .textBox-title {
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 1440px) {
  .textBox .textBox-content .textBox-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.textBox-content {
  position: relative;
  z-index: 10;
}

.no-flexbox .textBox-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.textBox-squeeze .textBox-content {
  width: 100%;
  margin: 0 auto;
}

.textBox-title,
.textBox-desc {
  color: #fff;
}

.textBox-title {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) {
  .textBox-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1440px) {
  .textBox-title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media screen and (min-width: 1440px) {
  .textBox-cta .textBox-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.textBox-desc {
  line-height: 25px;
  line-height: 1.5625rem;
  margin: 0;
}

@media screen and (min-width: 640px) {
  .textBox-desc {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .textBox-desc {
    font-size: 14px;
    font-size: 0.875rem;
    max-height: 150px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1440px) {
  .textBox-desc {
    font-size: 16px;
    font-size: 1rem;
    max-height: none;
    overflow: visible;
  }
}

.textBox__tag {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial,
    sans-serif;
  display: block;
  margin-bottom: 15px;
}

.textBox-cta .textBox-content {
  padding-top: 0;
}

.textBox-squeeze .textBox-inner {
  padding: 0 10%;
}

@media screen and (min-width: 640px) {
  .box-double {
    margin-bottom: 0;
  }
  .box-double .columns .textBox {
    margin-left: -0.9375rem;
    margin-right: 0;
    margin-bottom: -0.9375rem;
  }
  .box-double .columns:first-child .textBox {
    margin-right: -0.9375rem;
    margin-bottom: -0.9375rem;
    margin-left: 0;
  }
  .box-double .textBox:before {
    bottom: 35px;
  }
}

.box {
  position: relative;
}

.box-text:after {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f105";
  position: absolute;
  bottom: 20px;
  right: 12px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #00325b;
}

.box-text:after {
  color: #fff;
}

.box-text {
  padding-top: 100%;
}

.box-text .box-content {
  position: absolute;
  top: 0;
}

.box-title {
  margin-bottom: 10px;
}

.box-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  background-color: #eff0f0;
}

.box-title-trans {
  background-color: transparent;
  color: #fff;
}

.box-content {
  position: absolute;
  padding: 20px;
  margin: auto;
  resize: vertical;
  font-size: 28px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}

.no-flexbox .box-content {
  display: block;
}

.box-content-lrg {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial,
    sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-size: 2.125rem;
}

@media screen and (min-width: 960px) {
  .box-content {
    font-size: 16px;
    font-size: 1rem;
  }
  .box-content-lrg {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .box-content {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .box-content-lrg {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.box-content-inner {
  width: 60%;
  margin: 0 auto;
}

.box-content-social {
  margin: 0 auto;
}

.no-flexbox .box-content-social {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box-double .box-content {
  margin-top: -7px;
}

.box-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff4539;
}

.box-double {
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
}

.box-double:hover {
  border-bottom: 0;
}

.box-double .box:after {
  bottom: 20px;
}

.box-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 23px;
  height: 23px;
}

.box-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.box-date,
.textBox-date {
  line-height: 14px;
  line-height: 0.875rem;
}

.box-lrg .box-copy {
  padding: 40px;
}

.box-lrg .box-copy p {
  line-height: 25px;
  line-height: 1.5625rem;
  margin-bottom: 10px;
}

.box-img {
  width: 100%;
}

@media (min-width: 1150px) {
  .box-content-social {
    width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  .box-date,
  .textBox-date {
    line-height: 16px;
    line-height: 1rem;
  }
}

.box-fade {
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #000;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.box-fadeimg {
  width: 100%;
}

.box-fadeContent {
  padding: 20px;
  z-index: 20;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .bo-_fadeContent {
    z-index: 20;
    position: absolute;
    bottom: 0px;
    background: none;
  }
}

.box-fadetitle {
  color: #fff;
  font-size: 1.125rem;
  max-width: 460px;
  margin-bottom: 8px;
}

@media screen and (min-width: 60em) {
  .box-fadetitle {
    font-size: 1.75rem;
  }
}

.box-fadebg {
  background: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  /* background: url("../images/bg.png") repeat-x;*/
  background-position: bottom;
}

.box0fadedate {
  margin-bottom: 6px;
  display: block;
  font-weight: bold;
  color: #fff;
}

.box-fade:hover {
  border-bottom: 0;
}

.box-double .box-date {
  bottom: 20px;
}

@media screen and (min-width: 640px) {
  .box-double .columns:last-child .box {
    margin-left: -0.9375rem;
    margin-right: 0;
    margin-bottom: -0.9375rem;
  }
  .box-double .columns:first-child .box {
    margin-right: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  .box-double .box:after {
    bottom: 16px;
    right: 11px;
  }
  .box-double .box-date {
    bottom: 17px;
    left: 17px;
  }
}

.box-lrg {
  background-color: #eff0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bg-rihs.box-text:before {
  background-color: #df0586;
}

.bg-P2.box-text:before {
  background-color: #af8c4c;
}

.bg-P1.box-text:before {
  background-color: #bf6156;
}

.bg-social.box-text:before {
  background-color: #af8c4c;
}

.bg-support.box-text:before {
  background-color: #3976c5;
}

.bg-P3.box-text:before {
  background-color: #5d0d09;
}

.bg-AR.box-text:before {
  background-color: #bf6156;
}

.bg-notInUse.box-text:before {
  background-color: #00325b;
}

.bg-corporate.box-text:before {
  background-color: #be0f34;
}

.bg-LE.box-text:before {
  background-color: #00325b;
}

.bg-rihs.box-text,
.bg-rihs.box-text a,
.bg-P2.box-text,
.bg-P2.box-text a,
.bg-P1.box-text,
.bg-P1.box-text a,
.bg-social.box-text,
.bg-social.box-text a,
.bg-support.box-text,
.b--support.box-text a,
.bg-P3.box-text,
.bg-P3.box-text a,
.bg-AR.box-text,
.bg-AR.box-text a,
.bg-notInUse.box-text,
.bg-notInUse.box-text a,
.bg-corporate.box-text,
.bg-corporate.box-text a,
.bg-LE.box--text,
.bg-LE.box--text a {
  color: #fff;
}

.text--col {
  color: #fff;
}

.eventBox {
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #000;
}

.eventBox:hover {
  color: #000;
}

.eventBox-content {
  padding: 30px;
  min-height: 135px;
}

.eventBox-date {
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
}

.eventBox-news {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  color: #00615e;
  background-color: #fff;
}

.eventBox-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.eventBox-titleAlt {
  color: #fff;
}

.section-alt .eventBox {
  background-color: #fff;
}

.eventeBox-large .eventBox-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 16px;
  font-weight: bold;
}

.eventBox-content-alt,
.news .eventBox-content {
  padding: 20px;
}

.eventBox:after {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f105";
  position: absolute;
  bottom: 20px;
  right: 12px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #00325b;
}

@media screen and (min-width: 640px) {
  .eventBox {
    margin-bottom: 0;
  }
  .eventBox-top {
    margin-bottom: 30px;
  }
}

.eventBox p {
  margin: 0px;
  line-height: 25px;
}

.eventeBox-content-alt h2 {
  margin-bottom: 10px;
}

.eventBoxSmall {
  background-color: #fff;
  margin-bottom: 0px;
  position: relative;
  display: block;
  color: #000;
}

.eventBoxSmall p {
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 10px;
}

.eventBoxSmall:hover {
  color: #000;
}

.eventBoxSmall-content {
  padding: 15px;
  min-height: 135px;
}

.eventBoxSmall-date {
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
}

.eventBoxSmall-news {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  color: #00615e;
  background-color: #fff;
}

.eventBoxSmall:after {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f105";
  position: absolute;
  bottom: 20px;
  right: 12px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #00325b;
}

.singleBox {
  background-color: #f4f4f4;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  min-height: 342px;
}

@media screen and (max-width: 960px) {
  .singleBox {
    display: -webkit-box;
    display: -webkit-flext;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    resize: vertical;
  }
}

.singleBox-content {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  width: 50%;
  padding: 20px;
  margin: auto;
  resize: vertical;
  font-size: 34px;
  font-size: 2.125rem;
}

@media screen and (min-width: 640px) {
  .singleBox-content {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  .singleBox-content {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.singleBox-top {
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .singleBox--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.singleBox-warmred {
  background-color: #ff4539;
  color: #fff;
  display: block;
  width: 100%;
  font-weight: bold;
}

.singleBox-warmred:hover {
  color: #fff;
}

.singleBox-warmred a:hover {
  color: #fff;
}

.singleBox-turquoise {
  background: #10aca8;
  background: -webkit-linear-gradient(-45deg, #10aca8 50%, #04a09c 50%);
  background: -webkit-linear-gradient(315deg, #10aca8 50%, #04a09c 50%);
  background: linear-gradient(135deg, #10aca8 50%, #04a09c 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10aca8', endColorstr='#04a09c', GradientType=1);
  color: #fff;
  display: block;
  width: 100%;
  font-weight: 700;
  position: relative;
}

.singleBox-turquoise a {
  color: #fff;
}

.singleBox-turquoise a:hover {
  color: #fff;
}

.singleBox-label {
  background-color: #f4f4f4;
  color: #00325b;
  bottom: 0;
  position: absolute;
  padding: 15px 15px;
  width: 100%;
}

.singleBox-labelAlt {
  background-color: #fff;
}

.singleBox-label h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.singleBox-label p {
  margin: 0px;
  line-height: 25px;
}

.singleBox-label:after {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f105";
  position: absolute;
  bottom: 20px;
  right: 10px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #00325b;
}

.singleBox-clearlabel {
  background-color: transparent;
  color: #fff;
  bottom: 0;
  position: absolute;
  padding: 25px 0px 0px 20px;
  width: 100%;
}

.singleBox-clearlabel h3 {
  color: #fff;
}

.splitBox {
  background-color: #4e748b;
  color: #fff;
  position: relative;
  display: block;
  min-height: 342px;
}

.splitBox-img {
  height: 342px;
}

.splitBox:hover {
  color: #fff;
}

.splitBox-arts {
  background-color: #df0586;
  color: #fff;
}

.splitBox-business {
  background-color: #9e1d97;
  color: #fff;
}

.splitBox-content {
  padding: 20px;
  font-size: 14px;
}

.splitBox:after {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f105";
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
}

@media screen and (min-width: 640px) {
  .splitBox-left:after {
    right: 51%;
    bottom: 17px;
  }
}

.splitBox-content p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  margin-bottom: 20px;
}

.splitBox-title {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 0;
  font-family: "fontawesome", Gotham-medium, “Helvetica Neue”, Helvetica, Arial,
    sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.singleTitle {
  padding: 0;
}

.singleTitle p {
  font-size: 19px;
  font-family: "fontawesome", Gotham-medium, “Helvetica Neue”, Helvetica, Arial,
    sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

.splitBox--top {
  margin-bottom: 30px;
  position: relative;
  min-height: 342px;
}

.splitBox-centered .splitBox-content {
  width: 50%;
}

.splitBox-centered .splitBox-title {
  font-size: 34px;
  font-size: 2.125rem;
}

.eventList {
  background-color: #eff0f0;
  margin-bottom: 30px;
  position: relative;
}

.eventList-tag {
  float: right;
  padding: 10px 20px;
  color: #5d0d09;
  background-color: #fff;
}

.eventList-list {
  list-style: none;
  padding: 50px 20px 0 0;
  margin: 0;
  clear: both;
}

.eventList-item {
  margin: 0;
}

.eventList-date {
  float: left;
  width: 70px;
  min-height: 70px;
  color: #fff;
  background-color: #5d0d09;
  padding: 18px 20px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "fontawesome", Gotham-medium, “Helvetica Neue”, Helvetica, Arial,
    sans-serif;
  font-weight: 700;
  line-height: 16px;
  margin-top: 4px;
}

.eventList-details {
  margin-left: 90px;
}

.eventList-title {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 16px;
}

.eventList-desc {
  color: #000;
}

.eventList-allLink {
  float: right;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin: 10px 20px;
  position: absolute;
  bottom: 4px;
  right: 0px;
  border-bottom: 1px solid transparent;
}

.eventList-allLink:hover {
  border-color: #5d0d09;
  color: #5d0d09;
}

.eventList-small .eventlist-date {
  width: 56px;
  min-height: 56px;
  padding: 10px 12px;
  line-height: 18px;
  line-height: 1.125rem;
  margin-top: 4px;
}

.eventList-small .eventList-details {
  margin-left: 75px;
}

.eventList-small .eventList-desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

.eventList-small .eventList-list li {
  margin-bottom: 35px;
}

@media screen and (min-width: 960px) {
  .splitBox-title {
    font-size: 28px;
  }
}

@media screen and (min-width: 960px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flex--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.eventBox-newsMain {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #5c5c5c;
}

@media screen and (max-width: 60em) {
  .eventBox-newsMain {
    background-color: #f4f4f4;
  }
}

.eventBox-newsMainContent {
  padding: 20px;
  z-index: 20;
  min-height: 135px;
}

@media screen and (min-width: 60em) {
  .eventBox-newsMainContent {
    position: absolute;
    bottom: 0px;
  }
}

.eventBox-newstitle {
  color: #00325b;
  font-size: 1.125rem;
  max-width: 460px;
}

@media screen and (min-width: 60em) {
  .eventBox-newstitle {
    color: #fff;
    font-size: 1.75rem;
  }
}

.eventBox-bg {
  background: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (min-width: 60em) {
  .eventBox-bg {
    /*background: url("../images/bg.png") repeat-x;*/
    background-position: bottom;
  }
}

.eventBox-newsdate {
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
  color: #a3146a;
}

@media screen and (min-width: 60em) {
  .eventBox-newsdate {
    color: #fff;
  }
}
.text-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #5d0d09;
  display: block;
  width: 100px;
  height: 25px;
  font-weight: bolder;
}
.faculty-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #5d0d09;
  display: block;
  width: 23px;
  height: 23px;
}
.twitterbox {
  color: #fff;
  font-size: 18px;
  position: relative;
  min-height: 342px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.twitterbox:after {
  color: #fff;
}

.twitterbox:before {
  color: #fff;
}

.twitterbox-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.twitterbox-content {
  color: #fff;
  background: none;
  font-size: 18px;
  position: relative;
  width: 80%;
  margin: auto;
}

.twitterbox .socialList-icon-Tw {
  position: absolute;
  top: 20px;
  left: 20px;
}

.twitterbox-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  /* background: url("../images/bg/tw.svg") no-repeat;*/
  display: block;
  width: 23px;
  height: 23px;
}

.twitterbox:hover {
  color: #fff;
}

.facebookbox {
  color: #fff;
  font-size: 18px;
  padding: 0;
  min-height: 342px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.facebookbox:after {
  color: #fff;
}

.facebookbox:before {
  color: #fff;
}

.facebookbox-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.facebookbox .socialList-icon-Fb {
  position: absolute;
  top: 20px;
  left: 20px;
}

.facebookbox-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 23px;
  height: 23px;
}

.facebookbox-content {
  width: 80%;
  margin: auto;
}

.facebookbox:hover {
  color: #fff;
}

.facebookbox a:hover {
  color: #fff;
}

.instagrambox {
  color: #fff;
  font-size: 18px;
  position: relative;
  min-height: 342px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.instagrambox:after {
  color: #fff;
}

.instagrambox:before {
  color: #fff;
}

.instagrambox--date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.instagrambox-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 23px;
  height: 23px;
}

.instagrambox-content {
  width: 80%;
  margin: auto;
  color: #fff;
}

.Box {
  margin-bottom: 25px;
  position: relative;
  display: block;
  color: #5c5c5c;
  min-height: 342px;
}

.Box-event {
  min-height: 719px;
}

.Box:hover {
  color: #5c5c5c;
}

.Box-content {
  padding: 20px;
  min-height: 135px;
  background-color: #eff0f0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.Box-date {
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
}

.Box:after {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f105";
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #00325b;
}

@media screen and (min-width: 640px) {
  .Box {
    margin-bottom: 0;
  }
  .Box-top {
    margin-bottom: 25px;
  }
}

.eventList-listItem {
  margin-bottom: 50px;
}

.Box-top {
  margin-bottom: 25px;
}

@media only screen and (max-width: 960px) {
  .eventList {
    min-height: 458px;
  }
  .textBox-content {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .textBox .textBox-inner {
    padding: 20px;
  }
  .textBox-content {
    padding-top: 0px;
  }
  .box-content-social {
    font-size: 14px;
  }
}

.flickrbox {
  color: #fff;
  font-size: 18px;
  padding: 0;
  min-height: 342px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.flickrbox:after {
  color: #fff;
}

.flickrbox:before {
  color: #fff;
}

.flickrbox-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  color: #fff;
}

.flickrbox-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 29px;
  height: 29px;
  z-index: 100;
}

.facebookbox-content {
  width: 80%;
  margin: auto;
}

.flickrbox:hover {
  color: #fff;
}

.flickrbox a:hover {
  color: #fff;
}

.youtubebox {
  color: #fff;
  font-size: 18px;
  padding: 0;
  min-height: 342px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.youtubebox:after {
  color: #fff;
}

.youtubebox:before {
  color: #fff;
}

.youtubebox-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  color: #fff;
}

.youtubebox-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 29px;
  height: 29px;
  z-index: 100;
}

.youtubebox-content {
  width: 80%;
  margin: auto;
}

.youtubebox:hover {
  color: #fff;
}

.youtubebox a:hover {
  color: #fff;
}

.imgBox-content-alt {
  padding: 20px 20px;
  background-color: #fff;
}

.imgBox:hover,
.box-single:hover {
  border: 0;
}

.imgBox-desc {
  display: block;
}

@media screen and (min-width: 1440px) {
  .imgBox,
  .textBox,
  .box-single,
  .box-double {
    margin-bottom: 30px;
  }
  .row-boxes {
    margin-bottom: 0;
  }
  .imgBox-desc {
    display: block;
  }
}

.box-single {
  margin-bottom: 30px;
}

.imgBox-newsEvents {
  margin-bottom: 30px;
  position: relative;
  display: block;
  background-color: #eff0f0;
  width: 100%;
}

.imgBox-newsEvents,
.imgBox-newsEvents img {
  -webkit-transition: none;
  transition: none;
}

.imgBox-newsEvents,
.imgBox-newsEvents:hover {
  border: 0;
}

.newsEvents-row:last-child .columns:last-child .imgBox-newsEvents {
  margin-bottom: 0;
}

.newsEvents-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-bottom: 16px;
}

.imgBox-title-newsLanding {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38em;
  margin-bottom: 16px;
  font-weight: 400;
}

.newsLanding-row:last-child:not(:first-child) {
  float: left;
}

@media only screen and (max-width: 640px) {
  .box-double .textBox-double {
    margin-bottom: 0;
  }
  .imgBox,
  .textBox-doubleLast,
  .imgBox,
  .textBox {
    margin-bottom: 30px;
  }
  .row-boxes,
  .textBox-double {
    margin-bottom: 0;
  }
  .pageTitle-withBanner {
    font-size: 24px;
    margin-bottom: 0;
  }
  .mainContent {
    margin: 13px 0px 27px;
  }
  .imgBox-alt .imgBox-content {
    position: relative;
  }
}

@media only screen and (min-width: 640px) and (max-width: 960px) {
  .singleFeatureLarge {
    margin: 30px 0;
  }
  .singleFeatureLargeTop,
  .imgBox,
  .box-double,
  .imgBox,
  .box-single {
    margin: 0 0 30px;
  }
  .mainContent .section-grey {
    padding: 80px 0px 10px;
  }
  .row-boxes {
    margin-bottom: 0;
  }
  .pageBanner-inner {
    min-height: 320px;
  }
  .eventList {
    height: auto;
  }
  .resultsContainer-heading {
    margin-top: 16px;
  }
}

.orange {
  background: #e1941f;
}

.turquoise {
  background: #00615e;
}

.purple {
  background: #7f1879;
}

.blue {
  background: #4e748b;
}

.red {
  background: #ff4539;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .floatFix {
    margin-right: -4px;
    float: none;
    display: inline-block;
  }
  .floatFix img {
    display: block;
  }
}

.imgBox-content.imgBox-hide-text {
  background: none;
}

.imgBox-content.imgBox-hide-text > p {
  display: none;
}

.imgBox-content.imgBox-hide-text > h3 {
  display: none;
}

div.imgBox-content.imgBox-hide-text::after {
  color: #ffffff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .imgBox-desc {
    display: none;
  }
}

.textBox-inner {
  display: -webkit-flex;
  -webkit-align-items: center;
}

.youtubeBlock a {
  margin-bottom: 0;
}

.youtubeBlock a:hover {
  border: none;
}

.youtubebox-iconContainer {
  position: relative;
}

.nav-up {
  top: -40px;
}

.skipLink:focus {
  display: block;
  background: #002646;
  padding: 5px;
  color: #fff;
  font-size: 14px;
}

table {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

thead,
tbody,
tfoot {
  border: none;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 20px 30px;
  font-size: 17px;
  color: #00325b;
  background-color: #eff0f0;
}

tbody th,
tbody td {
  padding: 20px 30px;
  font-size: 17px;
}

tbody tr:nth-child(odd) {
  background-color: #fff;
}

table tbody tr:nth-child(even) {
  background-color: #eff0f0;
}

.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
  background: #e8e8e8;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 10px;
}

.st-key {
  width: 49%;
  text-align: left;
  padding-right: 3%;
  font-weight: 600;
}

.st-val {
  width: 49%;
  padding-left: 3%;
}

.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}

.pagination {
  color: #00325b;
  float: right;
}

.pagination a {
  color: #00325b;
}

.sys_navigation a:hover {
  color: #a3146a;
}

.pagination li a {
  background-color: #eff0f0;
  display: inline-block;
  margin: 3px;
}

.sys_selected {
  color: #a3146a;
}

.pagination .current {
  background: transparent;
  padding: 0;
}

.pagination .current a {
  border-bottom: 1px solid #a3146a;
  opacity: 0.9;
  background: #e6e6e6 none repeat scroll 0 0;
}

.pagination li {
  margin-left: 0;
}

pagination .arrow a {
  background-color: #fff;
}

.viewall {
  color: #a3146a;
  font-weight: bold;
  margin: 0px 0px 0px 10px;
}

.inline,
.inlineStyle {
  display: inline-block;
}

h3.inline,
h3.inlineStyle {
  line-height: 2.03;
}

.articleimg {
  margin-bottom: 2.8125rem;
}

.textarea {
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: caret;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.textarea:focus {
  border: none;
  background-color: #f4f4f4;
  box-shadow: none;
  -webkit-transition: all 0.25s, ease-in-out;
  transition: all 0.25s, ease-in-out;
  outline: -webkit-focus-ring-color auto 5px;
}

input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.sys-cms-form-body,
.sys-comments-control {
  list-style: none;
  margin: 0;
}
.sys-addcomments-title {
  display: none;
}

.sys-fieldlabel,
.sys-cms-form-body label,
.sys-comments-control label {
  line-height: 3em;
  color: #00325b;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 640px) {
  .sys-fieldlabel,
  .sys-cms-form-body label,
  .sys-comments-control label {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.sys-cms-form-body .sys-checkbox label,
.sys-cms-form-body .sys-radio label {
  font-weight: 400;
  color: #5c5c5c;
  margin-right: 45px;
}

.sys-legend {
  font-size: 16px;
  font-size: 1rem;
  line-height: 3em;
  padding-top: 30px;
}

@media screen and (min-width: 640px) {
  .sys-legend {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.sys-cms-form-body input[type="text"],
.sys-comments-control input[type="text"] {
  height: 57px;
  background: #eff1f0;
  border: none;
  line-height: 57px;
  padding: 0 30px;
  box-shadow: none;
}

.sys-cms-form-body textarea,
.sys-comments-control textarea {
  background: #eff1f0;
  border: none;
  line-height: 68px;
  padding: 0 30px;
  box-shadow: none;
  height: 300px;
  line-height: 1.5em;
  padding: 30px;
}

.sys-cms-form-body select,
.sys-comments-control select {
  border: none;
  background: #eff1f0 no-repeat right center;
  height: 68px;
  padding: 0 30px;
}

.sys-cms-form-item.sys-buttons {
  padding-top: 20px;
}

.sys-required {
  color: #ff5f5f;
}

.sys-cms-form-validationsummary li,
.sys-addcomments-validationtext li {
  border: 1px solid #cf4948;
  color: #cf4948;
  background: #ffe8e8;
  padding: 26px 20px;
  margin-bottom: 20px;
}

.sys-cms-form-error {
  color: #cf4948;
}

.sys-boxclearer {
  clear: both;
  display: block;
}

.imgBox-title-news {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  margin-bottom: 20px;
}

.imgBox-date-news {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  font-weight: 600;
}

.eventList-title {
  font-weight: 400;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: none;
  border: 0;
}

.tabs-title {
  background: #007d7a;
  margin: 1px 0 0 0;
  width: 100%;
}

.tabs-title a {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "fontawesome", Gotham-medium, “Helvetica Neue”, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  display: block;
  padding: 0 25px;
  background: #007d7a;
  border: 0;
  height: 60px;
  line-height: 60px;
}

.tabs-title a[aria-selected="true"] {
  background: #007d7a;
  font-weight: 400;
}

.tabs-title a:hover {
  border: 0;
  background: #00615e;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  color: #fff;
  font-weight: 400;
  background: #004a48;
}

.tabs-content {
  border: 1px solid #e6e6e6;
}

@media screen and (min-width: 1440px) {
  .tabs-title {
    width: auto;
    margin: 0 1px 0 0;
  }
}

.accordionbox {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  clear: both;
  margin: 0 0 10px;
}

.accordionbox > h2 {
  position: relative;
  background: #eee;
  color: #00325b;
  display: block;
  margin: 0;
  padding: 20px 16px;
  font-size: 16px;
  font-weight: bold;
}

.accordionbox > h2:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #00325b;
}

.accordionbox.accordionbox-closed > h2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 2px;
  height: 20px;
  background-color: #00325b;
  margin-top: -9px;
}

.accordionbox-title p {
  line-height: 1.2em;
  margin: 0 25px 0 0;
  overflow: hidden;
}

.accordionbox .accordionbox-content {
  padding: 8px;
}

.accordionbox .accordionbox-content::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.accordionbox.accordionbox-closed {
  margin: 0 0 3px;
}

.accordionbox.accordionbox-closed .accordionbox-content {
  display: none;
}

.accordionbox div.accordionbox-content div table {
  margin-bottom: 10px;
}

.accordionbox div.accordionbox-content div table tbody tr td {
  padding: 5px;
  font-size: 0.8rem;
}

div.accordionbox h2.accordionbox-title {
  font-size: 90%;
  padding-right: 30px;
}

.iframe-responsive-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

.iframe-responsive-container-16x9 {
  padding-bottom: 56.25%;
}

.iframe-responsive-container-4x3 {
  padding-bottom: 75%;
}

.iframe-responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sys-faqs-question {
  display: none;
}

dt.sys-faqs-answer {
  display: none;
}

dl.sys-record-details-control.sys-FAQs-details dt.sys-faqs-answer {
  background-color: #215885;
  color: #ffffff;
  width: 100%;
  padding-left: 10px;
}

dd.sys_faqs-answer {
  width: 100%;
}

.sys_faqs-answer > ul {
  width: 100%;
}

.facebook--wide {
  padding-top: 48%;
}

div.imgBox.youtubeBlock div.imgBox-content.imgBox-alt p.imgBox-desc,
div.imgBox.imgBox-alt div.imgBox-content p.imgBox-desc {
  display: block;
}

.imgBox-content.imgBox-hide-text {
  background: none;
}

.imgBox-content.imgBox-hide-text > p {
  display: none;
}

.imgBox-content.imgBox-hide-text > h3 {
  display: none;
}

div.imgBox-content.imgBox-hide-text::after {
  color: #ffffff;
}

.news-home-conversation-gap {
  background-color: white;
  height: 30px;
  margin-bottom: 20px;
}

.news-home-conversation-title > h3 {
  margin: 5px 0 5px 10px;
}

div.news-home-conversation-morelink {
  float: right;
  font-size: 98%;
  margin: 0 15px 10px;
}

ul.eventList-list li.eventList-item:last-child {
  margin-bottom: 50px;
}

div.accordionbox h2.accordionbox-title {
  font-size: 90%;
  padding-right: 30px;
}

.iframe-responsive-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

.iframe-responsive-container-16x9 {
  padding-bottom: 56.25%;
}

.iframe-responsive-container-4x3 {
  padding-bottom: 75%;
}

.iframe-responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sys_faqs-question {
  display: none;
}

dt.sys_faqs-answer {
  display: none;
}

dl.sy-_record-details-control.sys-FAQs-details dt.sys-faqs-answer {
  background-color: #215885;
  color: #ffffff;
  width: 100%;
  padding-left: 10px;
}

dd.sys_faqs-answer {
  width: 100%;
}

.sys_faqs-answer > ul {
  width: 100%;
}

.facebook--wide {
  padding-top: 48%;
}

div.imgBox.youtubeBlock div.imgBox-content.imgBox-alt p.imgBox-desc,
div.imgBox.imgBox-alt div.imgBox-content p.imgBox-desc {
  display: block;
}

.imgBox-content.imgBox-hide-text {
  background: none;
}

.imgBox-content.imgBox-hide-text > p {
  display: none;
}

.imgBox-content.imgBox-hide-text > h3 {
  display: none;
}

div.imgBox-content.imgBox-hide-text::after {
  color: #ffffff;
}

.social-share {
  display: block;
  text-align: center;
  margin: 20px auto;
}

.social-share-icon {
  display: block;
  border-bottom: 0;
  width: 36px;
  height: 36px;
}

.new-quote {
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 32px;
}
.new-quote-info {
  text-align: center;
}
.new-quote q {
  color: #00325b;
  font-weight: lighter;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  padding: 6px 32px;
}
.new-quote q:before {
  content: open-quote;
  color: #a3146a;
  margin-right: 5px;
  font-size: 200%;
}

.new-quote q:after {
  content: close-quote;
  color: #a3146a;
  margin-left: 5px;
  font-size: 200%;
}
/* RT: Update Related Course layout for sidecolumned page START */
div#mainArticle.columns.medium-8.large-8
  article.mainArticle
  section.paddingTopBottom.marginTop.section-alt.relatedCourseSection
  div.row
  div.courseItemWrapper
  div.columns.medium-6.large-4.xlarge-3 {
  width: 45%;
  margin: 10px 0 0 20px;
}
div#mainArticle.columns.medium-8.large-8
  article.mainArticle
  section.paddingTopBottom.marginTop.section-alt.relatedCourseSection
  div.row
  div.columns.relatedCourseTitle
  h4 {
  margin-left: 25px;
}

div#mainArticle.columns.medium-8.large-8
  article.mainArticle
  section.paddingTopBottom.marginTop.section-alt.relatedCourseSection
  div.row
  div.columns.relatedCourseTitle {
  margin-bottom: 0px;
}
/* END */

.button-arts {
  background-color: #df0586;
}
.button-arts:hover,
.button-arts:focus {
  background: #df0586;
}

.button-brand1 {
  background-color: #be0f34;
}
.button-brand1:hover,
.button-brand1:focus {
  background: #be0f34;
}

.button-brand2 {
  background-color: #00325b;
}
.button-brand2:hover,
.button-brand2:focus {
  background: #00325b;
}

.button-business {
  background-color: #9e1d97;
}
.button-business:hover,
.button-business:focus {
  background: #9e1d97;
}

.button-clinical {
  background-color: #0051b8;
}
.button-clinical:hover,
.button-clinical:focus {
  background: #0051b8;
}

.button-engineer {
  background-color: #d83c00;
}
.button-engineer:hover,
.button-engineer:focus {
  background: #d83c00;
}

.button-life {
  background-color: #1d781d;
}
.button-life:hover,
.button-life:focus {
  background: #1d781d;
}

.button-physical {
  background-color: #eb0000;
}
.button-physical:hover,
.button-physical:focus {
  background: #eb0000;
}

.button-postgrad {
  background-color: #4e748b;
}
.button-postgrad:hover,
.button-postgrad:focus {
  background: #4e748b;
}

.button-undergrad {
  background-color: #00615e;
}
.button-undergrad:hover,
.button-undergrad:focus {
  background: #00615e;
}

.featureBlock-arts {
  background-color: #df0586;
}
.featureBlock-brand1 {
  background-color: #be0f34;
}
.featureBlock-brand2 {
  background-color: #00325b;
}
.featureBlock-business {
  background-color: #9e1d97;
}
.featureBlock-clinical {
  background-color: #0051b8;
}
.featureBlock-engineer {
  background-color: #d83c00;
}
.featureBlock-life {
  background-color: #1d781d;
}
.featureBlock-physical {
  background-color: #eb0000;
}
.featureBlock-postgrad {
  background-color: #4e748b;
}
.featureBlock-undergrad {
  background-color: #00615e;
}

/*ADMISSION PROCEDURE FILE CSS*/

body
  > div.container-fluid.green-arrow-back
  > div
  > div
  > div.card-body.pb-0
  > ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.green-arrow-back li {
  list-style-type: none;
  position: relative;
  padding-left: 0px;
  line-height: 1.5;
  font-size: 11pt;
  font-weight: bold;
}

.green-arrow-back li:before {
  content: "\25BA \0020";
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: -15px;
}

body
  > div
  > div
  > div:nth-child(3)
  > div
  > ul
  > li,
body
  > div
  > div
  > div:nth-child(5)
  > div
  > ul
  > li,
  .increase-line-height {
  line-height: 2 !important;
}

.footer-box {
  width: 13.09rem;
  height: 21vh;
  border-radius: 5%;
  margin-left: 1%;
  box-shadow: 0px 3px 8px 0px lightgray;
  position: relative;
  top: 0%;
  left: 0%;
  transform: translate(-8%, 0%);
}

.bg {
  width: 100%;
  height: 200px;
}

.bg-img {
  width: 100%;
  height: 100px;
}


/* CUSTOM CSS */
.green-arrow-back {
  background-image: url("../../img/instrctn_bg.jpg");
  background-size: 108%150%;
  background-position: 38%35%;
  background-repeat: no-repeat;
  padding: 0 220px 0 35px;
  /*  width: 100% !important;*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.green-arrow-back > div > div {
  height: fit-content;
  padding: 0px;
  margin: 0 5px;
}

body > div.container-fluid.green-arrow-back > div > div {
  padding: 0;
  margin: 0;
}

.green-arrow-back .card-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}


.green-arrow-back .card-header h6 {
  padding: 0px !important;
  margin: 0px !important
}

@media screen and (max-width: 1000px) {
  .green-arrow-back {
    padding: 0px 100px 0px 10px;
    background-size: 106%30%;
    background-position: 38%35%;
  }

  body > div.container-fluid.green-arrow-back > div > div {
    margin: 10px 0px 10px 0px;
  }
}

body > div:nth-child(2) > nav > div > ul > li {
  list-style: none;
}


body > div:nth-child(2) > nav > div > ul > li:before {
  display: none;
}

#loginBtn,#registerBtn {
  padding: 8px 12px;
  font-size: 14px;
}

#loginBtn:hover {
  background-color: #218838 !important;
}

#registerBtn:hover {
  background-color: #269abc !important;
}


.jumbotron {
  background-image: url('../../c-img/rawal-portal.jpg');
  height: 337px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  /*  background-blend-mode:overlay;*/
}

.rounded {
  background-size: cover;
  margin-left: 0px;
}

body > div:nth-child(3) > div.container-fluid.green-arrow-back > div > div > div > ul {
  margin-bottom: 0px;
}

.dpt-card{
    width: 16rem;
  height: 150px;
  margin: 0% auto;
  background-color: #00FA9A;
}

/*ul .dropbtn a:hover{*/
        
/*        background: #bf6156;*/
/*    }*/
/*    ul .dropbtn ul.dropdown{*/
        min-width: 200px; /* Set width of the dropdown */
/*        background: #af8c4c;*/
        
/*        display: none;*/
/*        position: absolute;*/
/*        z-index: 999;*/
/*        left: 130px;*/
/*        list-style: none;*/
/*    }*/
/*    ul .dropbtn:hover ul.dropdown{*/
        display: block; /* Display the dropdown */
/*    }*/
/*    ul .dropbtn ul.dropdown .dropbtn{*/
/*        display: block;*/
/*    }*/