﻿@font-face {
  font-family: 'ECSquareSansProBold';
  src: url('/Content/Fonts/ecsquaresanspro-bold-web.eot');
  src: url('/Content/Fonts/ecsquaresanspro-bold-web.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/ecsquaresanspro-bold-web.woff') format('woff'), url('/Content/Fonts/ecsquaresanspro-bold-web.ttf') format('truetype'), url('/Content/Fonts/ecsquaresanspro-bold-web.svg#ECSquareSansProBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ECSquareSansProItalic';
  src: url('/Content/Fonts/ecsquaresanspro-italic-web.eot');
  src: url('/Content/Fonts/fonts/ecsquaresanspro-italic-web.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/ecsquaresanspro-italic-web.woff') format('woff'), url('/Content/Fonts/ecsquaresanspro-italic-web.ttf') format('truetype'), url('/Content/Fonts/ecsquaresanspro-italic-web.svg#ECSquareSansProItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ECSquareSansProRegular';
  src: url('/Content/Fonts/ecsquaresanspro-regular-web.eot');
  src: url('/Content/Fonts/ecsquaresanspro-regular-web.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/ecsquaresanspro-regular-web.woff') format('woff'), url('/Content/Fonts/ecsquaresanspro-regular-web.ttf') format('truetype'), url('/Content/Fonts/ecsquaresanspro-regular-web.svg#ECSquareSansProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
  font-size: 100%;
  background-color: #1A2526;
}
body {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
  font-size: 14px;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
h1 {
  font-family: 'ECSquareSansProRegular';
}
h2 {
  font-family: 'ECSquareSansProRegular';
}
h3 {
  font-family: 'ECSquareSansProRegular';
}
h4 {
  font-family: 'ECSquareSansProRegular';
}
h5 {
  font-family: 'ECSquareSansProRegular';
}
h6 {
  font-family: 'ECSquareSansProRegular';
}
p {
  font-family: 'ECSquareSansProRegular';
}
span {
  font-family: 'ECSquareSansProRegular';
}
ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
}
ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
}
* {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header {
  display: block;
  height: 145px;
  width: 100%;
  background-image: url('/Content/Images/UI/bg_header_1px.gif');
  background-repeat: repeat-x;
  margin-bottom: 50px;
  padding-left: 50px;
  position: relative;
}
header .banner-flag {
  float: left;
  margin: 15px 0 0 0;
  padding: 0;
  text-decoration: none;
  z-index: 1;
  width: 172px;
}
header .banner-title {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
  top: 65px;
  left: 290px;
  position: absolute;
  z-index: 4;
  color: #0165A3;
  text-transform: uppercase;
  font-size: 28px;
}
header .subtitle {
  position: absolute;
  left: 290px;
  top: 109px;
  font-size: 18px;
}
.content {
  margin: 0 auto;
  width: 960px;
}
nav {
  float: left;
  margin-right: 50px;
  min-height: 300px;
}
nav ul {
  position: relative;
}
nav ul li {
  display: block;
  background-color: #33484A;
  border-bottom: 1px solid #1A2526;
  cursor: pointer;
  width: 120px;
  height: 120px;
  line-height: 105px;
  padding: 10px;
  font-size: 18px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-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;
}
nav ul li.active {
  background-color: #00AFC9;
}
nav ul li.active:hover {
  background-color: #6FCDE3;
}
nav ul li.favorites {
  background-color: #53777A;
  background-image: url('/Content/Images/UI/icon_mail_large.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
nav ul li.favorites span {
  display: none;
}
nav ul li.favorites:hover {
  background-color: #49686b;
}
nav ul li.favorites.active {
  background-color: #1B7D90;
  background-position: center 30px;
}
nav ul li.favorites.active span {
  display: inline-block;
  padding-bottom: 10px;
}
nav ul li:hover {
  background-color: #53777A;
}
nav ul li.disabled {
  opacity: .3;
  background-color: #29393b !important;
}
nav ul li.disabled.active {
  background-color: #29393b !important;
}
nav ul li.disabled:hover {
  background-color: #29393b !important;
}
nav ul li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
}
nav ul li a:active,
nav ul li a:hover,
nav ul li a:visited {
  color: #fff;
}
nav ul li span {
  display: inline-block;
  line-height: 1.5em;
  vertical-align: bottom;
}
nav ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 1px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav ul li ul.column3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
nav ul li ul.column4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
nav ul li ul.column5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
nav ul li ul.column6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
nav ul li ul.active {
  display: block;
}
nav ul li ul.visible {
  opacity: 1;
  visibility: visible;
}
nav ul li ul li {
  background-color: #B6E3EF;
  border-bottom: 1px solid #6FCDE3;
  border-left: 1px solid #6FCDE3;
  color: #53777A;
}
nav ul li ul li:hover {
  background-color: #B6E3EF;
}
nav ul li ul li a {
  color: #33484A !important;
}
nav ul li ul li.active {
  background-color: #00AFC9;
}
nav ul li ul li.active:hover {
  background-color: #00AFC9;
}
nav ul.minified .favorites {
  margin-top: 20px;
  background-image: none;
  line-height: 1.5em;
  text-align: left;
  height: 284px;
  background-color: #33484A;
  padding-top: 20px;
  position: relative;
}
nav ul.minified .favorites span {
  display: block;
  max-height: 80%;
  overflow: hidden;
}
nav ul.minified .favorites .icon {
  margin: 0 0;
  padding: 0 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  background-color: #53777A;
  background-image: url('/Content/Images/UI/icon_mail_small.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
nav ul.minified .favorites:hover {
  background-color: #33484A;
}
nav ul.minified .favorites:hover .icon {
  background-color: #53777A;
}
nav ul.minified .favorites.active {
  background-color: #1B7D90;
}
nav ul.minified .favorites.active .icon {
  background-color: #1B7D90;
  background-image: url('/Content/Images/UI/icon_cross.png');
}
.text-container {
  float: left;
  display: block;
  width: 790px;
  height: 250px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.text-container.visible {
  opacity: 1;
}
.text-container section {
  width: 790px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.3em;
}
.text-container section p {
  margin-bottom: 70px;
}
.text-container section .form-group {
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.text-container section .form-group .form-control {
  font-size: 21px;
  font-style: italic;
  height: 50px;
}
.text-container section .form-group .input-group-addon {
  color: #fff;
  font-family: 'ECSquareSansProBold';
  font-weight: bold;
  font-size: 21px;
  padding: 0 80px;
  cursor: pointer;
}
.text-container section .form-group .input-group-addon:hover {
  background-color: #6FCDE3;
}
.text-container.configuration {
  height: auto !important;
}
.scroll-container {
  float: left;
  display: block;
  width: 790px;
  height: 480px;
  overflow-x: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.scroll-container.visible {
  opacity: 1;
}
.scroll-container .brochure-container {
  width: 1900px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.scroll-container .brochure-container .brochure {
  height: 230px;
  width: 317px;
  background-color: #33484A;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.scroll-container .brochure-container .brochure.selected {
  background-color: #1B7D90;
}
.scroll-container .brochure-container .brochure.selected .brochure-action-container .action.favorite {
  background-color: #1B7D90;
  background-image: url('/Content/Images/UI/icon_cross.png');
}
.scroll-container .brochure-container .brochure .brochure-preview {
  width: 50%;
  height: 100%;
}
.scroll-container .brochure-container .brochure .brochure-heading {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 15px;
  margin-right: 15px;
  color: #fff;
  font-size: 24px;
}
.scroll-container .brochure-container .brochure .brochure-action-container {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 50px;
}
.scroll-container .brochure-container .brochure .brochure-action-container .action {
  width: 50%;
  height: 100%;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll-container .brochure-container .brochure .brochure-action-container .action.search {
  background-color: #00AFC9;
  background-image: url('/Content/Images/UI/icon_search.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}
.scroll-container .brochure-container .brochure .brochure-action-container .action.search:hover {
  background-color: #6FCDE3;
}
.scroll-container .brochure-container .brochure .brochure-action-container .action.favorite {
  background-color: #1B7D90;
  background-image: url('/Content/Images/UI/icon_mail_small.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
}
.scroll-container .brochure-container .brochure .brochure-action-container .action.favorite:hover {
  background-color: #176a7b;
}
.scroll-container.single-column {
  height: 230px;
}
.scroll-container.single-column .brochure-container {
  width: 1420px;
}
.button-container {
  float: left;
  display: block;
  width: 790px;
  padding: 50px 0;
  height: auto;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.button-container.visible {
  opacity: 1;
}
.event-container {
  text-align: center;
  max-height: 420px;
}
.event-container .event {
  display: inline-block;
  background: #33484A;
  padding: 10px 30px;
  margin: 10px 10px;
  font-size: 1.5em;
}
.event-container .event.downloaded {
  background: #53777A;
}
.event-container .event.active {
  background: #1B7D90;
}
iframe {
  float: left;
  position: relative;
  width: 790px;
  height: 480px;
}
.onScreenKeyboard {
  display: none;
  position: absolute;
  bottom: -320px;
  left: 0;
  width: 100%;
  height: 330px;
  background: #DEDEDD;
  z-index: 30;
  padding: 15px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.onScreenKeyboard .key {
  width: 65px;
  height: 65px;
  margin: 5px 5px 5px;
  display: block;
  float: left;
  background: #33484A;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.onScreenKeyboard .key:active,
.onScreenKeyboard .key:focus {
  background-color: #1B7D90;
}
.onScreenKeyboard .key.backspace,
.onScreenKeyboard .key.shift {
  width: 106px;
  background-color: #53777A;
}
.onScreenKeyboard .key.backspace:hover,
.onScreenKeyboard .key.shift:hover {
  background-color: #1B7D90;
}
.onScreenKeyboard .key.backspace {
  background-image: url('/Content/Images/UI/backspace.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.onScreenKeyboard .key.backspace span {
  display: none;
}
.onScreenKeyboard .key.alt,
.onScreenKeyboard .key.return {
  width: 220px;
  background-color: #53777A;
}
.onScreenKeyboard .key.alt:hover,
.onScreenKeyboard .key.return:hover {
  background-color: #1B7D90;
}
.onScreenKeyboard .key.alt {
  width: 290px;
}
.onScreenKeyboard .key.space {
  width: 265px;
}
.onScreenKeyboard .key.offset {
  margin-left: 46px;
}
.onScreenKeyboard .key.largeOffset {
  margin-left: 151px;
}
.onScreenKeyboard .key span {
  vertical-align: middle;
  font-size: 30px;
}
.onScreenKeyboard.visible {
  opacity: 1;
  visibility: visible;
}
.onScreenKeyboard.active {
  display: block;
}
footer {
  text-align: center;
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 0;
  border-bottom: 5px solid #00AFC9;
}
footer img {
  display: inline-block;
}
.modal .modal-content {
  background-color: #53777A;
}
.modal .modal-content .modal-body {
  color: #fff;
  font-size: 24px;
}
.animate {
  opacity: 1;
}
.animate.ng-leave {
  opacity: 1;
}
.animate.ng-leave-active {
  -webkit-transition: opacity 0.4s ease-in-out !important;
  -moz-transition: opacity 0.4s ease-in-out !important;
  -o-transition: opacity 0.4s ease-in-out !important;
  -ms-transition: opacity 0.4s ease-in-out !important;
  transition: opacity 0.4s ease-in-out !important;
  opacity: 0;
}
.animate.ng-enter {
  opacity: 0;
}
.animate.ng-enter-active {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.animate.ng-hide {
  display: block !important;
  opacity: 0;
}
.animate.ng-hide-remove {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.animate.ng-hide-remove-active {
  opacity: 1;
}
.screensaver {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  text-align: center;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .7s ease-in-out, background-color .7s ease-in-out;
  -moz-transition: opacity .7s ease-in-out, background-color .7s ease-in-out;
  -o-transition: opacity .7s ease-in-out, background-color .7s ease-in-out;
  -ms-transition: opacity .7s ease-in-out, background-color .7s ease-in-out;
  transition: opacity .7s ease-in-out, background-color .7s ease-in-out;
}
.screensaver.active {
  display: block;
}
.screensaver.visible {
  opacity: 1;
}
.screensaver .touch-to-continue {
  width: 300px;
  height: 60px;
  line-height: 58px;
  background: #00AFC9;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -30px;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.screensaver .touch-to-continue.updating {
  opacity: 0;
}
.screensaver .top-bar {
  height: 328px;
  position: absolute;
  top: 50px;
  left: 0;
  white-space: nowrap;
  z-index: 100;
  -webkit-transition: text-indent 1s ease-in-out;
  -moz-transition: text-indent 1s ease-in-out;
  -o-transition: text-indent 1s ease-in-out;
  -ms-transition: text-indent 1s ease-in-out;
  transition: text-indent 1s ease-in-out;
}
.screensaver .bottom-bar {
  height: 328px;
  position: absolute;
  bottom: 50px;
  right: 0;
  white-space: nowrap;
  text-align: left;
  direction: rtl;
  z-index: 100;
  -webkit-transition: text-indent 1s ease-in-out;
  -moz-transition: text-indent 1s ease-in-out;
  -o-transition: text-indent 1s ease-in-out;
  -ms-transition: text-indent 1s ease-in-out;
  transition: text-indent 1s ease-in-out;
}
.screensaver .screensaver-image {
  display: inline-block;
}
.button-group {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.button-group .button {
  display: inline-block;
  background-color: #33484A;
  border-bottom: 1px solid #1A2526;
  cursor: pointer;
  width: 120px;
  height: 120px;
  line-height: 105px;
  padding: 10px;
  margin: 0 0;
  font-size: 18px;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-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;
}
.button-group .button:hover {
  background-color: #53777A;
}
.button-group .button.disabled {
  opacity: .3;
  background-color: #29393b !important;
}
.button-group .button.disabled.active {
  background-color: #29393b !important;
}
.button-group .button.disabled:hover {
  background-color: #29393b !important;
}
.button-group .button.active {
  background-color: #00AFC9;
}
.button-group .button.active:hover {
  background-color: #6FCDE3;
}
.button-group .button a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
}
.button-group .button span {
  display: inline-block;
  line-height: 1.5em;
  vertical-align: bottom;
  text-align: left;
}
@media (min-width: 1200px) {
  nav {
    min-height: 500px;
  }
  .content {
    width: 1180px;
  }
  .content .scroll-container {
    width: 1010px;
  }
  .content .button-container {
    width: 1010px;
  }
  .content .text-container {
    width: 1010px;
  }
  .content .text-container section {
    font-size: 22px;
  }
  .content .text-container section p {
    margin-bottom: 30px;
  }
  iframe {
    width: 1010px;
  }
}
@media (min-width: 1440px) {
  nav {
    min-height: 800px;
  }
  .content {
    width: 1340px;
  }
  .content nav ul li {
    width: 150px;
    height: 150px;
    line-height: 135px;
    font-size: 22px;
  }
  .content nav ul li.favorites {
    background-size: auto;
  }
  .content .scroll-container {
    width: 1140px;
    height: 600px;
  }
  .content .scroll-container .brochure-container .brochure {
    height: 290px;
    width: 399px;
  }
  .content .scroll-container .brochure-container .brochure .brochure-action-container {
    height: 60px;
  }
  .content .scroll-container .brochure-container .brochure .brochure-action-container .action.search {
    background-size: auto;
  }
  .content .scroll-container .brochure-container .brochure .brochure-action-container .action.favorite {
    background-size: auto;
  }
  .content .scroll-container.single-column {
    height: 290px;
  }
  .content .button-container {
    width: 1140px;
  }
  .content .text-container {
    height: 310px;
    width: 1140px;
  }
  .content .text-container section {
    width: 870px;
    font-size: 24px;
  }
  .content .text-container section p {
    margin-bottom: 70px;
  }
  .content .text-container section .form-group {
    width: 960px;
    margin-left: -45px;
  }
  iframe {
    width: 1140px;
    height: 600px;
  }
  .onScreenKeyboard {
    width: 100%;
    height: 400px;
    bottom: -390px;
    padding: 15px 15px;
  }
  .onScreenKeyboard .key {
    width: 82px;
    height: 82px;
    margin: 5px 5px 5px;
    line-height: 84px;
  }
  .onScreenKeyboard .key.backspace,
  .onScreenKeyboard .key.shift {
    width: 128px;
  }
  .onScreenKeyboard .key.alt,
  .onScreenKeyboard .key.return {
    width: 220px;
  }
  .onScreenKeyboard .key.alt {
    width: 266px;
  }
  .onScreenKeyboard .key.space {
    width: 265px;
  }
  .onScreenKeyboard .key.offset {
    margin-left: 46px;
  }
  .onScreenKeyboard .key.largeOffset {
    margin-left: 235px;
  }
  .onScreenKeyboard .key span {
    font-size: 30px;
  }
}
@media (min-width: 1800px) {
  nav {
    min-height: 900px;
  }
  .content {
    width: 1720px;
  }
  .content nav ul li {
    height: 166px;
    width: 200px;
    line-height: 140px;
    padding: 20px;
    font-size: 26px;
  }
  .content .scroll-container {
    width: 1470px;
    height: 664px;
  }
  .content .scroll-container .brochure-container .brochure {
    height: 324px;
    width: 390px;
  }
  .content .scroll-container .brochure-container .brochure .brochure-action-container {
    height: 60px;
  }
  .content .scroll-container .brochure-container .brochure .brochure-action-container .action.search {
    background-size: auto;
  }
  .content .scroll-container .brochure-container .brochure .brochure-action-container .action.favorite {
    background-size: auto;
  }
  .content .scroll-container.single-column {
    height: 320px;
  }
  .content .button-container {
    width: 1470px;
  }
  .content .text-container {
    width: 1470px;
    height: 342px;
  }
  .content .text-container section {
    width: 950px;
    font-size: 26px;
  }
  .content .text-container section .form-group .form-control {
    height: 60px;
  }
  iframe {
    width: 1470px;
    height: 800px;
  }
  .button-group {
    width: 100%;
    text-align: center;
  }
  .button-group .button {
    height: 166px;
    width: 200px;
    line-height: 140px;
    padding: 20px;
    font-size: 26px;
  }
}