@charset "UTF-8";
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
} /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

/*
Aspect Ratio Padding % formula:
B/(A/100) = C %
3:2 aspect ratio
2/(3/100) = 66.66%
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track a, .slick-track a:visited {
  text-decoration: none;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 13px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide:focus {
  outline: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.featuredSlider {
  background: #D1CDC1;
  height: 600px;
  width: 100%;
  margin-bottom: 40px;
  /*@include respond-until(large-desktop) {
      height: 600px;
  	margin-bottom: 40px;
  }*/
}
@media only screen and (max-width: 1023px) {
  .featuredSlider {
    height: auto;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .featuredSlider {
    height: auto;
    padding-bottom: 80px;
  }
}
.featuredSlider h1 {
  font-size: 40px;
  padding-top: 26px;
}
.featuredSlider h3 {
  padding-top: 28px;
  font-size: 22px;
  margin-bottom: 6px;
}

.multiple-items {
  overflow-x: hidden;
  margin-top: 260px;
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1279px) {
  .multiple-items {
    margin-top: 160px;
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media only screen and (max-width: 1023px) {
  .multiple-items {
    margin-top: 50px;
    padding-left: 11%;
    padding-right: 11%;
  }
}
@media only screen and (max-width: 767px) {
  .multiple-items {
    margin-top: 50px;
    padding-left: 14%;
    padding-right: 14%;
  }
}
@media only screen and (max-width: 567px) {
  .multiple-items {
    margin-top: 40px;
    padding-left: 18%;
    padding-right: 18%;
  }
}
.multiple-items span {
  display: inline-block;
  background-color: #b0aa95;
}
.multiple-items span:hover img {
  opacity: 1;
  filter: grayscale(0);
}
.multiple-items img {
  width: 100%;
  opacity: 0.6;
  transition: opacity 0.2s ease, filter 0.2s ease;
  filter: grayscale(100%);
}

[data-view=featured] .featured-content img {
  opacity: 0.6;
  filter: grayscale(100%);
  transition: opacity 0.2s ease, filter 0.2s ease;
}
[data-view=featured] .featured-content img:hover {
  opacity: 1;
  filter: grayscale(0);
}

/* Icons */
/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  z-index: 999;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 32%;
  transform: translate(0, -50%);
  padding: 0;
  border: 3px solid #000;
  outline: none;
  border-radius: 0;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  border: 3px solid #888;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  /*font-family: $slick-font-family;
  font-size: 20px;
  line-height: 1;
  color: $slick-arrow-color;
  opacity: $slick-opacity-default;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

.slick-prev {
  left: 0;
  border-left: none;
}
.slick-prev.slick-disabled {
  border-left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 25px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #000;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
  border-right: none;
}
.slick-next.slick-disabled {
  border-right: none;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 25px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* This parent can be any width and height */
/* The ghost, nudged to maintain perfect centering */
[data-widget=video-lightbox] .overlay:before, [data-widget=video-lightbox] .overlay-top-bottom-gradient:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can
also be of any width and height */
[data-widget=video-lightbox] .video-lightbox {
  display: inline-block;
  vertical-align: middle;
}

/* ----------------------------------------------------------
helper classes and fixes (largely from h5bp.com)
---------------------------------------------------------- */
header, nav, footer, section, article, figure, aside {
  display: block;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

[data-theme=dark] ::-moz-selection,
[data-view=home-page] .banner ::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
[data-theme=dark] ::-moz-selection, [data-view=home-page] .banner ::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
[data-theme=dark] ::selection,
[data-view=home-page] .banner ::selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

textarea {
  resize: vertical;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.chromeframe {
  position: fixed;
  width: 100%;
  z-index: 10000;
  background: black;
  color: white;
  padding: 5px;
  text-align: center;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

@media only screen and (max-width: 1023px) {
  select {
    font-size: 16px;
  }
  select.ui.dropdown,
  select.ui.selection.dropdown {
    height: auto;
    min-height: 2.8em;
    box-shadow: none;
    border-radius: none;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
  }
  .select-wrapper {
    position: relative;
  }
  .select-wrapper:after {
    content: "";
    width: 13px;
    height: 22px;
    display: block;
    top: 50%;
    right: 0;
    margin-top: -11px;
    margin-right: 14px;
    position: absolute;
    background-image: url("/assets/img/semantic-ui-navigatedown-arrow.png");
    background-size: 11px 8px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
form .req-indicator {
  color: #AF3947;
}
form .errors {
  margin-top: 5px;
  font-size: 12px;
  color: #AF3947;
}

.feedback {
  font-size: 16px;
}
body {
  color: #000000;
  line-height: normal;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

.no-block-title {
  display: block;
  font-size: 16px;
}

.page-title {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1024px) {
  .page-title {
    font-size: 80px;
    line-height: 80px;
  }
}

.text-links a {
  margin-right: 20px;
}

.citation {
  font-size: 12px;
}
.citation p {
  line-height: 18px;
}

h1, h2, h3, h4 {
  margin-bottom: 20px;
}

p + h2, p + h3, p + h4 {
  margin-top: 40px;
}

h1 {
  font-size: 26px;
  line-height: 36px;
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

h3 {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

h4 {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (min-width: 1024px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

p {
  margin-bottom: 15px;
}

ul:not(.nav ul) {
  list-style: disc outside none;
}

ol {
  list-style: decimal outside none;
}

.assistive {
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  display: inline-block !important;
  color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
}

blockquote {
  margin: 60px 0;
  font: 22px "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1.03px;
}
@media only screen and (min-width: 1024px) {
  blockquote {
    font: 34px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
blockquote:before {
  content: "“";
}
blockquote:after {
  content: "”";
}
blockquote:before, blockquote:after {
  font-weight: 700;
  font: 26px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 1024px) {
  blockquote:before, blockquote:after {
    font: 38px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
blockquote br {
  display: none;
}

.columns {
  -moz-columns: 300px 2;
       columns: 300px 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.expanding-line-common, .center-expanding-line-hover,
.center-contracting-line-hover,
.left-expanding-line-hover,
.left-contracting-line-hover {
  display: inline-block;
}
.expanding-line-common:after, .center-expanding-line-hover:after,
.center-contracting-line-hover:after,
.left-expanding-line-hover:after,
.left-contracting-line-hover:after {
  content: "";
  display: block;
  border-bottom: 1px solid;
}

.center-expanding-line-hover:after {
  transform: scaleX(0.000001);
  transition: transform 0.2s ease-in-out;
}
.center-expanding-line-hover:hover:after {
  transform: scaleX(1);
}

.left-expanding-line-hover:after {
  width: 0;
  transition: width 0.2s ease-in-out;
}
.left-expanding-line-hover:hover:after {
  width: 100%;
}

.center-contracting-line-hover:after,
.left-contracting-line-hover:after {
  margin-top: -2px;
}

.center-contracting-line-hover:after {
  transform: scaleX(1);
  transition: transform 0.2s ease-in-out;
}
.center-contracting-line-hover:hover:after {
  transform: scaleX(0.000001);
}

.left-contracting-line-hover:after {
  width: 100%;
  transition: width 0.2s ease-in-out;
}
.left-contracting-line-hover:hover:after {
  width: 0;
}

.container {
  padding: 40px 20px 20px;
}

.margin-0-auto, .restrict-max {
  margin: 0 auto;
}

.restrict-max {
  width: 100%;
  max-width: 1230px;
}

.restrict-max-left-aligned {
  max-width: 1330px;
}

body {
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

@media only screen and (min-width: 1024px) {
  .hide-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .hide-sm {
    display: none !important;
  }
}

.featLogo {
  display: none;
  opacity: 0;
  height: 0;
}

[data-theme=dark] {
  background-color: #000000;
}
[data-theme=dark] .main {
  color: #ffffff;
}
[data-theme=dark] .modest-block .body:before {
  background: #ffffff;
}

/*!
 * # Semantic UI 2.2.3 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
.transition {
  animation-iteration-count: 1;
  animation-duration: 300ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

/*******************************
            States
*******************************/
/* Animating */
.animating.transition {
  backface-visibility: hidden;
  visibility: visible !important;
}

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden;
}

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
    transform: @use3DAcceleration;*/
}

/* Disabled */
.disabled.transition {
  animation-play-state: paused;
}

/*******************************
          Variations
*******************************/
.looping.transition {
  animation-iteration-count: infinite;
}

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
.transition.browse {
  animation-duration: 500ms;
}

.transition.browse.in {
  animation-name: browseIn;
}

.transition.browse.out,
.transition.browse.left.out {
  animation-name: browseOutLeft;
}

.transition.browse.right.out {
  animation-name: browseOutRight;
}

/* In */
@keyframes browseIn {
  0% {
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
/* Out */
@keyframes browseOutLeft {
  0% {
    z-index: 999;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutRight {
  0% {
    z-index: 999;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
/*--------------
     Drop
---------------*/
.drop.transition {
  transform-origin: top center;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

.drop.transition.in {
  animation-name: dropIn;
}

.drop.transition.out {
  animation-name: dropOut;
}

/* Drop */
@keyframes dropIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
/*--------------
      Fade
---------------*/
.transition.fade.in {
  animation-name: fadeIn;
}

.transition[class*="fade up"].in {
  animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
  animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
  animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
  animation-name: fadeInRight;
}

.transition.fade.out {
  animation-name: fadeOut;
}

.transition[class*="fade up"].out {
  animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
  animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
  animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
  animation-name: fadeOutRight;
}

/* In */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
/* Out */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(5%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(-5%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(5%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-5%);
  }
}
/*--------------
     Flips
---------------*/
.flip.transition.in,
.flip.transition.out {
  animation-duration: 600ms;
}

.horizontal.flip.transition.in {
  animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
  animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
  animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
  animation-name: verticalFlipOut;
}

/* In */
@keyframes horizontalFlipIn {
  0% {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes verticalFlipIn {
  0% {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
/* Out */
@keyframes horizontalFlipOut {
  0% {
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes verticalFlipOut {
  0% {
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
/*--------------
      Scale
---------------*/
.scale.transition.in {
  animation-name: scaleIn;
}

.scale.transition.out {
  animation-name: scaleOut;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Out */
@keyframes scaleOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
/*--------------
      Fly
---------------*/
/* Inward */
.transition.fly {
  animation-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.transition.fly.in {
  animation-name: flyIn;
}

.transition[class*="fly up"].in {
  animation-name: flyInUp;
}

.transition[class*="fly down"].in {
  animation-name: flyInDown;
}

.transition[class*="fly left"].in {
  animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
  animation-name: flyInRight;
}

/* Outward */
.transition.fly.out {
  animation-name: flyOut;
}

.transition[class*="fly up"].out {
  animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
  animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
  animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
  animation-name: flyOutRight;
}

/* In */
@keyframes flyIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
/* Out */
@keyframes flyOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes flyOutUp {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes flyOutDown {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flyOutRight {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes flyOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
/*--------------
     Slide
---------------*/
.transition.slide.in,
.transition[class*="slide down"].in {
  animation-name: slideInY;
  transform-origin: top center;
}

.transition[class*="slide up"].in {
  animation-name: slideInY;
  transform-origin: bottom center;
}

.transition[class*="slide left"].in {
  animation-name: slideInX;
  transform-origin: center right;
}

.transition[class*="slide right"].in {
  animation-name: slideInX;
  transform-origin: center left;
}

.transition.slide.out,
.transition[class*="slide down"].out {
  animation-name: slideOutY;
  transform-origin: top center;
}

.transition[class*="slide up"].out {
  animation-name: slideOutY;
  transform-origin: bottom center;
}

.transition[class*="slide left"].out {
  animation-name: slideOutX;
  transform-origin: center right;
}

.transition[class*="slide right"].out {
  animation-name: slideOutX;
  transform-origin: center left;
}

/* In */
@keyframes slideInY {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes slideInX {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
/* Out */
@keyframes slideOutY {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(0);
  }
}
@keyframes slideOutX {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}
/*--------------
     Swing
---------------*/
.transition.swing {
  animation-duration: 800ms;
}

.transition[class*="swing down"].in {
  animation-name: swingInX;
  transform-origin: top center;
}

.transition[class*="swing up"].in {
  animation-name: swingInX;
  transform-origin: bottom center;
}

.transition[class*="swing left"].in {
  animation-name: swingInY;
  transform-origin: center right;
}

.transition[class*="swing right"].in {
  animation-name: swingInY;
  transform-origin: center left;
}

.transition.swing.out,
.transition[class*="swing down"].out {
  animation-name: swingOutX;
  transform-origin: top center;
}

.transition[class*="swing up"].out {
  animation-name: swingOutX;
  transform-origin: bottom center;
}

.transition[class*="swing left"].out {
  animation-name: swingOutY;
  transform-origin: center right;
}

.transition[class*="swing right"].out {
  animation-name: swingOutY;
  transform-origin: center left;
}

/* In */
@keyframes swingInX {
  0% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes swingInY {
  0% {
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
/* Out */
@keyframes swingOutX {
  0% {
    transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes swingOutY {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
.flash.transition {
  animation-duration: 750ms;
  animation-name: flash;
}

.shake.transition {
  animation-duration: 750ms;
  animation-name: shake;
}

.bounce.transition {
  animation-duration: 750ms;
  animation-name: bounce;
}

.tada.transition {
  animation-duration: 750ms;
  animation-name: tada;
}

.pulse.transition {
  animation-duration: 500ms;
  animation-name: pulse;
}

.jiggle.transition {
  animation-duration: 750ms;
  animation-name: jiggle;
}

/* Flash */
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* Shake */
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
/* Bounce */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* Tada */
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/* Pulse */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Rubberband */
@keyframes jiggle {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.3 - Form
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Elements
*******************************/
/*--------------------
        Form
---------------------*/
.ui.form {
  position: relative;
  max-width: 100%;
}

/*--------------------
        Content
---------------------*/
.ui.form > p {
  margin: 1em 0em;
}

/*--------------------
        Field
---------------------*/
.ui.form .field {
  clear: both;
  margin: 0em 0em 1em;
}

.ui.form .field:last-child,
.ui.form .fields:last-child .field {
  margin-bottom: 0em;
}

.ui.form .fields .field {
  clear: both;
  margin: 0em;
}

/*--------------------
        Labels
---------------------*/
.ui.form .field > label {
  display: block;
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}

/*--------------------
    Standard Inputs
---------------------*/
.ui.form textarea,
.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=time],
.ui.form input[type=text],
.ui.form input[type=file],
.ui.form input[type=url] {
  width: 100%;
  vertical-align: top;
}

/* Set max height on unusual input */
.ui.form ::-webkit-datetime-edit,
.ui.form ::-webkit-inner-spin-button {
  height: 1.2142em;
}

.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=time],
.ui.form input[type=text],
.ui.form input[type=file],
.ui.form input[type=url] {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0em;
  outline: none;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.2142em;
  padding: 0.67861429em 1em;
  font-size: 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  transition: color 0.1s ease, border-color 0.1s ease;
}

/* Text Area */
.ui.form textarea {
  margin: 0em;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  padding: 0.78571429em 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  outline: none;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  transition: color 0.1s ease, border-color 0.1s ease;
  font-size: 1em;
  line-height: 1.2857;
  resize: vertical;
}

.ui.form textarea:not([rows]) {
  height: 12em;
  min-height: 8em;
  max-height: 24em;
}

.ui.form textarea,
.ui.form input[type=checkbox] {
  vertical-align: top;
}

/*--------------------------
  Input w/ attached Button
---------------------------*/
.ui.form input.attached {
  width: auto;
}

/*--------------------
     Basic Select
---------------------*/
.ui.form select {
  display: block;
  height: auto;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  padding: 0.62em 1em;
  color: rgba(0, 0, 0, 0.87);
  transition: color 0.1s ease, border-color 0.1s ease;
}

/*--------------------
       Dropdown
---------------------*/
/* Block */
.ui.form .field > .selection.dropdown {
  width: 100%;
}

.ui.form .field > .selection.dropdown > .dropdown.icon {
  float: right;
}

/* Inline */
.ui.form .inline.fields .field > .selection.dropdown,
.ui.form .inline.field > .selection.dropdown {
  width: auto;
}

.ui.form .inline.fields .field > .selection.dropdown > .dropdown.icon,
.ui.form .inline.field > .selection.dropdown > .dropdown.icon {
  float: none;
}

/*--------------------
       UI Input
---------------------*/
/* Block */
.ui.form .field .ui.input,
.ui.form .fields .field .ui.input,
.ui.form .wide.field .ui.input {
  width: 100%;
}

/* Inline  */
.ui.form .inline.fields .field:not(.wide) .ui.input,
.ui.form .inline.field:not(.wide) .ui.input {
  width: auto;
  vertical-align: middle;
}

/* Auto Input */
.ui.form .fields .field .ui.input input,
.ui.form .field .ui.input input {
  width: auto;
}

/* Full Width Input */
.ui.form .ten.fields .ui.input input,
.ui.form .nine.fields .ui.input input,
.ui.form .eight.fields .ui.input input,
.ui.form .seven.fields .ui.input input,
.ui.form .six.fields .ui.input input,
.ui.form .five.fields .ui.input input,
.ui.form .four.fields .ui.input input,
.ui.form .three.fields .ui.input input,
.ui.form .two.fields .ui.input input,
.ui.form .wide.field .ui.input input {
  flex: 1 0 auto;
  width: 0px;
}

/*--------------------
   Types of Messages
---------------------*/
.ui.form .success.message,
.ui.form .warning.message,
.ui.form .error.message {
  display: none;
}

/* Assumptions */
.ui.form .message:first-child {
  margin-top: 0px;
}

/*--------------------
   Validation Prompt
---------------------*/
.ui.form .field .prompt.label {
  white-space: normal;
  background: #FFFFFF !important;
  border: 1px solid #E0B4B4 !important;
  color: #9F3A38 !important;
}

.ui.form .inline.fields .field .prompt,
.ui.form .inline.field .prompt {
  vertical-align: top;
  margin: -0.25em 0em -0.5em 0.5em;
}

.ui.form .inline.fields .field .prompt:before,
.ui.form .inline.field .prompt:before {
  border-width: 0px 0px 1px 1px;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0em;
}

/*******************************
            States
*******************************/
/*--------------------
      Autofilled
---------------------*/
.ui.form .field.field input:-webkit-autofill {
  box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  border-color: #E5DFA1 !important;
}

/* Focus */
.ui.form .field.field input:-webkit-autofill:focus {
  box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  border-color: #D5C315 !important;
}

/* Error */
.ui.form .error.error input:-webkit-autofill {
  box-shadow: 0px 0px 0px 100px #FFFAF0 inset !important;
  border-color: #E0B4B4 !important;
}

/*--------------------
      Placeholder
---------------------*/
/* browsers require these rules separate */
.ui.form ::-webkit-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.form :-ms-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.form ::-moz-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.form :focus::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

.ui.form :focus:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

.ui.form :focus::-moz-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

/* Error Placeholder */
.ui.form .error ::-webkit-input-placeholder {
  color: #e7bdbc;
}

.ui.form .error :-ms-input-placeholder {
  color: #e7bdbc !important;
}

.ui.form .error ::-moz-placeholder {
  color: #e7bdbc;
}

.ui.form .error :focus::-webkit-input-placeholder {
  color: #da9796;
}

.ui.form .error :focus:-ms-input-placeholder {
  color: #da9796 !important;
}

.ui.form .error :focus::-moz-placeholder {
  color: #da9796;
}

/*--------------------
        Focus
---------------------*/
.ui.form input:not([type]):focus,
.ui.form input[type=date]:focus,
.ui.form input[type=datetime-local]:focus,
.ui.form input[type=email]:focus,
.ui.form input[type=number]:focus,
.ui.form input[type=password]:focus,
.ui.form input[type=search]:focus,
.ui.form input[type=tel]:focus,
.ui.form input[type=time]:focus,
.ui.form input[type=text]:focus,
.ui.form input[type=file]:focus,
.ui.form input[type=url]:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85B7D9;
  border-radius: 0.28571429rem;
  background: #FFFFFF;
  box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
}

.ui.form textarea:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85B7D9;
  border-radius: 0.28571429rem;
  background: #FFFFFF;
  box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
  -webkit-appearance: none;
}

/*--------------------
        Success
---------------------*/
/* On Form */
.ui.form.success .success.message:not(:empty) {
  display: block;
}

.ui.form.success .compact.success.message:not(:empty) {
  display: inline-block;
}

.ui.form.success .icon.success.message:not(:empty) {
  display: flex;
}

/*--------------------
        Warning
---------------------*/
/* On Form */
.ui.form.warning .warning.message:not(:empty) {
  display: block;
}

.ui.form.warning .compact.warning.message:not(:empty) {
  display: inline-block;
}

.ui.form.warning .icon.warning.message:not(:empty) {
  display: flex;
}

/*--------------------
        Error
---------------------*/
/* On Form */
.ui.form.error .error.message:not(:empty) {
  display: block;
}

.ui.form.error .compact.error.message:not(:empty) {
  display: inline-block;
}

.ui.form.error .icon.error.message:not(:empty) {
  display: flex;
}

/* On Field(s) */
.ui.form .fields.error .field label,
.ui.form .field.error label,
.ui.form .fields.error .field .input,
.ui.form .field.error .input {
  color: #9F3A38;
}

.ui.form .fields.error .field .corner.label,
.ui.form .field.error .corner.label {
  border-color: #9F3A38;
  color: #FFFFFF;
}

.ui.form .fields.error .field textarea,
.ui.form .fields.error .field select,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type=date],
.ui.form .fields.error .field input[type=datetime-local],
.ui.form .fields.error .field input[type=email],
.ui.form .fields.error .field input[type=number],
.ui.form .fields.error .field input[type=password],
.ui.form .fields.error .field input[type=search],
.ui.form .fields.error .field input[type=tel],
.ui.form .fields.error .field input[type=time],
.ui.form .fields.error .field input[type=text],
.ui.form .fields.error .field input[type=file],
.ui.form .fields.error .field input[type=url],
.ui.form .field.error textarea,
.ui.form .field.error select,
.ui.form .field.error input:not([type]),
.ui.form .field.error input[type=date],
.ui.form .field.error input[type=datetime-local],
.ui.form .field.error input[type=email],
.ui.form .field.error input[type=number],
.ui.form .field.error input[type=password],
.ui.form .field.error input[type=search],
.ui.form .field.error input[type=tel],
.ui.form .field.error input[type=time],
.ui.form .field.error input[type=text],
.ui.form .field.error input[type=file],
.ui.form .field.error input[type=url] {
  background: #FFF6F6;
  border-color: #E0B4B4;
  color: #9F3A38;
  border-radius: "";
  box-shadow: none;
}

.ui.form .field.error textarea:focus,
.ui.form .field.error select:focus,
.ui.form .field.error input:not([type]):focus,
.ui.form .field.error input[type=date]:focus,
.ui.form .field.error input[type=datetime-local]:focus,
.ui.form .field.error input[type=email]:focus,
.ui.form .field.error input[type=number]:focus,
.ui.form .field.error input[type=password]:focus,
.ui.form .field.error input[type=search]:focus,
.ui.form .field.error input[type=tel]:focus,
.ui.form .field.error input[type=time]:focus,
.ui.form .field.error input[type=text]:focus,
.ui.form .field.error input[type=file]:focus,
.ui.form .field.error input[type=url]:focus {
  background: #FFF6F6;
  border-color: #E0B4B4;
  color: #9F3A38;
  -webkit-appearance: none;
  box-shadow: none;
}

/* Preserve Native Select Stylings */
.ui.form .field.error select {
  -webkit-appearance: menulist-button;
}

/*------------------
    Dropdown Error
--------------------*/
.ui.form .fields.error .field .ui.dropdown,
.ui.form .fields.error .field .ui.dropdown .item,
.ui.form .field.error .ui.dropdown,
.ui.form .field.error .ui.dropdown .text,
.ui.form .field.error .ui.dropdown .item {
  background: #FFF6F6;
  color: #9F3A38;
}

.ui.form .fields.error .field .ui.dropdown,
.ui.form .field.error .ui.dropdown {
  border-color: #E0B4B4 !important;
}

.ui.form .fields.error .field .ui.dropdown:hover,
.ui.form .field.error .ui.dropdown:hover {
  border-color: #E0B4B4 !important;
}

.ui.form .fields.error .field .ui.dropdown:hover .menu,
.ui.form .field.error .ui.dropdown:hover .menu {
  border-color: #E0B4B4;
}

.ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
.ui.form .field.error .ui.multiple.selection.dropdown > .label {
  background-color: #EACBCB;
  color: #9F3A38;
}

/* Hover */
.ui.form .fields.error .field .ui.dropdown .menu .item:hover,
.ui.form .field.error .ui.dropdown .menu .item:hover {
  background-color: #FBE7E7;
}

/* Selected */
.ui.form .fields.error .field .ui.dropdown .menu .selected.item,
.ui.form .field.error .ui.dropdown .menu .selected.item {
  background-color: #FBE7E7;
}

/* Active */
.ui.form .fields.error .field .ui.dropdown .menu .active.item,
.ui.form .field.error .ui.dropdown .menu .active.item {
  background-color: #FDCFCF !important;
}

/*--------------------
    Checkbox Error
---------------------*/
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
  color: #9F3A38;
}

.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
  background: #FFF6F6;
  border-color: #E0B4B4;
}

.ui.form .fields.error .field .checkbox label:after,
.ui.form .field.error .checkbox label:after,
.ui.form .fields.error .field .checkbox .box:after,
.ui.form .field.error .checkbox .box:after {
  color: #9F3A38;
}

/*--------------------
       Disabled
---------------------*/
.ui.form .disabled.fields .field,
.ui.form .disabled.field,
.ui.form .field :disabled {
  pointer-events: none;
  opacity: 0.45;
}

.ui.form .field.disabled > label,
.ui.form .fields.disabled > label {
  opacity: 0.45;
}

.ui.form .field.disabled :disabled {
  opacity: 1;
}

/*--------------
    Loading
---------------*/
.ui.loading.form {
  position: relative;
  cursor: default;
  pointer-events: none;
}

.ui.loading.form:before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.ui.loading.form:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -1.5em 0em 0em -1.5em;
  width: 3em;
  height: 3em;
  animation: form-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
  visibility: visible;
  z-index: 101;
}
@keyframes form-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*******************************
         Element Types
*******************************/
/*--------------------
     Required Field
---------------------*/
.ui.form .required.fields:not(.grouped) > .field > label:after,
.ui.form .required.fields.grouped > label:after,
.ui.form .required.field > label:after,
.ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
.ui.form .required.field > .checkbox:after {
  margin: -0.2em 0em 0em 0.2em;
  content: "*";
  color: #DB2828;
}

.ui.form .required.fields:not(.grouped) > .field > label:after,
.ui.form .required.fields.grouped > label:after,
.ui.form .required.field > label:after {
  display: inline-block;
  vertical-align: top;
}

.ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
.ui.form .required.field > .checkbox:after {
  position: absolute;
  top: 0%;
  left: 100%;
}

/*******************************
           Variations
*******************************/
/*--------------------
    Inverted Colors
---------------------*/
.ui.inverted.form label,
.ui.form .inverted.segment label,
.ui.form .inverted.segment .ui.checkbox label,
.ui.form .inverted.segment .ui.checkbox .box,
.ui.inverted.form .ui.checkbox label,
.ui.inverted.form .ui.checkbox .box,
.ui.inverted.form .inline.fields > label,
.ui.inverted.form .inline.fields .field > label,
.ui.inverted.form .inline.fields .field > p,
.ui.inverted.form .inline.field > label,
.ui.inverted.form .inline.field > p {
  color: rgba(255, 255, 255, 0.9);
}

/* Inverted Field */
.ui.inverted.form input:not([type]),
.ui.inverted.form input[type=date],
.ui.inverted.form input[type=datetime-local],
.ui.inverted.form input[type=email],
.ui.inverted.form input[type=number],
.ui.inverted.form input[type=password],
.ui.inverted.form input[type=search],
.ui.inverted.form input[type=tel],
.ui.inverted.form input[type=time],
.ui.inverted.form input[type=text],
.ui.inverted.form input[type=file],
.ui.inverted.form input[type=url] {
  background: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
}

/*--------------------
     Field Groups
---------------------*/
/* Grouped Vertically */
.ui.form .grouped.fields {
  display: block;
  margin: 0em 0em 1em;
}

.ui.form .grouped.fields:last-child {
  margin-bottom: 0em;
}

.ui.form .grouped.fields > label {
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}

.ui.form .grouped.fields .field,
.ui.form .grouped.inline.fields .field {
  display: block;
  margin: 0.5em 0em;
  padding: 0em;
}

/*--------------------
        Fields
---------------------*/
/* Split fields */
.ui.form .fields {
  display: flex;
  flex-direction: row;
  margin: 0em -0.5em 1em;
}

.ui.form .fields > .field {
  flex: 0 1 auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.ui.form .fields > .field:first-child {
  border-left: none;
  box-shadow: none;
}

/* Other Combinations */
.ui.form .two.fields > .fields,
.ui.form .two.fields > .field {
  width: 50%;
}

.ui.form .three.fields > .fields,
.ui.form .three.fields > .field {
  width: 33.33333333%;
}

.ui.form .four.fields > .fields,
.ui.form .four.fields > .field {
  width: 25%;
}

.ui.form .five.fields > .fields,
.ui.form .five.fields > .field {
  width: 20%;
}

.ui.form .six.fields > .fields,
.ui.form .six.fields > .field {
  width: 16.66666667%;
}

.ui.form .seven.fields > .fields,
.ui.form .seven.fields > .field {
  width: 14.28571429%;
}

.ui.form .eight.fields > .fields,
.ui.form .eight.fields > .field {
  width: 12.5%;
}

.ui.form .nine.fields > .fields,
.ui.form .nine.fields > .field {
  width: 11.11111111%;
}

.ui.form .ten.fields > .fields,
.ui.form .ten.fields > .field {
  width: 10%;
}

/* Swap to full width on mobile */
@media only screen and (max-width: 767px) {
  .ui.form .fields {
    flex-wrap: wrap;
  }
  .ui[class*="equal width"].form .fields > .field,
  .ui.form [class*="equal width"].fields > .field,
  .ui.form .two.fields > .fields,
  .ui.form .two.fields > .field,
  .ui.form .three.fields > .fields,
  .ui.form .three.fields > .field,
  .ui.form .four.fields > .fields,
  .ui.form .four.fields > .field,
  .ui.form .five.fields > .fields,
  .ui.form .five.fields > .field,
  .ui.form .six.fields > .fields,
  .ui.form .six.fields > .field,
  .ui.form .seven.fields > .fields,
  .ui.form .seven.fields > .field,
  .ui.form .eight.fields > .fields,
  .ui.form .eight.fields > .field,
  .ui.form .nine.fields > .fields,
  .ui.form .nine.fields > .field,
  .ui.form .ten.fields > .fields,
  .ui.form .ten.fields > .field {
    width: 100% !important;
    margin: 0em 0em 1em;
  }
}
/* Sizing Combinations */
.ui.form .fields .wide.field {
  width: 6.25%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.ui.form .one.wide.field {
  width: 6.25% !important;
}

.ui.form .two.wide.field {
  width: 12.5% !important;
}

.ui.form .three.wide.field {
  width: 18.75% !important;
}

.ui.form .four.wide.field {
  width: 25% !important;
}

.ui.form .five.wide.field {
  width: 31.25% !important;
}

.ui.form .six.wide.field {
  width: 37.5% !important;
}

.ui.form .seven.wide.field {
  width: 43.75% !important;
}

.ui.form .eight.wide.field {
  width: 50% !important;
}

.ui.form .nine.wide.field {
  width: 56.25% !important;
}

.ui.form .ten.wide.field {
  width: 62.5% !important;
}

.ui.form .eleven.wide.field {
  width: 68.75% !important;
}

.ui.form .twelve.wide.field {
  width: 75% !important;
}

.ui.form .thirteen.wide.field {
  width: 81.25% !important;
}

.ui.form .fourteen.wide.field {
  width: 87.5% !important;
}

.ui.form .fifteen.wide.field {
  width: 93.75% !important;
}

.ui.form .sixteen.wide.field {
  width: 100% !important;
}

/* Swap to full width on mobile */
@media only screen and (max-width: 767px) {
  .ui.form .two.fields > .fields,
  .ui.form .two.fields > .field,
  .ui.form .three.fields > .fields,
  .ui.form .three.fields > .field,
  .ui.form .four.fields > .fields,
  .ui.form .four.fields > .field,
  .ui.form .five.fields > .fields,
  .ui.form .five.fields > .field,
  .ui.form .fields > .two.wide.field,
  .ui.form .fields > .three.wide.field,
  .ui.form .fields > .four.wide.field,
  .ui.form .fields > .five.wide.field,
  .ui.form .fields > .six.wide.field,
  .ui.form .fields > .seven.wide.field,
  .ui.form .fields > .eight.wide.field,
  .ui.form .fields > .nine.wide.field,
  .ui.form .fields > .ten.wide.field,
  .ui.form .fields > .eleven.wide.field,
  .ui.form .fields > .twelve.wide.field,
  .ui.form .fields > .thirteen.wide.field,
  .ui.form .fields > .fourteen.wide.field,
  .ui.form .fields > .fifteen.wide.field,
  .ui.form .fields > .sixteen.wide.field {
    width: 100% !important;
  }
  .ui.form .fields {
    margin-bottom: 0em;
  }
}
/*--------------------
     Equal Width
---------------------*/
.ui[class*="equal width"].form .fields > .field,
.ui.form [class*="equal width"].fields > .field {
  width: 100%;
  flex: 1 1 auto;
}

/*--------------------
    Inline Fields
---------------------*/
.ui.form .inline.fields {
  margin: 0em 0em 1em;
  align-items: center;
}

.ui.form .inline.fields .field {
  margin: 0em;
  padding: 0em 1em 0em 0em;
}

/* Inline Label */
.ui.form .inline.fields > label,
.ui.form .inline.fields .field > label,
.ui.form .inline.fields .field > p,
.ui.form .inline.field > label,
.ui.form .inline.field > p {
  display: inline-block;
  width: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  vertical-align: baseline;
  font-size: 0.92857143em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  text-transform: none;
}

/* Grouped Inline Label */
.ui.form .inline.fields > label {
  margin: 0.035714em 1em 0em 0em;
}

/* Inline Input */
.ui.form .inline.fields .field > input,
.ui.form .inline.fields .field > select,
.ui.form .inline.field > input,
.ui.form .inline.field > select {
  display: inline-block;
  width: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  vertical-align: middle;
  font-size: 1em;
}

/* Label */
.ui.form .inline.fields .field > :first-child,
.ui.form .inline.field > :first-child {
  margin: 0em 0.85714286em 0em 0em;
}

.ui.form .inline.fields .field > :only-child,
.ui.form .inline.field > :only-child {
  margin: 0em;
}

/* Wide */
.ui.form .inline.fields .wide.field {
  display: flex;
  align-items: center;
}

.ui.form .inline.fields .wide.field > input,
.ui.form .inline.fields .wide.field > select {
  width: 100%;
}

/*--------------------
        Sizes
---------------------*/
.ui.mini.form {
  font-size: 0.78571429rem;
}

.ui.tiny.form {
  font-size: 0.85714286rem;
}

.ui.small.form {
  font-size: 0.92857143rem;
}

.ui.form {
  font-size: 1rem;
}

.ui.large.form {
  font-size: 1.14285714rem;
}

.ui.big.form {
  font-size: 1.28571429rem;
}

.ui.huge.form {
  font-size: 1.42857143rem;
}

.ui.massive.form {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.3 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0em;
  padding: 0em 0em;
  background: #FFFFFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity;
}

.ui.dropdown .menu > * {
  white-space: nowrap;
}

/*--------------
  Hidden Input
---------------*/
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important;
}

/*--------------
 Dropdown Icon
---------------*/
.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0em 0em 0em 1em;
}

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0em 0em 1em;
}

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em;
}

/*--------------
      Text
---------------*/
.ui.dropdown > .text {
  display: inline-block;
  transition: none;
}

/*--------------
    Menu Item
---------------*/
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429rem 1.14285714rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  box-shadow: none;
  -webkit-touch-callout: none;
}

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px;
}

/*--------------
  Floated Content
---------------*/
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important;
}

.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important;
}

.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0em;
}

/*--------------
  Menu Divider
---------------*/
.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: bold;
  text-transform: uppercase;
}

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0em;
  margin: 0.5em 0em;
}

.ui.dropdown .menu > .input {
  width: auto;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem;
}

.ui.dropdown .menu > .header + .input {
  margin-top: 0em;
}

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em;
}

.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/*-----------------
  Item Description
-------------------*/
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4);
}

/*-----------------
       Message
-------------------*/
.ui.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: normal;
}

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
    Sub Menu
---------------*/
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100% !important;
  right: auto !important;
  margin: 0em 0em 0em -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important;
}

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
  display: none;
}

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em;
}

.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0em;
}

.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0em;
  float: none;
  margin-right: 0.78571429rem;
}

/*--------------
     Image
---------------*/
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 2em;
}

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none;
}

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none;
}

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0em;
}

/*--------------
      Label
---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
  min-width: 100%;
}

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0em;
}

.ui.button.dropdown .menu {
  min-width: 100%;
}

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.7142em;
  background: #FFFFFF;
  display: inline-block;
  padding: 0.78571429em 2.1em 0.78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  transition: box-shadow 0.1s ease, width 0.1s ease;
}

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10;
}

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible;
}

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.2142em;
  top: 0.78571429em;
  right: 1em;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.78571429em;
  opacity: 0.8;
  transition: opacity 0.1s ease;
}

/* Compact */
.ui.compact.selection.dropdown {
  min-width: 0px;
}

/*  Selection Menu */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  transition: opacity 0.1s ease;
}

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none;
}

/*--------------
    Message
---------------*/
.ui.selection.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
}

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem;
  }
}
/* Menu Item */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 0.78571429rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal;
}

/* User Item */
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none;
}

/* Hover */
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: none;
}

/* Active */
.ui.selection.active.dropdown {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

.ui.selection.active.dropdown .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Focus */
.ui.selection.dropdown:focus {
  border-color: #96C8DA;
  box-shadow: none;
}

.ui.selection.dropdown:focus .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}

/* Visible Hover */
.ui.selection.active.dropdown:hover {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

.ui.selection.active.dropdown:hover .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: 1;
  z-index: 3;
}

/* Connecting Border */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

/* Empty Connecting Border */
.ui.active.empty.selection.dropdown {
  border-radius: 0.28571429rem !important;
  box-shadow: none !important;
}

.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  box-shadow: none !important;
}

/*--------------
   Searchable
---------------*/
/* Search Selection */
.ui.search.dropdown {
  min-width: "";
}

/* Search Dropdown */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: text;
  top: 0em;
  left: 1px;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit;
}

/* Text Layering */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2;
}

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3;
}

/* Search Selection */
.ui.search.selection.dropdown > input.search {
  line-height: 1.2142em;
  padding: 0.67861429em 2.1em 0.67861429em 1em;
}

/* Used to size multi select input to character width */
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.2142em;
  padding: 0.67861429em 2.1em 0.67861429em 1em;
  display: none;
  white-space: pre;
}

/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto;
}

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none;
}

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45;
}

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important;
}

/* Search Menu */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem;
  }
}
/*--------------
    Multiple
---------------*/
/* Multiple Selection */
.ui.multiple.dropdown {
  padding: 0.22620476em 2.1em 0.22620476em 0.35714286em;
}

.ui.multiple.dropdown .menu {
  cursor: auto;
}

/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text;
}

/* Selection Label */
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
  margin: "";
  padding: "";
}

/* Text */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45240952em 0em 0.45240952em 0.64285714em;
  line-height: 1.21428571em;
}

.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important;
}

.ui.multiple.dropdown > .label ~ .text {
  display: none;
}

/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45240952em 0em 0.45240952em 0.64285714em;
  line-height: 1.21428571em;
}

.ui.multiple.search.dropdown > .label ~ .text {
  display: none;
}

/* Search */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45240952em 0em 0.45240952em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em;
}

/*--------------
     Inline
---------------*/
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.5em 0em 0.21428571em;
  vertical-align: baseline;
}

.ui.inline.dropdown > .text {
  font-weight: normal;
}

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  border-radius: 0.28571429rem;
}

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.95);
  box-shadow: none;
  z-index: 12;
}

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13;
}

/*--------------------
       Loading
---------------------*/
.ui.loading.dropdown > i.icon {
  height: 1em !important;
  padding: 1.14285714em 1.07142857em !important;
}

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  box-shadow: 0px 0px 0px 1px transparent;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  animation: dropdown-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
}

/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none;
}
@keyframes dropdown-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--------------------
     Default Text
----------------------*/
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: rgba(191, 191, 191, 0.87);
}

.ui.dropdown:not(.button) > input:focus + .default.text,
.ui.default.dropdown:not(.button) > input:focus + .text {
  color: rgba(115, 115, 115, 0.87);
}

/*--------------------
        Loading
----------------------*/
.ui.loading.dropdown > .text {
  transition: none;
}

/* Used To Check Position */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1;
}

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown > .filtered.text {
  visibility: hidden;
}

.ui.dropdown .filtered.item {
  display: none !important;
}

/*--------------------
        Error
----------------------*/
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38;
}

.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4;
}

.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4;
}

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4;
}

.ui.dropdown.error > .menu > .item {
  color: #9F3A38;
}

.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4;
}

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FFF2F2;
}

/* Item Active */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF;
}

/*--------------------
        Disabled
----------------------*/
/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
  left: 0px;
}

/* Default Side (Right) */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important;
}

/* Left Flyout Menu */
.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto !important;
  right: 100% !important;
  border-radius: 0.28571429rem !important;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.78571429rem 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.78571429rem 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
}

/*--------------
     Upward
---------------*/
/* Upward Main Menu */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Selection */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

.ui.upward.selection.dropdown:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Active Upward */
.ui.active.upward.selection.dropdown {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}

.ui.upward.active.selection.dropdown:hover .menu {
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

/*--------------
     Simple
---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto;
}

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important;
}

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none;
  padding-right: calc(1.14285714rem + 17px) !important;
}

.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none;
}

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block;
}

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    min-width: calc(100% - 17px);
  }
}
@media only screen and (max-width: 767px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 10.28571429rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 15.42857143rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}
/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none;
}

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 0.1s ease;
}

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1;
}

.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1;
}

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/* Visible */
.ui.simple.visible.dropdown > .menu {
  display: block;
}

/*--------------
      Fluid
---------------*/
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em;
}

.ui.fluid.dropdown > .dropdown.icon {
  float: right;
}

/*--------------
    Floating
---------------*/
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571429rem !important;
}

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571429rem !important;
}

/*--------------
     Pointing
---------------*/
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  border-radius: 0.28571429rem;
}

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
  background: #FFFFFF;
  z-index: 2;
}

.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0em 0em 0em -0.25em;
}

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  transform: rotate(45deg);
}

/* Top Right  Pointing */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em;
}

.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto;
  right: 1em;
  margin: 0em;
  transform: rotate(45deg);
}

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em;
}

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  transform: rotate(-45deg);
}

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em;
}

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  transform: rotate(135deg);
}

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em;
}

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  transform: rotate(-135deg);
}

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important;
}

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto;
}

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto;
}

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto;
}

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em;
}

/* Upward pointing */
.ui.upward.pointing.dropdown > .menu,
.ui.upward.top.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  margin: 0em 0em 0.78571429rem;
  border-radius: 0.28571429rem;
}

.ui.upward.pointing.dropdown > .menu:after,
.ui.upward.top.pointing.dropdown > .menu:after {
  top: 100%;
  bottom: auto;
  box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
  margin: -0.25em 0em 0em;
}

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: "Dropdown";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal;
}
.ui.dropdown > .dropdown.icon {
  font-family: "Dropdown";
  line-height: 1;
  height: 1em;
  width: 1.23em;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.ui.dropdown > .dropdown.icon {
  width: auto;
}

.ui.dropdown > .dropdown.icon:before {
  content: "\f0d7";
}

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: "\f0da";
}

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "\f0d9";
}

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "\f0da";
}

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.2.3 - Sticky
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Sticky
*******************************/
.ui.sticky {
  position: static;
  transition: none;
  z-index: 800;
}

/*******************************
            States
*******************************/
/* Bound */
.ui.sticky.bound {
  position: absolute;
  left: auto;
  right: auto;
}

/* Fixed */
.ui.sticky.fixed {
  position: fixed;
  left: auto;
  right: auto;
}

/* Bound/Fixed Position */
.ui.sticky.bound.top,
.ui.sticky.fixed.top {
  top: 0px;
  bottom: auto;
}

.ui.sticky.bound.bottom,
.ui.sticky.fixed.bottom {
  top: auto;
  bottom: 0px;
}

/*******************************
            Types
*******************************/
.ui.native.sticky {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
.ui.selection.dropdown .menu > .item {
  font-weight: normal !important;
  text-shadow: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui.dropdown .menu > .item {
  font-weight: normal !important;
  text-shadow: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui .selection.dropdown {
  border-radius: 0;
  border-color: #000000;
  border-width: 2px;
}
.ui .selection.dropdown .menu {
  border: inherit;
  margin: -2px;
  border-radius: inherit;
  min-width: calc(100% + 4px);
  width: calc(100% + 4px);
}
.ui .selection.dropdown:hover, .ui .selection.dropdown:focus {
  border-color: inherit;
}
.ui.dropdown .menu > .item {
  line-height: 24px;
}
.ui .selection.active.dropdown {
  border-color: #000000;
}
.ui .selection.active.dropdown .menu {
  border-color: inherit;
}
.ui .selection.active.dropdown:hover {
  border-color: #000000;
}
.ui .selection.active.dropdown:hover .menu {
  border-color: inherit;
}
.ui.upward.selection.dropdown.visible {
  border-radius: 0 !important;
}
.ui.dropdown:not(.button) > .default.text, .ui.default.dropdown:not(.button) > .text {
  color: #000000;
}
.ui.dropdown > .dropdown.icon:before {
  content: "";
  width: 13px;
  height: 22px;
  display: block;
  background-image: url("/assets/img/semantic-ui-navigatedown-arrow.png");
  background-size: 11px 8px;
  background-position: center;
  background-repeat: no-repeat;
}

body .page-loader {
  display: none;
}
body.is-loading .page-loader {
  display: block;
}

.page-loader {
  z-index: 10000;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: #000000;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-rows {
  max-width: 162px;
}
.logo-rows > span {
  display: inline-block;
  height: 17px;
}
.logo-rows img {
  width: auto;
  height: 11px;
}

.is-animated span {
  position: relative;
}
.is-animated span:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  content: "";
  position: absolute;
  background-color: #ffffff;
}

.fill-animation, .is-animated span:before {
  animation: filling 0.5s forwards ease-in-out;
}

@keyframes filling {
  to {
    width: 100%;
  }
}
.navicon-base, .navicon {
  font-size: 0;
  color: #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  background: transparent;
  cursor: pointer !important;
}
.navicon-base span, .navicon span {
  display: block;
  position: absolute;
  background: #ffffff;
  height: 2px;
}

.navicon {
  width: 40px;
  height: 30px;
}
.navicon span {
  left: 4px;
  right: 4px;
}
.navicon span.first {
  top: 8px;
}
.navicon span.last {
  top: 18px;
}
.navicon.active span {
  transition-delay: 0s;
}
.navicon.active span.first {
  top: 13px;
  transform: rotate(-45deg);
}
.navicon.active span.last {
  top: 13px;
  transform: rotate(45deg);
}
.navicon.toggle-animation span {
  transition-property: top, transform;
  transition-delay: 0s;
  transition-duration: 0s, 0.15s;
  transform: rotate(0deg);
  transition-easing: ease-in, ease-in-out;
}

[data-view=featured] .navicon span {
  background: #000000;
}

.main-header {
  background-color: #000000;
  padding: 20px;
}
.main-header .top-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .main-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-header .top-bar {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .main-header .pure-g {
    width: 100%;
  }
}

.site-logo {
  width: 170px;
  height: 85px;
  display: block;
}
@media only screen and (max-width: 567px) {
  .site-logo {
    width: 120px;
    height: 60px;
  }
}

.nav {
  color: #ffffff;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav a {
  text-decoration: none;
}
.nav ul {
  list-style: none;
}
.nav .nav-item {
  font-size: 22px;
  display: block;
  position: relative;
  transition: color 0.2s ease;
}
.nav .nav-item.dropDownTrigger {
  cursor: pointer;
}
.nav .nav-item.dropDownTrigger:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ffffff;
  transition: transform 0.6s ease;
}
.nav .nav-item.dropDownTrigger:hover .nav-item-dropDown {
  color: #ffffff;
}
.nav .nav-item.dropDownTrigger.upArrow:after {
  transform: rotate(180deg);
}
.nav .nav-item .nav-item-dropDown {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  background: #000000;
  border-bottom: 2px solid #ffffff;
  padding: 0.4rem 0 0.8rem;
  transition: max-height 2s ease-out;
}
.nav .nav-item .nav-item-dropDown.dropDownOpen {
  max-height: 500px;
  visibility: visible;
}
.nav .nav-item .nav-item-dropDown li {
  width: 100%;
  padding: 0.4rem 0;
}
.nav .nav-item .nav-item-dropDown li a:hover {
  color: #D1CDC1;
}
.nav .nav-item.scroll-to {
  height: auto;
}
.nav .nav-item:hover, .nav .nav-item:focus {
  color: #D1CDC1;
}
.nav .nav-item.is-current {
  color: #D1CDC1;
}
.nav .search-form.nav-item input {
  color: #ffffff;
  font-size: inherit;
  font-weight: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  outline: none;
}
.nav .search-form.nav-item input[type=submit] {
  background-position: 100px;
  transition: background-position 0.2s linear;
}
.nav .search-form.nav-item input[type=submit]:hover {
  background-position: center right;
}
.nav .search-form.nav-item input:focus + input[type=submit] {
  background-position: center right;
}
.nav .search-form.nav-item input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.nav .search-form.nav-item input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.nav .search-form.nav-item input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.nav .search-form.nav-item input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .nav .nav-item {
    font-size: 16px;
  }
}

[data-view=featured] nav .nav-item.dropDownTrigger {
  cursor: pointer;
}
[data-view=featured] nav .nav-item.dropDownTrigger:after {
  border-top: 8px solid #000000;
}
[data-view=featured] nav .nav-item.dropDownTrigger:hover .nav-item-dropDown {
  color: #000000;
}
[data-view=featured] nav .nav-item .nav-item-dropDown {
  background: #D1CDC1;
  border-bottom: 2px solid #000000;
}
[data-view=featured] nav .nav-item .nav-item-dropDown li a:hover {
  color: #ffffff;
}

.nav-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}
.nav-sm .nav-item {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid;
}
.nav-sm .text-links {
  font-size: 16px;
  padding: 60px 0 20px !important;
}
.nav-sm .nav-item-dropDown li {
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #666;
}

.nav-lg {
  /*ul {
  	li { display: inline-block; margin-right: 30px; }
  	li:last-of-type { float: right; margin-right: 0; }
  }*/
  /*.nav-item {
  	width: 130px;
  	max-width: 100%;
  	padding-bottom: $gutter - 5px;
  	border-bottom: 2px solid;
  }

  .search-form {
  	min-width: 240px;
  	padding-right: 0;
  	input[type="submit"] { top: -12px; }

  	input {
  		padding-top: 0;
  		padding-bottom: 0;
  	}
  }

  @include respond-to(large-desktop) {
  	.search-form {
  		min-width: 260px; // as per design
  	}
  }*/
}
.nav-lg ul li {
  float: left;
  width: 16%;
  margin-right: 2%;
}
.nav-lg ul li:last-of-type {
  width: 26%;
  margin-right: 0;
}
.nav-lg .nav-item {
  max-width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid;
}
.nav-lg .search-form {
  padding-right: 0;
}
.nav-lg .search-form input[type=submit] {
  top: -12px;
}
.nav-lg .search-form input {
  padding-top: 0;
  padding-bottom: 0;
}

form.search-form {
  padding: 0;
  position: relative;
}
form.search-form:before, form.search-form:after {
  content: "";
  display: table;
}
form.search-form:after {
  clear: both;
}
form.search-form span {
  margin: 0;
}
form.search-form input {
  width: 90%;
  border: none;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  background: transparent;
  padding: 1px 25px 1px 1px;
}
form.search-form input[type=submit] {
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10%;
  text-align: right;
  position: absolute;
  display: inline-block;
  background-image: url("/assets/img/search-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 0px !important;
  color: transparent;
}

.banner {
  color: #ffffff;
  background-color: #000000;
}
.banner .banner-title {
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
}
@media only screen and (max-width: 567px) {
  .banner .banner-title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner .banner-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .has-scroll-indicator {
    position: relative;
  }
  .has-scroll-indicator:before, .has-scroll-indicator:after {
    content: "";
    left: 0;
    display: block;
    width: 25px;
    position: absolute;
    background-color: #D1CDC1;
  }
  .has-scroll-indicator:before {
    top: 0;
    bottom: 0;
  }
  .has-scroll-indicator:after {
    top: 100%;
    height: 160px;
  }
}
button, .button {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button {
  color: #ffffff;
  font-size: 16px;
  padding: 15px 40px;
  border: 2px solid #000000;
  background-color: #000000;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.button:hover, .button:focus {
  color: #000000;
  background-color: #ffffff;
}

.overlay, .overlay-top-bottom-gradient {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-transparent-border {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-top-bottom-gradient {
  /*@include linear-gradient(
  		to bottom,
  		rgba($black,0) 0%, // so that the background-color is transparent
  		rgba($black,0.5) 0.1%,
  		rgba($black,0) 40%,
  		rgba($black,0) 60%,
  		rgba($black,0.5) 100%
  	);
  */
}

.scroll-to {
  height: 0;
  width: 100%;
  z-index: 100;
  display: block;
  position: relative;
}

[data-widget*=scroll-to-selector][data-destination-selector] {
  cursor: pointer;
}

.fluid-video-embed,
.image-169-aspect {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.fluid-video-embed iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-width: none;
  position: absolute;
}

.image-169-aspect.pos-img-center img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.full-bg-img {
  background-position: center;
  background-size: cover;
  position: relative;
}

.img img {
  width: 100%;
}
.img figcaption {
  margin-top: 15px;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .img figcaption {
    margin-top: 20px;
  }
}

[data-view=home-page] .is-featured .media-block .img + .meta {
  position: relative;
}
[data-view=home-page] .is-featured .media-block .img + .meta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: #D1CDC1;
  border-radius: 50%;
}

.media-block {
  display: block;
  text-decoration: none;
}
.media-block .img + .meta {
  margin-top: 20px;
}
.media-block .meta .title,
.media-block .meta .projectDate {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 0;
}
.media-block .meta .projectAuthor {
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
}

a.media-block img {
  transition: filter 0.2s linear;
}
a.media-block:hover img, a.media-block:focus img {
  filter: grayscale(100%);
}

.theme-block {
  font-size: 14px;
  border-top: 25px solid #000000;
  padding-bottom: 20px;
}
.theme-block .title {
  font-weight: normal;
  margin-top: 15px;
  font-size: 22px;
  line-height: 30px;
}
.theme-block .sub-title {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: normal;
}
.theme-block .body {
  line-height: 22px;
  margin-top: 20px;
}
.theme-block .body + .meta {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .theme-block .title {
    margin-top: 30px;
  }
  .theme-block .sub-title {
    margin-top: 20px;
  }
  .theme-block .body {
    margin-top: 30px;
  }
}

.modest-block {
  font-size: 14px;
}
.modest-block .title {
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 30px;
}
.modest-block ul {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.modest-block ul li {
  margin-bottom: 20px;
  text-align: left;
}
.modest-block .body {
  padding-top: 30px;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 0 !important;
  position: relative;
  /*&:before {
  	content:'';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 50%;
  	height: $lineSize;
  	background: $black;
  }*/
}
.modest-block .body + .meta {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .modest-block .title {
    margin-bottom: 70px;
  }
}

.contact-meta {
  font-size: 14px;
}
.contact-meta .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
.contact-meta address {
  margin-top: 15px;
  line-height: 20px;
}
.contact-meta address a {
  margin-bottom: 5px;
}

.pagination {
  border-top: none;
  border-bottom: 25px solid #000000;
  padding: 30px 0 120px 0;
  margin-top: 40px;
}
.pagination h4 {
  font-size: 40px;
  padding-bottom: 40px;
}
.pagination h5 {
  font-size: 22px;
  padding: 14px 0 6px;
}
.pagination .pagination-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.pagination .pure-g .l-box {
  padding-right: 26px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .pagination .pure-g .l-box.pagination-layout-block {
    margin-bottom: 20px;
  }
}
.pagination .media-block .img + .meta {
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .pagination {
    padding: 70px 0 160px;
  }
}

.main-footer {
  padding: 40px 20px 20px;
  color: #ffffff;
  background-color: #000000;
}
.main-footer .site-logo {
  margin-bottom: 40px;
}
.main-footer .emailSignup {
  margin: 0 auto 120px;
}
@media only screen and (max-width: 767px) {
  .main-footer .emailSignup {
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.main-footer .emailSignup .pure-g .l-box {
  padding-right: 26px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .main-footer .emailSignup .pure-g .l-box {
    padding-right: 0;
    padding-left: 0;
  }
}
.main-footer .emailSignup .pure-g .l-box.lastL {
  padding-right: 0;
}
@media only screen and (max-width: 1023px) {
  .main-footer .emailSignup .pure-g .emailBlockOne.l-box {
    padding-right: 13px;
  }
  .main-footer .emailSignup .pure-g .emailBlockTwo.l-box {
    padding-left: 13px;
    padding-right: 0;
  }
  .main-footer .emailSignup .pure-g .emailBlockThree.l-box {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .emailSignup .pure-g .emailBlockOne.l-box, .main-footer .emailSignup .pure-g .emailBlockTwo.l-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-footer .emailSignup form input {
  border: none;
  border-bottom: 2px solid #000000;
  background: #ffffff;
  width: 100%;
  padding: 10px 0;
  font-size: 22px;
  min-height: 50px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.main-footer .emailSignup form input:focus {
  outline: none;
}
.main-footer .emailSignup form input[type=submit] {
  cursor: pointer;
  border: 2px solid #000000;
  transition: background 0.2s ease, color 0.2s ease;
}
.main-footer .emailSignup form input[type=submit]:hover {
  background: #000000;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .main-footer .emailSignup form input[type=submit] {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-footer .emailSignup form input[type=submit] {
    margin-top: 50px;
  }
}
.main-footer .emailSignup form ::-webkit-input-placeholder {
  color: #000000;
}
.main-footer .emailSignup form :-moz-placeholder {
  color: #000000;
}
.main-footer .emailSignup form ::-moz-placeholder {
  color: #000000;
}
.main-footer .emailSignup form :-ms-input-placeholder {
  color: #000000;
}
.main-footer .emailSignup form .ui .selection.dropdown {
  border: none;
  border-bottom: 2px solid #000000;
  width: 100%;
  min-width: inherit;
  padding: 13px 0;
  font-size: 22px;
  min-height: 50px;
  color: #000000;
}
.main-footer .emailSignup form .ui .selection.dropdown .text {
  white-space: nowrap;
}
.main-footer .emailSignup form .ui .selection.dropdown.active {
  box-shadow: none;
}
.main-footer .emailSignup form .ui .selection.dropdown.active .menu {
  box-shadow: none;
  max-height: inherit;
}
.main-footer .no-block-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .main-footer .uni-logo {
    margin-left: 0;
  }
}
.main-footer .text-links a {
  margin-right: 0;
}
.main-footer .text-links span {
  display: block;
}
.main-footer .text-links > span {
  margin-bottom: 5px;
}
.main-footer .copyright {
  float: none;
  margin-bottom: 20px;
}
@media only screen and (min-width: 568px) {
  .main-footer .copyright {
    padding: 30px;
  }
  .main-footer .copyright.no-partners {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .main-footer .copyright {
    padding: 0;
  }
}
.main-footer .actual-address {
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .main-footer {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.uni-logo {
  font-size: 0;
  color: transparent;
  display: block;
  width: 217px;
  height: 71px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/img/uni-logo.png");
  background-size: 217px 71px;
}

@media only screen and (max-width: 767px) {
  .footInfo {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .footInfo {
    padding-top: 40px;
  }
}

.address-contact-spacing span {
  display: block;
}
.address-contact-spacing > div {
  margin-bottom: 20px;
}
.address-contact-spacing > div > span {
  margin-bottom: 5px;
}

[data-view=search-results] .main-footer .emailSignup form input, [data-view=registration] .main-footer .emailSignup form input,
[data-theme=dark] .main-footer .emailSignup form input {
  color: #ffffff;
  background: #000000;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[data-view=search-results] .main-footer .emailSignup form input[type=submit], [data-view=registration] .main-footer .emailSignup form input[type=submit],
[data-theme=dark] .main-footer .emailSignup form input[type=submit] {
  cursor: pointer;
  border: 2px solid #ffffff;
  transition: background 0.2s ease, color 0.2s ease;
}
[data-view=search-results] .main-footer .emailSignup form input[type=submit]:hover, [data-view=registration] .main-footer .emailSignup form input[type=submit]:hover,
[data-theme=dark] .main-footer .emailSignup form input[type=submit]:hover {
  background: #ffffff;
  color: #000000;
}
[data-view=search-results] .main-footer .emailSignup form ::-webkit-input-placeholder, [data-view=registration] .main-footer .emailSignup form ::-webkit-input-placeholder,
[data-theme=dark] .main-footer .emailSignup form ::-webkit-input-placeholder {
  color: #ffffff;
}
[data-view=search-results] .main-footer .emailSignup form :-moz-placeholder, [data-view=registration] .main-footer .emailSignup form :-moz-placeholder,
[data-theme=dark] .main-footer .emailSignup form :-moz-placeholder {
  color: #ffffff;
}
[data-view=search-results] .main-footer .emailSignup form ::-moz-placeholder, [data-view=registration] .main-footer .emailSignup form ::-moz-placeholder,
[data-theme=dark] .main-footer .emailSignup form ::-moz-placeholder {
  color: #ffffff;
}
[data-view=search-results] .main-footer .emailSignup form :-ms-input-placeholder, [data-view=registration] .main-footer .emailSignup form :-ms-input-placeholder,
[data-theme=dark] .main-footer .emailSignup form :-ms-input-placeholder {
  color: #ffffff;
}
[data-view=search-results] .main-footer .emailSignup form .ui .selection.dropdown, [data-view=registration] .main-footer .emailSignup form .ui .selection.dropdown,
[data-theme=dark] .main-footer .emailSignup form .ui .selection.dropdown {
  color: #ffffff;
  background: #000000;
  border-bottom: 2px solid #ffffff;
}
[data-view=search-results] .main-footer .emailSignup form .ui .selection.dropdown .text.default, [data-view=search-results] .main-footer .emailSignup form .ui .selection.dropdown .text, [data-view=registration] .main-footer .emailSignup form .ui .selection.dropdown .text.default, [data-view=registration] .main-footer .emailSignup form .ui .selection.dropdown .text,
[data-theme=dark] .main-footer .emailSignup form .ui .selection.dropdown .text.default,
[data-theme=dark] .main-footer .emailSignup form .ui .selection.dropdown .text {
  color: #ffffff;
}
[data-view=search-results] .main-footer .emailSignup form .ui .selection.dropdown i.dropdown.icon:before, [data-view=registration] .main-footer .emailSignup form .ui .selection.dropdown i.dropdown.icon:before,
[data-theme=dark] .main-footer .emailSignup form .ui .selection.dropdown i.dropdown.icon:before {
  background-image: url("/assets/img/semantic-ui-navigatedown-arrow-white.png");
}

[data-view=home-page] .main-footer,
[data-view=featured] .main-footer,
[data-theme=projectPage] .main-footer {
  background: #ffffff;
  color: #000000;
}
[data-view=home-page] .main-footer .site-logo img,
[data-view=featured] .main-footer .site-logo img,
[data-theme=projectPage] .main-footer .site-logo img {
  display: none;
}
[data-view=home-page] .main-footer .site-logo img.featLogo,
[data-view=featured] .main-footer .site-logo img.featLogo,
[data-theme=projectPage] .main-footer .site-logo img.featLogo {
  display: block;
  opacity: 1;
  height: inherit;
}
[data-view=home-page] .main-footer .uni-logo,
[data-view=featured] .main-footer .uni-logo,
[data-theme=projectPage] .main-footer .uni-logo {
  background-image: url(/assets/img/uni-logo-black.png);
}
[data-view=home-page] .mainCont,
[data-view=featured] .mainCont,
[data-theme=projectPage] .mainCont {
  background: #ffffff;
}

#email-signup-thank-you {
  text-align: center;
  padding-bottom: 80px;
}
#email-signup-thank-you h5 {
  font-size: 30px;
  line-height: 40px;
}

body[data-theme=default-overview] .main-footer {
  background: #D1CDC1;
  color: #000000;
}
body[data-theme=default-overview] .main-footer .site-logo img {
  display: none;
}
body[data-theme=default-overview] .main-footer .site-logo img.featLogo {
  display: block;
  opacity: 1;
  height: inherit;
}
body[data-theme=default-overview] .main-footer .uni-logo {
  background-image: url(/assets/img/uni-logo-black.png);
}
body[data-theme=default-overview] .main-footer .emailSignup form input {
  background: #D1CDC1;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body[data-theme=default-overview] .main-footer .emailSignup form .ui .selection.dropdown {
  background: #D1CDC1;
}
body[data-theme=default-overview] .main-footer .emailSignup form .ui .menu {
  background: #D1CDC1;
}
body[data-theme=default-overview] .main-footer .emailSignup form .ui .menu > .item {
  border-top: 1px solid #928F87;
}

.cell-alignment {
  margin-left: -15px;
  margin-right: -15px;
}
.cell-alignment > .cell {
  padding-left: 15px;
  padding-right: 15px;
}

.right {
  margin-left: auto;
}

@media only screen and (min-width: 1024px) {
  .general-content .cell-alignment,
  .page-intro .cell-alignment,
  .main-footer .cell-alignment,
  .filter-lg .ui.form .cell-alignment {
    margin-left: -50px;
    margin-right: -50px;
  }
  .general-content .cell-alignment > .cell,
  .page-intro .cell-alignment > .cell,
  .main-footer .cell-alignment > .cell,
  .filter-lg .ui.form .cell-alignment > .cell {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.cell-alignment-small {
  margin-left: -5px;
  margin-right: -5px;
}
.cell-alignment-small > .cell {
  padding: 5px;
}

.row-spacing {
  margin-bottom: 30px;
}
.row-spacing > .row {
  margin-bottom: 30px;
}
.row-spacing > .row:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 568px) {
  .row-spacing > .row:last-of-type, .row-spacing > .row:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .row-spacing > .row:nth-last-of-type(2) {
    margin-bottom: 30px;
  }
}

body[data-theme=projectPage] article .yearBreadcrumb {
  padding: 0;
}
body[data-theme=projectPage] article .yearBreadcrumb a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
body[data-view=featured] article .yearBreadcrumb {
  padding: 0;
}
body[data-view=featured] article .yearBreadcrumb a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.page-intro .img {
  margin-left: -20px;
}
@media only screen and (min-width: 1280px) {
  .page-intro .img {
    margin-left: -105px;
  }
}
.page-intro .title.is-main {
  margin-bottom: 30px;
}
.page-intro .modest-block {
  margin-bottom: 60px;
}
.page-intro .contact-meta {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-intro .contact-meta {
    text-align: right;
  }
}
@media only screen and (min-width: 568px) {
  .page-intro .contact-meta {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-intro .title.is-main {
    max-width: 95%;
  }
  .page-intro .modest-block {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-intro .title.is-main {
    margin-bottom: 50px;
  }
  .page-intro .contact-meta {
    margin-bottom: 40px;
  }
  .page-intro .modest-block {
    margin-bottom: 80px;
  }
  .page-intro .body {
    padding-top: 0; /*$gutter*2;*/
  }
}

@media only screen and (min-width: 1024px) {
  .filter + .page-intro {
    margin-top: 20px;
  }
}

.page-intro figure,
.page-intro .img,
.page-intro .body {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .page-intro figure,
  .page-intro .img,
  .page-intro .body {
    margin-bottom: 100px;
  }
}

.general-content figure,
.general-content .img,
.general-content .body {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .general-content figure,
  .general-content .img,
  .general-content .body {
    margin-bottom: 80px;
  }
}

.projects .media-block,
.projects .theme-block {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .projects .media-block,
  .projects .theme-block {
    margin-bottom: 80px;
  }
}

.banner {
  display: flex;
  align-items: flex-end;
  min-height: 320px;
  height: auto;
  padding: 20px 20px 40px 20px;
}
@media only screen and (min-width: 1024px) {
  .banner {
    flex-direction: column;
    justify-content: flex-end;
    height: calc(100vh - 185px);
    padding-bottom: 80px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .right-lg {
    margin-left: auto;
  }
}
[data-layout=filter] {
  max-width: none !important;
}
@media only screen and (min-width: 1024px) {
  [data-layout=filter] {
    padding: 20px;
    display: flex;
  }
  [data-layout=filter] .cell {
    width: 25%;
  }
  [data-layout=filter] .field {
    margin-bottom: 0 !important;
  }
  [data-layout=filter] .align-right {
    margin-left: auto !important;
  }
}

.filter-lg {
  min-height: 93px;
}
.filter-lg .restrict-max {
  max-width: 1270px;
}
.filter-lg .sticky-filter {
  background-color: #ffffff;
}
[data-theme=dark] .filter-lg .sticky-filter {
  background-color: #000000;
}

.filter-sm [data-layout=filter] {
  padding: 20px 0;
}
.filter-sm [data-widget=expander] {
  background-color: #ffffff;
}
[data-theme=dark] .filter-sm [data-widget=expander] {
  background-color: #000000;
}

.page-intro {
  position: relative;
  padding-top: 40px;
}
[data-view=home-page] .page-intro {
  background-color: rgba(209, 205, 193, 0.2);
}
[data-view=home-page] .page-intro .container {
  padding-bottom: 0;
}
.page-intro .title.is-main {
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
}
.page-intro .title.is-year {
  font-weight: normal;
  font-size: 80px;
  line-height: 80px;
  position: absolute;
  margin-top: -40px;
}
@media only screen and (min-width: 1024px) {
  .page-intro {
    padding-top: 75px;
  }
  [data-view=home-page] .page-intro {
    padding-top: 170px;
  }
  [data-view=home-page] .page-intro .container {
    padding-bottom: 0;
    margin-bottom: -120px;
  }
  .page-intro .title.is-main {
    font-size: 60px;
    line-height: 70px;
  }
  .page-intro .title.is-year {
    font-size: 150px;
    line-height: 150px;
    margin-top: -75px;
  }
}
@media only screen and (min-width: 1280px) {
  [data-view=home-page] .page-intro .container {
    padding-bottom: 0;
    margin-bottom: -200px;
  }
}

.general-content .body {
  line-height: 22px;
  font-size: 14px;
}
.general-content h5, .general-content h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .general-content h5, .general-content h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
.general-content ul, .general-content ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
}
@media only screen and (min-width: 1024px) {
  .general-content .body {
    line-height: 24px;
    font-size: 16px;
  }
}

[data-widget=nav] [data-target=nav] {
  display: none;
}

[data-widget=smart-follow] {
  top: 0;
  width: 100%;
  z-index: 10000;
  display: block;
  position: absolute;
}
[data-widget=smart-follow].is-fixed {
  top: 0 !important;
  position: fixed;
}
[data-widget=smart-follow].is-stuck {
  top: 0 !important;
  position: fixed;
}

[data-widget=expander] [data-expand-trigger] .ss-icon {
  display: inline-block;
  transition: transform 0.2s ease;
}
[data-widget=expander] [data-expand-target] {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}
[data-widget=expander] [data-expand-height-surrogate] {
  padding-top: 1px;
}

.rotate {
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.filter-sm {
  min-height: 101px;
}
.filter-sm [data-widget=expander] {
  z-index: 800;
  padding: 30px 20px 20px;
  position: relative;
  border-bottom: 25px solid currentColor;
}
.filter-sm [data-widget=expander] [data-expand-trigger] {
  width: 100%;
  font-size: 22px;
  text-align: left;
  color: inherit;
}
.filter-sm [data-widget=expander] [data-expand-trigger] .ss-icon {
  font-size: 16px;
  vertical-align: middle;
  float: right;
}

[data-widget=popup] {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
}
[data-widget=popup][data-popup-id=ask], [data-widget=popup][data-popup-id=share] {
  text-align: center;
}
[data-widget=popup][data-popup-id=ask]:before, [data-widget=popup][data-popup-id=share]:before {
  content: "";
  height: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
[data-widget=popup][data-popup-id=ask] > div, [data-widget=popup][data-popup-id=share] > div {
  display: inline-block;
  vertical-align: middle;
}
[data-widget=popup].is-revealed {
  display: block;
}

[data-widget=expanding-search-box].active {
  width: 100%;
}

html.js [data-widget=when-visible] [data-cascade-reveal] {
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}
html.js [data-widget=when-visible] [data-cascade-reveal].reveal {
  opacity: 1;
  transform: translate(0, 0);
}
html.js [data-widget=when-visible] [data-cascade-reveal].instantly {
  transition-duration: 0s;
}

[data-widget=video-lightbox] {
  position: relative;
}
[data-widget=video-lightbox] .overlay, [data-widget=video-lightbox] .overlay-top-bottom-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}
.ie8 [data-widget=video-lightbox] .overlay, .ie8 [data-widget=video-lightbox] .overlay-top-bottom-gradient {
  background: black;
}
[data-widget=video-lightbox] .video-lightbox {
  width: 320px;
  max-height: 90%;
  margin-top: 54px;
  padding: 40px 0 0;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}
[data-widget=video-lightbox] .close {
  top: 0;
  right: 0;
  width: auto;
  padding-right: 0;
  position: absolute;
  font-size: 1.1428571429em;
  display: inline-block;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}
[data-widget=video-lightbox] .close:before {
  left: 0;
  position: absolute;
  line-height: 26px;
}
[data-widget=video-lightbox] iframe {
  height: 180px;
}
[data-widget=video-lightbox].is-shown .overlay, [data-widget=video-lightbox].is-shown .overlay-top-bottom-gradient {
  z-index: 6;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease-in, visibility 0.8s ease-in;
}
[data-widget=video-lightbox].is-shown .video-lightbox, [data-widget=video-lightbox].is-shown .close {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease-in, visibility 1s ease-in;
}

[data-view=develop] hr {
  margin: 20px 0;
}
[data-view=develop] .main {
  margin-top: 50px;
}

[data-view=home-page] .projects > h1 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  [data-view=home-page] .projects > h1 {
    margin-bottom: 65px;
  }
}

[data-view=general-content] article > .text-links {
  padding: 20px 0 0 0;
}
[data-view=general-content] article .citation {
  max-width: 280px;
  margin-bottom: 30px;
}

[data-theme=projectPage] .main {
  background: #000000;
}
[data-theme=projectPage] .main .page-intro {
  color: #ffffff;
}
[data-theme=projectPage] .main .mainCont {
  padding-top: 100px;
  background: #ffffff;
}

.banner-link {
  color: #D1CDC1;
}
.banner-link a, .banner-link a:visited {
  text-decoration: none;
  color: #D1CDC1;
  border-bottom: 2px solid #D1CDC1;
  transition: border-bottom 0.2s ease;
}
.banner-link a:hover, .banner-link a:active {
  color: #D1CDC1;
  border-bottom: 2px solid #000000;
}

.thesisBanner {
  padding: 20px 20px 40px 20px;
}
.thesisBanner p {
  max-width: 460px;
}
.thesisBanner p em {
  font-size: 11px;
  font-style: italic;
}
.thesisBanner .thesisShow h3 {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 567px) {
  .thesisBanner .thesisShow h3 {
    font-size: 18px;
    line-height: 25px;
  }
}

[data-view=featured] .main-header {
  background: #D1CDC1;
}
[data-view=featured] .main-header .site-logo img {
  display: none;
}
[data-view=featured] .main-header .site-logo img.featLogo {
  display: block;
  opacity: 1;
  height: inherit;
}
[data-view=featured] .main-header .nav {
  color: #000000;
}
[data-view=featured] .main-header .nav .nav-item.is-current {
  color: #ffffff;
}
[data-view=featured] .main-header .nav .nav-item:hover, [data-view=featured] .main-header .nav .nav-item:focus {
  color: #ffffff;
}
[data-view=featured] .main-header .nav .search-form.nav-item {
  border-bottom-color: #000000;
}
[data-view=featured] .main-header .nav .search-form.nav-item input {
  color: #000000;
}
[data-view=featured] .main-header .nav .search-form.nav-item input[type=submit] {
  background-image: url("/assets/img/search-arrow-black.svg");
}
[data-view=featured] .main-header .nav .search-form.nav-item:hover {
  border-bottom-color: #000000;
}
[data-view=featured] .main-header .nav .search-form ::-webkit-input-placeholder {
  color: #000000;
}
[data-view=featured] .main-header .nav .search-form :-moz-placeholder {
  color: #000000;
}
[data-view=featured] .main-header .nav .search-form ::-moz-placeholder {
  color: #000000;
}
[data-view=featured] .main-header .nav .search-form :-ms-input-placeholder {
  color: #000000;
}
[data-view=featured] .main {
  background: #D1CDC1;
}
[data-view=featured] .main .page-intro .modest-block p {
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 22px;
}
[data-view=featured] .main .page-intro .title.is-main {
  margin-bottom: 30px;
}
[data-view=featured] .main .page-intro .follow-is-main {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 60px;
}
[data-view=featured] .main .general-content h2.jumpTo {
  font-size: 60px;
  line-height: 60px;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  [data-view=featured] .main .general-content h2.jumpTo {
    font-size: 40px;
    line-height: 40px;
  }
}
[data-view=featured] .main .featuredHead {
  padding-top: 70px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  [data-view=featured] .main .featuredHead {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
[data-view=featured] .main .featuredHead h2 {
  font-size: 60px;
}
@media only screen and (max-width: 767px) {
  [data-view=featured] .main .featuredHead h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
[data-view=featured] .main .featuredHead p {
  font-size: 16px;
  line-height: 26px;
}
[data-view=featured] .main .featuredHead a {
  font-size: 16px;
  line-height: 26px;
  display: inline;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  transition: border-bottom 0.2s ease;
}
[data-view=featured] .main .featuredHead a:hover {
  border-bottom: 2px solid #000000;
}
[data-view=featured] .main .restrict-max-slide {
  position: relative;
  margin-bottom: 80px;
}
[data-view=featured] .main .restrict-max-slide .slick-slider {
  position: inherit;
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
[data-view=featured] .main .restrict-max-slide .slick-slider .slick-slide {
  margin: 0;
}
[data-view=featured] .main .restrict-max-slide .slick-slider .slick-prev, [data-view=featured] .main .restrict-max-slide .slick-slider .slick-next {
  top: 50%;
  z-index: 999;
  border-radius: 0;
}
[data-view=featured] .main .restrict-max-slide .slick-slider .slick-prev {
  left: -20px;
  background: #ffffff;
}
[data-view=featured] .main .restrict-max-slide .slick-slider .slick-next {
  right: -20px;
  background: #ffffff;
}
[data-view=featured] .main .captions {
  position: inherit;
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 0;
}

[data-theme=projectPage] .restrict-max-slide {
  position: relative;
  margin-bottom: 80px;
}
[data-theme=projectPage] .restrict-max-slide .slick-slider {
  position: inherit;
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
[data-theme=projectPage] .restrict-max-slide .slick-slider .slick-slide {
  margin: 0;
}
[data-theme=projectPage] .restrict-max-slide .slick-slider .slick-prev, [data-theme=projectPage] .restrict-max-slide .slick-slider .slick-next {
  top: 50%;
  z-index: 999;
  border-radius: 0;
}
[data-theme=projectPage] .restrict-max-slide .slick-slider .slick-prev {
  left: -20px;
  background: #ffffff;
}
[data-theme=projectPage] .restrict-max-slide .slick-slider .slick-next {
  right: -20px;
  background: #ffffff;
}

.nav.nav-lg ul li:last-of-type {
  float: right;
}

[data-view=home-page] .page-intro .container.featured-disabled {
  margin-bottom: 80px;
}

[data-view=contact-page] .banner {
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
}
[data-view=contact-page] .banner span, [data-view=contact-page] .banner a {
  display: inline-block;
}
[data-view=contact-page] .banner address a.last-child {
  margin-top: 40px;
}
[data-view=contact-page] .addressNoLink {
  margin-top: 40px;
}

[data-view=search-results] .projects h1 {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  [data-view=search-results] .projects h1 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

[data-view=registration] .bg-color-wrap {
  margin-bottom: 40px;
}
[data-view=registration] .bg-color-wrap .button {
  font-weight: bold;
  margin-top: 20px;
}
[data-view=registration] .bg-color-wrap .button:hover, [data-view=registration] .bg-color-wrap .button:focus {
  background-color: transparent;
}
[data-view=registration] .bg-color-wrap form label.error {
  color: #AF3947;
  margin-top: 7px;
}
[data-view=registration] .bg-color-wrap form input[type=text].error,
[data-view=registration] .bg-color-wrap form input[type=email].error,
[data-view=registration] .bg-color-wrap form input[type=password].error {
  border: 1px solid #AF3947;
}
@media only screen and (min-width: 1024px) {
  [data-view=registration] .bg-color-wrap {
    padding: 40px;
    margin-bottom: 75px;
  }
}

.bg-color-wrap {
  padding: 20px;
  background-color: rgba(209, 205, 193, 0.4);
}
@media only screen and (min-width: 1024px) {
  .bg-color-wrap {
    padding: 40px;
  }
}