.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -moz-flex;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Lato", sans-serif;
  border: 0;
  word-wrap: break-word;
  -webkit-appearance: none;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
h1,
h2,
h3 {
  margin: .5em 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
figcaption {
  font-style: italic;
  color: #666;
  font-size: .8em;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  figcaption {
    font-size: .9em;
  }
}
@media (min-width: 1400px) {
  figcaption {
    font-size: 1em;
  }
}
@media (min-device-width: 768px), (min-aspect-ratio: 13/9) {
  .header {
    width: 80%;
    display: table;
    table-layout: fixed;
    margin: 10px auto 0 auto;
    position: relative;
    z-index: 20;
  }
  .header > * {
    vertical-align: top;
  }
  .header a {
    color: #333;
    text-decoration: none;
  }
  .header .icon {
    display: none;
  }
  .header .logo {
    background-repeat: no-repeat;
    background-position: center top;
    display: table-cell;
    text-align: center;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 150px;
    font-size: .65em;
    padding-top: 50px;
    background-size: 80%;
  }
  .header ul,
  .header li {
    margin: 0;
    padding: 0;
  }
  .header nav {
    width: auto;
    display: table-cell;
    margin: 0 20px;
  }
  .header nav > ul {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .header nav > ul > li {
    width: 25%;
    display: table-cell;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 4px solid transparent;
  }
  .header nav > ul > li.mobile {
    display: none;
  }
  .header nav > ul > li > div > a {
    display: none;
  }
  .header nav > ul > li.expanded > a > span.shadow {
    height: auto;
    overflow: visible;
  }
  .header nav > ul > li.expanded > a > span.shadow::after {
    content: ">";
    right: 6px;
    margin-top: -42px;
    font-weight: bold;
    position: absolute;
    font-size: 2.5em;
  }
  .header nav > ul > li > a {
    position: relative;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #999999;
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: auto 35px;
    padding-top: 58px;
    padding-bottom: 5px;
    font-size: .75em;
  }
  .header nav > ul > li > a > span.shadow {
    position: absolute;
    height: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .header nav > ul > li > a:hover > span.shadow {
    height: auto;
  }
  .header nav > ul > li > a:hover > span.front {
    text-shadow: none;
  }
  .header nav > ul > li > a > span {
    text-shadow: none;
  }
  .header nav > ul > li:first-child > a {
    border-left: 1px solid #999999;
  }
  .header nav > ul > li > div {
    width: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    position: absolute;
    left: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -ms-transition: -ms-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
  }
  .header nav > ul > li > div > ul {
    margin-top: 19px;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background-color: #e1e1e1;
  }
  .header nav > ul > li > div > ul > li {
    width: 25%;
    display: table-cell;
    text-align: center;
    padding: 15px;
    height: 100%;
  }
  .header nav > ul > li > div > ul > li > div {
    border-left: 1px solid white;
    padding: 10px 0 10px 20px;
    height: 100%;
    box-sizing: border-box;
  }
  .header nav > ul > li > div > ul > li > div span {
    text-transform: uppercase;
    display: block;
    text-align: left;
  }
  .header nav > ul > li > div > ul > li > div > div {
    padding: 0;
  }
  .header nav > ul > li > div > ul > li > div > div span {
    display: none;
  }
  .header nav > ul > li > div > ul > li > div ul {
    list-style-type: none;
  }
  .header nav > ul > li > div > ul > li > div ul li {
    text-align: left;
  }
  .header nav > ul > li > div > ul > li > div ul li.active a {
    color: #91321d;
    font-weight: bold;
  }
  .header nav > ul > li > div > ul > li > div ul li a {
    display: block;
    padding: 2px 0;
    margin: 2px 0;
    font-size: .95em;
  }
  .header nav > ul > li > div > ul > li > div ul li a:hover {
    color: #91321d;
  }
  .header nav > ul > li > div > ul > li:first-child div {
    border-left: 0;
  }
  .isnottouch .header nav > ul > li:hover > div,
  .istouch .header nav > ul > li.expanded > div {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media (min-device-width: 768px) and (max-width: 975px), (min-aspect-ratio: 13/9) and (max-width: 975px) {
  .header {
    width: 780px;
  }
}
@media (min-device-width: 768px) and (max-width: 767px), (min-aspect-ratio: 13/9) and (max-width: 767px) {
  .header {
    width: 100%;
  }
}
@media (min-device-width: 768px) and (min-width: 1400px) and (max-width: 1699px), (min-aspect-ratio: 13/9) and (min-width: 1400px) and (max-width: 1699px) {
  .header .logo {
    background-size: 70%;
    padding-top: 60px;
    font-size: .75em;
    width: 200px;
  }
}
@media (min-device-width: 768px) and (min-width: 1700px), (min-aspect-ratio: 13/9) and (min-width: 1700px) {
  .header .logo {
    background-position: center 8px;
    background-size: 65%;
    padding-top: 70px;
    font-size: .8em;
    width: 250px;
  }
}
@media (min-device-width: 768px) and (min-width: 1400px), (min-aspect-ratio: 13/9) and (min-width: 1400px) {
  .header nav {
    margin: 0 40px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 767px), (min-aspect-ratio: 13/9) and (max-device-width: 767px) {
  .header nav {
    margin: 0 10px;
  }
}
@media (min-device-width: 768px) and (max-aspect-ratio: 13/9) and (max-device-width: 767px), (min-aspect-ratio: 13/9) and (max-aspect-ratio: 13/9) and (max-device-width: 767px) {
  .header nav > ul > li.mobile {
    display: block;
  }
}
@media (min-device-width: 768px) and (min-aspect-ratio: 13/9) and (min-device-width: 768px), (min-aspect-ratio: 13/9) and (min-aspect-ratio: 13/9) and (min-device-width: 768px) {
  .header nav > ul > li.expanded > a > span.shadow::after {
    right: 20px;
    margin-top: -44px;
  }
}
@media (min-device-width: 768px) and (min-aspect-ratio: 13/9) and (max-device-width: 767px), (min-aspect-ratio: 13/9) and (min-aspect-ratio: 13/9) and (max-device-width: 767px) {
  .header nav > ul > li.expanded > a > span.shadow::after {
    right: 10px;
    margin-top: -44px;
  }
}
@media (min-device-width: 768px) and (min-width: 1100px) and (max-width: 1399px), (min-aspect-ratio: 13/9) and (min-width: 1100px) and (max-width: 1399px) {
  .header nav > ul > li > a {
    font-size: .85em;
  }
}
@media (min-device-width: 768px) and (min-width: 1400px) and (max-width: 1699px), (min-aspect-ratio: 13/9) and (min-width: 1400px) and (max-width: 1699px) {
  .header nav > ul > li > a {
    font-size: 1em;
    background-size: auto 42px;
    background-position: center 14px;
    padding-top: 68px;
  }
}
@media (min-device-width: 768px) and (min-width: 1700px), (min-aspect-ratio: 13/9) and (min-width: 1700px) {
  .header nav > ul > li > a {
    padding-top: 78px;
    background-position: center 16px;
    background-size: auto 50px;
    font-size: 1.1em;
  }
}
@media (min-device-width: 768px) and (max-aspect-ratio: 13/9), (min-aspect-ratio: 13/9) and (max-aspect-ratio: 13/9), (min-device-width: 768px) and (max-device-width: 767px), (min-aspect-ratio: 13/9) and (max-device-width: 767px) {
  .header nav > ul > li > div > ul > li {
    padding: 15px 5px;
  }
}
@media (min-device-width: 768px) and (max-aspect-ratio: 13/9), (min-aspect-ratio: 13/9) and (max-aspect-ratio: 13/9), (min-device-width: 768px) and (max-device-width: 767px), (min-aspect-ratio: 13/9) and (max-device-width: 767px) {
  .header nav > ul > li > div > ul > li > div {
    padding: 5px 0 5px 10px;
  }
}
@media (min-device-width: 768px) {
  .header .search {
    display: table-cell;
    width: 200px;
  }
  .header .search .icon {
    display: none;
  }
  .header .search .wrapper {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    display: inline-block;
  }
  .header .search .wrapper a {
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    letter-spacing: -0.5px;
    font-size: .6em;
    padding: 7px 0 2px 0;
  }
  .header .search .wrapper a + a {
    border-bottom: 1px solid #999999;
    padding: 2px 0 7px 0;
  }
  .header .search .wrapper a:hover {
    text-decoration: underline;
  }
  .header .search .wrapper > form {
    text-align: left;
    margin-top: 10px;
  }
  .header .search .wrapper > form > * {
    vertical-align: middle;
  }
  .header .search .wrapper > form input[type=text] {
    width: 80%;
    outline: 0;
    padding: 4px 8px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: inset 0 0 1px 1px rgba(50, 50, 50, 0.5);
    -ms-box-shadow: inset 0 0 1px 1px rgba(50, 50, 50, 0.5);
    box-shadow: inset 0 0 1px 1px rgba(50, 50, 50, 0.5);
    border-radius: 2px;
  }
  .header .search .wrapper > form button {
    color: transparent;
    display: inline-block;
    height: 24px;
    width: 24px;
    background-size: contain;
    margin-left: 10px;
    background-color: transparent;
    cursor: pointer;
  }
  .header .search .wrapper > form button > i {
    color: #91321d;
    font-size: 20px;
  }
}
@media (min-device-width: 768px) and (max-width: 900px) {
  .header .search {
    width: 185px;
  }
}
@media (min-device-width: 768px) and (min-width: 1100px) and (max-width: 1399px) {
  .header .search {
    width: 215px;
  }
}
@media (min-device-width: 768px) and (min-width: 1400px) and (max-width: 1699px) {
  .header .search {
    width: 250px;
  }
}
@media (min-device-width: 768px) and (min-width: 1700px) {
  .header .search {
    width: 295px;
  }
}
@media (min-device-width: 768px) and (min-width: 1100px) and (max-width: 1399px) {
  .header .search .wrapper a {
    font-size: .7em;
  }
}
@media (min-device-width: 768px) and (min-width: 1400px) and (max-width: 1699px) {
  .header .search .wrapper a {
    font-size: .8em;
  }
}
@media (min-device-width: 768px) and (min-width: 1700px) {
  .header .search .wrapper a {
    font-size: 1em;
    padding: 7px 0 4px 0;
  }
}
@media (min-device-width: 768px) and (max-width: 1400px) {
  .header .search .wrapper > form input[type=text] {
    width: 75%;
  }
}
@media (min-device-width: 768px) and (max-width: 1099px) {
  .header .search .wrapper > form button {
    height: 20px;
    width: 20px;
  }
}
@media (max-device-width: 767px) {
  .header .search {
    text-align: right;
  }
  .header .search.expanded {
    z-index: 50;
  }
  .header .search.expanded > .wrapper {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .header .search .icon {
    margin: 5px 15px 5px 5px;
    padding: 20px 0 5px 0;
    display: inline-block;
  }
  .header .search .icon > i {
    color: black;
    font-size: 24px;
    position: absolute;
    top: 0;
  }
  .header .search .icon > span {
    text-align: left;
    word-wrap: normal;
    width: 32px;
    background-size: 70%;
    display: inline-block;
    font-size: .8em;
    font-weight: bold;
    text-indent: -2px;
    color: #91321D;
    text-transform: uppercase;
  }
  .header .search .wrapper {
    background-color: white;
    margin-top: 9px;
    padding: 30px 15px;
    border-top: 4px solid #91321D;
    border-bottom: 4px solid #91321D;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -ms-transition: -ms-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
  }
  .header .search .wrapper > a {
    display: block;
    text-transform: uppercase;
    padding-bottom: 12px;
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #999999;
  }
  .mobile.portrait > .header .search .wrapper > a {
    display: none;
  }
  .header .search .wrapper > form {
    text-align: left;
    margin-top: 12px;
  }
  .header .search .wrapper > form > * {
    vertical-align: middle;
  }
  .header .search .wrapper > form > input[type=text] {
    padding: 6px 10px;
    margin: 0;
    width: 80%;
    font-size: 1em;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: inset 0 0 1px 1px rgba(50, 50, 50, 0.5);
    -ms-box-shadow: inset 0 0 1px 1px rgba(50, 50, 50, 0.5);
    box-shadow: inset 0 0 1px 1px rgba(50, 50, 50, 0.5);
  }
  .header .search .wrapper > form > button {
    color: transparent;
    padding-left: 0;
    display: inline-block;
    background-color: transparent;
    margin-left: 10px;
    background-size: contain;
    width: 22px;
    height: 22px;
  }
  .header .search .wrapper > form > button > i {
    color: #91321D;
    font-size: 24px;
  }
}
@media (max-device-width: 767px) and (max-aspect-ratio: 13/9) {
  .header .search {
    position: absolute;
    z-index: 25;
    top: 10px;
    right: 0;
    left: 0;
    height: 0;
  }
}
@media (max-device-width: 767px) and (min-aspect-ratio: 13/9) {
  .header .search {
    flex: 0 0 50px;
    -webkit-flex: 0 0 50px;
    -moz-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
  }
}
@media (max-device-width: 767px) and (min-aspect-ratio: 13/9) {
  .header .search .icon {
    margin: 10px 15px 5px 5px;
  }
}
@media (max-device-width: 767px) and (min-aspect-ratio: 13/9) {
  .header .search .wrapper {
    position: absolute;
    left: 50%;
    right: 0;
    margin-top: 12px;
  }
}
@media (max-device-width: 767px) and (max-aspect-ratio: 13/9) {
  .header .search .wrapper {
    width: 100%;
  }
}
@media (max-device-width: 767px) and (max-aspect-ratio: 13/9) {
  .header {
    position: relative;
    margin-top: 10px;
    z-index: 20;
  }
  .header .logo {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: inline-block;
    padding-top: 55px;
    width: 44%;
    margin-left: 28%;
    text-align: center;
    font-size: .7em;
    font-weight: bold;
    line-height: .95em;
    text-shadow: none;
    text-transform: uppercase;
    position: relative;
    z-index: 40;
    margin-bottom: 5px;
  }
  .header .logo::before {
    content: "";
    display: inline;
    height: 56px;
    position: absolute;
    left: -17px;
    top: 5px;
    border-left: 1px solid #999999;
  }
  .header .logo::after {
    content: "";
    display: inline;
    height: 56px;
    position: absolute;
    right: -17px;
    top: 5px;
    border-right: 1px solid #999999;
  }
  .header a {
    color: #333333;
    text-decoration: none;
  }
  .header nav {
    position: fixed;
    z-index: 30;
    top: 10px;
    left: 0;
    height: 0;
    width: 75px;
    -webkit-transition: width 0s linear 0.2s;
    -moz-transition: width 0s linear 0.2s;
    -ms-transition: width 0s linear 0.2s;
    transition: width 0s linear 0.2s;
  }
  .header nav .icon {
    margin: 5px;
    padding: 35px 0 5px 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .header nav .icon > span {
    word-wrap: normal;
    width: 32px;
    margin: 10px 15px 20px 15px;
    background-position: left top;
    background-image: url(/templates/jord/images/menu.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
    display: inline-block;
    padding-top: 27px;
    font-size: .8em;
    font-weight: bold;
    text-indent: -4px;
    color: #91321D;
    text-transform: uppercase;
  }
  .header nav.expanded {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
    width: 100%;
    height: auto;
    z-index: 50;
  }
  .header nav.expanded .icon > span {
    background-position: right top;
  }
  .header nav.expanded > ul {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .header nav > ul {
    border-top: 4px solid #91321D;
    border-bottom: 4px solid #91321D;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -ms-transition: -ms-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    padding: 0 0 0 10px;
    margin-top: 0;
    background-color: white;
  }
  .header nav > ul > li {
    padding: 10px;
    border-top: 1px solid #999999;
    border-bottom: 0 !important;
  }
  .header nav > ul > li > div > a {
    display: block;
  }
  .header nav > ul > li.mobile > a {
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: -0.5px;
    white-space: nowrap;
  }
  .header nav > ul > li > a,
  .header nav > ul > li > div > a {
    text-shadow: none;
    background-size: auto 30px;
    background-position: left 10px;
    background-repeat: no-repeat;
    display: block;
    height: 45px;
    line-height: 45px;
    padding-left: 50px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .header nav > ul > li > a > span.shadow {
    display: none;
  }
  .header nav > ul > li:first-child {
    border-top: 0;
  }
  .header nav > ul > li > div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin-left: -20px;
    margin-right: -10px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -ms-transition: -ms-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    background-color: white;
  }
  .header nav > ul > li > div.expanded {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .header nav > ul > li > div > a {
    padding: 10px 0 0 20px;
    text-indent: 50px;
    background-origin: content-box;
    background-color: transparent;
  }
  .header nav > ul > li > div > a::before {
    content: ">";
    text-indent: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 25px;
  }
  .header nav > ul > li > div > ul {
    margin-top: 20px;
    padding: 0 20px;
    list-style-type: none;
    background-color: #E1E1E1;
    border-bottom: 1px solid #555;
  }
  .header nav > ul > li > div > ul li {
    border-top: 1px solid white;
  }
  .header nav > ul > li > div > ul li span {
    text-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 15px;
  }
  .header nav > ul > li > div > ul li div div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -ms-transition: -ms-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
  }
  .header nav > ul > li > div > ul li div div > span {
    padding: 25px 0 26px 35px;
  }
  .header nav > ul > li > div > ul li div div ul {
    padding: 0 20px;
    list-style-type: none;
    background-color: #E1E1E1;
    border-bottom: 1px solid #555;
  }
  .header nav > ul > li > div > ul li div div ul li {
    border-top: 1px solid white;
  }
  .header nav > ul > li > div > ul li div div ul li a {
    text-shadow: none;
    font-weight: bold;
    display: block;
    padding: 15px;
  }
  .header nav > ul > li > div > ul li div div.expanded {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .header nav > ul > li > div > ul li:first-child {
    border-top: 0;
  }
}
.hero {
  width: 100%;
  height: 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (min-device-width: 768px) and (min-aspect-ratio: 13/9) {
  .hero {
    padding-bottom: 25%;
  }
}
@media (min-device-width: 768px) and (max-aspect-ratio: 13/9) {
  .hero {
    padding-bottom: 40%;
  }
}
@media (max-device-width: 767px) {
  .hero {
    height: 250px;
  }
}
.hero > div:first-child {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
@media (max-device-width: 767px) {
  .hero > div:first-child {
    padding-top: 15px;
  }
}
@media (min-device-width: 767px) and (min-aspect-ratio: 13/9) {
  .hero > div:first-child {
    padding: 25px 30% 35px 0;
  }
}
.hero > div:first-child > h1 {
  color: white;
  text-shadow: none;
  font-size: 2.5em;
  font-weight: 900;
}
@media (max-width: 1100px) {
  .hero > div:first-child > h1 {
    font-size: 2em;
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .hero > div:first-child > h1 {
    font-size: 3.2em;
  }
}
@media (min-width: 1700px) {
  .hero > div:first-child > h1 {
    font-size: 3.8em;
  }
}
@media (max-device-width: 767px) {
  .hero > div:first-child > h1 {
    font-size: 1.7em;
    letter-spacing: -1px;
  }
}
.hero > div:first-child > span {
  color: white;
  font-size: 1em;
}
@media (min-width: 1400px) {
  .hero > div:first-child > span {
    font-size: 1.15em;
  }
}
.hero > .overlay,
.title > .overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100%;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 5;
}
.underlay {
  width: 100%;
  height: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-device-width: 768px) and (min-aspect-ratio: 13/9) {
  .underlay {
    padding-bottom: 7%;
  }
}
@media (min-device-width: 768px) and (max-aspect-ratio: 13/9) {
  .underlay {
    padding-bottom: 12%;
  }
}
@media (max-device-width: 767px) {
  .underlay {
    height: 65px;
  }
}
@media (max-device-width: 767px) {
  .title > .overlay {
    background-size: auto 40%;
  }
  .hero > .overlay {
    background-size: auto 30%;
  }
}
.content {
  margin: 30px auto;
}
.content a {
  color: #91321D;
}
.content .expandable {
  padding-left: 30px;
  cursor: pointer;
}
.content .expandable i {
  margin-left: -29px;
  margin-right: 5px;
  line-height: 1.35em;
}
.content .expander {
  display: none;
}
.content li {
  padding: 2px 0;
}
@media (max-device-width: 767px) {
  .content h1 {
    font-size: 1.25em;
    text-shadow: none;
  }
  .content h2 {
    font-size: 1.15em;
  }
  .content h3,
  .content h4 {
    font-size: 1.05em;
  }
  .content img {
    width: 100%;
  }
  .content figure {
    margin: 16px 0;
  }
  .content ul {
    padding-left: 24px;
  }
}
@media (min-device-width: 768px) {
  .content h2,
  .content h3,
  .content h4 {
    line-height: 1.3em;
  }
  .content h1,
  .content h2,
  .content h3 {
    margin: 1.2em 0 .3em 0;
  }
}
.content p {
  margin: .7em 0;
}
.content ol,
.content ul {
  margin: .5em 0;
}
@media (max-device-width: 767px) and (min-aspect-ratio: 13/9) {
  .content .left > p,
  .content .left > ul {
    font-size: 10px;
  }
}
.content p:first-child {
  margin-top: 0;
}
.content p:last-child {
  margin-bottom: 0;
}
.frontpage .content {
  width: 80%;
  text-align: left;
}
.frontpage .content .factbox {
  padding: 10px 20px 8px 20px;
  background-color: #ece5dd;
  margin: 0 0 15px 20px;
  float: right;
  clear: both;
  width: 35%;
}
@media (max-device-width: 767px) and (min-aspect-ratio: 13/9) {
  .frontpage .content .factbox {
    width: 47%;
  }
}
@media (max-device-width: 767px) and (max-aspect-ratio: 13/9) {
  .frontpage .content .factbox {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 10px 20px;
  }
}
.frontpage .content img {
  max-width: 100%;
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .frontpage .content {
    width: 70%;
  }
}
@media (min-width: 1700px) {
  .frontpage .content {
    width: 60%;
  }
}
.frontpage .content p,
.frontpage .content li {
  line-height: 1.4em;
}
@media (min-width: 1400px) {
  .frontpage .content {
    font-size: 1.1em;
  }
}
.article .content,
.case .content,
.category .content {
  width: 80%;
}
@media (max-device-width: 767px) {
  .article .content,
  .case .content,
  .category .content {
    width: 100%;
  }
}
.article .content .block,
.case .content .block,
.category .content .block {
  padding-top: 30px;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  margin: 0 auto 0 auto;
}
@media (max-device-width: 767px), (max-aspect-ratio: 13/9) {
  .article .content .block,
  .case .content .block,
  .category .content .block {
    padding-top: 0;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
  }
}
.article .content .block *,
.case .content .block *,
.category .content .block * {
  vertical-align: top;
}
.article .content .block .left,
.case .content .block .left,
.category .content .block .left {
  padding-right: 20px;
  width: 66.2%;
  display: inline-block;
}
.article .content .block .left p,
.case .content .block .left p,
.category .content .block .left p,
.article .content .block .left li,
.case .content .block .left li,
.category .content .block .left li {
  line-height: 1.4em;
}
@media (min-width: 1400px) {
  .article .content .block .left,
  .case .content .block .left,
  .category .content .block .left {
    font-size: 1.1em;
  }
}
@media (max-device-width: 767px), (max-aspect-ratio: 13/9) {
  .article .content .block .left,
  .case .content .block .left,
  .category .content .block .left {
    padding: 20px;
    width: 100%;
  }
}
@media (max-device-width: 767px) and (min-aspect-ratio: 13/9) {
  .article .content .block .left,
  .case .content .block .left,
  .category .content .block .left {
    padding: 60px;
    width: 100%;
  }
}
.article .content .block .left img,
.case .content .block .left img,
.category .content .block .left img {
  max-width: 100%;
}
.article .content .block .right,
.case .content .block .right,
.category .content .block .right {
  display: inline-block;
  width: 33.1%;
}
@media (min-width: 1400px) {
  .article .content .block .right,
  .case .content .block .right,
  .category .content .block .right {
    font-size: 1.1em;
  }
}
@media (max-device-width: 767px), (max-aspect-ratio: 13/9) {
  .article .content .block .right,
  .case .content .block .right,
  .category .content .block .right {
    margin-left: 0;
    width: 100%;
  }
}
.article .content .block .right .refs,
.case .content .block .right .refs,
.category .content .block .right .refs {
  padding: 10px 20px 8px 20px;
  background-color: #ece5dd;
  margin-bottom: 20px;
}
.article .content .block .right .refs.empty,
.case .content .block .right .refs.empty,
.category .content .block .right .refs.empty,
.article .content .block .right .refs.white,
.case .content .block .right .refs.white,
.category .content .block .right .refs.white {
  background-color: transparent;
  margin-bottom: 0;
}
.article .content .block .right .factbox,
.case .content .block .right .factbox,
.category .content .block .right .factbox {
  padding: 0 20px 0 20px;
}
.article .content .block .right h4:first-child,
.case .content .block .right h4:first-child,
.category .content .block .right h4:first-child {
  border-top: 0;
  margin-top: 0;
}
.article .content .block .right.white,
.case .content .block .right.white,
.category .content .block .right.white {
  padding-top: 0;
}
.article .content .block .right.white h3,
.case .content .block .right.white h3,
.category .content .block .right.white h3 {
  font-weight: normal;
  margin-top: 0;
}
.article .content .block .right.white ul,
.case .content .block .right.white ul,
.category .content .block .right.white ul {
  list-style-type: none;
  padding-left: 0;
}
.article .content .block .right.white li,
.case .content .block .right.white li,
.category .content .block .right.white li {
  padding-left: 0;
}
.article .content .block .right.white > ul > li,
.case .content .block .right.white > ul > li,
.category .content .block .right.white > ul > li {
  border-top: 1px solid #999999;
}
.article .content .block .right.white > ul > li h4,
.case .content .block .right.white > ul > li h4,
.category .content .block .right.white > ul > li h4 {
  text-transform: uppercase;
  margin: 1px 0 6px 0;
}
.article .content .block .right ul,
.case .content .block .right ul,
.category .content .block .right ul {
  padding: 2px 0 2px 3px;
  margin-top: 8px;
  margin-bottom: 8px;
  list-style-type: none;
}
.article .content .block .right ul li,
.case .content .block .right ul li,
.category .content .block .right ul li {
  padding-left: 13px;
  color: #91321d;
}
.article .content .block .right ul li > i,
.case .content .block .right ul li > i,
.category .content .block .right ul li > i {
  line-height: 1.9em;
  margin-right: 5px;
  font-size: .65em;
  margin-left: -13px;
}
.article .content .block .right ul li .helper,
.case .content .block .right ul li .helper,
.category .content .block .right ul li .helper {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
}
.article .content .block .right ul li .helper > div,
.case .content .block .right ul li .helper > div,
.category .content .block .right ul li .helper > div {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 150px;
  top: 20px;
  background-color: #fcf5ed;
  padding: 3px 5px;
  font-size: .8em;
  border: 1px solid #91321d;
  border-radius: 4px;
  margin-left: -62px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.article .content .block .right ul li .helper > i,
.case .content .block .right ul li .helper > i,
.category .content .block .right ul li .helper > i {
  font-size: .8em;
  margin-left: 2px;
  margin-top: 2px;
  cursor: pointer;
}
.article .content .block .right ul li .helper > i:hover + div,
.case .content .block .right ul li .helper > i:hover + div,
.category .content .block .right ul li .helper > i:hover + div {
  opacity: 1;
  z-index: 1;
}
.article .content .block .right ul li a,
.case .content .block .right ul li a,
.category .content .block .right ul li a {
  text-decoration: none;
}
.article .content .block .right ul li a:hover,
.case .content .block .right ul li a:hover,
.category .content .block .right ul li a:hover {
  text-decoration: underline;
}
.article .content .block .right h4,
.case .content .block .right h4,
.category .content .block .right h4 {
  letter-spacing: 1px;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 8px;
  border-top: 1px solid white;
}
.title {
  position: relative;
  height: 200px;
}
@media (max-device-width: 767px) {
  .title {
    height: 140px;
  }
}
.title > .container {
  height: 200px;
}
@media (max-device-width: 767px) {
  .title > .container {
    height: 140px;
  }
}
.title > .container h1 {
  margin: 0 auto;
  padding-top: 70px;
  width: 80%;
  color: black;
  text-shadow: none;
  font-size: 2.8em;
  position: relative;
  z-index: 10;
}
@media (max-device-width: 767px) {
  .title > .container h1 {
    line-height: 1.2em;
    font-size: 1.6em;
  }
}
.case .slider {
  padding: 15px 15px 0 15px;
  margin: -200px 0 0 -15px;
  background-color: white;
  position: relative;
  z-index: 15;
}
@media (max-device-width: 767px) {
  .case .slider {
    margin: -140px 0 0 0;
  }
}
.case .slider .slides {
  width: 100%;
}
.case .slider .slides > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  position: relative;
}
.case .slider .slides > ul > li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.case .slider .slides > ul > li:first-child {
  position: static;
}
.case .slider .slides > ul > li.active {
  z-index: 5;
  opacity: 1;
}
.case .slider .slides > ul > li.pager {
  background-color: transparent;
  opacity: 1;
}
.case .slider .slides > ul > li > div.slideimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding: 0 0 55.55% 0;
}
.case .slider .slides > ul > li .buttons {
  z-index: 10;
  position: absolute;
  right: 5px;
  height: 30px;
  padding: 5px 5px 5px 5px;
  background-color: white;
}
.case .slider .slides > ul > li .buttons div {
  display: inline-block;
  margin: 0 5px;
}
.case .slider .slides > ul > li .buttons button {
  padding-top: 4px;
}
.case .slider .slides > ul > li > span {
  display: inline-block;
  width: 80%;
  font-size: 12px;
  line-height: 15px;
  margin-top: 4px;
  color: #666;
  font-style: italic;
}
@media (max-device-width: 767px) {
  .case .slider .slides > ul > li > span {
    width: 60%;
  }
}
.slider .buttons button,
.caseslider .buttons button {
  outline: 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 19px;
  padding: 0;
  background-size: 11px 11px;
  cursor: pointer;
  position: relative;
  top: 1px;
  background-position: center;
  background-repeat: no-repeat;
  color: #cbcbcb;
  background-color: white;
}
.caseslider {
  display: block;
  width: 100%;
}
.caseslider > div.margin {
  display: none;
  width: 10%;
  position: relative;
  z-index: 10;
}
@media (max-device-width: 767px), (max-aspect-ratio: 13/9) {
  .caseslider > div.margin {
    width: 0;
  }
}
.caseslider > div.center {
  display: inline-block;
  width: 80%;
  margin-left: 10%;
}
@media (max-device-width: 767px), (max-aspect-ratio: 13/9) {
  .caseslider > div.center {
    width: 100%;
    margin-left: 0;
  }
}
.caseslider > div.center .buttons {
  padding: 10px;
  text-align: center;
  margin: 10px auto;
  display: table;
  table-layout: fixed;
  width: auto;
}
@media (min-aspect-ratio: 13/9) and (min-device-width: 768px) {
  .caseslider > div.center .buttons.short {
    display: none;
  }
}
.caseslider > div.center .buttons button {
  margin: 0 10px;
  width: 19px;
  display: table-cell;
}
.caseslider > div.center .buttons .dots {
  display: table-cell;
  width: auto;
  margin: 0 10px;
  position: relative;
  top: 2px;
}
.caseslider > div.center .buttons .dots .frame {
  position: absolute;
  height: 100%;
  width: 60px;
  border-radius: 3px;
}
@media (max-device-width: 767px) and (max-aspect-ratio: 13/9) {
  .caseslider > div.center .buttons .dots .frame {
    width: 20px;
  }
}
@media (min-device-width: 768px) and (max-aspect-ratio: 13/9), (max-device-width: 767px) and (min-aspect-ratio: 13/9) {
  .caseslider > div.center .buttons .dots .frame {
    width: 40px;
  }
}
.caseslider > div.center .buttons .dots ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.caseslider > div.center .buttons .dots ul li {
  width: 20px;
  display: inline-block;
  padding-bottom: 1px;
}
.caseslider > div.center .buttons .dots ul li span {
  position: relative;
  cursor: pointer;
  top: -1px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 100%;
  background-color: #cbcbcb;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  width: 8px;
  height: 8px;
}
.caseslider > div.center .buttons .dots ul li.active span {
  background-color: #91321d;
}
.caseslider > div.center > .blocks {
  display: block;
  white-space: nowrap;
  position: relative;
}
.canwrap.caseslider > div.center > .blocks {
  white-space: normal;
}
.caseslider > div.center > .blocks > .block {
  white-space: normal;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border: 0;
}
@media (max-aspect-ratio: 13/9) and (min-device-width: 768px) {
  .caseslider > div.center > .blocks > .block {
    width: 50%;
  }
}
@media (max-device-width: 767px) and (max-aspect-ratio: 13/9) {
  .caseslider > div.center > .blocks > .block {
    width: 100%;
  }
}
@media (max-device-width: 767px) and (min-aspect-ratio: 13/9) {
  .caseslider > div.center > .blocks > .block {
    width: 50%;
  }
}
.caseslider > div.center > .blocks > .block a:first-child {
  width: 100%;
  text-decoration: none;
  display: block;
}
.caseslider > div.center > .blocks > .block a:first-child > div:first-child {
  width: 100%;
  height: 0;
  padding: 0 0 55.55% 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.caseslider > div.center > .blocks > .block a:first-child > div {
  padding: 20px 20px 10px 20px;
  color: white;
}
@media (min-width: 1250px) and (max-width: 1599px) {
  .caseslider > div.center > .blocks > .block a:first-child > div {
    padding: 30px 30px 15px 30px;
  }
}
@media (min-width: 1600px) {
  .caseslider > div.center > .blocks > .block a:first-child > div {
    padding: 40px 40px 15px 40px;
  }
}
.caseslider > div.center > .blocks > .block a:first-child > div h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.15em;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-shadow: none;
  line-height: 1.5em;
}
@media (min-width: 1250px) and (max-width: 1599px) {
  .caseslider > div.center > .blocks > .block a:first-child > div h4 {
    letter-spacing: 2px;
    font-size: 1.3em;
  }
}
@media (min-width: 1600px) {
  .caseslider > div.center > .blocks > .block a:first-child > div h4 {
    letter-spacing: 3px;
    font-size: 1.5em;
    line-height: 1.8em;
  }
}
.caseslider > div.center > .blocks > .block a:first-child > div > div {
  line-height: 1.5em;
  font-size: .85em;
}
@media (min-width: 1250px) and (max-width: 1599px) {
  .caseslider > div.center > .blocks > .block a:first-child > div > div {
    font-size: 1em;
  }
}
@media (min-width: 1600px) {
  .caseslider > div.center > .blocks > .block a:first-child > div > div {
    line-height: 1.6em;
    font-size: 1.3em;
  }
}
.caseslider > div.center > .blocks > .block a + a:last-child {
  color: white;
  padding: 10px 20px 20px 20px;
  font-size: .85em;
  display: block;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1250px) and (max-width: 1599px) {
  .caseslider > div.center > .blocks > .block a + a:last-child {
    padding: 15px 30px 30px 30px;
    font-size: 1em;
  }
}
@media (min-width: 1600px) {
  .caseslider > div.center > .blocks > .block a + a:last-child {
    padding: 15px 40px 40px 40px;
    font-size: 1.3em;
  }
}
.caseslider > div.center > .blocks > .block a + a:last-child:hover {
  text-decoration: underline;
}
.search .content,
.about .content {
  width: 60%;
}
@media (min-width: 1350px) and (min-device-width: 768px) {
  .search .content,
  .about .content {
    width: 45%;
  }
}
@media (max-width: 1050px) and (min-device-width: 768px) {
  .search .content,
  .about .content {
    width: 80%;
  }
}
@media (max-device-width: 767px) {
  .search .content,
  .about .content {
    width: 100%;
    padding: 0 10px;
  }
}
.search .content .block {
  padding: 10px;
  border-bottom: 1px solid #999999;
}
.search .content .block:first-child {
  border-top: 1px solid #999999;
}
.search .content .block a {
  border-radius: 5px;
  display: block;
  padding: 5px;
  color: black;
  text-decoration: none;
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.search .content .block a h4 {
  font-size: 1.2em;
  margin: 0 0 8px 0;
}
.search .content .block a h5 {
  margin: -8px 0 8px 0;
}
.search .content .block a h4 span,
.search .content .block a h5 span {
  text-transform: uppercase;
  font-weight: bold;
}
.search .content .block a .term {
  font-weight: bold;
  color: #91321d;
  text-transform: none;
}
.search .content .block a > div h6 {
  font-size: 1em;
  margin: 0;
}
.search .content .block a > div ul {
  margin: 4px 0;
}
.search .content .block a:hover {
  background-color: #fff8f2;
}
.footer {
  display: block;
  width: 80%;
  padding: 50px 0;
  margin: 0 auto;
}
@media (max-width: 975px) and (min-device-width: 768px) {
  .footer {
    width: 780px;
    padding: 25px 0;
  }
}
@media (max-device-width: 767px) {
  .footer {
    width: 100%;
    padding: 20px 0;
  }
}
.footer > div {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-device-width: 767px) {
  .footer > div {
    display: block;
    width: 100%;
  }
}
.footer > div.logos {
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-bottom: 7%;
  background-position: center center;
}
@media (max-device-width: 767px) {
  .footer > div.logos {
    padding-bottom: 0;
    height: 60px;
    background-size: 80% auto;
  }
}
@media (max-device-width: 767px) {
  .footer > div {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin-bottom: 10px;
    font-weight: normal;
  }
}
@media (max-device-width: 767px) and (min-aspect-ratio: 13/9) {
  .footer > div {
    font-size: 10px;
  }
}
.footer > div a {
  color: black;
  text-decoration: underline;
}
