@charset "UTF-8";
html,
body {
  height: 100%;
  position: relative;
}

body {
  color: #000;
  background: #fff;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.page-default, body.no-top-img {
  background: #e2e2e2;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
embed,
object,
video,
iframe {
  max-width: 100%;
  height: auto;
}

video {
  height: auto;
}

iframe {
  height: auto;
}

.embed {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  /* 4:3 aspect ratio its padding-bottom: 75% */
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.absolute-b {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.absolute-b iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 5px;
}

img.alignnone {
  margin: 0;
}

img.alignleft,
img.alignright {
  max-width: 50%;
}

figcaption {
  font-size: 0.75em;
  margin-top: 2px;
}

.table {
  display: table;
  height: 90%;
  width: 100%;
  position: relative;
  z-index: 9;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
hr.hr-v {
  transform: rotate(90deg);
  width: 24px;
  height: 1px;
  margin: 0;
  border-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  top: -3px;
  position: relative;
}
hr.w-50px {
  width: 50px;
  margin: 0;
}

.btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 35px 15px;
  color: #E0004D;
  background: #4b283f;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: inline-block;
}
.btn:hover {
  background: #E0004D;
  color: #4b283f;
  border-color: #E0004D;
}

.cn-button {
  background-color: #E0004D !important;
  text-decoration: none !important;
}

#cookie-notice.cookie-notice-visible {
  background-color: #4b283f !important;
}
#cookie-notice a {
  color: #fff;
  text-decoration: underline;
}

/* LINKS
--------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #E0004D;
}
.content a, .post-header-inner__item a {
  color: #E0004D;
}
.content a:hover, .post-header-inner__item a:hover {
  text-decoration: underline;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/* TYPOGRAPHY
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 800;
  line-height: 1.1;
  color: inherit;
}
h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small, h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small {
  font-size: 65%;
}

h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
  font-size: 75%;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  margin: 0 0 10px;
}
p.lead {
  font-size: 1.375rem;
}

.title-page h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 30px 0 40;
  color: #4b283f;
}
.title-page span {
  color: #E0004D;
}

.page-category-title {
  margin: 0 0 20px;
  font-size: 42px;
  color: #4b283f;
}

.page-search-title {
  font-size: 48px;
  color: #6C4B61;
  font-weight: 400;
}
.page-search-title span {
  font-weight: 700;
}

.centered {
  text-align: center;
}

.section-title {
  color: #E0004D;
  margin-top: 0;
  font-weight: 800;
  font-size: 26px;
}

/* SECTIONS
--------------------------------------------------------*/
.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-wrapper.w-bg-lightgrey {
  padding: 20px 0;
}

.section-footer {
  background-color: #4b283f;
  color: #fff;
  padding: 50px 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-footer a {
  color: #fff;
}
.section-footer a:hover {
  text-decoration: underline;
}
.section-footer .site-width-wide {
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  text-align: center;
}
.section-footer .footer-info {
  margin-top: 30px;
}
.section-footer .footer-info ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.section-footer .footer-info ul li {
  display: inline-block;
}
.section-footer .footer-info ul li:after {
  content: "•";
  margin: 0 10px;
}
.section-footer .footer-info ul li:last-child:after {
  display: none;
}
.section-footer .footer-info span {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

.site-width,
.site-width-md {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
}

.site-width-md {
  max-width: 1090px;
}

.site-width-wide {
  max-width: 1800px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.header_area {
  position: relative;
  height: 40px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header_area .article-logo img {
  height: 40px;
}

.header_area-banner {
  width: 100%;
  z-index: 20;
  background-color: #fff;
  color: #000;
}
body.page-video .header_area-banner {
  background-color: #000;
}
body.page-video .header_area-banner a {
  color: #E0004D;
}
.header_area-banner a {
  color: #000;
}
.header_area-banner .site-width-wide {
  position: relative;
}
.scroll .header_area-banner, .header_area-banner.active-drop {
  background-color: #fff;
}
.scroll .header_area-banner {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.article-logo {
  margin-right: 30px;
}

.article-logo__title {
  display: inline-block;
  font-size: 38px;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
}

.logo {
  float: right;
}
.logo img {
  height: 40px;
}

/* NAVBAR
--------------------------------------------------------*/
.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  text-align: center;
  position: relative;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navigation-box {
  display: none;
  width: 240px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #fff;
  color: #000;
  outline: none;
  position: absolute;
  top: 40px;
  left: auto;
  right: 0;
  -webkit-user-select: text;
  z-index: 30;
}
.navigation-box.active {
  display: block;
}

.m-menu--items {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 22px;
  font-weight: 800;
}
.m-menu--items li.current a, .m-menu--items li.current-menu-item a {
  background-image: url(../img/arrow-brand-color.svg);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  padding-left: 35px;
  color: #4b283f;
}
.m-menu--items a {
  color: #E0004D;
  padding: 7px 20px;
  display: block;
}
.m-menu--items a:hover, .m-menu--items a.current {
  color: #4b283f;
}
body.page-video .m-menu--items li.current a {
  color: #4b283f;
}

/* ARTICLE LIST
--------------------------------------------------------*/
.article-list {
  overflow: hidden;
}

.article-list--item {
  background-color: #ffffff;
  position: relative;
}
.article-list--item .stretched-link:after {
  z-index: 5;
}
.article-list--item .article-byline {
  border: none;
  font-size: 12px;
  padding-bottom: 0;
}
.article-list--item .article-byline .circle {
  display: inline-block;
  margin: 0 5px;
}
.article-list--item .inner-article,
.article-list--item .list-article-footer {
  padding: 15px;
}
.article-list--item a {
  color: #4b283f;
}
.article-list--item a:hover {
  color: #4b283f;
}
.article-list--item figure {
  position: relative;
}
.article-list--item figure .media-link {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 15px;
  bottom: 15px;
  z-index: 3;
  display: inline-block;
}
.article-list--item figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.article-list--item:hover .article-list-title {
  color: #E0004D !important;
}
.article-list--item:hover .article-list-title a {
  color: #E0004D !important;
}
.article-list--item:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.article-list--item:hover figure .media-link img {
  -webkit-transform: none !important;
  transform: none !important;
}

.large .article-excerpt {
  font-size: 18px;
}

.article-list--content {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.article-list--content.large .article-cat {
  position: absolute;
  top: 0;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #E0004D;
  background: #fff;
  padding: 5px 15px;
}
.article-list--content .list-article-entry {
  flex: 1 0 auto;
}
.article-list--content .list-article-entry .list-article-image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.article-list--content .list-article-entry .list-article-image .article-list-title {
  position: absolute;
  left: 0;
  bottom: 20px;
  margin-bottom: 0;
  z-index: 2;
  max-width: 280px;
  font-size: 24px;
  font-weight: 800;
  color: #4b283f;
}
.article-list--content .list-article-entry .list-article-image .article-list-title .row-padding {
  line-height: 31px;
  padding: 0 10px;
}
.article-list--content .list-article-entry .list-article-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
}
.article-list--content .list-article-footer a {
  color: #000;
}

.article-cat {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-article .article-cat, .article-list .article-cat, .category-list .article-cat {
  color: #E0004D;
}
figure .article-cat {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 5px 15px;
  z-index: 1;
}

h2.article-list-title {
  font-size: 32px;
  margin: 0px;
  line-height: 34px;
}

h3.article-list-title {
  font-size: 25px;
  margin: 0;
  margin-bottom: 10px;
}
.col-6 h3.article-list-title {
  font-size: 25px;
  line-height: 30px;
}

.article-list--item figure {
  margin: 0;
  padding: 0;
}

/* VIDEO
--------------------------------------------------------*/
.video-container {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  height: auto;
  padding: 30px 0 0;
}

.video-info {
  padding: 10px 0;
  padding-right: 40px;
}
.video-info h1 {
  margin: 0;
  padding: 0;
}
.video-info p {
  font-size: 18px;
}
.video-info a {
  color: #E0004D;
}
.video-info a:hover {
  text-decoration: underline;
}
.video-info .video--meta-data {
  padding-top: 2px;
}
.video-info .video--meta-data p {
  font-size: 14px;
}
.video-info .video--meta-data a {
  color: #fff;
  text-decoration: underline;
}
.video-info .article-share {
  margin-top: 0;
}
.video-info .article-share a {
  color: #E0004D;
}

.label {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}

.w-border-b,
.w-border-b-md {
  border-bottom: 1px solid;
  border-color: rgba(233, 233, 233, 0.25);
}

.p-b-60 {
  padding-bottom: 60px;
}

/* */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row-strip,
[class*=row-strip-] {
  margin: 0 -10px;
}

.row-box {
  width: calc(100% - 20px);
  margin: 0 10px 20px;
  float: left;
  flex: 0 0 auto;
  position: relative;
}
.row-strip-2 .row-box {
  width: calc(100% - 20px);
}
.row-strip-3 .row-box {
  width: calc(100% - 20px);
}
.row-strip-4 .row-box {
  width: calc(25% - 20px);
}
.row-strip-5 .row-box {
  width: calc(20% - 20px);
}
.row-strip-8--4 .row-box.box-8 {
  width: calc(61.1111111111% - 20px);
}
.row-strip-8--4 .row-box.box-4 {
  width: calc(38.8888888889% - 20px);
}
.row-strip-12 .row-box {
  width: calc(100% - 20px);
}

.video-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.video-info-row .video-info.box-8 {
  width: 100%;
}
.video-info-row .video-info.box-4 {
  width: 100%;
}

.video-info.vertical-middle, .video-info.vertical-bottom,
.row-box.vertical-middle,
.row-box.vertical-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-info.vertical-middle,
.row-box.vertical-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.video-info.vertical-bottom,
.row-box.vertical-bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.video-info figure,
.row-box figure {
  position: relative;
}

/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #333;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

:-moz-placeholder {
  color: #333;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

::-moz-placeholder {
  color: #333;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

:-ms-input-placeholder {
  color: #333;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.nav-trigger {
  cursor: pointer;
  height: 40px;
  width: 60px;
  display: -ms-flexbox;
  display: flex;
}
.nav-trigger.active {
  background-color: #fff;
}
.nav-trigger a {
  display: block;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* SEARCH
--------------------------------------------------------*/
.es-search .es-search-content {
  margin: 0;
  padding: 0;
}
.es-search .es-search-form-input {
  border-color: #f6f6f6;
  background: #f6f6f6;
  color: #fff;
}
.es-search .es-search-form-input:focus + .es-search-form-submit {
  background-position: -20px 0;
}

.es-search-content {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  position: relative;
}
.es-search-content form {
  width: 100%;
}

.es-search .a11y {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}
.es-search .es-search-form {
  margin-bottom: 0;
}
.es-search .es-search-form-submit {
  position: absolute;
  z-index: 1;
  cursor: default;
  background-image: url(../img/icon-search.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  top: 0;
  right: 0;
  left: auto;
  width: 40px;
  height: 40px;
  background-size: auto 19px;
  background-position: center center;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.es-search .es-search-form-submit:focus {
  outline: none;
}
.es-search .es-search-form-reset {
  display: none;
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 15px;
  width: 20px;
  height: 40px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: transparent;
  color: #999;
  border: 0;
}
.es-search input[type=text].es-search-form-input {
  width: 40px;
  height: 40px;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  color: #333;
  -webkit-appearance: none;
  font-size: 16px;
  text-align: left;
  outline-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: width;
  background-color: transparent;
}
.es-search input[type=text].es-search-form-input:focus {
  background-color: #f6f6f6;
  color: #000;
  width: 266px;
  outline: none;
  border: none;
  padding-right: 35px;
  padding-left: 10px;
}
body.page-video .es-search input[type=text].es-search-form-input:focus {
  background: #fff;
}
.es-search input[type=text].es-search-form-input.no-focus {
  width: 40px;
  outline: none;
  border: none;
}

.search-content {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
}
.search-content form {
  margin: 0;
}
.search-content input[type=search] {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 50px;
  padding: 0.5rem 1rem;
  padding-right: 50px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #4B283F;
}
.search-content input[type=search]:focus {
  outline: none;
  border-color: #6C4B61;
}
.search-content .search-form-submit {
  position: absolute;
  z-index: 1;
  background-image: url(../img/icon-search-24x24.svg);
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: transparent;
  top: 0;
  right: 8px;
  width: 50px;
  height: 50px;
  background-size: 24px auto;
  background-position: center center;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}
.search-content .search-form-submit:focus {
  outline: none;
}

.search-list {
  max-width: 970px;
  margin: 40px auto;
  background-color: #fff;
  padding: 10px 20px;
  overflow: hidden;
}

.search-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px;
  border-bottom: 1px solid #E2E2E2;
}
.search-list-item:last-child {
  border-bottom: none;
}
.search-list-item .search-list-item--content {
  width: calc(68.9361702128% - 20px);
}
.search-list-item .search-list-item--content .article-cat {
  color: #E0004D;
  font-size: 10px;
}
.search-list-item .search-list-item--content h2 {
  margin: 2px 0 10px;
  color: #4b283f;
  font-size: 26px;
}
.search-list-item .search-list-item--content p {
  margin: 0;
  font-size: 14px;
}
.search-list-item .search-list-item--image {
  width: calc(31.0638297872% - 20px);
  display: -ms-flexbox;
  display: flex;
}
.search-list-item .search-list-item--image figure {
  margin: 0;
  position: relative;
}
.search-list-item .search-list-item--image figure .media-link {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  display: inline-block;
}
.search-list-item .search-list-item--content,
.search-list-item .search-list-item--image {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin: 10px;
  float: left;
  flex: 0 0 auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.search-list-item a:hover .search-list-item--content,
.search-list-item a:hover .search-list-item--image {
  opacity: 0.7;
}

/* colors
--------------------------------------------------------*/
.w-bg-lightgrey {
  background-color: #e2e2e2;
}

.w-black-bg {
  background-color: #000;
  color: #fff;
}

/* HELPER
--------------------------------------------------------*/
.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Article
--------------------------------------------------------*/
article.article-page-default, article.no-top-img {
  margin-top: 20px;
}
article header {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  height: 56px;
}
article .fixed-opening {
  padding-top: 50%;
  min-height: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  text-align: center;
  color: #fff;
}
article .fixed-opening:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
article h1,
article h2 {
  word-wrap: break-word;
  color: #4b283f;
}

.bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  height: 90vh;
  min-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.bg-blur .bg-opacity {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 90vh;
  min-width: 100%;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  margin: -8px -16px -16px -8px;
}

.post-hero {
  position: relative;
  min-width: 100%;
  display: table;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.m-t-0 {
  margin-top: 0 !important;
}

.row-padding {
  position: relative;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: white;
}

.post-hero-header {
  position: relative;
}
.post-hero-header .post-hero-header--content {
  position: relative;
  margin-bottom: 30px;
  max-width: 600px;
  z-index: 2;
}
.post-hero-header .post-hero-header--content:hover h1 {
  color: #E0004D;
}
.post-hero-header .post-hero-header--content .post-hero---content p {
  color: #000;
  line-height: 22px;
  margin-bottom: 0;
  font-size: 18px;
}
.post-hero-header .post-hero-header--content .post-hero---content p .row-padding {
  padding: 20px 10px;
  display: block;
}
.post-hero-header .post-hero-header--content h1 {
  color: #000;
  font-size: 36px;
  margin: 0;
  font-weight: 800;
  color: #4b283f;
}
.post-hero-header .post-hero-header--content h1 .row-padding {
  line-height: 40px;
  padding: 0 10px;
}
.post-hero-header .post-hero-header--content .sub-title {
  display: block;
  font-weight: 800;
  color: #E0004D;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-hero-header .post-hero-header--image {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 858px;
  padding-top: 20px;
}
.post-hero-header .post-hero-header--image .media-link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 48px;
  height: 48px;
  display: block;
  text-decoration: none;
  z-index: 3;
}

.article-byline--info {
  line-height: 20px;
  font-size: 12px;
}
.article-byline--info .row-padding {
  padding: 5px 10px;
}

.post-header {
  margin-bottom: 38px;
  position: relative;
  z-index: 1;
}
.post-header .post-header-inner {
  margin: 0 auto;
  max-width: 760px;
  padding: 20px 20px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  background-color: #fff;
}
body.page-default .post-header .post-header-inner {
  background-color: transparent;
  min-height: auto;
}
.video-post .post-header .post-header-inner {
  max-width: 1040px;
  margin-top: 0;
}
.post-header .post-header-inner h1 {
  margin-top: 0;
}
.post-header .post-header-inner .sub-title {
  display: block;
  font-weight: 800;
  color: #E0004D;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-header .post-header-inner p {
  font-size: 18px;
}
.post-header.w-bg.black {
  background-color: #000;
}
.post-header.w-bg.black .post-header-inner {
  background-color: #000;
  color: #fff;
  padding-bottom: 40px;
}
.post-header.w-bg.brand {
  background-color: #4b283f;
}
.post-header.w-bg.brand .post-header-inner {
  background-color: #4b283f;
  color: #fff;
  padding-bottom: 40px;
}

.post-header-inner__item {
  position: relative;
  padding-top: 10px;
}
.post-header-inner__item h1 {
  font-size: 32px;
}

.article-posts_count {
  color: #fff;
  background: #E0004D;
  font-size: 12px;
  position: absolute;
  top: -50px;
  text-align: center;
  padding: 10px 15px 0 15px;
}
.article-posts_count:after {
  border-top: 20px solid #E0004D;
  border-left: 33px solid transparent;
  border-right: 33px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -20px;
  width: 0;
}
.article-posts_count span {
  font-size: 24px;
  display: block;
  line-height: 1;
}

.article-info {
  margin-top: 20px;
}

.article-description p {
  font-size: 14px !important;
  color: #888;
}

.article-byline {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  overflow: hidden;
}
.w-bg.black .article-byline {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.w-bg.black .article-byline .hr-v {
  border-color: rgba(255, 255, 255, 0.2);
}
.w-bg.brand .article-byline {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.article-byline time {
  display: block;
}
.featured-article .article-byline time, .article-list--item .article-byline time {
  display: inline-block;
}
.article-byline .hr-v {
  border-color: rgba(255, 255, 255, 0.2);
  display: none;
}
.article-byline .article-byline--photo {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.1);
  float: left;
  clear: left;
  overflow: hidden;
  position: relative;
  margin: 0;
  margin-right: 10px;
  overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.article-byline .article-byline--photo .triangle {
  display: none;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 60px solid #fff;
  position: absolute;
  right: -35px;
  bottom: 0;
  z-index: 20;
}
.w-bg.black .article-byline .article-byline--photo .triangle {
  border-bottom-color: #000;
}
.w-bg.brand .article-byline .article-byline--photo .triangle {
  border-bottom-color: #4b283f;
}
.article-byline a {
  color: #E0004D;
}

.article-share {
  margin-top: 20px;
}
.article-share .share {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
.article-share .share li {
  padding: 0;
  margin-right: 20px;
  width: auto;
  display: inline-block;
}
.article-share .share li:last-child {
  margin-right: 0;
}
.article-share .share li span {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.w-bg .article-share a {
  color: #fff;
}
.w-bg .article-share a:hover {
  color: #E0004D;
}

blockquote {
  line-height: 28px;
}
blockquote p {
  display: inline;
  background-color: #E0004D;
  color: #fff;
}

.content {
  position: relative;
  padding: 0 0 56px;
}
.content > p,
.content > ul,
.content > ol {
  font-weight: 400;
  font-size: 16px;
}
.content > h1,
.content > h2,
.content > h3,
.content > h4,
.content > h5 {
  max-width: 760px;
  padding: 0 20px;
}
.content > h2,
.content > h3 {
  margin-bottom: 10px;
}
.content h2 {
  font-size: 1.5em;
}
.content h3 {
  font-size: 1.2em;
  color: #4b283f;
}
.content > p,
.content > blockquote {
  max-width: 760px;
  padding: 0 20px;
  margin-top: 0;
  margin-bottom: 1em;
}
.content > span.wp-caption-text {
  display: block;
  font-size: 13px;
  max-width: 760px;
  margin: 0 auto;
  margin-top: -40px;
  padding: 0 20px;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
.content > span.wp-caption-text i {
  font-style: normal;
  color: #888;
}
.content > ul {
  max-width: 760px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.content .flex {
  clear: both;
  display: flex;
}
.content .flex .half {
  width: 50%;
  display: flex;
  align-items: center;
}
.content .flex .half img {
  padding: 10px 0;
}
.content .flex .half:nth-of-type(1) img {
  padding: 10px 10px 10px 0;
}
.content .flex .half:nth-of-type(2) img {
  padding: 10px 0 10px 10px;
}
.content .solo.max-width,
.content .flex.max-width {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.content .solo img,
.content .flex img {
  display: block;
  width: 100%;
  height: 100%;
}

section.content > *:not(img):not(video) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
section.content p + div,
section.content div + p,
section.content p + img {
  margin-top: 50px !important;
}
section.content div,
section.content img {
  margin-bottom: 50px;
}
section.content div > span.wp-caption-text,
section.content img > span.wp-caption-text {
  display: block;
  font-size: 12px;
  max-width: 760px;
  margin: 0 auto;
  margin-top: -40px;
  padding: 0 20px;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
section.content div > span.wp-caption-text i,
section.content img > span.wp-caption-text i {
  font-style: normal;
  color: #888;
}

.align-full-bleed,
.is-style-bleed {
  display: block;
  max-width: 1800px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px !important;
  text-align: center;
}
.align-full-bleed + span.wp-caption-text,
.is-style-bleed + span.wp-caption-text {
  margin-bottom: 40px !important;
}
.align-full-bleed img,
.is-style-bleed img {
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
.align-full-bleed figcaption,
.is-style-bleed figcaption {
  text-align: left;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

.content > blockquote.align-left,
.content > blockquote.has-text-align-left {
  float: left;
  margin-left: 15%;
  padding-right: 40px;
}

.content > blockquote.align-right,
.content > blockquote.has-text-align-right {
  float: right;
  margin-right: 15%;
  padding-left: 40px;
}

.content > blockquote.align-left,
.content > blockquote.align-right,
.content > blockquote.has-text-align-left,
.content > blockquote.has-text-align-right {
  max-width: 360px;
}

.content > blockquote.align-middle,
.content > blockquote.has-text-align-center {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.content > blockquote {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #E0004D;
  text-align: center;
}
.content > blockquote:before {
  content: "❞";
  display: block;
  font-size: 52px;
  line-height: 20px;
}

section.content figure img {
  margin-bottom: 10px !important;
  padding: 0 20px;
}
section.content figure figcaption {
  display: block;
  font-size: 12px;
  text-align: left;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
section.content figure figcaption i {
  font-style: normal;
  color: #888;
}

/* Faktaruta */
.facts-box {
  max-width: 1040px !important;
  padding: 40px 50px;
  background: #EDEBEE;
  position: relative;
}
.facts-box .facts-box-inner {
  margin-bottom: 0 !important;
}
.facts-box .facts-box-entry {
  padding: 0 20px;
  margin-bottom: 0 !important;
  max-width: 760px;
  margin: 0 auto;
}
.facts-box .bg-title {
  background: #E0004D;
  padding: 10px 0;
  margin-bottom: 30px;
  display: block;
}
.facts-box h3 {
  color: #fff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 760px;
  text-transform: uppercase;
}
.facts-box .box-triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 30px solid #fff;
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -15px;
  z-index: 20;
  transform: rotate(90deg);
}
.facts-box .box-triangle.right {
  left: auto;
  right: -35px;
  transform: rotate(-90deg);
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-flex.hidden {
  display: none !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.ml-md-auto, .mx-md-auto {
  margin-left: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.w-100 {
  width: 100% !important;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

@media only screen and (min-width: 768px) {
  article.article-page-default, article.no-top-img {
    margin-top: 50px;
  }

  h1 {
    font-size: 36px;
  }

  .header_area {
    height: 60px;
  }
  .header_area .article-logo img {
    height: 60px;
  }

  .nav-trigger {
    height: 60px;
    width: 60px;
  }

  .navigation-box {
    top: 60px;
    width: 326px;
  }

  .m-menu--items {
    font-size: 32px;
  }

  .es-search .es-search-form-submit {
    width: 60px;
    height: 60px;
  }
  .es-search .es-search-form-reset {
    height: 60px;
  }
  .es-search input[type=text].es-search-form-input {
    width: 60px;
    height: 60px;
  }
  .es-search input[type=text].no-focus {
    width: 60px;
  }

  .title-page h2 {
    font-size: 28px;
  }

  .section-title {
    font-size: 32px;
  }

  .page-category-title {
    margin: 0 0 40px;
    font-size: 60px;
  }

  .video-info-row .video-info {
    padding: 20px 0;
    padding-right: 40px;
  }
  .video-info-row .video-info.box-8 {
    width: 61.1111111111%;
  }
  .video-info-row .video-info.box-4 {
    width: 38.8888888889%;
  }

  .w-border-b-md {
    border-bottom: none;
  }

  .post-header-inner__item h1 {
    font-size: 48px;
  }

  .post-header {
    margin-bottom: 38px;
  }
  .post-header .post-header-inner {
    max-width: 760px;
    min-height: 150px;
    padding: 20px 20px 0;
  }
  .video-post .post-header .post-header-inner {
    max-width: 1040px;
    margin-top: 0;
  }
  .post-header .post-header-inner .sub-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .post-header .post-header-inner p {
    font-size: 24px;
  }

  .content > p,
.content > ul,
.content > ol {
    font-size: 20px;
  }

  blockquote {
    line-height: 38px;
  }

  .content > blockquote {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 32px;
  }
  .content > blockquote:before {
    font-size: 52px;
    line-height: 30px;
  }

  .content h2 {
    font-size: 1.875em;
  }
  .content h3 {
    font-size: 1.5rem;
  }

  .row-strip-2 .row-box {
    width: calc(50% - 20px);
  }
  .row-strip-3 .row-box {
    width: calc(33.333333% - 20px);
  }
  .row-strip-4 .row-box {
    width: calc(25% - 20px);
  }
  .row-strip-5 .row-box {
    width: calc(20% - 20px);
  }
  .row-strip-8--4 .row-box.box-8 {
    width: calc(61.1111111111% - 20px);
  }
  .row-strip-8--4 .row-box.box-4 {
    width: calc(38.8888888889% - 20px);
  }
  .row-strip-12 .row-box {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 800px) {
  .post-hero-header {
    height: 600px;
    position: relative;
  }
  .post-hero-header .post-hero-header--content {
    position: absolute;
    bottom: 60px;
    max-width: 600px;
    z-index: 2;
    margin-bottom: 0;
  }
  .post-hero-header .post-hero-header--content .post-hero---content p {
    color: #000;
    line-height: 22px;
    margin-bottom: 0;
    font-size: 18px;
  }
  .post-hero-header .post-hero-header--content .post-hero---content p .row-padding {
    padding: 20px 10px;
    display: block;
  }
  .post-hero-header .post-hero-header--content h1 {
    color: #000;
    font-size: 56px;
    margin: 0;
    font-weight: 800;
    color: #4b283f;
  }
  .post-hero-header .post-hero-header--content h1 .row-padding {
    line-height: 72px;
    padding: 0 10px;
  }
  .post-hero-header .post-hero-header--content .sub-title {
    display: block;
    font-weight: 800;
    color: #E0004D;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .post-hero-header .post-hero-header--content .article-byline--info {
    line-height: 20px;
    font-size: 12px;
  }
  .post-hero-header .post-hero-header--content .article-byline--info .row-padding {
    padding: 5px 10px;
  }
  .post-hero-header .post-hero-header--image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 858px;
  }
  .post-hero-header .post-hero-header--image .media-link {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 72px;
    height: 72px;
    display: block;
    text-decoration: none;
    z-index: 3;
  }
}
@media only screen and (min-width: 960px) {
  .article-list--content .list-article-entry .list-article-image .article-list-title {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 2;
    max-width: 370px;
    font-size: 32px;
  }
  .article-list--content .list-article-entry .list-article-image .article-list-title .row-padding {
    line-height: 42px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .article-list--content .list-article-entry .list-article-image .article-list-title {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 2;
    max-width: 400px;
    font-size: 36px;
  }
  .article-list--content .list-article-entry .list-article-image .article-list-title .row-padding {
    line-height: 47px;
    padding: 0 15px;
  }

  .section-wrapper.w-bg-lightgrey {
    padding: 40px 0;
  }

  .row-strip,
[class*=row-strip-] {
    margin: 0 -20px;
  }

  .row-box {
    width: calc(100% - 40px);
    margin: 0 20px 40px;
  }
  .row-strip-2 .row-box {
    width: calc(50% - 40px);
  }
  .row-strip-3 .row-box {
    width: calc(33.333333% - 40px);
  }
  .row-strip-4 .row-box {
    width: calc(25% - 40px);
  }
  .row-strip-5 .row-box {
    width: calc(20% - 40px);
  }
  .row-strip-8--4 .row-box.box-8 {
    width: calc(61.1111111111% - 40px);
  }
  .row-strip-8--4 .row-box.box-4 {
    width: calc(38.8888888889% - 40px);
  }
  .row-strip-12 .row-box {
    width: calc(100% - 40px);
  }
}
@media print {
  *,
*:before,
*:after,
*:first-letter,
*:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
