.haas {
  font-family: 'Neue Haas Grotesk W01 Disp', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 500;
}
.haas-bold {
  font-family: 'Neue Haas Grotesk W01 Disp', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
}
.helvetica {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
.georgia {
  font-family: Georgia, serif;
  font-weight: 300;
}
.korean {
  font-family: 'Open Sans', sans-serif;
}
.chinese {
  font-family: 'Roboto', sans-serif;
}
.russian {
  font-family: "Courier New", Courier, monospace;
}
.transition-none {
  -webkit-transition: none;
  transition: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none !important;
}
.entypo-social {
  background: url(../img/social-icons.png) no-repeat;
  height: 20px;
  width: 20px;
}
.footer-icon {
  background: url(../img/social-icons-white.png) no-repeat;
  height: 18px;
  width: 18px;
  display: inline-block;
  float: left;
}
.email-icon {
  background: url(../img/email-icon.png) no-repeat;
  height: 20px;
  width: 30px;
}
.entypo-social.linkedin {
  background-position: -5px -5px;
}
.entypo-social-linkedin-red {
  background-position: -5px -30px;
}
.entypo-social.twitter {
  background-position: -30px -5px;
}
.entypo-social-twitter-red {
  background-position: -30px -30px;
}
.entypo-social.facebook {
  background-position: -55px -5px;
}
.entypo-social-facebook-red {
  background-position: -55px -30px;
}
.footer-icon.linkedin {
  background-position: -3px -1px;
}
.footer-icon.twitter {
  background-position: -3px -20px;
}
.footer-icon.facebook {
  background-position: -3px -42px;
}
.footer-icon.instagram {
  background-position: -3px -60px;
}
.footer-icon.phone {
  background-position: -3px -100px;
}
.footer-icon.email {
  background-position: -3px -120px;
}
html,
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
  font-family: 'Neue Haas Grotesk W01 Disp', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 500;
  background-color: #f7f7f7;
}
a {
  text-decoration: none;
  color: inherit;
}
div,
ul,
.box {
  box-sizing: border-box;
  position: relative;
}
button {
  background-color: #cccccc;
  border: none;
  padding: 20px 15px;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #494545;
  letter-spacing: 0.6px;
  cursor: pointer;
}
button:hover {
  background-color: #dddddd;
}
button:active,
button:focus {
  outline: none;
}
ul li {
  list-style-type: none;
  padding: 0;
}
img {
  opacity: inherit;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
hr {
  margin-left: 40px;
  margin-right: 40px;
  border: 1px solid #f1f1f1;
}
.main-container {
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
}
.main-container.white-bg {
  background-color: #ffffff;
}
.content-container {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  margin-right: 12%;
  margin-left: 12%;
  padding: 40px;
}
.content-container.white-bg {
  background-color: #ffffff;
}
.content-container.remove-top-padding {
  padding-top: 0 !important;
}
.header-content {
  top: -90px;
  margin-bottom: -90px;
}
.column {
  float: left;
}
.box {
  float: left;
  overflow: hidden;
}
.box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.box:hover img.hover-scale {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
}
.box:hover .box-label {
  color: #ffffff;
}
.box.top-box {
  max-height: 640px;
}
.box img {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  height: 100%;
  width: 100%;
}
.box .box-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
}
.box .box-content .box-detail {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  opacity: 0.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.box .box-content .box-detail.solid-white {
  background-color: #ffffff;
  color: #000000;
}
.box .box-content .box-detail.initially-visible {
  opacity: 1.0;
  background-color: #000000;
}
.box .box-content .box-detail .bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: .8;
  background-color: #000000;
  bottom: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.box .box-content .box-detail .detail-large {
  max-width: 65%;
}
.box .box-content .box-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}
.box .box-content .box-text-upper {
  position: absolute;
  top: 90px;
  left: 40px;
  right: 40px;
}
.box .box-content .box-text-top {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
}
.box .box-content .box-card {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  background-color: #ffffff;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  z-index: 3;
}
.dynamic-box-label {
  margin-bottom: 40px;
}
.box-detail-hero {
  position: relative;
  margin-top: -90px;
  background-color: #ffffff;
  height: 300px;
}
.box-detail-hero .static-box-label {
  top: 40px;
  left: 40px;
}
.box-detail-hero .box-text {
  bottom: 40px;
  left: 40px;
  right: 40px;
}
.white-border {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.box-label,
.static-box-label {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}
.box-label.white,
.static-box-label.white {
  color: #ffffff;
}
.page-title {
  font-size: 52px;
  padding: 40px 0 40px 40px;
}
.row {
  width: 100%;
}
.row:after {
  content: ' ';
  clear: both;
  display: block;
  width: 100%;
}
.row-100-percent {
  width: 100%;
}
.row-75-percent {
  width: 75%;
}
.row-50-percent {
  width: 50%;
}
.row-33-percent {
  width: 33.33333333333333%;
}
.row-25-percent {
  width: 25%;
}
.column-100-percent:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.column-75-percent:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.column-50-percent:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.column-25-percent:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.col {
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
}
.col-100 {
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.col-75 {
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  width: 75%;
}
.col-50 {
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  width: 50%;
}
.col-25 {
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  width: 25%;
}
.absolute-bottom-margin-double {
  position: absolute;
  bottom: 45px;
  left: 40px;
  right: 40px;
}
.absolute-top-margin-double {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
}
.absolute-bottom-margin {
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
}
.absolute-top-margin {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}
.color-black {
  color: #000000;
}
.color-white {
  color: #ffffff;
}
.color-red {
  color: #b71731;
}
.color-gray {
  color: #999999;
}
a.color-white,
a.color-gray {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
}
a.color-white:hover,
a.color-gray:hover {
  color: #b71731;
}
.hover-red:hover {
  color: #b71731;
}

.hover-pink:hover {
  color: #de6377;
}
.bg-red {
  background-color: #b71731;
  color: #ffffff;
}
.bg-black {
  background-color: #000000;
  color: #ffffff;
}
.bg-light-gray {
  background-color: #f1f1f1;
}
.bg-white {
  background-color: #ffffff;
}
.hover-bg-red {
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.hover-bg-red:hover {
  background-color: #b71731 !important;
  color: #ffffff !important;
}
.hover-bg-gray:hover {
  background-color: #f1f1f1 !important;
  color: #f1f1f1 !important;
}
.red-overlay {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  z-index: 2;
}
.red-overlay .bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  background-color: #b71731;
  bottom: 0px;
  left: 0px;
  opacity: .9;
  position: absolute;
  right: 0px;
  top: 0px;
}
.hover-overlay-red .red-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*opacity: ;*/
  /*visibility: none;*/
}
.hover-overlay-red:hover .red-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1.0;
  visibility: visible;
}
.hover-detail:hover .box-detail {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1.0;
  visibility: visible;
}
.hover-detail:hover .text-large, .hover-detail:hover .text-tiny{
  display: none;
}
.hover-detail:hover .box-detail .text-large, .hover-detail:hover .box-detail .text-tiny{
  display: block;
}
.red-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.touch .no-touch-hover .box:hover .box-label {
  color: #000000;
}
.touch .no-touch-hover .box:hover img.hover-scale {
  -webkit-transform: none;
}
.touch .no-touch-hover .red-overlay {
  -webkit-transition: none 0ms linear;
  transition: none 0ms linear;
  opacity: 0;
  visibility: hidden;
}
.touch .no-touch-hover .red-overlay .bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(enabled=false)" !important;
  display: none !important;
  opacity: 0 !important;
}
.text-huge {
  font-size: 80px;
}
.text-large {
  font-size: 52px;
}
.text-medium {
  font-size: 36px;
}

.text-small {
  font-size: 26px;
}
.text-tiny {
  font-size: 18px;
}
.text-body {
  font-size: 21px;
  color: #222222;
}
.leading-medium {
  line-height: 125%;
}
.leading-large {
  line-height: 150%;
}
.leading-huge {
  line-height: 165%;
}
.italic {
  font-style: italic;
}
.display-inline-block {
  display: inline-block;
}
.half-opacity {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.half-margin-top {
  margin-top: 10px;
}
.half-margin-bottom {
  margin-bottom: 10px;
}
.half-margin-left {
  margin-left: 10px;
}
.half-margin-right {
  margin-right: 10px;
}
.base-margin-top {
  margin-top: 20px;
}
.base-margin-bottom {
  margin-bottom: 20px;
}
.double-margin-top {
  margin-top: 40px;
}
.double-margin-bottom {
  margin-bottom: 40px;
}
.double-margin-left {
  margin-left: 40px;
}
.double-margin-right {
  margin-right: 40px;
}
.base-margin-left {
  margin-left: 20px;
}
.base-margin-right {
  margin-right: 20px;
}
.enormous-margin-bottom {
  margin-bottom: 600px;
}
.double-padding-left {
  padding-left: 40px;
}
.double-padding-right {
  padding-right: 40px;
}
.center {
  text-align: center;
}
.limited-width {
  width: 65%;
}
.tag {
  display: block;
  color: #999999;
  margin-bottom: 40px;
}
.tag:hover {
  color: #b71731;
}
.absolute {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
}
.responsive-mobile {
  display: none;
}
.responsive-desktop {
  display: inline;
}
.base-padding {
  padding: 20px;
}
.base-padding-left {
  padding-left: 20px;
}
.base-padding-right {
  padding-right: 20px;
}
.double-padding {
  padding: 40px;
}
.double-padding-left {
  padding-left: 40px;
}
.double-padding-right {
  padding-right: 40px;
}
.double-padding-top-left {
  padding-top: 40px;
  padding-left: 40px;
}
.negative-double-margin-top {
  margin-top: -40px;
}
.hidden {
  visibility: hidden;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
[data-show-on-enter],
.fade-in-filter,
.scroll-show-1,
.scroll-show-2 {
  -webkit-transition: all 0ms ease-out;
  transition: all 0ms ease-out;
  opacity: 0.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  bottom: -50px;
}
[data-show-on-enter].visible,
.fade-in-filter.visible,
.scroll-show-1.visible,
.scroll-show-2.visible {
  -webkit-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 1.0;
  bottom: 0px;
}
.fade-out {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0.0;
}
textarea.error,
input.error {
  background-color: #fad3da;
}
#mainHeader {
  position: fixed;
  height: 60px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1001;
}
#mainHeader .main-container {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  overflow: visible;
}
#mainLogo {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  position: absolute;
  height:40px;
  left: 40px;
  top: 13px;
  
}
.lang-ja #mainNav .text-large {
  font-size: 48px;
}
#mainNav {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}
#mainNav.show .nav-toggle .hamburger .line {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#mainNav.show .nav-toggle .hamburger .line1,
#mainNav.show .nav-toggle .hamburger .line4 {
  left: 50%;
  margin-top: -2px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  right: 50%;
  top: 50%;
}
#mainNav.show .nav-toggle .hamburger .line2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
#mainNav.show .nav-toggle .hamburger .line3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";
}
#mainNav.show .nav-list-wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
#mainNav .nav-toggle {
  position: absolute;
  right: 40px;
  top: 20px;
  cursor: pointer;
  display: block;
}
#mainNav .nav-toggle .hamburger {
  height: 20px;
  width: 20px;
}
#mainNav .nav-toggle .hamburger:hover .line {
  background-color: #b71731;
}
#mainNav .nav-toggle .hamburger .line {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #c8c8c8;
  height: 4px;
  left: 0px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
  right: 0px;
}
#mainNav .nav-toggle .hamburger .line1 {
  margin: 0px;
  top: 0px;
}
#mainNav .nav-toggle .hamburger .line2,
#mainNav .nav-toggle .hamburger .line3 {
  left: 0px;
  margin-top: -2px;
  right: 0px;
  top: 50%;
}
#mainNav .nav-toggle .hamburger .line4 {
  margin-top: -4px;
  top: 100%;
}
#mainNav .text-block {
  display: inline-block;
  min-width: 10px;
}
#mainNav .nav-list-wrapper {
  -webkit-transition: opacity 300ms ease-out, visibility 0ms linear 300ms;
  transition: opacity 300ms ease-out, visibility 0ms linear 300ms;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: 0px;
  visibility: hidden;
  top: 60px;
  width: 50%;
}
#mainNav .nav-list-wrapper .bg {
  background-color: #000000;
  bottom: 0px;
  left: 0px;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  position: absolute;
  right: 0px;
  top: 0px;
}
#mainNav .nav-list {
  color: #ffffff;
  height: 3000px;
  overflow-y: scroll;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
#mainNav .nav-list:before {
  bottom: 0px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#mainNav .nav-list #resultsInsert {
  position: absolute;
  z-index: 2;
  background-color: rgba(183, 23, 49, 0.85);
  width: 100%;
  margin-top: 20px;
  max-height: 190px;
  overflow: hidden;
}
#mainNav .nav-list #resultsInsert a {
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
}
#mainNav .nav-list #resultsInsert a.active,
#mainNav .nav-list #resultsInsert a:hover {
  color: #000000;
}
#mainNav .nav-list li {
  /* min-width: 350px; */
  width: 100%;
}
#mainNav .nav-list a {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  display: block;
  padding: 20px 20px 0 40px;
  position: relative;
}
#mainNav .nav-list a:hover {
  color: #b71731;
}
#mainNav .nav-list a.active {
  color: #b71731;
}
#mainNav .nav-list a:hover:before,
#mainNav .nav-list .selected a:before {
  height: auto;
  top: 0px;
}
#mainNav .nav-list .sub.first {
  margin-top: 20px;
}
#mainNav .nav-list .sub a {
  padding: 20px 20px 0 40px;
}
#mainNav .nav-list .search {
  background: none;
  border: none;
  outline: none;
  padding: 20px 20px 0 40px;
  color: #ffffff;
}
#search.show .search-wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
#search input#seachbox-input.search-field {
  -webkit-appearance: none;
}
#search .search-wrapper {
  -webkit-transition: opacity 300ms ease-out, visibility 0ms linear 300ms;
  transition: opacity 300ms ease-out, visibility 0ms linear 300ms;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: 0px;
  visibility: hidden;
  top: 60px;
  width: 100%;
}
#search .search-field {
  font-size: 30px;
  background-color: #000000;
  color: #ffffff;
  height: 50px;
  width: 96%;
  margin: 10px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #ffffff;
}
#search .search-field input:focus,
#search .search-field select:focus,
#search .search-field textarea:focus,
#search .search-field button:focus {
  outline: none;
  -webkit-appearance: none;
}
#search .search-submit {
  background-color: #ffffff;
  color: #000000;
  height: 30px;
  width: 30px;
  border: 0px !important;
  text-indent: -5000px;
  padding: 30px;
  cursor: pointer;
}
#search .search-box {
  color: #ffffff;
  background-color: #000000;
  overflow-y: hidden;
  position: absolute;
  width: 100%;
  padding: 40px;
}
.search-toggle {
  position: absolute;
  right: 80px;
  top: 20px;
  cursor: pointer;
  display: block;
}
.search-toggle .search-wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.filter-list {
  -webkit-transition: opacity 300ms ease-out, visibility 0ms linear 300ms;
  transition: opacity 300ms ease-out, visibility 0ms linear 300ms;
  color: #ffffff;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 99999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.filter-list.filtering {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.filter-list .bg {
  background-color: #000000;
  bottom: 0px;
  left: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  opacity: .85;
  position: absolute;
  right: 0px;
  top: 0px;
}
.filter-list .filter-toggle {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  display: inline-block;
  z-index: 2;
  cursor: pointer;
}
.filter-list li {
  min-width: 200px;
}
.filter-list a {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  display: block;
  margin: 15px 0 0 0;
  position: relative;
  float: left;
  clear: both;
  cursor: pointer;
}
.filter-list a:hover {
  color: #b71731;
}
.filter-list a.active {
  background-color: #ffffff;
  color: #000000;
  padding: 2px 6px 2px 6px;
  margin: 13px -6px -2px -6px;
}
#mainBody {
  margin-top: 60px;
  /* height: 100%; */
  width: 100%;
}
#mainFooter {
  float: left;
  color: #ffffff;
  width: 100%;
  z-index: 99999999;
}
#mainFooter .main-container {
  background-color: #000000;
}
#mainFooter .row-25-percent {
  float: left;
  margin-top: 40px;
  height: 200px;
}
#mainFooter .row-25-percent a {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  color: #ffffff;
  font-size: 18px;
  display: block;
  margin-bottom: 16px;
  padding-left: 40px;
}
#mainFooter .row-25-percent a.gray {
  color: #999999;
}
#mainFooter .row-25-percent a:hover {
  color: #b71731;
}
#mainFooter .select-bg {
  background-color: #FFF;
}
#mainFooter .select-wrapper {
  background-color: #333333;
}
#mainFooter .select-wrapper select.big-field {
  background-color: #333333;
  font-size: 18px;
  height: 32px;
  padding: 5px 0px 5px 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#mainFooter .select-wrapper select option {
  color: #ffffff;
  padding: 0px 20px 0px 20px;
}
#mainFooter .select-wrapper .icon-arow-mask {
  background-color: #333333;
  bottom: 0px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
}
#mainFooter .select-wrapper .icon-arrow {
  right: 5px;
  top: 15px;
}
#mainFooter .select-wrapper .icon-arrow .line {
  height: 2px;
  width: 12px;
}
#mainFooter .select-wrapper .icon-arrow .line.one {
  left: -7px;
}
#mainFooter .select-wrapper .icon-arrow .line.two {
  top: -2px;
}
#mainFooter .copyright {
  zoom: 1;
  clear: both;
  padding: 40px;
  background-color: #333333;
  margin-top: 40px;
}
#mainFooter .copyright:before,
#mainFooter .copyright:after {
  content: "";
  display: table;
}
#mainFooter .copyright:after {
  clear: both;
}
#mainFooter .copyright .right-copyright {
  left: 50%;
  margin-left: 40px;
  position: absolute;
}
.big-button,
#loaderMore {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  padding: 100px 0px 100px 0px;
  text-align: center;
  border: 0;
  background-color: #f1f1f1;
  cursor: pointer;
  height: 100px;
  box-sizing: content-box;
}
.big-button:hover,
#loaderMore:hover {
  background-color: #b71731;
  color: #ffffff;
}
.big-field {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  width: 100%;
  padding: 20px 20px 20px 20px;
  background-color: #f1f1f1;
  border: none;
  margin-bottom: 20px;
  outline: none;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
select.big-field {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f1f1f1;
  color: #000000;
  text-indent: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  vertical-align: top;
  /* Focus style */
  /* This hides focus around selected option in FF */
}
select.big-field::-ms-expand {
  display: none;
}
select.big-field:focus {
  outline: none;
  box-shadow: none;
}
select.big-field:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select.big-field .icon-arrow {
  pointer-events: none;
}
.select-list {
  zoom: 1;
}
.select-list:before,
.select-list:after {
  content: "";
  display: table;
}
.select-list:after {
  clear: both;
}
.select-list .select-box {
  cursor: pointer;
}
.select-list .select-box.selected {
  background-color: #b71731;
}
.tag-box {
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  background-color: #000000;
  color: #ffffff;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
}
.tag-box.hover:hover {
  background-color: #999999;
}
.swiper-container {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.swiper-container .swiper-wrapper {
  height: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
}
.office-card-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-filter {
  background-color: #000000;
  color: #ffffff;
  padding: 20px 0 20px 20px;
  width: 50%;
}
.page-share {
  display: inline-block;
}
.page-share .date {
  float: left;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.page-share .share-button {
  float: left;
  margin-right: 20px;
}
.page-share .share-button:hover.twitter {
  background-position: -30px -30px;
}
.page-share .share-button:hover.facebook {
  background-position: -55px -30px;
}
.page-share .share-button:hover.linkedin {
  background-position: -5px -30px;
}
.headline {
  margin-top: 60px;
}
.body.full-images img {
  position: relative;
  margin-left: -22%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.body.full-images iframe {
  width: 100%;
  height: 400px;
}
.body blockquote {
  font-size: 36px;
  line-height: 150%;
  font-family: 'Neue Haas Grotesk W01 Disp', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 500;
  background-color: #000000;
  padding: 40px;
  margin: 40px 0 40px 0;
  color: #ffffff;
}
.body h3 {
  font-size: 36px;
  line-height: normal;
  margin: 40px 0 40px 0;
  font-family: 'Neue Haas Grotesk W01 Disp', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 500;
}
.body a {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  color: #999999;
}
.body a:hover {
  color: #b71731;
}
.body p {
  padding-top: 20px;
}
.video-container {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow-container {
  padding-bottom: 50%;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-top: 20px;
  margin-bottom: 50px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
}
.slideshow-container .slideshow {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
}
.slideshow-container .slideshow li {
  position: relative;
  float: left;
}
.slideshow-container .slideshow li img {
  width: 100% !important;
  height: 100%;
}
.slideshow-container .slide-left {
  background-color: #F00;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  z-index: 10;
}
.slideshow-container .slide-right {
  background-color: #F00;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  z-index: 10;
}
.slideshow-container .slide-navigation {
  z-index: 99;
  position: absolute;
  bottom: -50px;
  right: 40px;
  left: 40px;
  text-align: center;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  z-index: 11;
}
.slideshow-container .slide-navigation li {
  border-radius: 20px;
  display: inline-block;
  background-color: #999999;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  width: 20px;
  height: 20px;
  margin-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
}
.slideshow-container .slide-navigation li:hover,
.slideshow-container .slide-navigation li.active {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.author {
  margin-top: 40px;
  margin-bottom: 40px;
}
.author img {
  float: left;
  margin-right: 40px;
  max-width: 200px;
}
.author a {
  color: #b71731;
}
.centered {
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  vertical-align: middle;
}
.centered span {
  display: table-cell;
  vertical-align: middle;
}
.map-big {
  background-color: #f1f1f1;
  width: 100%;
}
.tag-header {
  display: inline-block;
  margin-left: 40px;
}
.plus-sign {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  color: #c8c8c8;
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
  margin-top: -12px;
}
.plus-sign.for-small {
  margin-top: -6px;
}
.plus-sign.clickable {
  cursor: pointer;
}
.plus-sign.clickable:hover {
  color: #b71731;
}
.logos {
  height: 100%;
  width: 100%;
}
.logos tr td {
  text-align: center;
}
.logos tr td .logo {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  height: auto;
  width: 70%;
  max-height: 42px;
  max-width: 402px;
}
.logos tr td .logo:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}
.newsroom-detail-padding-override {
  padding-top: 80px !important;
  padding-bottom: 0;
}
.select-wrapper {
  background-color: #000000;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-wrapper .icon-arrow {
  pointer-events: none;
}
.accordian-header {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.accordian-header:hover {
  background-color: #b71731;
}
.accordian-header .icon-arrow {
  margin-top: 2px;
}
.accordian-content {
  display: none;
}
.show .accordian-header .icon-arrow .one {
  left: 0px;
}
.show .accordian-header .icon-arrow .two {
  left: -17px;
}
.show .accordian-content {
  display: block;
}
.border-top {
  border-top: 1px solid #000000;
}
.icon-arrow {
  position: absolute;
  right: 30px;
  top: 40px;
}
.icon-arrow .line {
  height: 6px;
  width: 30px;
  background-color: #ffffff;
}
.icon-arrow .line.one {
  left: -17px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865476, M21=0.7071067811865476, M22=0.7071067811865474, SizingMethod='auto expand')";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-arrow .line.two {
  top: -6px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865482, M12=0.7071067811865466, M21=-0.7071067811865466, M22=0.7071067811865482, SizingMethod='auto expand')";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-x {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding-top: 20px;
  padding-left: 20px;
}
.icon-x:hover .line {
  background-color: #b71731;
}
.icon-x .line {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  height: 4px;
  width: 20px;
  left: -10px;
  background-color: #c8c8c8;
}
.icon-x .line.one {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-x .line.two {
  top: -4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.filter-list .inline-filter-toggle {
  color: #ffffff;
}
.filter-list .icon-x .line {
  background-color: #ffffff;
}
.filter-list .icon-x:hover .line {
  background-color: #b71731;
}
.filter-list .filter-toggle {
  left: -10px;
  top: 1px;
}
.inline-filter-toggle {
  color: #c8c8c8;
  cursor: pointer;
  display: inline-block;
  font-size: 50px;
  font-weight: 500;
}
.inline-filter-toggle:hover {
  color: #b71731;
}
.icon-plus {
  display: inline-block;
  cursor: pointer;
}
.icon-plus:hover .line {
  background-color: #b71731;
}
.icon-plus .line {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  height: 4px;
  width: 20px;
  background-color: #c8c8c8;
}
.icon-plus .line.one {
  left: 0px;
}
.icon-plus .line.two {
  top: -4px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*
.page-title {
  .icon-plus {
    top: -6px;
    width: 40px;
    height: 40px;
    margin-bottom: -7px;
    padding-top: 20px;
  }
}
*/
.logo {
  text-align: center;
}
.logo img {
  max-width: 60%;
  max-height: 60%;
  height: auto;
}
.tag-spacing a {
  display: block;
  margin-bottom: 10px;
  line-height: 125%;
}
.leadership-height {
  height: 220px;
}
.leadership-img {
  position: relative!important;
}
.leadership-description {
  position: relative!important;
}
#contact-city-input {
  color: #000000 !important;
}
.bottom-border {
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
}
.contact-info-list {
  padding-top: 15px;
}
.contact-info-list li {
  padding-top: 5px;
}
.about img {
  max-width: 100%;
}
.ninja-forms-required-items,
.hp-wrap {
  display: none;
}
input[type="checkbox"] {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.icon-pagination {
  /*background: url(../img/pagination-arrows.png) no-repeat;*/
  display: inline-block;
  height: 27px;
  width: 16px;
}
.icon-pagination-previous {
  background-position: -5px -5px;
}
.icon-pagination-previous-red {
  background-position: -25px -5px;
}
.icon-pagination-next {
  background-position: -5px -35px;
}
.icon-pagination-next-red {
  background-position: -25px -35px;
}
.paginate-box {
  background-color: #f1f1f1;
  color: #a6a8ab;
  font-size: 17px;
  height: 110px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.paginate-box .icon-pagination {
  display: block;
  position: absolute;
}
.paginate-box .vertical-center-box {
  table-layout: fixed;
  width: 100%;
}
.paginate-box .vertical-center-box .vertical-center-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.paginate-previous {
  padding-left: 60px;
  padding-right: 30px;
}
.paginate-previous:hover .icon-pagination {
  background-position: -25px -5px;
}
.paginate-previous .icon-pagination {
  left: 20px;
  top: 41px;
}
.paginate-next {
  border-left: solid 1px #e6e7e8;
  text-align: right;
  padding-left: 30px;
  padding-right: 60px;
}
.paginate-next:hover .icon-pagination {
  background-position: -25px -35px;
}
.paginate-next.hide-pagination-border {
  border: none;
}
.paginate-next .icon-pagination {
  right: 20px;
  top: 41px;
}
.invisible {
  visibility: hidden;
}
.vertical-center-box {
  display: table;
  height: 100%;
}
.vertical-center-cell {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  .lang-ja #mainNav .text-large {
    font-size: 36px;
  }
  .body.full-images img {
    margin-left: -24%;
    width: 148%;
  }
  .service-text .text-body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .lang-ja #mainNav .text-large {
    font-size: 26px;
  }
  .text-huge {
    font-size: 52px;
  }
  .text-large {
    font-size: 44px;
  }
  .body h3,
  .text-medium {
    font-size: 30px;
  }
  .text-small {
    font-size: 21px;
  }
  .text-tiny {
    font-size: 17px;
  }
  .body.full-images img {
    margin-left: -26%;
    width: 152%;
  }
  .filter-list .filter-toggle {
    top: -6px;
  }
  .service-row > .row-50-percent {
    width: 100%;
  }
  .service-row .service-text:before {
    padding: 0px;
  }
  .service-row .service-text .box-content {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
  }
  .service-row .service-text .tag-spacing {
    clear: both;
    float: none;
  }
  .row-50-percent.responsive-1000 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .lang-ja #mainNav .text-large {
    font-size: 20px;
  }
  .text-huge {
    font-size: 42px;
  }
  .text-large,
  .homepage-newsroom .text-medium {
    font-size: 34px;
  }
  .body h3,
  .text-medium {
    font-size: 26px;
  }
  .text-small {
    font-size: 20px;
  }
  .text-tiny {
    font-size: 16px;
  }
  .page-title {
    font-size: 42px;
  }
  .body blockquote {
    font-size: 34px;
    padding: 20px;
    margin: 40px 0 40px 0;
  }
  .box .box-content .box-detail .detail-large {
    max-width: 75%;
  }
  .body.full-images img {
    margin-left: -30%;
    width: 160%;
  }
  .double-padding {
    padding: 20px;
  }
  .content-container {
    padding: 20px;
  }
  .slideshow-container .slide-navigation {
    bottom: 20px;
    bottom: -30px;
    right: 20px;
    left: 20px;
  }
  .box .box-content .box-card {
    padding: 20px;
  }
  .box .box-content .box-text {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .box-label,
  .static-box-label {
    top: 20px;
    left: 20px;
  }
  #mainFooter .row-25-percent a,
  #mainFooter .row-25-percent .double-padding-left {
    padding-left: 20px;
  }
  #mainFooter .row-25-percent .double-padding-right {
    padding-right: 20px;
  }
  #mainFooter .copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainFooter .copyright .right-copyright {
    margin-left: 20px;
  }
  #mainNav .nav-toggle {
    right: 20px;
  }
  .tag {
    margin-bottom: 20px;
  }
  .page-title {
    padding: 20px 0 20px 20px;
  }
  .box .box-content .box-text-top {
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .absolute-top-margin-double {
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .absolute-bottom-margin-double {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .double-padding-top-left {
    padding-top: 20px;
    padding-left: 20px;
  }
  .box .box-content .box-text-upper {
    top: 90px;
    left: 20px;
    right: 20px;
  }
  .accordian-header .icon-arrow {
    margin-top: -4px;
  }
  .row-25-percent.responsive {
    width: 50%;
  }
  #mainLogo {
    left: 20px;
  }
  #mainHeader {
    height: 60px;
  }
  #mainLogo {
    top: 10px;
    height: 40px;
  }
  #mainBody {
    margin-top: 60px;
  }
  #mainNav .nav-toggle {
    right: 20px;
    top: 20px;
  }
  #mainNav .nav-toggle .hamburger {
    width: 20px;
  }
  #mainNav .nav-toggle .hamburger .line {
    height: 4px;
    margin-bottom: 4px;
  }
  #mainNav .nav-list {
    padding-top: 20px;
  }
  .filter-list {
    top: 60px;
  }
  .filter-list .filter-toggle {
    top: -6px;
  }
  .icon-x .line {
    height: 4px;
    width: 26px;
  }
  .icon-x .line.two {
    top: -4px;
  }
  .page-title .icon-plus {
    top: -5px;
  }
  .icon-plus .line {
    height: 4px;
    width: 24px;
  }
  .icon-plus .line.two {
    top: -4px;
  }
  .body.full-images img {
    margin-left: -22%;
    width: 144%;
  }
  .author img {
    margin-right: 20px;
    width: 50%;
  }
  .content-container {
    margin-right: 2%;
    margin-left: 2%;
    padding: 20px;
  }
  .content-container.responsive {
    margin-right: 0%;
    margin-left: 0%;
  }
  .slideshow-container .slide-navigation {
    bottom: -40px;
  }
  .slideshow-container .slide-navigation li {
    width: 15px;
    height: 15px;
    margin-left: 15px;
  }
  .body.full-images img {
    margin-left: -13%;
    width: 126%;
  }
  #mainFooter .copyright {
    line-height: 24px;
  }
  #mainFooter .copyright .pull-right {
    float: left;
    clear: both;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .lang-ja #mainNav .text-large {
    font-size: 24px;
  }
  .text-huge {
    font-size: 42px;
  }
  .text-large,
  .homepage-newsroom .text-medium {
    font-size: 28px;
  }
  .body h3,
  .text-medium {
    font-size: 24px;
  }
  .text-small {
    font-size: 17px;
  }
  .text-tiny {
    font-size: 14px;
  }
  .text-body {
    font-size: 18px;
  }
  .body blockquote {
    line-height: 125%;
    font-size: 30px;
    padding: 20px;
    margin: 40px 0 40px 0;
  }
  .box .box-content .box-detail .detail-large {
    max-width: 100%;
  }
  #mainNav.show .nav-list {
    width: 100%;
  }
  #mainNav .nav-list-wrapper {
    left: 20px;
    width: auto;
  }
  #mainNav .nav-list a {
    display: block;
    padding: 20px 10px 0 20px;
    position: relative;
  }
  #mainNav .nav-list .search {
    padding: 20px 10px 0 20px;
  }
  #mainNav .nav-list .sub a {
    padding: 10px 10px 0 20px;
  }
  .filter-list {
    width: 90%;
  }
  .filter-list .filter-toggle {
    top: -4px;
  }
  .icon-x .line {
    width: 22px;
  }
  .responsive-mobile {
    display: inline;
  }
  .responsive-desktop {
    display: none;
  }
  .absolute-top-margin-double {
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .absolute-bottom-margin-double {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .accordian-header .icon-arrow {
    margin-top: -8px;
  }
  .row-50-percent.responsive {
    width: 100%;
  }
  .row-25-percent.responsive {
    width: 50%;
  }
  .column-50-percent.responsive:before {
    padding-top: 100%;
  }
  .limited-width {
    width: 100%;
  }
  #mainNav .text-block {
    font-size: 40px;
  }
  #mainFooter .copyright .right-copyright {
    clear: both;
    float: none;
    left: auto;
    margin-left: 0px;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .text-huge {
    font-size: 32px;
  }
  .text-large,
  .homepage-newsroom .text-medium {
    font-size: 20px;
  }
  .body h3,
  .text-medium {
    font-size: 18px;
  }
  .text-small {
    font-size: 15px;
  }
  .text-tiny {
    font-size: 13px;
  }
  .page-title {
    font-size: 32px;
  }
  .body blockquote {
    font-size: 24px;
    padding: 20px;
    margin: 40px 0 40px 0;
  }
  .accordian-header .icon-arrow {
    margin-top: -12px;
  }
  .filter-list .filter-toggle {
    top: -2px;
  }
  .icon-x .line {
    width: 21px;
  }
  .page-title .icon-plus {
    top: -2px;
  }
  .body.full-images img {
    margin-left: -14%;
    width: 128%;
  }
  .row-33-percent {
    width: 50%;
  }
  .col-100-xs {
    box-sizing: border-box;
    display: block;
    float: left;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .row-50-percent {
    width: 50%;
  }
  .column-50-percent:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .column-25-percent:before {
    content: "";
    display: block;
    padding-top: 25%;
  }
}
.filter-menu {
  color: #ffffff;
  position: relative;
}
.filter-menu.expanded .filter-body {
  height: auto;
  opacity: .85;
  pointer-events: all;
  visibility: visible;
  -webkit-transition: opacity 300ms ease-out, height linear 300ms;
          transition: opacity 300ms ease-out, height linear 300ms;
}
.filter-menu.expanded .hide-on-expand {
  display: none;
}
.filter-menu.expanded .show-on-expand {
  display: inline;
}
.filter-menu .selected {
  color: #b71731;
}
.filter-menu .show-on-expand {
  display: none;
}
.filter-menu .bg {
  bottom: 0px;
  background-color: #000000;
  left: 0px;
  opacity: .9;
  position: absolute;
  right: 0px;
  top: 0px;
}
.filter-menu .filter-head,
.filter-menu .filter-body {
  background-color: #000000;
}
.filter-head {
  padding-left: 40px !important;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.filter-head .filter-click-area {
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: 0px;
}
.filter-head .filter-toggle {
  cursor: pointer;
  font-size: 1.5em;
  line-height: 1.5em;
}
.filter-head .toggle-icons {
  margin-left: 5px;
  font-size: 1.5em;
  line-height: 0em;
}
.filter-head .icon-box {
  height: 32px;
  width: 32px;
}
.filter-head .icon-box li {
  background-color: #f1f1f1;
}
.filter-head .selected li {
  background-color: #ffffff;
}
.filter-head .icon-list li {
  height: 7px;
  margin-bottom: 1px;
}
.filter-head .icon-squares li {
  height: 15px;
  margin-bottom: 1px;
  margin-right: 1px;
  width: 15px;
}
.filter-format {
  margin: 0px;
  padding: 0px;
  color: #f1f1f1;
  float: right;
}
.filter-format > li {
  list-style: none;
  margin: 15px 0 0;
  padding: 0px;
}
.filter-format > li {
  cursor: pointer;
  float: left;
  margin-left: 10px;
}
.filter-format .selected {
  color: #ffffff;
}
.filter-body {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out, visibility 0ms linear 300ms, height linear 300ms;
          transition: opacity 300ms ease-out, visibility 0ms linear 300ms, height linear 300ms;
  visibility: hidden;
}
.filter-body ul {
  zoom: 1;
  margin: 0px;
  padding: 0px;
}
.filter-body ul:before,
.filter-body ul:after {
  content: "";
  display: table;
}
.filter-body ul:after {
  clear: both;
}
.filter-body ul > li {
  list-style: none;
  margin: 15px 0 0;
  padding: 0px;
}
.filter-body ul li {
  margin-bottom: 5px;
}
.filter-body .filter-h1 {
  display: block;
  margin-bottom: 10px;
}
.filter-section > li {
  zoom: 1;
  display: block;
  margin-bottom: 20px;
  clear: both;
}
.filter-section > li:before,
.filter-section > li:after {
  content: "";
  display: table;
}
.filter-section > li:after {
  clear: both;
}
.filter-section-options {
  color: #f1f1f1;
}
.filter-section-options > li {
  box-sizing: border-box;
  cursor: pointer;
  padding-right: 5px;
}
.filter-section-options > li:hover {
  color: #b71731;
}
.filter-section-options .select-box {
  -webkit-transition: all 200ms;
          transition: all 200ms;
}
.filter-section-options .selected {
  zoom: 1;
}
.filter-section-options .selected:before,
.filter-section-options .selected:after {
  content: "";
  display: table;
}
.filter-section-options .selected:after {
  clear: both;
}
.filter-section-options .selected .select-box {
  background-color: #ffffff;
  color: #000000;
  display: block;
  float: left;
  padding: 1px 6px 2px 6px;
  margin: -1px -6px -2px -6px;
}
.plain-list {
  margin: 0px;
  padding: 0px;
}
.plain-list > li {
  list-style: none;
  margin: 15px 0 0;
  padding: 0px;
}

.cb-slideshow,
.cb-slideshow:after {
	width: 100%;
	height: 500px;
	top: 0px;
	left: 0px;
	overflow:hidden
}
.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	/*background-repeat: none;*/
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 24s linear infinite 0s;
	-moz-animation: imageAnimation 24s linear infinite 0s;
	-o-animation: imageAnimation 24s linear infinite 0s;
	-ms-animation: imageAnimation 24s linear infinite 0s;
	animation: imageAnimation 24s linear infinite 0s;
}
.cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	top: 50%;
	margin-top:-140px;
	height:280px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-animation: titleAnimation 24s linear infinite 0s;
	-moz-animation: titleAnimation 24s linear infinite 0s;
	-o-animation: titleAnimation 24s linear infinite 0s;
	-ms-animation: titleAnimation 24s linear infinite 0s;
	animation: titleAnimation 24s linear infinite 0s;
}
.cb-slideshow li div h3 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 100px;
	padding: 0;
	line-height: 160px;
	color: rgba(169,3,41, 0.8);
}
.cb-slideshow li div p {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 24px;
	padding: 0;
	line-height: 28px;
	width:70%;
	margin:0 auto;
	color: rgba(21,21,21, 0.8);
}
.cb-slideshow li:nth-child(1) span { background-image: url(../img/header01.jpg) }
.cb-slideshow li:nth-child(2) span {
	background-image: url(../img/header02.jpg);
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(../img/header03.jpg);
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(../img/header04.jpg);
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}

.cb-slideshow li:nth-child(2) div {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-webkit-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	25% {
		opacity: 0;
		-webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
	0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-moz-transform: scale(1.05);
		-moz-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	25% {
		opacity: 0;
		-moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
	0% {
		opacity: 0;
		-o-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-o-transform: scale(1.05);
		-o-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	25% {
		opacity: 0;
		-o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
	0% {
		opacity: 0;
		-ms-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-ms-transform: scale(1.05);
		-ms-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-ms-transform: scale(1.1);
	}
	25% {
		opacity: 0;
		-ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation {
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		transform: scale(1.05);
		animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		transform: scale(1.1);
	}
	25% {
		opacity: 0;
		transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
	}
	8% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	17% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
		opacity: 0;
		-webkit-transform: scale(5);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
	0% {
		opacity: 0;
		-moz-transform: translateY(100px);
	}
	8% {
		opacity: 1;
		-moz-transform: translateY(0px);
	}
	17% {
		opacity: 1;
		-moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
		opacity: 0;
		-moz-transform: scale(5);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
	0% {
		opacity: 0;
		-o-transform: translateY(100px);
	}
	8% {
		opacity: 1;
		-o-transform: translateY(0px);
	}
	17% {
		opacity: 1;
		-o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
		opacity: 0;
		-o-transform: scale(5);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
	0% {
		opacity: 0;
		-ms-transform: translateY(100px);
	}
	8% {
		opacity: 1;
		-ms-transform: translateY(0px);
	}
	17% {
		opacity: 1;
		-ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
		opacity: 0;
		-webkit-transform: scale(5);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	8% {
		opacity: 1;
		transform: translateY(0px);
	}
	17% {
		opacity: 1;
		transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
		opacity: 0;
		transform: scale(5);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) {
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) {
	.cb-slideshow li div h3 { font-size: 50px }
}
.hover-overlay-red
