<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------- CSS reset (make styles look the same in every browser) ----------- */
html {
  color: #000;
  background: white;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, .accordion .panel-title a, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, .accordion .panel-title a, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

a img {
  border: none;
}

blockquote, q {
  quotes: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

/* ----------- Clear and Spacing ----------- */
.clear {
  margin: 0 0 -1px 0;
  line-height: 1px;
  display: block;
  font-size: 1px;
  clear: both;
  height: 1px;
}

.clearfix:after, .comments-box .commentlist li:after, .comments-box .comment-respond form:after, .comments-box .comment-respond form .form-submit:after, section.parent-page:after, section.content-page-builder:after {
  visibility: hidden;
  display: block;
  line-height: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix, * html .comments-box .commentlist li, .comments-box .commentlist * html li, * html .comments-box .comment-respond form, .comments-box .comment-respond * html form, * html .comments-box .comment-respond form .form-submit, .comments-box .comment-respond form * html .form-submit, * html section.parent-page, * html section.content-page-builder {
  zoom: 1;
}

*:first-child+html .clearfix, *:first-child+html .comments-box .commentlist li, .comments-box .commentlist *:first-child+html li, *:first-child+html .comments-box .comment-respond form, .comments-box .comment-respond *:first-child+html form, *:first-child+html .comments-box .comment-respond form .form-submit, .comments-box .comment-respond form *:first-child+html .form-submit, *:first-child+html section.parent-page, *:first-child+html section.content-page-builder {
  zoom: 1;
}

/*
// Container styling
// Making it a bit wider than the col-12 to give spacing from screen edges on smaller devices
*/
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 1520px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 769px) {
  .container {
    padding-left: 45px;
  }
}

@media screen and (min-width: 1381px) {
  .container {
    padding-left: 60px;
  }
}

@media screen and (min-width: 769px) {
  .container {
    padding-right: 45px;
  }
}

@media screen and (min-width: 1381px) {
  .container {
    padding-right: 60px;
  }
}

@media screen and (min-width: 769px) {
  .container {
    width: 1530px;
  }
}

@media screen and (min-width: 1381px) {
  .container {
    width: 1540px;
  }
}

/*
// Row styling
*/
.row {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 769px) {
  .row {
    margin-left: -30px;
  }
}

@media screen and (min-width: 1381px) {
  .row {
    margin-left: -40px;
  }
}

@media screen and (min-width: 769px) {
  .row {
    margin-right: -30px;
  }
}

@media screen and (min-width: 1381px) {
  .row {
    margin-right: -40px;
  }
}

/*
// Setting the over all styles for all columns
*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 769px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1381px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-left: 40px;
  }
}

@media screen and (min-width: 769px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1381px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-right: 40px;
  }
}

/*
// Setting width of every single column
*/
.col-1 {
  width: 50%;
}

@media screen and (min-width: 451px) {
  .col-1 {
    width: 8.33333%;
  }
}

.col-2 {
  width: 50%;
}

@media screen and (min-width: 451px) {
  .col-2 {
    width: 16.66667%;
  }
}

.col-3 {
  width: 100%;
}

@media screen and (min-width: 451px) {
  .col-3 {
    width: 25%;
  }
}

.col-4 {
  width: 100%;
}

@media screen and (min-width: 451px) {
  .col-4 {
    width: 33.33333%;
  }
}

.col-5 {
  width: 100%;
}

@media screen and (min-width: 451px) {
  .col-5 {
    width: 41.66667%;
  }
}

.col-6 {
  width: 100%;
}

@media screen and (min-width: 451px) {
  .col-6 {
    width: 50%;
  }
}

.col-7 {
  width: 100%;
}

@media screen and (min-width: 451px) {
  .col-7 {
    width: 58.33333%;
  }
}

.col-8 {
  width: 100%;
}

@media screen and (min-width: 451px) {
  .col-8 {
    width: 66.66667%;
  }
}

.col-9 {
  width: 100%;
}

@media screen and (min-width: 451px) {
  .col-9 {
    width: 75%;
  }
}

.col-10 {
  width: 100%;
}

@media screen and (min-width: 451px) {
  .col-10 {
    width: 83.33333%;
  }
}

.col-11 {
  width: 100%;
}

@media screen and (min-width: 451px) {
  .col-11 {
    width: 91.66667%;
  }
}

.col-12 {
  width: 100%;
}

@media screen and (min-width: 451px) {
  .col-12 {
    width: 100%;
  }
}

@media screen and (min-width: 451px) and (max-width: 769px) {
  .col-mobile-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 451px) and (max-width: 769px) {
  .col-mobile-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 451px) and (max-width: 769px) {
  .col-mobile-3 {
    width: 25%;
  }
}

@media screen and (min-width: 451px) and (max-width: 769px) {
  .col-mobile-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 451px) and (max-width: 769px) {
  .col-mobile-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 451px) and (max-width: 769px) {
  .col-mobile-6 {
    width: 50%;
  }
}

@media screen and (min-width: 451px) and (max-width: 769px) {
  .col-mobile-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 451px) and (max-width: 769px) {
  .col-mobile-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 451px) and (max-width: 769px) {
  .col-mobile-9 {
    width: 75%;
  }
}

@media screen and (min-width: 451px) and (max-width: 769px) {
  .col-mobile-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 451px) and (max-width: 769px) {
  .col-mobile-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 451px) and (max-width: 769px) {
  .col-mobile-12 {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .col-tablet-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .col-tablet-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .col-tablet-3 {
    width: 25%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .col-tablet-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .col-tablet-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .col-tablet-6 {
    width: 50%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .col-tablet-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .col-tablet-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .col-tablet-9 {
    width: 75%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .col-tablet-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .col-tablet-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .col-tablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .col-laptop-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .col-laptop-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .col-laptop-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .col-laptop-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .col-laptop-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .col-laptop-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .col-laptop-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .col-laptop-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .col-laptop-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .col-laptop-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .col-laptop-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .col-laptop-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1381px) {
  .col-desktop-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1381px) {
  .col-desktop-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1381px) {
  .col-desktop-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1381px) {
  .col-desktop-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1381px) {
  .col-desktop-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1381px) {
  .col-desktop-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1381px) {
  .col-desktop-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1381px) {
  .col-desktop-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1381px) {
  .col-desktop-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1381px) {
  .col-desktop-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1381px) {
  .col-desktop-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1381px) {
  .col-desktop-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1601px) {
  .col-tv-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1601px) {
  .col-tv-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1601px) {
  .col-tv-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1601px) {
  .col-tv-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1601px) {
  .col-tv-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1601px) {
  .col-tv-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1601px) {
  .col-tv-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1601px) {
  .col-tv-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1601px) {
  .col-tv-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1601px) {
  .col-tv-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1601px) {
  .col-tv-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1601px) {
  .col-tv-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1601px) {
  .col-projector-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1601px) {
  .col-projector-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1601px) {
  .col-projector-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1601px) {
  .col-projector-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1601px) {
  .col-projector-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1601px) {
  .col-projector-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1601px) {
  .col-projector-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1601px) {
  .col-projector-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1601px) {
  .col-projector-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1601px) {
  .col-projector-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1601px) {
  .col-projector-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1601px) {
  .col-projector-12 {
    width: 100%;
  }
}

html, body {
  font-family: serif;
  font-size: 14px;
  line-height: 1.2;
  color: #282a3b;
}

h1 {
  font-size: 3.3em;
  font-family: ForalPro-Bold, sans-serif;
}

h2 {
  font-size: 2em;
  font-family: ForalPro-Bold, sans-serif;
}

h3, .accordion .panel-title a {
  font-size: 1.4em;
  font-family: ForalPro-Bold, sans-serif;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

p {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-family: Arial Regular, sans-serif;
  font-weight: 300;
}

b, strong {
  font-weight: bold;
  font-family: Arial Bold, sans-serif;
}

a {
  color: #282a3b;
  text-decoration: underline;
  outline: none;
}

a:hover, a:focus {
  color: #000;
  text-decoration: underline;
}

ul, ol {
  margin: 0 0 1em;
  padding: 0 0 0 25px;
}

ul li, ol li {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

@font-face {
  font-family: "ForalPro-Bold";
  src: url('../fonts/ForalPro-Bold/ForalPro-Bold.eot?1490609914');
  src: url('../fonts/ForalPro-Bold/ForalPro-Bold.eot?&amp;1490609914#iefix') format('embedded-opentype'), url('../fonts/ForalPro-Bold/ForalPro-Bold.ttf?1490609914') format('truetype'), url('../fonts/ForalPro-Bold/ForalPro-Bold.woff?1490609914') format('woff'), url('../fonts/ForalPro-Bold/ForalPro-Bold.woff2?1490609914') format('woff2');
}

@font-face {
  font-family: "ForalPro-ExtraBold";
  src: url('../fonts/ForalPro-ExtraBold/ForalPro-ExtraBold.eot?1490609914');
  src: url('../fonts/ForalPro-ExtraBold/ForalPro-ExtraBold.eot?&amp;1490609914#iefix') format('embedded-opentype'), url('../fonts/ForalPro-ExtraBold/ForalPro-ExtraBold.ttf?1490609914') format('truetype'), url('../fonts/ForalPro-ExtraBold/ForalPro-ExtraBold.woff?1490609914') format('woff'), url('../fonts/ForalPro-ExtraBold/ForalPro-ExtraBold.woff2?1490609914') format('woff2');
}

@font-face {
  font-family: "ForalPro-Regular";
  src: url('../fonts/ForalPro-Regular/ForalPro-Regular.eot?1490609914');
  src: url('../fonts/ForalPro-Regular/ForalPro-Regular.eot?&amp;1490609914#iefix') format('embedded-opentype'), url('../fonts/ForalPro-Regular/ForalPro-Regular.ttf?1490609914') format('truetype'), url('../fonts/ForalPro-Regular/ForalPro-Regular.woff?1490609914') format('woff'), url('../fonts/ForalPro-Regular/ForalPro-Regular.woff2?1490609914') format('woff2');
}

/*
** BASIC STRUCTURE STYLING
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

h1, h2, h3, .accordion .panel-title a, h4 {
  word-break: break-word;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.pull-center {
  float: none;
  margin: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.vertical_align {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.vertical_align&gt;* {
  -webkit-align-self: center;
  align-self: center;
}

.grey-bg {
  background-color: #f4f8f8;
}

.short-line {
  width: 30px;
  height: 4px;
  background-color: #ffcf2d;
  float: left;
  display: block;
  margin-bottom: 25px;
  margin-top: 20px;
}

.margin-burj {
  margin: 50px;
}

@media screen and (min-width: 769px) {
  .margin-burj {
    margin: 80px;
  }
}

@media screen and (min-width: 1201px) {
  .margin-burj {
    margin: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-burj {
    margin: 160px;
  }
}

.margin-burj-top {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  .margin-burj-top {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1201px) {
  .margin-burj-top {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-burj-top {
    margin-top: 160px;
  }
}

.margin-burj-left {
  margin-left: 50px;
}

@media screen and (min-width: 769px) {
  .margin-burj-left {
    margin-left: 80px;
  }
}

@media screen and (min-width: 1201px) {
  .margin-burj-left {
    margin-left: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-burj-left {
    margin-left: 160px;
  }
}

.margin-burj-right {
  margin-right: 50px;
}

@media screen and (min-width: 769px) {
  .margin-burj-right {
    margin-right: 80px;
  }
}

@media screen and (min-width: 1201px) {
  .margin-burj-right {
    margin-right: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-burj-right {
    margin-right: 160px;
  }
}

.margin-burj-bottom {
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .margin-burj-bottom {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1201px) {
  .margin-burj-bottom {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-burj-bottom {
    margin-bottom: 160px;
  }
}

.margin-empire {
  margin: 50px;
}

@media screen and (min-width: 769px) {
  .margin-empire {
    margin: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .margin-empire {
    margin: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-empire {
    margin: 100px;
  }
}

.margin-empire-top {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  .margin-empire-top {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .margin-empire-top {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-empire-top {
    margin-top: 100px;
  }
}

.margin-empire-left {
  margin-left: 50px;
}

@media screen and (min-width: 769px) {
  .margin-empire-left {
    margin-left: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .margin-empire-left {
    margin-left: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-empire-left {
    margin-left: 100px;
  }
}

.margin-empire-right {
  margin-right: 50px;
}

@media screen and (min-width: 769px) {
  .margin-empire-right {
    margin-right: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .margin-empire-right {
    margin-right: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-empire-right {
    margin-right: 100px;
  }
}

.margin-empire-bottom {
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .margin-empire-bottom {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .margin-empire-bottom {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-empire-bottom {
    margin-bottom: 100px;
  }
}

.margin-eiffel {
  margin: 30px;
}

@media screen and (min-width: 769px) {
  .margin-eiffel {
    margin: 50px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-eiffel {
    margin: 80px;
  }
}

.margin-eiffel-top {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .margin-eiffel-top {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-eiffel-top {
    margin-top: 80px;
  }
}

.margin-eiffel-left {
  margin-left: 30px;
}

@media screen and (min-width: 769px) {
  .margin-eiffel-left {
    margin-left: 50px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-eiffel-left {
    margin-left: 80px;
  }
}

.margin-eiffel-right {
  margin-right: 30px;
}

@media screen and (min-width: 769px) {
  .margin-eiffel-right {
    margin-right: 50px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-eiffel-right {
    margin-right: 80px;
  }
}

.margin-eiffel-bottom {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .margin-eiffel-bottom {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-eiffel-bottom {
    margin-bottom: 80px;
  }
}

.margin-liberty {
  margin: 20px;
}

@media screen and (min-width: 769px) {
  .margin-liberty {
    margin: 30px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-liberty {
    margin: 40px;
  }
}

.margin-liberty-top {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .margin-liberty-top {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-liberty-top {
    margin-top: 40px;
  }
}

.margin-liberty-left {
  margin-left: 20px;
}

@media screen and (min-width: 769px) {
  .margin-liberty-left {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-liberty-left {
    margin-left: 40px;
  }
}

.margin-liberty-right {
  margin-right: 20px;
}

@media screen and (min-width: 769px) {
  .margin-liberty-right {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-liberty-right {
    margin-right: 40px;
  }
}

.margin-liberty-bottom {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .margin-liberty-bottom {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1381px) {
  .margin-liberty-bottom {
    margin-bottom: 40px;
  }
}

.margin-none {
  margin: 0;
}

.margin-none-top {
  margin-top: 0;
}

.margin-none-left {
  margin-left: 0;
}

.margin-none-right {
  margin-right: 0;
}

.margin-none-bottom {
  margin-bottom: 0;
}

.padding-burj {
  padding: 50px;
}

@media screen and (min-width: 769px) {
  .padding-burj {
    padding: 80px;
  }
}

@media screen and (min-width: 1201px) {
  .padding-burj {
    padding: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-burj {
    padding: 160px;
  }
}

.padding-burj-top {
  padding-top: 50px;
}

@media screen and (min-width: 769px) {
  .padding-burj-top {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1201px) {
  .padding-burj-top {
    padding-top: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-burj-top {
    padding-top: 160px;
  }
}

.padding-burj-left {
  padding-left: 50px;
}

@media screen and (min-width: 769px) {
  .padding-burj-left {
    padding-left: 80px;
  }
}

@media screen and (min-width: 1201px) {
  .padding-burj-left {
    padding-left: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-burj-left {
    padding-left: 160px;
  }
}

.padding-burj-right {
  padding-right: 50px;
}

@media screen and (min-width: 769px) {
  .padding-burj-right {
    padding-right: 80px;
  }
}

@media screen and (min-width: 1201px) {
  .padding-burj-right {
    padding-right: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-burj-right {
    padding-right: 160px;
  }
}

.padding-burj-bottom {
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .padding-burj-bottom {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1201px) {
  .padding-burj-bottom {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-burj-bottom {
    padding-bottom: 160px;
  }
}

.padding-empire {
  padding: 50px;
}

@media screen and (min-width: 769px) {
  .padding-empire {
    padding: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .padding-empire {
    padding: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-empire {
    padding: 100px;
  }
}

.padding-empire-top {
  padding-top: 50px;
}

@media screen and (min-width: 769px) {
  .padding-empire-top {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .padding-empire-top {
    padding-top: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-empire-top {
    padding-top: 100px;
  }
}

.padding-empire-left {
  padding-left: 50px;
}

@media screen and (min-width: 769px) {
  .padding-empire-left {
    padding-left: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .padding-empire-left {
    padding-left: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-empire-left {
    padding-left: 100px;
  }
}

.padding-empire-right {
  padding-right: 50px;
}

@media screen and (min-width: 769px) {
  .padding-empire-right {
    padding-right: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .padding-empire-right {
    padding-right: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-empire-right {
    padding-right: 100px;
  }
}

.padding-empire-bottom {
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .padding-empire-bottom {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .padding-empire-bottom {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-empire-bottom {
    padding-bottom: 100px;
  }
}

.padding-eiffel {
  padding: 30px;
}

@media screen and (min-width: 769px) {
  .padding-eiffel {
    padding: 50px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-eiffel {
    padding: 80px;
  }
}

.padding-eiffel-top {
  padding-top: 30px;
}

@media screen and (min-width: 769px) {
  .padding-eiffel-top {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-eiffel-top {
    padding-top: 80px;
  }
}

.padding-eiffel-left {
  padding-left: 30px;
}

@media screen and (min-width: 769px) {
  .padding-eiffel-left {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-eiffel-left {
    padding-left: 80px;
  }
}

.padding-eiffel-right {
  padding-right: 30px;
}

@media screen and (min-width: 769px) {
  .padding-eiffel-right {
    padding-right: 50px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-eiffel-right {
    padding-right: 80px;
  }
}

.padding-eiffel-bottom {
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .padding-eiffel-bottom {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-eiffel-bottom {
    padding-bottom: 80px;
  }
}

.padding-liberty {
  padding: 20px;
}

@media screen and (min-width: 769px) {
  .padding-liberty {
    padding: 30px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-liberty {
    padding: 40px;
  }
}

.padding-liberty-top {
  padding-top: 20px;
}

@media screen and (min-width: 769px) {
  .padding-liberty-top {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-liberty-top {
    padding-top: 40px;
  }
}

.padding-liberty-left {
  padding-left: 20px;
}

@media screen and (min-width: 769px) {
  .padding-liberty-left {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-liberty-left {
    padding-left: 40px;
  }
}

.padding-liberty-right {
  padding-right: 20px;
}

@media screen and (min-width: 769px) {
  .padding-liberty-right {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-liberty-right {
    padding-right: 40px;
  }
}

.padding-liberty-bottom {
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .padding-liberty-bottom {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1381px) {
  .padding-liberty-bottom {
    padding-bottom: 40px;
  }
}

.padding-none {
  padding: 0;
}

.padding-none-top {
  padding-top: 0;
}

.padding-none-left {
  padding-left: 0;
}

.padding-none-right {
  padding-right: 0;
}

.padding-none-bottom {
  padding-bottom: 0;
}

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

@media screen and (min-width: 451px) {
  .show-mobile {
    display: none !important;
  }
}

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

@media screen and (min-width: 769px) {
  .show-tablet {
    display: none !important;
  }
}

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

@media screen and (min-width: 1025px) {
  .show-laptop {
    display: none !important;
  }
}

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

@media screen and (min-width: 1201px) {
  .show-desktop {
    display: none !important;
  }
}

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

@media screen and (min-width: 1381px) {
  .show-tv {
    display: none !important;
  }
}

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

@media screen and (min-width: 1601px) {
  .show-projector {
    display: none !important;
  }
}

div.footer-row {
  color: white;
  background-color: #282a3b;
  font-size: 18px;
}

div.footer-row .container {
  width: 100%;
  padding: 40px;
}

div.footer-row footer {
  font-weight: bold;
}

div.footer-row footer .row {
  padding-left: 10px;
}

div.footer-row footer .elm-nr-3 {
  margin-top: -70px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  div.footer-row footer .elm-nr-3 {
    margin-top: 0px;
  }
}

div.footer-row footer .elm-nr-2 {
  padding-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  div.footer-row footer .elm-nr-2 {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 425px) {
  div.footer-row footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

div.footer-row footer a {
  color: white;
  text-decoration: none;
}

div.footer-row footer h3, div.footer-row footer .accordion .panel-title a, .accordion .panel-title div.footer-row footer a {
  font-family: ForalPro-Regular, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.3em;
}

div.footer-row footer h3:after, div.footer-row footer .accordion .panel-title a:after, .accordion .panel-title div.footer-row footer a:after {
  content: ' ';
  display: block;
  border-bottom: 2px solid white;
  width: 50px;
  margin-top: 3px;
  margin-bottom: 30px;
}

div.footer-row footer&gt;div {
  padding-bottom: 30px;
}

div.footer-row footer&gt;div img {
  margin-bottom: 20px;
  margin-right: 5px;
  margin-left: 15px;
}

@media screen and (max-width: 500px) {
  div.footer-row footer&gt;div img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  div.footer-row footer&gt;div img {
    margin-left: 8px;
  }
}

div.footer-row footer .empty-img-placeholder {
  height: 80px;
}

@media screen and (max-width: 1199px) {
  div.footer-row footer .empty-img-placeholder {
    height: 0px;
    margin-top: -1px;
  }
}

div.footer-row footer ul {
  margin-bottom: 30px;
  padding: 0px;
}

div.footer-row footer ul li {
  font-family: ForalPro-Bold, sans-serif;
  list-style: none;
  padding-bottom: 7px;
}

div.footer-row footer ul li span {
  font-size: 18px;
}

div.footer-row footer ul li span.kontakt-val {
  margin-left: 20px;
  font-size: 24px;
}

div.footer-row footer p {
  margin: 0px;
}

div.footer-row footer p.smaller-text {
  color: #c4dbd8;
  font-family: ForalPro-Bold, sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
}

div.footer-row footer p.smaller-text.half-size {
  width: 50%;
}

@media screen and (max-width: 600px) {
  div.footer-row footer p.smaller-text.half-size {
    width: 100%;
  }
}

div.footer-row footer #address p {
  font-family: ForalPro-Bold, sans-serif;
  font-size: 18px;
}

header {
  position: relative;
  text-align: center;
}

header #logo {
  margin-top: 20px;
  width: 15%;
}

@media screen and (max-width: 650px) {
  header #logo {
    width: 30%;
  }
}

header .newclass {
  color: white;
}

header .line {
  display: block;
  border-bottom: 2px solid black;
  width: 40%;
  margin-top: 20px;
  margin-bottom: 30px;
}

header div.menu-ico-cont {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 40px;
  cursor: pointer;
}

header div.menu-ico-cont .glyphicon {
  font-size: 40px;
  display: block;
}

header div.menu-ico-cont span {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

body {
  position: relative;
  overflow-x: hidden;
}

.menu-cont {
  display: none;
  font-size: 24px;
  position: absolute;
  height: 100%;
  top: 0px;
  background-color: #282a3b;
  color: #e5f7ef;
  left: 100%;
  width: 25%;
  padding-left: 20px;
  padding-top: 30px;
}

.menu-cont div#lang_sel_list.lang_sel_list_vertical {
  width: 100%;
  position: static;
}

.menu-cont div#lang_sel_list.lang_sel_list_vertical ul {
  border: 0px;
  padding: 0 0 0 25px !important;
}

.menu-cont div#lang_sel_list.lang_sel_list_vertical ul:before {
  content: "\e259";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 20px;
  top: 0px;
}

.menu-cont div#lang_sel_list.lang_sel_list_vertical ul.active:before {
  content: "\e260";
}

.menu-cont div#lang_sel_list.lang_sel_list_vertical ul.active li {
  display: block;
}

.menu-cont div#lang_sel_list.lang_sel_list_vertical ul li {
  float: none;
  border: 0px;
  cursor: pointer;
  padding-top: 3px !important;
  display: none;
}

.menu-cont div#lang_sel_list.lang_sel_list_vertical ul li a.lang_sel_other, .menu-cont div#lang_sel_list.lang_sel_list_vertical ul li a#lang_sel, .menu-cont div#lang_sel_list.lang_sel_list_vertical ul li a.lang_sel_sel {
  background-color: transparent;
}

.menu-cont div#lang_sel_list.lang_sel_list_vertical ul li a.lang_sel_other:hover, .menu-cont div#lang_sel_list.lang_sel_list_vertical ul li a#lang_sel:hover, .menu-cont div#lang_sel_list.lang_sel_list_vertical ul li a.lang_sel_sel:hover {
  background-color: transparent;
}

.menu-cont div#lang_sel_list.lang_sel_list_vertical ul li a {
  padding: 0px;
  font-family: ForalPro-Bold, sans-serif;
  border: 0px;
  font-size: 24px;
  color: white;
}

.menu-cont div#lang_sel_list.lang_sel_list_vertical ul li a:hover {
  color: #ffcf2d;
}

.menu-cont .menu {
  margin-bottom: 0px;
}

.menu-cont .menu-top-row {
  position: relative;
}

.menu-cont .menu-top-row .menu-caption {
  font-family: ForalPro-Bold, sans-serif;
  text-transform: uppercase;
}

.menu-cont .menu-top-row .menu-caption:after {
  content: ' ';
  display: block;
  border-bottom: 3px solid #ffcf2d;
  width: 60px;
  margin-top: 0px;
}

.menu-cont .menu-top-row .close-button {
  position: absolute;
  right: 12px;
  top: 0px;
  cursor: pointer;
  width: 22px;
}

.menu-cont .menu-top-row .close-button:hover {
  color: #ffcf2d;
}

@media screen and (max-width: 600px) {
  .menu-cont {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .menu-cont {
    width: 100%;
  }
}

.menu-cont .menu-main-menu-container {
  margin-top: 15px;
}

.menu-cont ul.menu {
  padding-left: 0px;
}

.menu-cont ul.menu li.menu-item {
  list-style: none;
  position: relative;
  cursor: pointer;
}

.menu-cont ul.menu li.menu-item a {
  color: white;
  text-decoration: none;
  font-family: ForalPro-Bold, sans-serif;
  font-size: 25px;
}

.menu-cont ul.menu li.menu-item a:hover {
  color: #ffcf2d;
}

.menu-cont ul.menu li.menu-item.active&gt;a {
  color: #ffcf2d;
}

.menu-cont ul.menu li.menu-item ul.sub-menu li {
  display: none;
  padding-bottom: 5px;
}

.menu-cont ul.menu li.menu-item ul.sub-menu li a {
  font-family: ForalPro-Regular, sans-serif;
  font-size: 24px;
}

.menu-cont ul.menu li.menu-item ul.sub-menu li.current-menu-item a {
  color: #ffcf2d;
}

.menu-cont ul.menu li.menu-item ul.sub-menu:before {
  background-image: url("../img/arrow-down-blue.png");
  background-size: contain;
  width: 27px;
  height: 16px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  top: 12px;
  content: " ";
  background-repeat: no-repeat;
}

.menu-cont ul.menu li.menu-item ul.sub-menu.active {
  padding-top: 10px;
}

.menu-cont ul.menu li.menu-item ul.sub-menu.active:before {
  background-image: url("../img/arrow-up-blue.png");
}

.menu-cont ul.menu li.menu-item ul.sub-menu.active li {
  display: block;
}

.btn.btn-custom-quiz {
  border-radius: 0px;
  border-color: #282a3b;
  color: #282a3b;
  border-width: 2px;
  background-color: #c4dbd8;
  font-family: arial;
  font-weight: bold;
  padding: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-custom-quiz.pos-bottom-right {
  position: absolute;
  bottom: -35px;
  right: 10px;
}

.quiz-cont {
  background-color: #F4F8F8;
  text-align: center;
  padding: 50px;
  padding-bottom: 100px;
  padding-top: 10px;
}

.quiz-cont .intro-img-cont {
  text-align: center;
  margin-top: 150px;
}

.quiz-cont .intro-img-cont img {
  max-width: 90%;
}

@media screen and (max-width: 670px) {
  .quiz-cont {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.quiz-cont h1 {
  text-align: left;
  text-transform: uppercase;
  color: #282a3b;
  font-family: ForalPro-Regular, sans-serif;
  font-size: 26px;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  .quiz-cont h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 400px) {
  .quiz-cont h1 {
    font-size: 18px;
  }
}

.quiz-cont h1 .big-title {
  display: block;
  font-weight: bold;
  font-size: 1.5em;
  font-family: ForalPro-Bold, sans-serif;
}

.quiz-cont h1 .big-title:after {
  content: ' ';
  display: block;
  border-bottom: 3px solid #282a3b;
  width: 50px;
  margin-top: 7px;
  margin-bottom: 30px;
}

.quiz-cont .questions-cont {
  display: inline-block;
  padding: 30px;
  padding-top: 0px;
  margin-top: 40px;
  background-color: white;
  position: relative;
  width: 70vw;
  min-height: 385px;
}

@media screen and (max-width: 917px) {
  .quiz-cont .questions-cont {
    width: 90vw;
  }

  .quiz-cont .questions-cont .question-block ul.answers {
    padding-left: 0px;
  }
}

.quiz-cont .questions-cont .clothes-deco {
  width: 115px;
  position: absolute;
  right: 10px;
  top: 20px;
}

@media screen and (max-width: 917px) {
  .quiz-cont .questions-cont .clothes-deco {
    display: none;
  }
}

.quiz-cont .questions-cont .question {
  text-align: left;
  text-transform: uppercase;
  font-family: ForalPro-Bold, sans-serif;
  font-size: 26px;
  padding-top: 30px;
  margin-bottom: 70px;
}

@media screen and (min-width: 917px) {
  .quiz-cont .questions-cont .question {
    max-width: 90%;
  }
}

.quiz-cont .questions-cont .question:after {
  content: ' ';
  display: block;
  border-bottom: 2px solid #282a3b;
  width: 25px;
  margin-top: 7px;
  margin-bottom: 30px;
}

.quiz-cont .questions-cont ul.questions-list {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -17.5px;
  width: 100%;
}

.quiz-cont .questions-cont ul.questions-list li {
  margin-right: 10px;
  font-size: 1.25em;
  line-height: 33px;
  list-style: none;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  border: 2px solid #282a3b;
  font-weight: bold;
  font-family: Arial Regular, sans-serif;
  font-weight: bold;
}

.quiz-cont .questions-cont ul.questions-list li.answered {
  background-color: #FDDBCC;
  color: #A9948F;
}

.quiz-cont .questions-cont ul.questions-list li.current {
  background-color: #282a3b;
  color: white;
}

.quiz-cont .questions-cont ul.questions-list li.unanswered {
  background-color: #e5f7ef;
}

.quiz-cont .questions-cont ul.answers {
  position: relative;
}

.quiz-cont .questions-cont ul.answers li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 426px) {
  .quiz-cont .questions-cont ul.answers li {
    margin-bottom: 0px;
  }

  .quiz-cont .questions-cont ul.answers li.answer-size-2 {
    width: 48%;
  }

  .quiz-cont .questions-cont ul.answers li.answer-size-3 {
    width: 30%;
  }

  .quiz-cont .questions-cont ul.answers li.answer-size-4 {
    width: 24%;
  }

  .quiz-cont .questions-cont ul.answers li.answer-size-5 {
    width: 17%;
  }

  .quiz-cont .questions-cont ul.answers li.answer-size-6 {
    width: 14%;
  }
}

.quiz-cont .questions-cont ul.answers li .answer-text {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial Bold, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 917px) {
  .quiz-cont .questions-cont ul.answers li:not(:first-child):before {
    content: ' ';
    display: block;
    border-left: 2px solid #282a3b;
    position: absolute;
    top: 0px;
    height: 80px;
  }
}

.results-cont {
  margin: auto;
  padding: 40px;
  margin-top: 0px;
  background-color: white;
  text-align: left;
  max-width: 692px;
}

.results-cont .header-image {
  text-align: center;
}

.results-cont .header-image img {
  height: 100px;
  margin-top: -90px;
}

@media screen and (min-width: 768px) {
  .results-cont .header-image img {
    height: 150px;
    margin-top: -115px;
  }
}

@media screen and (max-width: 600px) {
  .results-cont {
    padding: 20px;
    padding-top: 40px;
  }
}

.results-cont ul {
  padding-top: 20px;
  padding-bottom: 20px;
}

.results-cont ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  min-height: 30px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .results-cont ul li {
    margin-top: 10px;
  }
}

.results-cont ul li:before {
  content: ' ';
  display: inline-block;
  border: 2px solid #282a3b;
  background-color: #ffcf2d;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  left: 0px;
}

.results-cont h2 {
  margin-top: 20px;
}

.results-cont h2:after {
  content: ' ';
  display: block;
  border-bottom: 2px solid #282a3b;
  width: 25px;
  margin-top: 7px;
  margin-bottom: 30px;
}

.quiz-checkbox {
  margin-top: 20px;
}

.quiz-checkbox .checkbox-circle-outer {
  display: inline-block;
  background-color: #c4dbd8;
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  border: 2px solid #282a3b;
}

.quiz-checkbox.active .checkbox-circle-outer {
  background-color: #ffcf2d;
}

.quiz-checkbox.active .checkbox-circle-outer .checkbox-circle-inner {
  width: 14px;
  height: 14px;
  background-color: #282a3b;
  border-radius: 7px;
  margin: 8.5px;
}

.dropdown-custom-quiz {
  border-radius: 0px;
  border-color: #282a3b;
  color: #282a3b !important;
  border-width: 2px;
  background-color: #c4dbd8 !important;
  font-family: arial;
  font-weight: bold;
  padding: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  width: 200px;
  text-align: left;
  position: relative;
}

.dropdown-custom-quiz .pullmeright {
  position: absolute;
  right: 5px;
  top: 8px;
}

.dropdown-custom-quiz:hover {
  background-color: #c4dbd8;
  color: #282a3b;
}

ul.dropdown-menu-custom-quiz {
  border-radius: 0px;
  border-color: #282a3b;
  color: #282a3b !important;
  border-width: 2px;
  background-color: #c4dbd8 !important;
  font-family: arial;
  font-weight: bold;
  padding: 0px !important;
  padding: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  width: 200px;
}

ul.dropdown-menu-custom-quiz li:before {
  display: none !important;
}

ul.dropdown-menu-custom-quiz li {
  padding: 0px;
}

ul.dropdown-menu-custom-quiz li a {
  text-decoration: none;
}

ul.dropdown-menu-custom-quiz li a:hover {
  color: white;
  background-color: #282a3b;
  font-weight: bold;
}

.gen-quiz .results-cont {
  width: 70vw;
  max-width: 70vw !important;
}

.gen-quiz .miniinfobottom {
  width: 30%;
}

.gen-quiz .question-block {
  text-align: left;
}

.gen-quiz textarea {
  width: 80%;
  min-height: 100px;
}

.gen-quiz p.question {
  margin-bottom: 10px !important;
}

.gen-quiz ul.answers li:before {
  display: none !important;
}

.gen-quiz ul.answers li {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}

.gen-quiz ul.answers li div.quiz-checkbox {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.gen-quiz ul.answers li div.answer-text {
  padding-left: 30px !important;
}

@media screen and (max-width: 670px) {
  .gen-quiz ul.answers li div.answer-text {
    font-size: 14px !important;
  }
}

.gen-quiz .quiz-checkbox {
  margin-top: 20px;
}

.gen-quiz .quiz-checkbox .checkbox-circle-outer {
  display: inline-block;
  background-color: #c4dbd8;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #282a3b;
}

.gen-quiz .quiz-checkbox.active .checkbox-circle-outer {
  background-color: #ffcf2d;
}

.gen-quiz .quiz-checkbox.active .checkbox-circle-outer .checkbox-circle-inner {
  width: 8px;
  height: 8px;
  background-color: #282a3b;
  border-radius: 4px;
  margin: 4px;
}

.gen-quiz.results-cont .dropdown.show {
  display: inline-block !important;
}

.gen-quiz.results-cont .picklang, .gen-quiz.results-cont .dropdown, .gen-quiz.results-cont #wordgenform {
  display: inline-block;
  font-family: arial;
  margin-right: 5px;
}

.gen-quiz.results-cont .picklang {
  font-size: 1.2em;
}

.results-wrap {
  background-color: #F4F8F8;
  padding-bottom: 100px;
}

.content-page-builder .wp-caption.alignnone {
  display: inline-table;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignright {
  float: right;
}

.wp-caption.alignleft {
  float: left;
}

.wp-caption .wp-caption-text {
  padding-right: 5px;
  font-size: 1em;
  text-align: left;
}

.intro-blog {
  line-height: 25px;
  font-weight: 300;
}

.list-articles article h2 a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: ForalPro-Regular, sans-serif;
}

.list-articles article .date {
  margin-top: 20px;
  font-family: Arial Bold, sans-serif;
  font-weight: bolder;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}

.list-articles article .text {
  font-family: Arial Regular, sans-serif;
  line-height: 1.7em;
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: 300;
}

.list-articles article .read-more {
  font-family: Arial Bold, sans-serif;
  font-weight: bolder;
}

.list-articles article .read-more a {
  text-decoration: none;
  border-bottom: 2px solid #282a3b;
}

.sidebar-blog h4 {
  font-family: Arial Bold, sans-serif;
  font-weight: bolder;
  padding-top: 23px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.sidebar-blog a {
  font-family: Arial Regular, sans-serif;
  text-transform: none;
  display: block;
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
}

.blog-col {
  position: relative;
}

@media screen and (max-width: 600px) {
  .blog-col {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) and (min-width: 769px) {
  .blog-col {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) and (min-width: 1381px) {
  .blog-col {
    margin-bottom: 40px;
  }
}

.blog-col .nav-previous, .blog-col .nav-next {
  cursor: pointer;
  font-weight: bold;
  font-family: Arial Bold, sans-serif;
}

.blog-col .nav-previous a, .blog-col .nav-next a {
  text-decoration: none;
}

.blog-col .nav-previous {
  position: absolute;
  right: 20px;
}

.blog-col .nav-next {
  position: absolute;
  left: 20px;
}

.blog-col ul {
  padding-bottom: 20px;
}

.blog-col ul li {
  font-size: 17px;
  padding-bottom: 7.5px;
  font-family: Arial Regular, sans-serif;
}

.other-years {
  float: left;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .other-years {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .other-years {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .other-years {
    margin-bottom: 100px;
  }
}

.other-years .filter-year {
  font-family: Arial Bold, sans-serif;
  font-weight: bolder;
  letter-spacing: 0.6px;
  padding-bottom: 1px;
  border-bottom: 2px solid;
  margin-bottom: 20px;
}

.other-years .filter-year a {
  text-decoration: none;
  margin-left: -100px;
  padding-left: 100px;
  cursor: pointer;
}

.other-years .filter-year a:hover {
  color: inherit;
}

.single-post-content p {
  line-height: 25px;
  font-weight: 300;
  font-size: 17px;
}

.single-post-content img {
  max-width: 100%;
  height: auto;
}

.comments-box .main-title {
  font-family: ForalPro-Regular, sans-serif;
  margin-bottom: 10px;
}

.comments-box .intro-comments {
  font-family: Arial Regular, sans-serif;
  font-weight: 300;
  line-height: 1.6em;
  font-size: 1.1em;
  margin-bottom: 40px;
}

.comments-box h3#comments, .comments-box .accordion .panel-title a#comments, .accordion .panel-title .comments-box a#comments, .comments-box .navigation {
  display: none;
}

.comments-box .commentlist {
  padding: 0;
}

.comments-box .commentlist li {
  list-style-type: none;
  margin-bottom: 15px;
}

.comments-box .commentlist li .comment-author.vcard {
  float: left;
  width: 100%;
}

.comments-box .commentlist li .comment-author.vcard .fn a {
  font-family: Arial Bold, sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.3em;
}

.comments-box .commentlist li .comment-author.vcard img, .comments-box .commentlist li .comment-author.vcard .says {
  display: none;
}

.comments-box .commentlist li .comment-meta.commentmetadata {
  float: left;
  width: 100%;
  text-align: left;
}

.comments-box .commentlist li .comment-meta.commentmetadata a {
  text-decoration: none;
  font-family: Arial Bold, sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 0.9em;
}

.comments-box .commentlist li .comment-body&gt;p {
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 10px;
}

.comments-box .commentlist li .comment-body .reply {
  display: none;
  float: right;
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
}

.comments-box .commentlist li .comment-body .reply a {
  font-family: Arial Bold, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.comments-box .comment-respond {
  margin-top: 40px;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .comments-box .comment-respond {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .comments-box .comment-respond {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1381px) {
  .comments-box .comment-respond {
    margin-bottom: 100px;
  }
}

.comments-box .comment-respond .comment-reply-title {
  display: none;
}

.comments-box .comment-respond form {
  position: relative;
}

.comments-box .comment-respond form .comment-notes, .comments-box .comment-respond form .comment-form-email, .comments-box .comment-respond form .comment-form-url {
  display: none;
}

.comments-box .comment-respond form .comment-form-author {
  margin-bottom: 240px;
}

.comments-box .comment-respond form .comment-form-author label {
  display: none;
}

.comments-box .comment-respond form .comment-form-author input {
  padding: 15px 20px;
  width: 100%;
  border: 2px solid #c4dcd9;
}

.comments-box .comment-respond form .comment-form-comment {
  position: absolute;
  margin-top: 80px;
  width: 100%;
}

.comments-box .comment-respond form .comment-form-comment label {
  display: none;
}

.comments-box .comment-respond form .comment-form-comment textarea {
  padding: 15px 20px;
  width: 100%;
  border: 2px solid #c4dcd9;
}

.comments-box .comment-respond form .form-submit .submit {
  float: right;
  margin-bottom: 20px;
  background-color: #c4dcd9;
  font-family: ForalPro-Bold, sans-serif;
  box-shadow: none;
  color: #282a3b;
  font-weight: bolder;
  text-transform: uppercase;
  border: 3px solid #282a3b;
  padding: 3px 20px;
}

.logged-in .comments-box .comment-respond form .comment-form-comment {
  position: relative;
}

.cookie-box {
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.cookie-box-inner {
  margin: 0 auto;
  padding: 15px 20px 15px;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cookie-box-inner p {
  margin: 0px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 30px;
  font-family: Arial Bold, sans-serif;
  font-weight: bold;
}

.cookie-box-inner a {
  color: white;
  text-decoration: underline;
}

.cookie-box button {
  background-color: #ffcf2d;
  color: #282a3b;
  font-size: 24px;
  font-family: ForalPro-Bold, sans-serif;
  border: 0;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 0px;
  padding: 9px 34px 8px;
  margin: 0;
}

.outer404cont {
  background-color: #F4F8F8;
}

.outer404cont .inner404cont {
  text-align: center;
  margin: auto;
  max-width: 1000px;
  padding-bottom: 100px;
}

.outer404cont .inner404cont .error404 {
  color: #ffcf2d;
  font-size: 10em;
  font-family: ForalPro-Bold, sans-serif;
}

@media screen and (min-width: 768px) {
  .outer404cont .inner404cont .error404 {
    font-size: 20em;
  }
}

.outer404cont .inner404cont h2 {
  font-family: ForalPro-Bold, sans-serif;
}

.outer404cont .inner404cont p {
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.comment-list hr {
  border-top: 2px solid #aaa;
}

.comment-list .comment .horizontal-deco {
  background-color: #ffcf2d;
  height: 5px;
  width: 30px;
  margin-right: 20px;
  margin-bottom: 3px;
  display: inline-block;
}

.comment-list .comment .comment-head {
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: ForalPro-Bold, sans-serif;
  font-size: 16px;
}

.comment-list .comment .comment-head .comment-author {
  display: inline-block;
  margin-right: 5px;
}

.comment-list .comment .comment-head .vertical-split {
  width: 1px;
  height: 15px;
  margin-bottom: -3px;
  display: inline-block;
  border-left: 2px solid #ffcf2d;
}

.comment-list .comment .comment-head .comment-date {
  padding-left: 5px;
  display: inline-block;
}

.comment-list .comment .comment-body {
  padding-left: 50px;
  padding-bottom: 5px;
}

section.parent-page {
  margin-bottom: 20px;
  text-transform: uppercase;
}

section.parent-page a {
  text-decoration: none;
}

section.parent-page h3, section.parent-page .accordion .panel-title a, .accordion .panel-title section.parent-page a {
  color: #7e7f89;
  letter-spacing: 0.5px;
}

section.parent-page h3 a, section.parent-page .accordion .panel-title a a, .accordion .panel-title section.parent-page a a {
  color: inherit;
  text-decoration: none;
}

section.parent-page h3 a:hover, section.parent-page .accordion .panel-title a a:hover, .accordion .panel-title section.parent-page a a:hover {
  color: inherit;
}

section.content-page-builder {
  padding-bottom: 60px;
}

section.content-page-builder .page-title {
  margin-top: 40px;
}

section.content-page-builder .page-title .title {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

section.content-page-builder .page-title .line {
  width: 30px;
  height: 4px;
  background-color: #ffcf2d;
  float: left;
  display: block;
  margin-bottom: 25px;
}

.image-module {
  margin-bottom: 30px;
}

.image-module img {
  max-width: 100%;
}

.text-module {
  margin-bottom: 30px;
}

.text-module a.btn.download-pdf-button {
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 5px;
}

div.item {
  text-align: center;
  position: relative;
}

div.item img {
  max-width: 100%;
  z-index: -1;
  cursor: pointer;
  border: 7px solid #282a3b;
  border-radius: 5px;
  margin: auto;
}

div.item .circle-play {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #282a3b;
  border-radius: 25px;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  top: 50%;
}

div.item .circle-play span {
  font-size: 25px;
  line-height: 45px;
  text-align: center;
  position: relative;
  margin-left: 3px;
  color: #ffcf2d;
}

.text-image-module .image-pos-left {
  float: left;
  max-width: 50%;
  text-align: left;
}

.text-image-module .image-pos-left img {
  max-width: 90%;
}

.text-image-module .image-pos-left p {
  max-width: 90%;
  padding-bottom: 10px;
  font-size: 1em;
}

.text-image-module .image-pos-right {
  float: right;
  max-width: 50%;
  text-align: right;
}

.text-image-module .image-pos-right img {
  max-width: 90%;
}

.text-image-module .image-pos-right p {
  max-width: 90%;
  margin-left: 10%;
  text-align: left;
  font-size: 1em;
  padding-bottom: 10px;
}

.text-image-module img {
  max-width: 100%;
}

@media screen and (max-width: 450px) {
  .text-image-module .col-6 {
    padding: 0;
  }
}

.accordion .title {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 2px #c4dcd9;
}

.accordion .panel-default&gt;.panel-heading {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  padding-left: 0;
  padding-top: 20px;
}

.accordion .panel-group .panel {
  border-radius: 0px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding-bottom: 5px;
  border-bottom: solid 2px #c4dcd9;
}

.accordion .panel-title a {
  text-decoration: none;
  font-family: ForalPro-Regular, sans-serif;
  width: 100%;
  display: block;
}

@media screen and (max-width: 450px) {
  .accordion .panel-title a {
    font-size: 1.3em;
  }
}

.accordion .panel-title a span {
  background-image: url("../img/up-arrow.png");
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.accordion .panel-title a.collapsed span {
  background-image: url("../img/down-arrow.png");
}

.accordion .panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body {
  border: none;
  padding-left: 0;
  font-family: Arial Regular, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.video-cont {
  background-color: #e5f7ef;
  text-align: center;
  padding: 20px 50px 50px 50px;
}

.video-cont h3, .video-cont .accordion .panel-title a, .accordion .panel-title .video-cont a {
  text-transform: uppercase;
}

.video-cont h3:before, .video-cont .accordion .panel-title a:before, .accordion .panel-title .video-cont a:before {
  content: ' ';
  display: block;
  border-bottom: 2px solid #282a3b;
  width: 25px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.video-cont h2 {
  font-size: 26px;
  font-family: ForalPro-Regular, sans-serif;
}

.video-cont h2 span.big-title {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-size: 1.5em;
  font-family: ForalPro-ExtraBold, sans-serif;
}

.video-cont h2 span.big-title:after {
  content: ' ';
  display: block;
  border-bottom: 2px solid #282a3b;
  width: 50px;
  margin-top: 7px;
}

@media screen and (max-width: 425px) {
  .video-cont h2 {
    padding: 25px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 425px) {
  .video-cont {
    padding: 20px 0px 20px 0px;
    padding-bottom: 70px;
  }
}

.video-cont .slide-outer-cont {
  position: relative;
}

.video-cont .title-cont {
  text-align: left;
  text-transform: uppercase;
}

.video-cont .circle-vid {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #c4dbd8;
  border-radius: 20px;
  text-align: center;
  top: 150px;
  margin-top: -20px;
  display: inline-block;
  position: absolute;
}

@media screen and (max-width: 900px) {
  .video-cont .circle-vid {
    top: 115px;
  }
}

.video-cont .circle-vid span.glyphicon {
  font-size: 22.22222px;
  position: relative;
  top: 50%;
  margin-top: -10px;
  color: #282a3b;
}

.video-cont .circle-vid img {
  margin-top: 8px;
  height: 23px;
}

.video-cont .circle-vid.circle-vid-next {
  right: -35px;
}

.video-cont .circle-vid.circle-vid-next img {
  margin-left: 5px;
}

.video-cont .circle-vid.circle-vid-prev {
  left: -35px;
}

.video-cont .circle-vid.circle-vid-prev img {
  margin-left: -5px;
}

@media screen and (max-width: 1000px) {
  .video-cont .circle-vid.circle-vid-next {
    right: -25px;
  }

  .video-cont .circle-vid.circle-vid-prev {
    left: -25px;
  }
}

@media screen and (max-width: 600px) {
  .video-cont .circle-vid.circle-vid-next {
    right: 5px;
    top: 150px;
    z-index: 100;
  }

  .video-cont .circle-vid.circle-vid-prev {
    left: 5px;
    top: 150px;
    z-index: 100;
  }
}

.video-cont .owl-carousel {
  display: inline-block;
  margin: auto;
  width: 98%;
  padding: 50px 0px 0px 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 600px) {
  .video-cont .owl-carousel {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .video-cont .owl-carousel {
    height: 270px;
  }

  .video-cont .owl-carousel .owl-stage-outer {
    padding-top: 40px;
  }
}

.video-cont .owl-carousel .owl-item {
  z-index: -1;
}

.video-cont .owl-carousel div.item.active {
  display: none;
}

.video-cont .owl-carousel div.item a {
  text-decoration: none;
  position: relative;
  margin-bottom: 20px;
  position: relative;
}

.video-cont .owl-carousel div.item a .circle-play {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #282a3b;
  border-radius: 25px;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -120px;
}

@media screen and (max-width: 900px) {
  .video-cont .owl-carousel div.item a .circle-play {
    width: 25px;
    height: 25px;
    margin-left: -12px;
    top: -75.83333px;
  }
}

@media screen and (max-width: 426px) {
  .video-cont .owl-carousel div.item a .circle-play {
    top: -75.83333px;
  }
}

.video-cont .owl-carousel div.item a .circle-play span {
  font-size: 25px;
  line-height: 45px;
  text-align: center;
  position: relative;
  margin-left: 3px;
  color: #ffcf2d;
}

@media screen and (max-width: 900px) {
  .video-cont .owl-carousel div.item a .circle-play span {
    font-size: 12.5px;
    line-height: 23px;
  }
}

@media screen and (max-width: 1220px) {
  .video-cont .owl-carousel div.item a {
    width: 50%;
  }
}

.video-cont .owl-carousel div.item a h3, .video-cont .owl-carousel div.item a .accordion .panel-title a, .accordion .panel-title .video-cont .owl-carousel div.item a a {
  width: 308px;
  margin: auto;
  text-align: left;
  font-size: 26px;
  margin: auto;
  font-family: ForalPro-Regular, sans-serif;
}

@media screen and (max-width: 900px) {
  .video-cont .owl-carousel div.item a h3, .video-cont .owl-carousel div.item a .accordion .panel-title a, .accordion .panel-title .video-cont .owl-carousel div.item a a {
    width: 205.33333px;
    font-size: 20px;
  }
}

@media screen and (max-width: 426px) {
  .video-cont .owl-carousel div.item a h3, .video-cont .owl-carousel div.item a .accordion .panel-title a, .accordion .panel-title .video-cont .owl-carousel div.item a a {
    width: 205.33333px;
    font-size: 16px;
  }
}

.video-cont .owl-carousel div.item a img {
  z-index: -1;
  cursor: pointer;
  border: 7px solid #282a3b;
  border-radius: 5px;
  width: 308px;
  height: 190px;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .video-cont .owl-carousel div.item a img {
    width: 205.33333px;
    height: 126.66667px;
  }
}

@media screen and (max-width: 426px) {
  .video-cont .owl-carousel div.item a img {
    width: 205.33333px;
    height: 126.66667px;
    border: 5px solid #282a3b;
  }
}

div#row-b {
  background-color: #e5f7ef;
}

.popupoverlay {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.popupoverlay .video-popup-container {
  width: 80vw;
  margin: auto;
  border-radius: 4px;
  margin-top: 5vh;
  background-color: white;
}

@media screen and (max-width: 425px) {
  .popupoverlay .video-popup-container {
    width: 100vw;
  }
}

@media screen and (max-width: 1440px) {
  .popupoverlay .video-popup-container {
    margin-top: 10vh;
  }
}

@media screen and (max-width: 700px) {
  .popupoverlay .video-popup-container {
    margin-top: 30vh;
  }
}

.popupoverlay .plyr .plyr__play-large {
  width: 75px;
  height: 75px;
}

.popupoverlay .plyr .plyr__play-large svg {
  left: 12px;
  width: 30px;
  height: 30px;
}

.padding-none-left-different {
  padding: 0px;
  padding-right: 10px;
}

.padding-none-right-different {
  padding: 0px;
  padding-left: 10px;
}

.blockrow {
  font-size: 0px;
}

.article-block {
  width: 50%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 500px;
  padding-left: 65px;
  padding-top: 50px;
}

@media screen and (max-width: 750px) {
  .article-block {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .article-block {
    padding: 20px;
    height: 350px;
  }
}

@media screen and (max-width: 930px) {
  .article-block {
    padding-left: 25px;
    padding-top: 30px;
  }
}

.article-block h2, .article-block h3, .article-block .accordion .panel-title a, .accordion .panel-title .article-block a {
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: normal;
  font-size: 26px;
  font-family: ForalPro-Regular, sans-serif;
}

.article-block h2 span.big-title, .article-block h3 span.big-title, .article-block .accordion .panel-title a span.big-title, .accordion .panel-title .article-block a span.big-title {
  display: block;
  font-weight: bold;
  font-size: 1.5em;
  font-family: ForalPro-ExtraBold, sans-serif;
}

.article-block h2 span.big-title:after, .article-block h3 span.big-title:after, .article-block .accordion .panel-title a span.big-title:after, .accordion .panel-title .article-block a span.big-title:after {
  content: ' ';
  display: block;
  border-bottom: 3px solid;
  width: 80px;
  margin-top: 7px;
  margin-bottom: 30px;
}

.article-block .inner-cont {
  position: absolute;
}

.article-block .block-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 98%;
  max-height: 360px;
}

.numeric-blocks-section .uppercase {
  font-size: 1.4em;
  font-family: ForalPro-Regular, sans-serif;
}

.numeric-blocks-section .title {
  font-family: ForalPro-Bold, sans-serif;
  font-size: 4em;
  margin-top: 5px;
  margin-bottom: 10px;
}

.numeric-blocks-section .line {
  width: 50px;
  height: 2px;
  background-color: #282a3b;
  display: block;
}

.single-numeric-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .single-numeric-block {
    padding-top: 45px;
  }
}

@media screen and (min-width: 1381px) {
  .single-numeric-block {
    padding-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .single-numeric-block {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 1381px) {
  .single-numeric-block {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .single-numeric-block .number {
    margin-left: -50px;
  }
}

@media screen and (max-width: 450px) {
  .single-numeric-block .number {
    margin-left: 0px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}

.single-numeric-block .number span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #282a3b;
  display: block;
  text-align: center;
  font-family: ForalPro-Bold, sans-serif;
  padding-top: 5px;
  background-color: #fddbcc;
  font-size: 47px;
}

@media screen and (max-width: 768px) {
  .single-numeric-block .number span {
    width: 50px;
    height: 50px;
    font-size: 37px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .single-numeric-block .number span.even {
    position: absolute;
    right: 20px;
  }
}

@media screen and (max-width: 450px) {
  .single-numeric-block .number span.even {
    position: relative;
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .single-numeric-block .img-box {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .single-numeric-block .img-box {
    padding-top: 40px;
  }
}

.single-numeric-block .img-box img {
  width: 60%;
  max-width: 100%;
  margin: auto;
  float: none;
  display: block;
}

@media screen and (max-width: 768px) {
  .single-numeric-block .img-box img {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .single-numeric-block .img-box img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .single-numeric-block .box-content {
    padding-top: 0px;
  }

  .single-numeric-block .box-content.even {
    padding-left: 0px;
  }
}

@media screen and (max-width: 450px) {
  .single-numeric-block .box-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-numeric-block .box-content .content {
  width: 80%;
  padding-left: 30px;
}

.single-numeric-block .box-content .content .line {
  width: 20px;
  height: 2px;
  background-color: #282a3b;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .single-numeric-block .box-content .content {
    width: 100%;
    padding-left: 20px;
  }
}

.top-mini-menu {
  width: 100%;
  margin: auto;
  max-width: 1000px;
  font-size: 0px;
  position: relative;
  height: 80px;
  font-family: ForalPro-Bold, sans-serif;
}

.top-mini-menu .splitline {
  border: 1px solid black;
  height: 40px;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0px;
}

.top-mini-menu div.top-mini-cont {
  font-size: 26px;
  display: inline-block;
  width: 50%;
  position: static;
}

.top-mini-menu div.top-mini-cont a {
  word-wrap: break-word;
  width: 35%;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
}

@media screen and (max-width: 650px) {
  .top-mini-menu div.top-mini-cont a {
    line-height: normal;
  }
}

@media screen and (max-width: 768px) {
  .top-mini-menu div.top-mini-cont a {
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
  .top-mini-menu div.top-mini-cont a {
    font-size: 16px;
  }
}

.top-mini-menu div.top-mini-cont a:hover {
  color: #282a3b;
}

.top-mini-menu div.top-mini-cont.right a {
  position: absolute;
  left: 40px;
  padding-left: 20px;
}

.top-mini-menu div.top-mini-cont.left a {
  position: absolute;
  right: 40px;
  padding-right: 20px;
  text-align: right;
}

.top-mini-menu div.top-mini-cont .circle-nav {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #c4dbd8;
  position: absolute;
  top: 0px;
}

.top-mini-menu div.top-mini-cont .circle-nav.circle-next {
  right: 10px;
}

.top-mini-menu div.top-mini-cont .circle-nav.circle-next img {
  margin-left: 17px;
  margin-top: 4px;
  height: 23px;
}

.top-mini-menu div.top-mini-cont .circle-nav.circle-next span {
  margin-left: 9px;
  margin-top: 6px;
}

.top-mini-menu div.top-mini-cont .circle-nav.circle-prev {
  left: 10px;
}

.top-mini-menu div.top-mini-cont .circle-nav.circle-prev img {
  margin-left: 12px;
  margin-top: 5px;
  height: 23px;
}

.top-mini-menu div.top-mini-cont .circle-nav.circle-prev span {
  margin-left: 7px;
  margin-top: 7px;
}

.top-mini-menu div.top-mini-cont-new {
  font-size: 26px;
  display: inline-block;
  width: 50%;
  position: static;
}

.top-mini-menu div.top-mini-cont-new a.aligned {
  word-wrap: break-word;
  width: 35%;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
}

@media screen and (max-width: 650px) {
  .top-mini-menu div.top-mini-cont-new a.aligned {
    line-height: normal;
  }
}

@media screen and (max-width: 768px) {
  .top-mini-menu div.top-mini-cont-new a.aligned {
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
  .top-mini-menu div.top-mini-cont-new a.aligned {
    font-size: 16px;
  }
}

.top-mini-menu div.top-mini-cont-new a.aligned:hover {
  color: #282a3b;
}

.top-mini-menu div.top-mini-cont-new.right a {
  position: absolute;
  left: 40px;
  padding-left: 20px;
}

.top-mini-menu div.top-mini-cont-new.left a {
  position: absolute;
  right: 40px;
  padding-right: 20px;
  text-align: right;
}

.top-mini-menu div.top-mini-cont-new .circle-nav {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #c4dbd8;
  position: absolute;
  top: 0px;
}

.top-mini-menu div.top-mini-cont-new .circle-nav.circle-next {
  right: 10px;
}

.top-mini-menu div.top-mini-cont-new .circle-nav.circle-next img {
  margin-left: 13px;
  margin-top: 4px;
  height: 23px;
}

.top-mini-menu div.top-mini-cont-new .circle-nav.circle-next span {
  margin-left: 9px;
  margin-top: 6px;
}

.top-mini-menu div.top-mini-cont-new .circle-nav.circle-prev {
  left: 10px;
}

.top-mini-menu div.top-mini-cont-new .circle-nav.circle-prev img {
  margin-top: 8px;
  height: 23px;
  position: absolute;
  left: 18px;
}

.top-mini-menu div.top-mini-cont-new .circle-nav.circle-prev span {
  margin-left: 7px;
  margin-top: 7px;
}

/*  Changes added by Advice November 2018 */
.other-years {
  font-size: 24px;
  text-transform: uppercase;
}

.blog-col .nav-next, .blog-col .nav-previous {
  font-family: ForalPro-Bold, sans-serif;
}

.blog-col .nav-next a {
  position: relative;
  padding-left: 50px;
}

.blog-col .nav-previous a {
  position: relative;
  padding-right: 50px;
}

.blog-col .nav-next a:before, .blog-col .nav-previous a:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #c4dbd8 url("../img/arrow-right.png") center/12px no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blog-col .nav-previous a:before {
  background: #c4dbd8 url("../img/arrow-left.png") center/12px no-repeat;
  right: 0;
  left: auto;
}

.posts-outer-cont {
  /* display: flex; */
  /* padding-top: 1.5rem; */
}

.posts-outer-cont .item {
  /* flex: 0 0 25%; */
  text-align: left;
  /* margin-top: 2rem; */
  /* padding-right: 2rem; */
}

.posts-outer-cont .item a {
  text-decoration: none;
}

.posts-outer-cont .item .date {
  width: 308px;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .posts-outer-cont .item .date {
    width: 205.33333px;
    margin: auto;
  }
}

.posts-outer-cont .item h3 {
  width: 308px;
  margin: auto;
  text-align: left;
  font-size: 26px;
  margin: auto;
  font-family: ForalPro-Regular, sans-serif;
  text-decoration: none;
}

.posts-outer-cont .owl-carousel div.item a img {
  border: none;
  border-radius: 0;
}

.posts-outer-cont .item .date {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: capitalize;
}

.posts-outer-cont .item .date:before {
  content: ' ';
  display: block;
  border-bottom: 2px solid #282a3b;
  width: 25px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.posts-outer-cont .item img {
  border: none;
  border-radius: 0;
}

.posts-outer-cont .item h3:before {
  content: none;
}

.numeric-blocks-section .title {
  font-size: 1.4em;
  font-family: ForalPro-Regular, sans-serif;
  text-transform: uppercase;
}

.numeric-blocks-section .title .big-title {
  font-family: ForalPro-Bold, sans-serif;
  font-size: 4rem;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}

.single-numeric-block h2 {
  font-size: 1.4em;
}

ul, ol {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-family: Arial Regular, sans-serif;
  font-weight: 300;
}
</pre></body></html>