/**! ==================================================
 * helllicht Toolkit
 *
 * ================================================== */
/**! ==================================================
 * VENDORS
 * external sources like normalize or css reset
 *  - css normalize/reset
 *  - externals
 * ================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/* Roboto regular */


@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Regular.eot");
    src: url("fonts/Roboto-Regular.eot?#iefix") format('embedded-opentype'),
         url("fonts/Roboto-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Roboto italic */

@font-face {
    font-family: "Roboto";
    src: url('fonts/Roboto-Italic.eot');
    src: url('fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Roboto bold */

@font-face {
    font-family: "Roboto";
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

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

body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
 * Settings
 ==============================: */
/*
 * Settings fpr touch devices
 ==============================: */
.is-touch .slider__next-item,
.is-touch .slider__prev-item {
  display: none;
}
/**! ==================================================
 * GLOBAL
 * Global Styling
 * ================================================== */
/**! ==================================================
 * GLOBAL/Fonts
 *  font-face
 * ================================================== */
/**! ==================================================
 * GLOBAL/Body
 * Body Styling
 * ================================================== */
*,
*:after,
*:before {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  overflow-x: hidden;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 100%;
  font-family: 'OpenSans-Regular', Sans-Serif;
  line-height: 1.5;
  min-width: 320px;
}
@media only screen and (max-width:61.250em) {
  body {
    font-size: 95%;
  }
}
@media only screen and (max-width:48em) {
  body {
    font-size: 90%;
  }
}
@media only screen and (max-width:37.5em) {
  body {
    font-size: 87.5%;
  }
}
#page {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width:84.375em) {
  #page {
    float: left;
    margin-left: 1.5em;
  }
}
@media only screen and (max-width:75em) {
  #page {
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 0;
  }
}
@media only screen and (max-width:61.250em) {
  #page {
    max-width: 740px;
  }
}
@media only screen and (max-width:48em) {
  #page {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
#page.no-padding {
  padding: 0;
}
.bm-content {
  background-color: white;
  position: relative;
  z-index: 1;
}
.search .main-content,
.error404 .main-content {
  float: none!important;
  margin: 0 auto;
  padding: 0;
}
.page .section-maincontent .main-content {
  padding-right: 0;
}
@media only screen and (max-width:61.250em) {
  .main-sidebar {
    margin-top: 3em;
  }
}
/**! ==================================================
 * GLOBAL/Typo
 *  Typography
 * ================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
  line-height: 1.5em;
  text-rendering: optimizelegibility;
  word-wrap: break-word;
  font-weight: 400;
}
h1 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (max-width:37.5em) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media only screen and (max-width:30em) {
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
h2 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (max-width:37.5em) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width:37.5em) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width:37.5em) {
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
h5 {
  font-size: 16px;
  font-size: 1rem;
}
h6 {
  font-size: 14px;
  font-size: 0.875rem;
}
p {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1rem;
}
ul,
ol {
  margin-bottom: 1.5em;
}
ul li,
ol li {
  margin-bottom: 1em;
  color: #171717;
  font-size: 16px;
  font-size: 1rem;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
.text-light {
  color: #666666;
}
.text-small {
  font-size: 75%;
}
.text-lead {
  font-size: 125%;
}
.fontcolor-white {
  color: #ffffff;
}
.fontcolor-black {
  color: #212121;
}
.fontcolor-light {
  color: #666666;
}
.fontstyle-uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}
/**! ==================================================
 * GLOBAL/Colors
 *  color classes
 * ================================================== */
::-moz-selection {
  color: #ffffff;
  background: #064561;
}
::selection {
  color: #ffffff;
  background: #064561;
}
.bg-white {
  background-color: #ffffff;
}
.bg-light {
  background-color: #F0F0F0;
}
.bg-dark {
  background-color: #212121;
}
.bg-primary {
  background-color: #064561;
}
.bg-secondary {
  background-color: #d7e2e7;
}
.bg-tertiary {
  background-color: #FF7A00;
}
/**! ==================================================
 * GLOBAL/Helpers
 *
 * ================================================== */
hr {
  margin: 3em 1.5em;
  border: none;
  border-top: 2px solid #F0F0F0;
}
.layer,
.nav-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.85);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.layer--show,
.nav-layer--show {
  opacity: 1;
  visibility: visible;
}
.is-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width:37.5em) {
  .is-mobile {
    display: block;
  }
}
.limiter {
  max-width: 920px!important;
}
.no-gap {
  margin: 0!important;
  padding: 0!important;
}
.no-gap-x {
  margin-left: 0!important;
  margin-right: 0!important;
  padding-left: 0!important;
  padding-right: 0!important;
}
.no-gap-y {
  margin-top: 0!important;
  margin-bottom: 0!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.no-border {
  border: none!important;
}
.is-clickable {
  cursor: pointer;
}
.is-fullscreen {
  position: relative;
  height: 100%;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.hide-text {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.screen-reader-text {
  display: none;
}
.wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  text-align: center;
}
.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
@media only screen and (max-width:30em) {
  .alignleft,
  .alignright {
    margin: 0 auto 1.5em;
    float: none;
  }
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}
/**! ==================================================
 * GLOBAL/Visibility
 *  visibility classes
 * ================================================== */
@media only screen and (max-width:30em) {
  .hide-mobile {
    display: none;
  }
}
.show-mobile {
  display: none;
}
@media only screen and (max-width:30em) {
  .show-mobile {
    display: block;
  }
}
.hidden {
  border: 0;
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  clip: rect(0 0 0 0);
}
/**! ==================================================
 * COMPONENTS/Grid
 *
 * ================================================== */
.grid {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.5em;
}
.grid:after {
  content: "";
  clear: both;
  display: table;
}
.grid--endless .grid__col:last-child {
  float: left;
}
.grid .grid {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.grid__col {
  float: left;
  min-height: 1px;
}
.grid__col.col__switch-right:first-child {
  float: right!important;
}
.grid__col.col__switch-right:last-child {
  float: left!important;
}
.grid__col:last-child {
  float: right;
}
.grid__col:first-child {
  float: left;
}
.c-1 {
  width: 8.333336%;
}
.c-2 {
  width: 16.666667%;
}
.c-3 {
  width: 25.000008%;
}
.c-4 {
  width: 33.333344%;
}
.c-5 {
  width: 41.66668%;
}
.c-6 {
  width: 50.000016%;
}
.c-7 {
  width: 58.333352%;
}
.c-8 {
  width: 66.666667%;
}
.c-9 {
  width: 75.000024%;
}
.c-10 {
  width: 83.33336%;
}
.c-11 {
  width: 91.666696%;
}
.c-12 {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .grid__col--hide-wide {
    display: none!important;
  }
}
@media only screen and (max-width:61.250em) {
  .c-1,
  .c-2,
  .c-3,
  .c-4,
  .c-5,
  .c-6,
  .c-7,
  .c-8,
  .c-9,
  .c-10,
  .c-11,
  .c-12 {
    width: 100%;
  }
  .grid__col--smalldesk-half {
    width: 50%;
  }
  .grid__col--smalldesk-third {
    width: 33.333344%;
  }
  .grid__col--smalldesk-twothirds {
    width: 66.666656%;
  }
  .grid__col--smalldesk-quarter {
    width: 25%;
  }
  .grid__col--smalldesk-threequarters {
    width: 75%;
  }
}
@media only screen and (max-width:48em) {
  .grid__col--medium-half {
    width: 50%;
  }
  .grid__col--medium-third {
    width: 33.333344%;
  }
  .grid__col--medium-twothirds {
    width: 66.666656%;
  }
  .grid__col--medium-quarter {
    width: 25%;
  }
  .grid__col--medium-threequarters {
    width: 75%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .grid__col--hide-medium {
    display: none!important;
  }
}
@media only screen and (max-width:37.5em) {
  .grid__col--medium-half {
    width: 100%;
  }
  .grid__col--medium-third {
    width: 100%;
  }
  .grid__col--medium-quarter,
  .grid__col--narrow-full {
    width: 100%;
  }
  .grid__col--narrow-half {
    width: 50%;
  }
  .grid__col--narrow-third {
    width: 33.333344%;
  }
  .grid__col--narrow-twothirds {
    width: 66.666656%;
  }
  .grid__col--narrow-quarter {
    width: 25%;
  }
  .grid__col--hide-narrow {
    display: none!important;
  }
}
@media only screen and (max-width:30em) {
  .grid__col--narrow-half {
    width: 100%;
  }
}
/**! ==================================================
 * COMPONENTS/Table
 *
 * ================================================== */
.table__wrapper {
  overflow: hidden;
}
@media only screen and (max-width:37.5em) {
  .table__wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
table {
  margin-bottom: 1.5em;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table td {
  border-top: 1px solid #C6C6C6;
  line-height: 1.5em;
  padding: 0.5em 1em;
  text-align: left;
  vertical-align: middle;
}
table th {
  background: #ffffff;
  border: none;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5em 1em;
  text-align: left;
  vertical-align: middle;
  border-bottom: 2px solid #C6C6C6;
}
table tr:nth-child(2n+2) {
  background-color: #F0F0F0;
}
/**! ==================================================
 * COMPONENTS/Media
 *
 * ================================================== */
figure {
  margin: 0;
  max-width: 100%;
}
figcaption {
  padding: 0.5em 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.img-left {
  float: left;
  width: 50;
  margin-right: 3em;
}
.img-right {
  float: right;
  width: 50;
  margin-left: 3em;
}
.oembed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 1.5em;
}
.oembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**! ==================================================
 * COMPONENTS/Button
 * Button Styling
 * ================================================== */
.btn {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.75em 1.5em;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  background: #212121;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  border-radius: 3px;
  width: auto;
}
.btn:hover {
  background: #616161;
  color: #FFF;
}
.btn--outline {
  background: none;
  border: 2px solid #212121;
}
.btn--outline:hover {
  background: #212121;
}
.btn[disabled="disabled"],
.btn[disabled="disabled"]:hover {
  background-color: #C6C6C6;
}
.btn--primary {
  background: #064561;
  color: #ffffff;
}
.btn--primary:hover {
  background: #032331;
}
.btn--primary-outline {
  background: none;
  border: 2px solid #064561;
}
.btn--primary-outline:hover {
  background: #064561;
}
.btn--secondary {
  background: #d7e2e7;
}
.btn--secondary:hover {
  background: #b7cbd4;
}
.btn--secondary-outline {
  background: none;
  border: 2px solid #d7e2e7;
}
.btn--secondary-outline:hover {
  background: #d7e2e7;
}
.btn--tertiary {
  background: #FF7A00;
  color: #ffffff;
}
.btn--tertiary:hover {
  background: #cc6200;
}
.btn--tertiary-outline {
  background: none;
  border: 2px solid #FF7A00 !important;
  color: #FF7A00;
}
.btn--tertiary-outline:hover {
  background: #FF7A00;
}
.btn--small {
  padding: 0.5em 1em;
  font-size: 12px;
  font-size: 0.75rem;
}
.btn--large {
  padding: 1.25em 2.25em;
  font-size: 16px;
  font-size: 1rem;
}
.btn--rounded {
  border-radius: 32px;
}
.btn--menu {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
}
.btn--menu span {
  position: absolute;
  top: 18px;
  left: 7px;
  width: 26px;
  height: 2px;
  background-color: #064561;
}
.btn--menu span:before,
.btn--menu span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #064561;
  content: "";
}
.btn--menu span:before {
  top: -8px;
}
.btn--menu span:after {
  top: 8px;
}
.btn--close {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
}
.btn--close span {
  position: absolute;
  top: 18px;
  left: 7px;
  width: 26px;
  height: 2px;
  background-color: #064561;
}
.btn--close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn--close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fontcolor-black .btn,
.fontcolor-light .btn {
  color: #ffffff;
}
.fontcolor-black .btn--outline,
.fontcolor-light .btn--outline,
.fontcolor-black .btn--primary-outline,
.fontcolor-light .btn--primary-outline {
  color: #212121;
}
.fontcolor-black .btn--outline:hover,
.fontcolor-light .btn--outline:hover,
.fontcolor-black .btn--primary-outline:hover,
.fontcolor-light .btn--primary-outline:hover {
  color: #ffffff;
}
.fontcolor-white .btn {
  color: #ffffff;
}
.fontcolor-white .btn--outline,
.fontcolor-white .btn--primary,
.fontcolor-white .btn--primary-outline {
  color: #ffffff;
}
/**! ==================================================
 * COMPONENTS/Form
 *
 * ================================================== */
form {
  margin: 0;
}
input,
textarea {
  width: 100%;
  vertical-align: middle;
  border: 1px solid #C6C6C6;
  background: #ffffff;
  color: #171717;
  line-height: 1.5em;
  padding: 0.5em;
  margin: 0.25em 0 1em;
  font-family: 'OpenSans-Regular', Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 300ms, ease-in-out;
  transition: 300ms, ease-in-out;
}
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="submit"] {
  width: auto;
  padding: 0.75em 1.5em;
}
textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 9em;
}
select {
  width: 100%;
  border: none;
  border-radius: 0;
  background: #ffffff;
  color: #171717;
  line-height: 1.5em;
  padding: 0.75em;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
}
input[type="checkbox"] {
  width: auto;
  margin-right: .75em;
  margin-top: 0;
  margin-bottom: 3px;
}
label {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
fieldset {
  background-color: #F0F0F0;
  border: 0;
  margin-bottom: 1.5em;
  padding: 1.5em;
  position: relative;
}
fieldset.has-legend {
  padding-top: 3.75em;
}
fieldset legend {
  position: absolute;
  top: 1.5em;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.select-box {
  position: relative;
  margin: 0.5em 0;
  border: 1px solid #C6C6C6;
}
.select-box:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  background: #FFF;
  content: "";
  pointer-events: none;
}
.select-box:after {
  position: absolute;
  top: 100%;
  right: 12px;
  width: 0;
  height: 0;
  margin-top: -24px;
  content: "";
  border-color: #C6C6C6 transparent transparent;
  border-style: solid;
  border-width: 7px 5px;
  pointer-events: none;
}
input[aria-invalid="true"],
input.error {
  border-color: #ffa7a7;
}
.search-form {
  position: relative;
}
.search-form input.search-submit {
  width: 14px;
  height: 14px;
  background: url('../img/icon-search.svg') no-repeat;
  border: 0;
  color: transparent;
  margin: 0;
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 0;
}
.search-form input.search-field {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding-right: 40px;
  font-size: 16px;
  font-size: 1rem;
}
.comment-form p {
  margin: 0;
}
div.wpcf7 {
  clear: both;
}
div.wpcf7:before,
div.wpcf7:after {
  content: " ";
  display: table;
}
div.wpcf7:after {
  clear: both;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7-form label {
  margin-top: 1em;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap.house,
.wpcf7-form .wpcf7-form-control-wrap.place,
.wpcf7-form .wpcf7-form-control-wrap.delivery-house,
.wpcf7-form .wpcf7-form-control-wrap.delivery-place {
  padding-left: 0.75em;
}
.wpcf7-form .wpcf7-form-control-wrap.agb {
  display: inline-block;
}
.wpcf7-form span.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form input[type="submit"] {
  float: right;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  float: right;
  margin: -10px 0 10px;
  opacity: .5;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  display: none;
}
.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-mail-sent-ok,
.wpcf7-form div.wpcf7-response-output {
  border: 0;
  margin: 30px 0 0;
  padding: 0 200px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7-form div.wpcf7-validation-errors {
  color: red;
}
.form-abologin {
  max-width: 350px;
}
.form-abologin p.validation-error {
  color: red;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.abologin-logout {
  padding: 0 !important;
  border: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  right: 2em;
  top: 0;
}
@media only screen and (max-width:61.250em) {
  .abologin-logout {
    position: relative;
    left: 0;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    width: 100% !important;
    padding-top: 1.5em !important;
    border-top: 1px solid #F0F0F0;
  }
}
/**! ==================================================
 * COMPONENTS/Links
 *
 * ================================================== */
a {
  color: #064561;
  -webkit-transition: 300ms, ease-in-out;
  transition: 300ms, ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #032331;
}
a.show-more {
  color: #FF7A00;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(255, 122, 0, 0.2) !important;
}
a.show-more:hover {
  border-bottom: 1px solid #FF7A00 !important;
}
/**! ==================================================
 * MODULES
 * reusable blocks
 * ================================================== */
/**! ==================================================
 * MODULES/Header
 * reusable header module
 * ================================================== */
.header {
  position: relative;
  height: 220px;
}
@media only screen and (max-width:61.250em) {
  .header {
    height: auto;
  }
}
.header .header__title {
  padding: 4.5em 0 3em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header .header__title--logo {
  display: block;
  -webkit-transition: none;
  transition: none;
}
.header .header__title--logo svg {
  max-width: 100%;
}
@media only screen and (max-width:48em) {
  .header .header__title--logo {
    max-width: 220px;
  }
}
.header .header__title .search-form {
  margin-top: 2.1em;
}
@media only screen and (max-width:61.250em) {
  .header .header__title {
    padding: 1.5em 0 0;
    position: relative;
  }
  .header .header__title .grid .c-5 {
    display: none;
  }
}
@media only screen and (max-width:61.250em) {
  .header.is-sticky {
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    -webkit-animation-name: headerSlideDown;
            animation-name: headerSlideDown;
    -webkit-animation-duration: 600ms;
            animation-duration: 600ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .header.is-sticky .header__title {
    padding: 0;
    max-height: 50px;
    overflow: hidden;
  }
  .header.is-sticky .header__title--logo {
    max-width: 160px;
  }
  .header.is-sticky .header__title--logo svg {
    max-height: 80px;
  }
  .header.is-sticky .nav__btn--menu {
    top: .75em;
    -webkit-transition: none;
    transition: none;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    top: -100%;
  }
  100% {
    top: 0%;
  }
}
@keyframes headerSlideDown {
  0% {
    top: -100%;
  }
  100% {
    top: 0%;
  }
}
/**! ==================================================
 * MODULES/Footer
 * reusable footer module
 * ================================================== */
.footer {
  padding: 1.5em 0;
  background-color: #f0f0f0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  position: relative;
}
.footer .c-2 {
  padding-right: 1.5em;
  margin-bottom: 2em;
}
@media only screen and (max-width:48em) {
  .footer .c-2 {
    padding: 0;
    margin: 0;
  }
}
.footer h5 {
  margin-bottom: 0.25em;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #212121;
}
@media only screen and (max-width:30em) {
  .footer h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: .25em;
}
.footer ul li a {
  color: #212121;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width:30em) {
  .footer ul li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.footer p {
  line-height: 1.5em;
  font-size: 12px;
}
.footer .footer__copyright p {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}
.footer > .grid .grid__col:last-child {
  width: 33.333344%;
  padding-right: 0;
}
@media only screen and (max-width:61.250em) {
  .footer > .grid .grid__col:last-child {
    width: 100%;
    padding-right: 0;
  }
}
.footer .text-footer p {
  color: #666666;
}
.footer .btn-top {
  border-radius: 50%;
  border: 2px solid #B6B6B6;
  background-color: #d1d1d1;
  text-align: center;
  overflow: hidden;
  width: 40px;
  height: 40px;
  line-height: 20px;
  display: block;
  position: absolute;
  right: 1.5em;
  top: -1.5em;
  padding: .5em;
}
.footer .btn-top:hover {
  box-shadow: 0 0 16px 0 rgba(175, 175, 175, 0.5);
}
/**! ==================================================
 * MODULES/Section
 * reusable section module
 * ================================================== */
.section {
  position: relative;
  margin-bottom: 6em;
  padding-top: 6em;
  overflow: hidden;
}
@media only screen and (max-width:84.375em) {
  .section {
    margin-bottom: 7.5em;
    padding-top: 7.5em;
  }
}
@media only screen and (max-width:61.250em) {
  .section {
    margin-bottom: 4.5em;
    padding-top: 4.5em;
  }
}
@media only screen and (max-width:37.5em) {
  .section {
    margin-bottom: 3em;
    padding-top: 3em;
  }
}
.section.is-first {
  margin-top: 0;
}
.section--border {
  border-top: 1px solid #F0F0F0;
}
.section--bg {
  padding: 6em 0;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width:84.375em) {
  .section--bg {
    padding: 7.5em 0;
  }
}
@media only screen and (max-width:61.250em) {
  .section--bg {
    padding: 4.5em 0;
  }
}
@media only screen and (max-width:37.5em) {
  .section--bg {
    padding: 3em 0;
  }
}
.section__error {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 920px;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  text-align: center;
}
.section__error p {
  font-size: 18px;
  font-size: 1.125rem;
}
.section-maincontent {
  padding: 1.5em 0 3em;
}
.section-maincontent .main-content {
  padding-right: 2.25em;
}
.section-maincontent .main-sidebar {
  padding-left: 0.75em;
}
@media only screen and (max-width:61.250em) {
  .section-maincontent .main-content,
  .section-maincontent .main-sidebar {
    padding: 0;
  }
}
.section-magazine {
  padding: 3em 1.5em;
  position: relative;
}
@media only screen and (max-width:61.250em) {
  .section-magazine {
    padding: 3em 0;
  }
}
.section-magazine header h3 {
  padding-left: 1.875em;
  background-image: url('../img/icon-magazine-white-32.png');
  background-image: url('../img/icon-magazine-white-32.svg'), -webkit-linear-gradient(transparent, transparent);
  background-image: url('../img/icon-magazine-white-32.svg'), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 0 3px;
  min-height: 40px;
}
.section-magazine .magazine-content {
  padding-right: 6em;
}
@media only screen and (max-width:61.250em) {
  .section-magazine .magazine-content {
    padding-right: 0;
  }
}
.section-magazine .magazine-topics {
  padding-right: 3em;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
@media only screen and (max-width:61.250em) {
  .section-magazine .magazine-topics {
    padding-right: 0;
  }
}
.section-magazine .magazine-topics h4 {
  font-weight: 700;
}
.section-magazine .magazine-topics h4,
.section-magazine .magazine-topics p,
.section-magazine .magazine-topics li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: inherit;
}
.section-magazine .magazine-topics ul {
  padding-left: 1em;
}
.section-magazine .magazine-topics ul li {
  margin-bottom: .25em;
}
.section-magazine .magazine-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 110% -30px;
  opacity: 0.15;
}
@media only screen and (max-width:61.250em) {
  .section-magazine .magazine-cover {
    background-size: 70%;
    background-position: 110% 100%;
  }
}
.section-magazine .magazine-abo strong {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1.5em 0 0.75em;
}

.section-magazine .grid {
  position: relative;
  z-index: 1;
}
.section-teasers {
  padding: 3em 0;
}
.section-teasers h3 {
  color: #064561;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 1.5em;
}
.section-teasers .even {
  padding-left: 0.75em;
}
.section-teasers .odd {
  padding-right: 0.75em;
}
.section-teasers .element-1 .post.post--teaser,
.section-teasers .element-2 .post.post--teaser {
  border: none;
}
.section-teasers .grid__col:last-child {
  float: left !important;
}
@media only screen and (max-width:61.250em) {
  .section-teasers .grid__col {
    padding: 0;
  }
  .section-teasers .grid__col .post.post--teaser {
    height: auto!important;
  }
  .section-teasers .element-2 .post.post--teaser {
    border-top: 1px solid #F0F0F0;
  }
}
.section-teasers .hentry.post--teaser {
  margin-bottom: 0;
  padding: 1.5em 0 !important;
  border-top: 1px solid #F0F0F0;
}
.section-teasers .hentry.post--teaser h4 {
  margin-bottom: 0;
}
.section-featured-topics {
  position: relative;
  overflow: hidden;
}
.section-featured-topics header {
  background-color: #F0F0F0;
  padding: 1.5em 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 30px -10px #000000;
}
.section-featured-topics header h3 {
  color: #064561;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.section-featured-topics header nav:before,
.section-featured-topics header nav:after {
  content: " ";
  display: table;
}
.section-featured-topics header nav:after {
  clear: both;
}
.section-featured-topics header nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-featured-topics header nav ul li {
  display: inline-block;
  margin: 0 0 0 1.5em;
}
.section-featured-topics header nav ul li a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.section-featured-topics header nav ul li.active a {
  border-bottom: 2px solid #d7e2e7;
  font-weight: bold;
}
@media only screen and (max-width:61.250em) {
  .section-featured-topics header nav {
    margin-top: 1.5em;
  }
  .section-featured-topics header nav ul {
    float: left;
  }
  .section-featured-topics header nav ul li {
    margin-left: 0;
    margin-right: 1.5em;
  }
}
.section-featured-topics .topic-list {
  padding: 0;
  margin: 0;
  height: 100%;
  list-style-type: none;
  position: relative;
  z-index: 0;
}
.section-featured-topics .topic-list .topic {
  margin: 0;
  padding: 0 0 9em;
  position: relative;
  height: 100%;
  display: block;
  background-color: #064561;
  z-index: 1;
  float: left;
  background-size: cover;
  /*@media @mq-medium {
          display: none;
          &:first-child {
            display: block;
          }
        }*/
}
@media only screen and (max-width:61.250em) {
  .section-featured-topics .topic-list .topic {
    padding-bottom: 0;
  }
}
.section-featured-topics .topic-list .topic,
.section-featured-topics .topic-list .topic a {
  color: #ffffff;
}
.section-featured-topics .topic-list .topic:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(to left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 0;
}
.section-featured-topics .topic-list .topic .topic-header,
.section-featured-topics .topic-list .topic .topic-posts {
  position: relative;
  z-index: 5;
}
.section-featured-topics .topic-list .topic .topic-header {
  padding: 3em 1.5em;
}
@media only screen and (max-width:61.250em) {
  .section-featured-topics .topic-list .topic .topic-header {
    padding: 3em 0;
  }
  .section-featured-topics .topic-list .topic .topic-header h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.section-featured-topics .topic-list .topic .topic-header .btn {
  color: #ffffff;
  border-color: #ffffff;
}
.section-featured-topics .topic-list .topic .topic-header .btn:hover {
  border-color: #FF7A00;
  background-color: transparent;
}
.section-featured-topics .topic-list .topic .topic-posts {
  padding: 1.5em;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.section-featured-topics .topic-list .topic .topic-posts .hentry {
  position: relative;
  padding-right: 3em;
}
.section-featured-topics .topic-list .topic .topic-posts .hentry h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
}
.section-featured-topics .topic-list .topic .topic-posts .hentry a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.section-featured-topics .topic-list .topic .topic-posts .hentry .entry-category {
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  background-color: #064561;
  display: inline-block;
  padding: .25em .5em;
  margin-bottom: 0.75em;
}
@media only screen and (max-width:61.250em) {
  .section-featured-topics .topic-list .topic .topic-posts {
    padding: 0.75em 0 2.25em;
    position: relative;
  }
  .section-featured-topics .topic-list .topic .topic-posts .hentry {
    padding: 0.75em 0;
  }
}
.section-featured-topics .topic-list .topic.has-bgimage .topic-posts {
  background-color: rgba(33, 33, 33, 0.75);
}
.section-shop {
  background-color: #333333;
  padding: 3em 1.5em;
  color: #ffffff;
}
.section-shop .slider__next-item,
.section-shop .slider__prev-item {
  top: 40%;
  z-index: 99;
  display: block;
  height: 60px;
}
@media only screen and (max-width:61.250em) {
  .section-shop .slider__prev-item {
    left: 0;
  }
  .section-shop .slider__next-item {
    right: 0;
  }
}
@media only screen and (max-width:30em) {
  .section-shop {
    padding: 3em 0;
  }
  .section-shop .slider__next-item,
  .section-shop .slider__prev-item {
    top: auto;
    bottom: 0;
    width: 15px;
    overflow: hidden;
    height: 30px;
  }
  .section-shop .slider__next-item svg,
  .section-shop .slider__prev-item svg {
    margin-top: -10px;
  }
  .section-shop .slider__next-item svg {
    margin-left: -20px;
  }
}
.section-shop .slider__slider-content li {
  padding: 0 100px !important;
  color: #ffffff;
}
@media only screen and (max-width:61.250em) {
  .section-shop .slider__slider-content li {
    padding: 0 50px !important;
  }
}
@media only screen and (max-width:30em) {
  .section-shop .slider__slider-content li {
    padding: 0 !important;
  }
}
.section-shop .slider__slider-content li img {
  max-width: 80%;
}
@media only screen and (max-width:30em) {
  .section-shop .slider__slider-content li img {
    max-width: 100%;
    margin-bottom: 1.5em;
  }
}
.section-shop .slider__slider-content li h5 {
  font-weight: bold;
}
.section-shop .slider__slider-content li .product-excerpt p {
  font-size: 14px;
}
.section-shop .slider__slider-content li .product-price {
  font-size: 32px;
  font-size: 2rem;
}
.section-shop .slider__slider-content li .btn {
  margin-top: 1.5em;
}
.section-shop .slider__slider-pills {
  margin-top: 1.5em;
  position: relative;
}
.section-shop .slider__slider-pills li a {
  width: 10px;
  height: 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.section-shop .slider__slider-pills li.active a {
  background-color: rgba(255, 255, 255, 0.75);
}
.error__layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/**! ==================================================
 * MODULES/Copy
 * reusable copy module
 * ================================================== */
.copy {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.copy--teaser {
  max-width: 920px!important;
}
.copy--teaser p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}
.copy p {
  margin-top: 0;
}
.copy p:last-of-type {
  margin: 0;
}
.copy__image figure {
  margin: 0;
}
.copy__image figcaption {
  text-align: center;
  color: #666666;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width:48em) {
  .copy__image figcaption {
    text-align: left;
  }
}
@media only screen and (max-width:48em) {
  .copy__image img {
    margin-top: 3em;
  }
}
@media only screen and (max-width:30em) {
  .copy__image img {
    margin-top: 1.5em;
  }
}
.copy__layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/**! ==================================================
 * MODULES/Navbar
 * reusable navbar
 * ================================================== */
.nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nav--fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.875em 0;
  z-index: 50;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.nav--fixed.is-animated {
  padding: 1.125em 0;
}
.nav--colored {
  padding: 1.875em 0;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav ul li {
  display: block;
  float: left;
  margin: 0 0 0 1em;
  position: relative;
}
.nav ul li:first-child {
  margin-left: 0;
}
.nav ul li a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #171717;
}
.nav__btn--menu {
  display: none;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  margin: 0;
  z-index: 10;
}
@media only screen and (max-width:61.250em) {
  .nav__btn--menu {
    display: block;
  }
}
@media only screen and (max-width:37.5em) {
  .nav__btn--menu {
    top: 1.5em;
    right: 1em;
  }
}
.nav__btn--close {
  display: none;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  z-index: 10;
}
@media only screen and (max-width:61.250em) {
  .nav__btn--close {
    display: block;
  }
}
@media only screen and (max-width:61.250em) {
  .nav {
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background: #ffffff;
    z-index: 50;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    color: #212121 !important;
    overflow: auto;
  }
  .nav--show {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
}
.nav__primary,
.nav__secondary {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9;
}
@media only screen and (max-width:61.250em) {
  .nav__primary,
  .nav__secondary {
    position: relative;
  }
}
.nav__primary {
  bottom: 0;
}
@media only screen and (max-width:61.250em) {
  .nav__primary {
    padding-top: 4.5em;
  }
}

.nav__primary .form {
  background: none;
  max-width: none;
  float: right;
  position: absolute;
  top: 0;
  right: 24px;
}
.nav__primary .form fieldset {
    background: none;
    padding: 0;
    margin: 0;
}
.nav__primary .form input {
    background: none;
    color: black;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width:61.250em) {
  .nav__primary .form {
    position: static;
    border-top: 1px solid #F0F0F0;
    width: 100%;
  }
  .nav__primary .form input {
    font-size: 16px;
    padding: 1em 0;
    width: 100%;
    text-align: left;
  }
}
.nav__primary ul.menu li.login {
  float: right;
}
@media only screen and (max-width:61.250em) {
  .nav__primary ul.menu li.login {
    float: none;
  }
}
.logged-in .nav__primary ul.menu li.login {
  display: none;
}

.nav__primary ul.menu li a {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: .5px;
}
@media only screen and (max-width:61.250em) {
  .nav__primary ul.menu li a {
    display: block;
    color: #171717 !important;
    font-size: 16px;
    font-size: 1rem;
  }
}
.nav__primary ul.menu li a:hover {
  opacity: .75;
}
.nav__primary ul.menu > li.current-menu-item > a,
.nav__primary ul.menu > li.current-menu-ancestor > a,
.nav__primary ul.menu > li.current-post-ancestor > a {
  border-bottom: 3px solid #d7e2e7;
}
@media only screen and (max-width:61.250em) {
  .nav__primary ul.menu > li.current-menu-item > a,
  .nav__primary ul.menu > li.current-menu-ancestor > a,
  .nav__primary ul.menu > li.current-post-ancestor > a {
    border-bottom: 0;
    font-weight: bold;
  }
}
@media only screen and (max-width:61.250em) {
  .nav__primary ul.menu li {
    display: block;
    margin: 0;
    float: none;
  }
  .nav__primary ul.menu li a {
    border-top: 1px solid #F0F0F0;
    padding: 1em 0;
  }
  .nav__primary ul.menu li:first-child a {
    border: 0;
  }
}
.nav__primary ul.menu > li.menu-item-has-children > a {
  margin-right: 1.125em;
}
@media only screen and (max-width:61.250em) {
  .nav__primary ul.menu > li.menu-item-has-children > a {
    margin-right: 0;
  }
}
.nav__primary ul.menu > li.menu-item-has-children > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d7e2e7;
  position: absolute;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  margin-left: 0.375em;
  margin-top: 10px;
  display: inline-block;
}
.nav__primary ul.menu > li.menu-item-has-children:hover a:after {
  color: #212121;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-bottom: -10px;
  border-top-color: #064561;
}
.nav__primary ul.menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
@media only screen and (max-width:61.250em) {
  .nav__primary ul.menu > li.menu-item-has-children:hover > .sub-menu {
    display: none;
  }
}
@media only screen and (max-width:61.250em) {
  .nav__primary ul.menu > li.menu-item-has-children.is-active > .sub-menu {
    display: block;
  }
  .nav__primary ul.menu > li.menu-item-has-children.is-active > .sub-menu a {
    background-color: #F0F0F0;
  }
  .nav__primary ul.menu > li.menu-item-has-children.is-active > a {
    font-weight: bold;
  }
  .nav__primary ul.menu > li.menu-item-has-children.is-active > a:after {
    color: #212121;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    margin-bottom: -10px;
    border-top-color: #064561;
  }
}
.nav__primary ul.menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: white;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #C6C6C6;
}
.nav__primary ul.menu .sub-menu li {
  display: block;
  margin: 0;
  width: 100%;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.nav__primary ul.menu .sub-menu li a {
  display: block;
  white-space: nowrap;
  padding: 0.75em;
}
.nav__primary ul.menu .sub-menu li a:before {
  content: '';
  display: block;
  height: 1px;
  background-color: #F0F0F0;
  position: absolute;
  top: 0;
  right: 0.75em;
  left: 0.75em;
}
.nav__primary ul.menu .sub-menu li:hover {
  background-color: #F0F0F0;
}
.nav__primary ul.menu .sub-menu li:hover + li a:before {
  display: none;
}
.nav__primary ul.menu .sub-menu li:first-child a:before {
  display: none;
}
.nav__primary ul.menu .sub-menu li.current-menu-item > a,
.nav__primary ul.menu .sub-menu li.current-menu-ancestor > a,
.nav__primary ul.menu .sub-menu li.current-post-ancestor > a {
  font-weight: bold;
}
@media only screen and (max-width:61.250em) {
  .nav__primary ul.menu .sub-menu {
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    padding: 0;
  }
  .nav__primary ul.menu .sub-menu li a {
    padding-left: 0.75em;
  }
}
.nav__primary:after {
  content: '';
  display: block;
  border-bottom: 1px solid #F0F0F0;
  margin: 0.75em 1.5em 0;
}
@media only screen and (max-width:61.250em) {
  .nav__primary:after {
    border-bottom-width: 2px;
  }
}
.nav__secondary {
  padding: 1.5em 0;
  text-align: left;
  top: 0;
}
.nav__secondary ul li a {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #888;
}
.nav__secondary ul li a:hover {
  opacity: 0.5;
}
@media only screen and (max-width:61.250em) {
  .nav__secondary ul li a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
  }
}
@media only screen and (max-width:61.250em) {
  .nav__secondary .nav__secondary--left {
    margin-bottom: 1.5em;
    text-align: center;
  }
  .nav__secondary .nav__secondary--left li {
    display: inline-block;
    float: none;
    white-space: nowrap;
    margin: 0 0.75em;
    padding: 5px;
  }
}
.nav__secondary .nav__secondary--right {
  float: right;
}
.nav__secondary .nav__secondary--right li {
  margin-left: .5em;
}
.nav__secondary .nav__secondary--right .btn-primary a,
.nav__secondary .nav__secondary--right .btn-secondary a {
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 3px;
  padding: .5em .75em;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  letter-spacing: .5px;
  font-weight: 400;
}
@media only screen and (max-width:61.250em) {
  .nav__secondary .nav__secondary--right .btn-primary a,
  .nav__secondary .nav__secondary--right .btn-secondary a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: .75em 1em;
    display: inline-block;
  }
}
@media only screen and (max-width:61.250em) {
  .nav__secondary .nav__secondary--right {
    text-align: left;
  }
  .nav__secondary .nav__secondary--right li {
    display: block;
    width: 100%;
    margin: 0 0 0.75em;
    text-align: center;
  }
  .nav__secondary .nav__secondary--right li.btn-primary a,
  .nav__secondary .nav__secondary--right li.btn-secondary a {
    min-width: 180px;
  }
  .nav__secondary .nav__secondary--right li.icon-facebook {
    margin-left: -13px;
    left: 50%;
  }
  .nav__secondary .nav__secondary--right a {
    text-align: center;
    padding: 1em;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.nav__secondary .nav__secondary--right .btn-primary a {
  background-color: #064561;
  color: #ffffff;
}
.nav__secondary .nav__secondary--right .btn-secondary a {
  background-color: #d7e2e7;
  color: #212121;
}
.nav__secondary .nav__secondary--right .icon-facebook {
  background-image: url('../img/icon-facebook-16.png');
  background-image: url('../img/icon-facebook.svg'), -webkit-linear-gradient(transparent, transparent);
  background-image: url('../img/icon-facebook.svg'), linear-gradient(transparent, transparent);
  background-color: #3b5998;
  background-repeat: no-repeat;
  background-position: right;
  width: 26px;
  border-radius: 3px;
  padding: 1px 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.nav__secondary .nav__secondary--right .icon-facebook:hover {
  background-color: #718dc8;
}
.nav__secondary .nav__secondary--right .icon-facebook a {
  padding-right: 26px;
}
.nav__secondary .nav__secondary--right .icon-magazine a {
  background-image: url('../img/icon-magazine-16.png');
  background-image: url('../img/icon-magazine.svg'), -webkit-linear-gradient(transparent, transparent);
  background-image: url('../img/icon-magazine.svg'), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 90%;
  padding-right: 2.625em;
}
.nav__secondary .nav__secondary--right .icon-magazine-white a {
  background-image: url('../img/icon-magazine-white-16.png');
  background-image: url('../img/icon-magazine-white.svg'), -webkit-linear-gradient(transparent, transparent);
  background-image: url('../img/icon-magazine-white.svg'), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 90%;
  padding-right: 2.625em;
}
.nav__secondary .nav__secondary--right .icon-whoiswho a {
  background-image: url('../img/icon-whoiswho-16.png');
  background-image: url('../img/icon-whoiswho.svg'), -webkit-linear-gradient(transparent, transparent);
  background-image: url('../img/icon-whoiswho.svg'), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 95%;
  padding-right: 34px;
}
.nav__secondary .nav__secondary--right .icon-titelschutz a {
  background-image: url('../img/icon-titelschutz-16.png');
  background-image: url('../img/icon-titelschutz.svg'), -webkit-linear-gradient(transparent, transparent);
  background-image: url('../img/icon-titelschutz.svg'), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 95%;
  padding-right: 26px;
}
.nav__search--mobile {
  display: none;
}
@media only screen and (max-width:61.250em) {
  .nav__search--mobile {
    display: block;
    margin-top: 1.5em;
  }
}
.nav-flyout {
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  background: #ffffff;
  z-index: 50;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  color: #212121 !important;
  overflow: auto;
}
.nav__featured-topics {
  padding: 0.75em 0 0;
}
.nav__featured-topics strong {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  float: left;
  padding-top: 4px;
  display: block;
}
.nav__featured-topics ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.nav__featured-topics ul:before,
.nav__featured-topics ul:after {
  content: " ";
  display: table;
}
.nav__featured-topics ul:after {
  clear: both;
}
.nav__featured-topics ul li {
  float: left;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 1.5em;
}
.nav__featured-topics ul li a {
  display: inline-block;
  padding: 0.375em;
  background-color: #F0F0F0;
  color: #212121;
  border-radius: 2px;
}
.nav__featured-topics ul li a:hover {
  background-color: #C6C6C6;
}
@media only screen and (max-width:30em) {
  .nav__featured-topics ul {
    margin-top: 1.5em;
    float: left;
    width: 100%;
  }
  .nav__featured-topics ul li {
    margin-left: 0;
    margin-right: 1.5em;
  }
}
/**! ==================================================
 * MODULES/Slider
 * reusable slider module
 * ================================================== */
.slider {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.slider--image .slider__slider-content li {
  min-height: 600px;
}
@media only screen and (max-width:48em) {
  .slider--image .slider__slider-content li {
    min-height: 480px;
  }
}
@media only screen and (max-width:30em) {
  .slider--image .slider__slider-content li {
    min-height: 380px;
  }
}
.slider--image .slider__slider-content .slide__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width:30em) {
  .slider--image .slider__slider-content .slide__inner {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.slider svg line {
  stroke: blue;
}
.slider__slider-content {
  margin: 0;
  padding: 0;
  -webkit-transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  min-height: 120px;
}
.slider__slider-content li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider__slider-content .slide__inner {
  position: relative;
  max-width: 920px!important;
  margin: 0 auto;
  padding: 4.5em 1.5em;
  z-index: 10;
}
@media only screen and (max-width:30em) {
  .slider__slider-content .slide__inner {
    padding: 3em 1.5em;
  }
}
.slider__slider-content .slide__layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider__slider-pills {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slider__slider-pills li {
  display: inline-block;
  margin: 0 4px;
}
.slider__slider-pills li.active a {
  background: #212121;
}
.slider__slider-pills li a {
  display: block !important;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #212121;
}
.slider__slider-pills li a:hover {
  background: #212121;
}
.slider__next-item,
.slider__prev-item {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 30px;
  margin-top: -15px;
  z-index: 10;
  color: #FFF;
  text-align: center;
}
.slider__next-item.disabled,
.slider__prev-item.disabled {
  opacity: 0.25;
}
.slider__next-item {
  right: 2em;
}
@media only screen and (max-width:61.250em) {
  .slider__next-item {
    right: 1em;
  }
}
@media only screen and (max-width:30em) {
  .slider__next-item {
    right: 0.5em;
    text-align: right;
  }
  .slider__next-item:hover:not(.disabled) {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
  }
}
.slider__next-item:hover:not(.disabled) {
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
}
.slider__prev-item {
  left: 2em;
}
@media only screen and (max-width:61.250em) {
  .slider__prev-item {
    left: 1em;
  }
}
@media only screen and (max-width:30em) {
  .slider__prev-item {
    left: 0.5em;
    text-align: left;
  }
  .slider__prev-item:hover:not(.disabled) {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
  }
}
.slider__prev-item:hover:not(.disabled) {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
/**! ==================================================
 * MODULES/Gallery
 * reusable gallery module
 * ================================================== */
.entry-content .gallery {
  background-color: #F0F0F0;
  padding: 2em;
  margin: 2em 0;
}
.entry-content .gallery .gallery__title {
  margin: 0;
  text-transform: none;
  text-align: center;
}
.entry-content .gallery .gallery__slider {
  margin: 1.5em 0 0;
  position: relative;
}
.entry-content .gallery .gallery__slider .gallery__image {
  max-width: 450px;
  margin: 0 auto;
}
.entry-content .gallery .gallery__slider .gallery__image-icon {
  text-align: center;
}
.entry-content .gallery .gallery__slider .gallery__image-caption {
  text-align: center;
}
.entry-content .gallery .gallery__slider .gallery__top {
  position: relative;
}
.entry-content .gallery .gallery__slider .slide-next,
.entry-content .gallery .gallery__slider .slide-prev {
  position: absolute;
  display: block;
  height: 40px;
  width: 30px;
  top: 50%;
  border: 0;
  margin-top: -20px;
}
.entry-content .gallery .gallery__slider .slide-next:before,
.entry-content .gallery .gallery__slider .slide-prev:before {
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  border-right: 4px solid #C6C6C6;
  border-bottom: 4px solid #C6C6C6;
  float: left;
  position: absolute;
  top: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-content .gallery .gallery__slider .slide-prev {
  left: 0;
}
.entry-content .gallery .gallery__slider .slide-prev:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 12px;
}
.entry-content .gallery .gallery__slider .slide-prev:hover:before {
  -webkit-transform: translateX(-10%) rotate(135deg);
          transform: translateX(-10%) rotate(135deg);
}
.entry-content .gallery .gallery__slider .slide-next {
  right: 0;
}
.entry-content .gallery .gallery__slider .slide-next:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 12px;
}
.entry-content .gallery .gallery__slider .slide-next:hover:before {
  -webkit-transform: translateX(10%) rotate(-45deg);
          transform: translateX(10%) rotate(-45deg);
}
.entry-content .gallery .gallery__thumbs {
  list-style-type: none;
  padding: 1.5em 0 0;
  margin: 0;
}
.entry-content .gallery .gallery__thumbs li {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0;
  text-align: center;
  width: 11%;
  padding: .1em;
}
.entry-content .gallery .gallery__thumbs li.active {
  opacity: .75;
}
.entry-content .gallery .gallery__thumbs li a:hover {
  opacity: 0.75;
}
/**! ==================================================
 * MODULES/Article
 * reusable entry module
 * ================================================== */
.single .hentry .entry-header {
  margin-bottom: 2em;
}
.single .hentry .entry-header .entry-title {
  line-height: 1.25;
}
.hentry .entry-header {
  margin-bottom: .5em;
}
.hentry .entry-headline {
  margin: 0;
  line-height: 1;
}
.hentry a.entry-title {
  color: #212121;
  border-bottom: 1px solid white;
}
.hentry a.entry-title:hover {
  border-bottom: 1px solid #c6c6c6;
  display: inline;
}

.hentry .entry-content a:has(img){
  border-bottom: none;	
}

.hentry .entry-content a:hover:has(img){
  border-bottom: none;	
}

.hentry .entry-pretitle {
  display: block;
  margin-bottom: .25em;
  line-height: .75;
}
.hentry .entry-pretitle .entry-kicker {
  color: #096791;
  font-weight: normal;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-left: -2px;
}
.hentry .entry-pretitle .entry-category {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #096791;
}
.hentry .entry-footer {
  margin-top: 4.5em;
}
.hentry .entry-footer h4 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.hentry .entry-meta {
  margin-bottom: .5em;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #212121;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.hentry .entry-meta:before,
.hentry .entry-meta:after {
  content: " ";
  display: table;
}
.hentry .entry-meta:after {
  clear: both;
}
.hentry .entry-meta .entry-crumb {
  display: inline-block;
  float: left;
  margin: 0 1em 1em 0;
}
@media only screen and (max-width:30em) {
  .hentry .entry-meta .entry-crumb {
    width: 100%;
    display: block;
  }
}
.hentry .entry-meta .entry-type {
  display: inline-block;
  float: left;
  margin-right: 0;
  background-color: #064561;
  color: #ffffff;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.hentry .entry-meta .entry-type:hover {
  background-color: #032331;
}
.hentry .entry-meta .entry-type,
.hentry .entry-meta .entry-category {
  padding: .2em .75em;
  text-transform: uppercase;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  border-bottom: 0;
}
.hentry .entry-meta .entry-type:hover,
.hentry .entry-meta .entry-category:hover {
  border-bottom: 0;
}
.hentry .entry-meta .entry-category {
  background-color: #d7e2e7;
}
.hentry .entry-meta .entry-category-2 {
  background-color: #a7bfca;
}
.hentry .entry-meta a.entry-category:hover {
  background-color: #064561;
  color: #ffffff;
}
.hentry .entry-time {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
}
.hentry .entry-thumbnail {
  margin: 0;
}
.hentry .entry-tags {
  margin-bottom: 1.5em;
}
.hentry .entry-tags strong {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  float: left;
  margin-right: 0.75em;
}
@media only screen and (max-width:30em) {
  .hentry .entry-tags strong {
    display: block;
    clear: both;
    float: none;
  }
}
.hentry .entry-tag,
.hentry .entry-category {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #212121;
}
.hentry .entry-tag {
  background-color: #F0F0F0;
  padding: .5em .75em;
  margin-right: 0.75em;
  border-radius: 3px;
}
@media only screen and (max-width:30em) {
  .hentry .entry-tag {
    margin-top: 0.75em;
  }
}
.hentry .entry-tag:hover {
  background-color: #d0d0d0;
  color: #fff;
}
.hentry .entry-interactions {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.hentry .entry-interactions ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.hentry .entry-interactions ul li {
  display: inline-block;
  margin-right: 2em;
}
.hentry .entry-interactions ul li a {
  color: #212121;
  font-size: 14px;
  font-size: 0.875rem;
}
.hentry .entry-interactions ul li a.icon-share {
  background: url('../img/icon-share.svg') no-repeat;
  padding-left: 24px;
}
.hentry .entry-interactions ul li a.icon-mail {
  background: url('../img/icon-mail.svg') no-repeat;
  padding-left: 26px;
}
.hentry .entry-interactions ul li a.icon-print {
  background: url('../img/icon-print.svg') no-repeat;
  padding-left: 24px;
}
.hentry .entry-interactions ul ul {
  display: none;
  position: absolute;
  top: -70px;
  padding: 0.75em;
  box-shadow: 0 0 15px -9px black;
  border: 2px solid #f0f0f0;
  background-color: white;
}
.hentry .entry-interactions ul ul:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 32px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f0f0f0;
}
.hentry .entry-interactions ul ul.is-active {
  display: block;
}
.hentry .entry-interactions ul ul li {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 1.5em;
}
@media only screen and (max-width:30em) {
  .hentry .entry-interactions ul ul li {
    margin-left: 0.75em;
  }
}
.hentry .entry-interactions ul ul li:first-child {
  margin-left: 0;
}
.hentry .entry-interactions ul ul li a {
  padding-left: 24px;
}
.hentry .entry-interactions ul ul li a.icon-share-facebook {
  background: url('../img/icon-share-facebook.svg') no-repeat;
}
.hentry .entry-interactions ul ul li a.icon-share-twitter {
  background: url('../img/icon-share-twitter.svg') no-repeat;
}
.hentry .entry-interactions ul ul li a.icon-share-xing {
  background: url('../img/icon-share-xing.svg') no-repeat;
}
.hentry .entry-interactions ul ul li a.icon-share-close {
  background: url('../img/icon-share-close.svg') no-repeat;
  padding-left: 16px;
}
.hentry .entry-content > *:first-child,
.hentry .entry-content > p:first-child > a > img {
  margin-top: 0 !important;
}
.hentry .entry-content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 1em;
}
.hentry .entry-content h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 1em;
}
.hentry .entry-content h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.hentry .entry-content h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
.hentry .entry-content h6 {
  font-size: 16px;
  font-size: 1rem;
}
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.hentry .entry-content p {
  margin-top: 0;
  margin-bottom: .75em;
}
.hentry .entry-content a {
  border-bottom: 1px solid #c6c6c6;
  display: inline;
}
.hentry .entry-content a:hover {
  border-bottom: 1px solid #064561;
}
.hentry .entry-content hr {
  margin-left: 0;
  margin-right: 0;
}
.hentry .entry-content blockquote p {
  font-style: italic;
  font-size: 22px;
  font-size: 1.375rem;
  color: #9f9f9f;
}
.post--teaser {
  margin: 1.5em 0;
  border-top: 1px solid #F0F0F0;
  padding-top: 1.5em;
}
.post--teaser:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.post--teaser .entry-header h4 {
  margin-bottom: .5em;
  line-height: 1.25;
}
.post--teaser .entry-header .entry-pretitle {
  line-height: 1;
}
.post--teaser .entry-header .entry-pretitle .entry-kicker {
  font-size: 14px;
  font-size: 0.875rem;
}
.post--teaser .entry-header .entry-pretitle .entry-category {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #096791;
}
.post--teaser .entry-header .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.post--teaser .entry-content p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}
.post--teaser .entry-content > a:first-child {
  display: block;
  border: 0 !important;
  font-size: 14px;
  font-size: 0.875rem;
  color: #171717;
}
.post--teaser .entry-content > a.show-more {
  display: inline-block;
  margin-top: 0.75em;
}
.post--teaser .entry-meta {
  margin-bottom: .5em;
}
.post--teaser .entry-thumbnail {
  padding-right: 1.5em;
}
.post--teaser .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.home .main-content .sticky-special h4 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width:30em) {
  .home .main-content .sticky-special h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.home .main-content .sticky-special .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
}
.home .main-content .sticky-special .entry-content a.btn {
  display: inline-block;
  border: 2px solid #FF7A00 !important;
}
.home .main-content .sticky-special.has-background-color,
.home .main-content .sticky-special.has-background-image {
  padding: 1.5em;
}
.home .main-content .sticky-special.has-background-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
}
.home .main-content .sticky-special.has-background-image:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(6, 69, 97, 0.3);
}
.home .main-content .sticky-special.has-background-image .grid {
  position: relative;
  z-index: 1;
}
.home .main-content .sticky-special.has-background-image a {
  color: #ffffff;
  border: 0;
}
.home .main-content .sticky-special.has-background-image .entry-time,
.home .main-content .sticky-special.has-background-image .entry-kicker {
  color: #ffffff;
}
.whoiswho-form {
  margin-bottom: 1.5em;
}
.whoiswho-results {
  padding: 0;
  margin: 1.5em 0 0;
  list-style-type: none;
}
.whoiswho-results li {
  padding: 1.5em 0;
  margin: 0;
  border-top: 1px solid #F0F0F0;
}
.whoiswho-results li:first-child {
  margin-top: 0;
  border-top: 0;
}
.shop-banner {
  margin-bottom: 1.5em;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
.shop-banner a {
  display: inline-block;
  padding: .5em 1em;
}
.shopcart-banner {
  background-color: #d7e2e7;
  margin-top: 1.5em;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.shopcart-banner .product-price {
  float: left;
  padding: 5px 10px;
}
.shopcart-banner .product-order {
  float: right;
}
.shopcart-banner .product-order label {
  margin: 4px;
}
.shopcart-banner .product-order #product-count {
  width: 50px;
  padding: 2px 10px;
  margin: 0;
  height: 25px;
}
.shopcart-banner .product-order #product-add {
  width: auto;
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0;
}
.shop-cart {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
@media only screen and (max-width:30em) {
  .shop-cart tr {
    display: block;
    border-top: 1px solid #C6C6C6;
  }
  .shop-cart tr:before,
  .shop-cart tr:after {
    content: " ";
    display: table;
  }
  .shop-cart tr:after {
    clear: both;
  }
  .shop-cart tr.table-head {
    display: none;
  }
  .shop-cart tr.table-foot {
    width: 100%;
    display: block;
  }
  .shop-cart tr.table-foot td {
    border: 0;
    float: right;
  }
  .shop-cart tr.table-foot td:first-child {
    float: left;
  }
  .shop-cart tr.table-content td {
    display: block;
    width: 33%;
    float: left;
    text-align: left !important;
    border: 0;
  }
  .shop-cart tr.table-content td.product-name {
    width: 100%;
  }
  .shop-cart tr.table-content td strong {
    display: inline-block;
    vertical-align: top;
  }
}
.shop-cart tr.table-foot {
  background-color: #d7d7d7;
}
.shop-cart input {
  padding: 3px 6px;
  width: 45px;
  margin: 0;
}
.page-template-tp-iframe {
  overflow: hidden;
}
.page-template-tp-iframe #wpadminbar {
  display: none;
}
.page-template-tp-iframe iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.archive-header {
  background-color: #d7e2e7;
  padding: 0.75em;
  margin-bottom: 3em;
}
.archive-header .archive-title {
  text-align: center;
  margin: 0;
}
.archive-header--full {
  margin-bottom: 3em;
  overflow: hidden;
  position: relative;
  padding: 1.5em;
  background-color: #d7e2e7;
}
.archive-header--full h1 {
  color: #171717;
  margin: 0;
  position: relative;
}
@media only screen and (max-width:37.5em) {
  .archive-header--full h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.archive-header--full.has-background-image h1 {
  color: #ffffff;
  z-index: 2;
}
.archive-header--full.has-background-image:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.archive-header--full.has-background-image img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -490px;
  margin-left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 980px;
  width: auto;
}
.archive-header--full .archive-subnavi {
  position: relative;
  z-index: 2;
}
.archive-header--full .archive-subnavi ul {
  padding: 0;
  margin: 0.375em 0 0;
  list-style-type: none;
}
.archive-header--full .archive-subnavi li {
  display: inline-block;
  margin: 0;
}
.archive-header--full .archive-subnavi li.current-cat a {
  background-color: #FF7A00;
  color: #ffffff;
}
.archive-header--full .archive-subnavi li.current-cat a:hover {
  background-color: #ffffff;
  color: #171717;
}
.archive-header--full .archive-subnavi li.cat-parent a {
  background-color: #064561;
  color: #ffffff;
}
.archive-header--full .archive-subnavi li.cat-parent a:hover {
  background-color: #ffffff;
  color: #171717;
}
.archive-header--full .archive-subnavi li.current-cat-ancestor a {
  background-color: #a7bfca;
}
.archive-header--full .archive-subnavi a {
  display: inline-block;
  padding: .2em .75em;
  text-transform: uppercase;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0.75em 0.75em 0 0;
  background-color: #ffffff;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.archive-header--full .archive-subnavi a:hover {
  background-color: #064561;
  color: #ffffff;
}
.archive-term-description {
  border-bottom: 2px solid #F0F0F0;
  margin-bottom: 3em;
}
.archive-term-description p {
  margin-top: 0;
}
.pagination {
  text-align: center;
}
.pagination .nav-links {
  display: inline-block;
}
.pagination .nav-links .show-more {
  display: block;
  padding: .5em;
  min-width: 30px;
  text-align: center;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
  margin-left: .2em;
  color: #212121;
  background-color: #d7e2e7;
  border: 0;
}
.pagination .nav-links .show-more:hover {
  background-color: #064561;
  color: white;
}
.pagination .page-numbers {
  display: block;
  padding: .5em;
  min-width: 30px;
  text-align: center;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
  background-color: #F0F0F0;
  margin-left: .2em;
  color: #212121;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.pagination .page-numbers:hover {
  background-color: #d7e2e7;
  color: #212121;
}
.pagination .page-numbers.current {
  background-color: #212121;
  color: white;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  background-color: #d7e2e7;
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
  background-color: #064561;
  color: white;
}
.pagination .pagination-label {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 0.75em;
  line-height: 2;
}
.entry-pagelinks.pagination {
  margin-bottom: 1.5em;
}
.entry-pagelinks.pagination:before,
.entry-pagelinks.pagination:after {
  content: " ";
  display: table;
}
.entry-pagelinks.pagination:after {
  clear: both;
}
.entry-pagelinks.pagination .page-numbers {
  background-color: #064561;
  color: white;
}
.entry-pagelinks.pagination a .page-numbers {
  display: block;
  padding: .5em;
  min-width: 30px;
  text-align: center;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
  background-color: #F0F0F0;
  margin-left: .2em;
  color: #212121;
}
.entry-pagelinks.pagination a .page-numbers:hover {
  background-color: #d7e2e7;
  color: #212121;
}
/**! ==================================================
 * MODULES/Widget
 * reusable article module
 * ================================================== */
.widget {
  margin-top: 2em;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.widget:before,
.widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
.widget:first-child {
  margin-top: 0;
}
.widget ul,
.widget ol {
  margin: 0;
}
.widget .widget-title {
  font-weight: 600;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  background-color: #F0F0F0;
  padding: .75em .75em;
  color: #004562;
  margin-bottom: 2em;
}
.widget .hentry .entry-content p,
.widget .hentry .entry-headline {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
.widget .hentry .entry-title {
  font-weight: 700;
  margin: 0;
}
.widget .hentry .entry-thumbnail {
  margin: 0 0.75em 0 0;
}
.widget .hentry .entry-pretitle {
  margin-top: 1em;
  margin-bottom: .5em;
}
.widget .hentry .entry-pretitle .entry-kicker,
.widget .hentry .entry-pretitle .entry-category {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}
.widget-footer.widget_text { background-color: transparent!important};
.widget-footer h5 {
  margin-bottom: 1.5em;
}
.widget-footer.widget_text .textwidget {
  padding: 0;
}
.widget-footer a {
  border-bottom: 1px solid transparent;
}
.widget-footer a:hover {
  border-color: #064561;
}
@media only screen and (max-width:61.250em) {
  .widget-footer {
    margin-bottom: 3em;
  }
}
.widget_text .textwidget {
  padding: 0 0.75em;
}
.widget_text p {
  margin-top: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
.widget_mostreadposts ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.widget_mostreadposts ol li {
  display: block;
  border-top: 1px solid #D2D2D2;
  padding: 1.5em 0 1.5em 3em;
  margin: 0;
  min-height: 60px;
}
.widget_mostreadposts ol li:before {
  content: counter(item) "  ";
  counter-increment: item;
  display: block;
  float: left;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #D2D2D2;
  line-height: 1;
  margin-left: -1em;
}
.widget_mostreadposts ol li:first-child {
  padding-top: 0;
  border-top: 0;
}
.widget_mostreadposts ol li:last-child {
  padding-bottom: 0;
}
.widget_catposts .hentry {
  margin-bottom: 0.75em;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 0.75em;
}
.widget_catposts .hentry .entry-thumbnail {
  float: left;
}
.widget_catposts .price {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FF7A00;
}
.widget_recentcolumn {
  background-color: #d7e2e7;
  padding: 1.5em;
}
.widget_recentcolumn .hentry .entry-crumb {
  display: block;
  width: 100%;
}
.widget_recentcolumn .hentry .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.375em;
  border: 0 !important;
}
.widget_recentcolumn .hentry .entry-content p {
  font-family: 'OpenSans-Regular', Sans-Serif;
  line-height: 1.8;
}
.widget_recentcolumn .hentry .entry-type,
.widget_recentcolumn .hentry .entry-category,
.widget_recentcolumn .hentry .entry-type:hover,
.widget_recentcolumn .hentry .entry-category:hover {
  border: 1px solid #064561;
}
.widget_recent_entries a {
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px solid #C6C6C6;
}
.widget_recent_entries a:hover {
  border-color: #064561;
}
.widget_birthdays .hentry .entry-thumbnail {
  float: left;
  margin-bottom: 1.5em;
}
.widget_birthdays .hentry .entry-content {
  padding-left: 6.063em;
}
.widget_birthdays .hentry .entry-header {
  margin-bottom: 0.75em;
}
.widget_birthdays .hentry .entry-title {
  font-weight: 400;
}
.widget_birthdays .hentry .entry-title strong {
  font-weight: 700;
  display: inline-block;
  margin-right: 0.75em;
}
.widget_newsletter {
  background-color: #d7e2e7;
  padding: 1.5em;
}
.widget_newsletter h3 {
  color: #064561;
  font-size: 18px;
  font-size: 1.125rem;
}
.widget_newsletter form p {
  margin: 0.75em 0 0;
}
.widget_newsletter form p:first-child {
  margin-top: 0;
}
.widget_newsletter form p input {
  margin-bottom: 0;
}

.widget_text {
  background-color: #d7e2e7;
}

.widget_text .widget-title {
  background-color: #064561;
  color: white;
  margin-bottom: 1em;
}
.widget_topnews .entry-meta:before,
.widget_topnews .entry-meta:after {
  display: none;
}
/**! ==================================================
 * MODULES/Comments
 * reusable comments module
 * ================================================== */
.comments {
  margin-top: 3em;
}
.comments__title {
  background-color: #F0F0F0;
  padding: .75em .75em;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #004562;
}
.comments__title #comments-toggle {
  float: right;
  font-weight: 400;
  color: #004562;
  border-bottom: 1px solid #C6C6C6;
}
.comments__title #comments-toggle:hover {
  border-bottom: 1px solid #212121;
}
.comments__content {
  padding-top: 1.5em;
}
.comments__content ul,
.comments__content ol {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.comments__content li {
  margin-top: 0.75em;
  margin-bottom: 0;
  padding: 0.75em;
}
.comments__content .commentlist {
  margin-bottom: 6em;
  position: relative;
}
.comments__content .commentlist:after {
  content: '';
  display: block;
  border-bottom: 2px solid #F0F0F0;
  padding-top: 3em;
  position: absolute;
  bottom: -3em;
  left: 0;
  right: 0;
  box-sizing: content-box;
}
.comments__content .commentlist > .comment {
  border: 2px solid #F0F0F0;
}
.comments__content .commentlist .comment {
  padding: 1.5em;
}
.comments__content .commentlist .comment .comment-respond {
  margin: 1.5em 0;
}
.comments__content .commentlist .comment .comment-respond:before {
  display: none;
}
.comments__content .commentlist .comment .bypostauthor {
  background-color: #d7e2e7;
}
.comments__content .commentlist .comment .bypostauthor .children {
  background-color: transparent;
}
.comments__content .commentlist .comment > .children {
  background-color: #F0F0F0;
  margin: 0;
}
.comments__content .commentlist .comment > .children .children .comment {
  background-color: #ffffff;
}
.comments__content .commentlist .comment .children .comment {
  padding: 0.75em;
}
.comments__content .commentlist .comment .comment-meta {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 6px;
  margin-bottom: 1.5em;
}
.comments__content .commentlist .comment .comment-meta .comment-author {
  font-style: normal;
  font-weight: 700;
}
.comments__content .commentlist .comment .comment-meta .comment-edit-link {
  float: right;
}
.comments__content .commentlist .comment .comment-content p,
.comments__content .commentlist .comment .comment-content li {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 0.75em;
}
.comments__content .commentlist .comment .comment-content ul,
.comments__content .commentlist .comment .comment-content ol {
  padding-left: 1.5em;
}
.comments__content .commentlist .comment .comment-content ul li,
.comments__content .commentlist .comment .comment-content ol li {
  padding: 0;
}
.comments__content .commentlist .comment .comment-content ul li {
  list-style-type: disc;
}
.comments__content .commentlist .comment .comment-content ol li {
  list-style-type: decimal;
}
.comments__content .commentlist .comment .comment-content blockquote {
  color: #aaaaaa;
  padding: 0.75em 1.5em;
  text-align: center;
  margin: 0;
}
.comments__content .commentlist .comment .comment-reply {
  text-align: right;
}
.comments__content .commentlist .comment .comment-reply a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #C6C6C6;
}
.comments__content .commentlist .comment .comment-reply a:hover {
  border-color: #212121;
}
.comments__content.no-comments .comment-respond {
  margin-top: 0;
}
.comments__content.no-comments .comment-respond:before {
  display: none;
}
.comment-respond {
  margin-top: 0.75em;
  background-color: #F0F0F0;
  padding: 1.5em;
  position: relative;
}
.comment-respond h3 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
.comment-respond h3 small {
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
}
.comment-respond p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
.comment-respond p.logged-in-as,
.comment-respond p.comment-notes {
  margin-bottom: 1.5em;
}
.no-js .comments__content {
  display: block;
}
/**! ==================================================
 * MODULES/Advertisements
 * ================================================== */
.banner a,
.banner img {
  display: block;
}
.bm-advertising {
  width: 1150px;
  height: 100%;
  min-height: 120px;
  padding-top: 10px;
  top: 0;
  left: 0;
}
@media only screen and (max-width:75em) {
  .bm-advertising {
    min-height: auto;
  }
}
.bm-advertising .banner-alt {
  display: none;
  text-align: center;
  background-color: #F0F0F0;
  padding: 1.5em;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.bg-layer {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  z-index: -1;
}
@media only screen and (max-width:48em) {
  .bg-layer {
    display: none;
  }
}
@media only screen and (max-width:75em) {
  .bm-advertising {
    max-width: 100%;
    height: auto;
    padding-top: 0;
  }
  .bm-advertising .banner-alt {
    display: block;
  }
  .bm-advertising .banner-top-sky img,
  .bm-advertising .banner-hockeystick img {
    display: none;
  }
}
.banner-hockeystick {
  height: 100px;
  margin-bottom: 10px;
  overflow-y: visible;
}
@media only screen and (max-width:75em) {
  .banner-hockeystick {
    height: auto;
    margin-bottom: 0;
  }
}
.banner-top {
  max-width: 990px;
  margin-bottom: 10px;
}
@media only screen and (max-width:75em) {
  .banner-top {
    margin-bottom: 0;
  }
}
.banner-skyscraper {
  position: fixed;
  margin-left: 990px;
  max-width: 160px;
}
.banner-footer {
  position: fixed;
  z-index: 90;
  background-color: #212121;
  width: 100%;
  height: 80px;
  left: 0;
  right: 0;
  bottom: -80px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
@media only screen and (max-width:84.375em) {
  .banner-footer .grid {
    float: left;
    margin-left: 1.5em;
  }
}
@media only screen and (max-width:75em) {
  .banner-footer .grid {
    float: none;
    margin-left: auto;
  }
}
@media only screen and (max-width:61.250em) {
  .banner-footer .grid .c-2:first-child {
    width: 15%;
  }
  .banner-footer .grid .c-8 {
    width: 85%;
  }
}
.banner-footer--show {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.banner-footer a {
  display: inline;
}
.banner-footer img {
  margin-top: -110px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  display: inline-block;
}
@media only screen and (max-width:75em) {
  .banner-footer img {
    display: inline-block;
  }
}
@media only screen and (max-width:61.250em) {
  .banner-footer img {
    margin-top: -55px;
    max-width: 100px;
  }
}
@media only screen and (max-width:48em) {
  .banner-footer img {
    margin-top: -15px;
    max-width: 75px;
  }
}
@media only screen and (max-width:30em) {
  .banner-footer img {
    margin-top: -10px;
    margin-left: -10px;
    max-width: 50px;
  }
}
.banner-footer .banner-text {
  display: inline-block;
  padding: 0.75em 1.5em;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}
.banner-footer .banner-text strong {
  color: #C6C6C6;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  margin-bottom: .1em;
}
@media only screen and (max-width:30em) {
  .banner-footer .banner-text strong {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width:48em) {
  .banner-footer .banner-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width:30em) {
  .banner-footer .banner-text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.banner-footer .banner-cta {
  background-color: red;
  display: inline-block;
  text-align: center;
  padding: 14px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin-top: -72px;
  color: #ffffff;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
@media only screen and (max-width:61.250em) {
  .banner-footer .banner-cta {
    display: none;
  }
}
.banner-footer .btn--close {
  position: absolute;
  right: 0.75em;
  top: 0.75em;
}
.banner-footer .btn--close span {
  background-color: #C6C6C6;
}
@media only screen and (max-width:30em) {
  .banner-footer .btn--close {
    width: 15px;
    height: 15px;
  }
  .banner-footer .btn--close span {
    width: 15px;
    left: 0;
    top: 8px;
  }
}
.banner .pre-ad {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: rgba(33, 33, 33, 0.5);
  margin-bottom: 0.375em;
  display: block;
  text-align: left;
}
.banner.banner-content {
  margin: 1.5em auto;
  max-width: 585px;
  clear: both;
}
.banner.banner-classic {
  background-color: #F0F0F0;
  text-align: center;
  padding: 0.75em;
}
.banner.banner-classic img {
  max-width: 180px;
}
.banner.banner-rectangle,
.banner.banner-classic {
  max-width: 300px;
  margin: 0 auto;
}
.banner.banner-rectangle img,
.banner.banner-classic img {
  display: inline-block;
}
.category-sponsored-post .entry-meta .entry-time {
  display: none;
}
.category-sponsored-post .entry-meta .entry-category:hover {
  background-color: #d7e2e7;
  color: #212121;
}
.category-sponsored-post.post--teaser {
  background-color: #d7e2e7;
  border: 0;
  padding: 1.5em;
  position: relative;
  margin-top: 3em;
}
.category-sponsored-post.post--teaser:before {
  content: '';
  display: block;
  border-top: 1px solid #F0F0F0;
  width: 100%;
  position: absolute;
  top: -1.5em;
  left: 0;
}
.category-sponsored-post.post--teaser .entry-title a {
  border-bottom: 0 !important;
}
.category-sponsored-post.post--teaser .entry-meta {
  position: absolute;
  right: 0;
  top: 0;
}
.category-sponsored-post.post--teaser .entry-meta .entry-category {
  float: right;
  margin-right: 0;
  background-color: #064561;
  color: #ffffff;
}
