@import "../components/normalize-css/normalize.css";
.text-uppercase,
.upper {
  text-transform: uppercase;
}
.line {
  border-bottom: 1px dotted;
}
.line-top {
  border-top: 1px dotted;
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fontshop.com
*/
@font-face {
  font-family: "Mark W01 Bold";
  src: url("../fonts/5423411/8706c0b6-b423-44f7-ae1a-dd0aabd8a542.eot?#iefix");
  src: url("../fonts/5423411/8706c0b6-b423-44f7-ae1a-dd0aabd8a542.eot?#iefix") format("eot"), url("../fonts/5423411/41c8162d-c2a6-49b0-8139-8bebab187588.woff2") format("woff2"), url("../fonts/5423411/4fe94f2e-7892-4785-9663-0350a7adf8c0.woff") format("woff"), url("../fonts/5423411/3a7daddb-0a78-4734-a699-6fe08d0e8b99.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Mark W01 Book";
  src: url("../fonts/5423523/3805eba7-24c2-41ba-91d2-8fa5db02bc00.eot?#iefix");
  src: url("../fonts/5423523/3805eba7-24c2-41ba-91d2-8fa5db02bc00.eot?#iefix") format("eot"), url("../fonts/5423523/e6beefbb-4014-4efa-961b-7762af9aefef.woff2") format("woff2"), url("../fonts/5423523/5b4bd9d6-75be-4d76-8292-7f6434b9e997.woff") format("woff"), url("../fonts/5423523/d049afa3-baf5-4612-abf2-852763051b9c.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Majesti Banner Bold";
  src: url("../fonts/Majesti-Banner/majesti-banner-bold-webfont.woff2") format("woff2"), url("../fonts/Majesti-Banner/majesti-banner-bold-webfont.woff") format("woff"), url("../fonts/Majesti-Banner/Majesti-Banner-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Majesti Banner Bold";
  src: url("../fonts/Majesti-Banner/majesti-banner-bolditalic-webfont.woff2") format("woff2"), url("../fonts/Majesti-Banner/majesti-banner-bolditalic-webfont.woff") format("woff"), url("../fonts/Majesti-Banner/Majesti-Banner-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Majesti Banner Book";
  src: url("../fonts/Majesti-Banner/majesti-banner-book-webfont.woff2") format("woff2"), url("../fonts/Majesti-Banner/majesti-banner-book-webfont.woff") format("woff"), url("../fonts/Majesti-Banner/Majesti-Banner-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Majesti Banner Book";
  src: url("../fonts/Majesti-Banner/majesti-banner-bookitalic-webfont.woff2") format("woff2"), url("../fonts/Majesti-Banner/majesti-banner-bookitalic-webfont.woff") format("woff"), url("../fonts/Majesti-Banner/Majesti-Banner-BookItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Majesti Banner Heavy";
  src: url("../fonts/Majesti-Banner/majesti-banner-heavy-webfont.woff2") format("woff2"), url("../fonts/Majesti-Banner/majesti-banner-heavy-webfont.woff") format("woff"), url("../fonts/Majesti-Banner/Majesti-Banner-Heavy.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Mark W01 Book", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0;
  overflow-x: hidden;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
button,
[role="button"] {
  cursor: pointer;
  outline: none;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.img-circle {
  border-radius: 50%;
}
#app-store-banner {
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
}
#app-store-banner a {
  margin-left: 15px;
  color: black !important;
  text-decoration: none;
}
#app-store-banner #app-store-banner-close-btn {
  margin-top: -8px;
  margin-right: 5px;
  padding: 10px;
  cursor: pointer;
  font-size: 2em;
}
#app-store-banner .image-container {
  display: flex;
}
#app-store-banner .image-container img {
  margin-left: 20px;
  max-width: 40px;
}
#app-store-banner .text-container {
  width: 100%;
  padding-left: 20px;
}
#app-store-banner .text-container h4 {
  margin-top: 0;
  margin-bottom: 0;
}
#app-store-banner .text-container p {
  margin-top: 0;
  margin-bottom: 0;
  color: darkgrey;
}
@media (max-width: 768px) {
  #app-store-banner #app-store-download-btn {
    margin-left: 0;
  }
  #app-store-banner .image-container img {
    margin-left: 10px;
  }
}
hr {
  border: none;
  border-bottom: 1px dotted;
}
blockquote {
  position: relative;
  font-family: "Majesti Banner Bold", serif;
  font-style: italic;
  font-size: 24px;
  line-height: 28px;
  margin: 40px 0;
  padding-top: 17px;
  padding-left: 30px;
  border-top: 1px dotted;
}
blockquote > p {
  font: inherit !important;
}
blockquote > p:first-of-type {
  margin-top: 0;
}
blockquote > p:last-of-type {
  margin-bottom: 0;
}
.content {
  font-size: 20px;
  line-height: 28px;
}
.content h2,
.content h3,
.content h4 {
  font-family: "Mark W01 Bold", sans-serif;
}
.content h2,
.content h3,
.content h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.content h2 + p,
.content h3 + p,
.content h4 + p {
  margin-top: 0;
}
.content img {
  max-width: 100%;
  height: auto !important;
}
.content figure {
  margin: 20px 0;
}
.content figure p {
  margin-left: 0;
  margin-right: 0;
}
.content a {
  color: #000000;
  text-decoration: underline;
}
.content a:hover {
  color: #000000;
}
.content font,
.content *[style*=font] {
  font: inherit !important;
}
.content *[style*='line-height'] {
  line-height: inherit !important;
}
.content font[color],
.content [style*=color] {
  color: inherit !important;
}
.content b[style],
.content strong[style] {
  font-weight: bolder !important;
}
.page-title {
  font-family: "Majesti Banner Heavy", serif;
}
.page-title h1 {
  font-size: 48px;
  line-height: 50px;
  margin: 20px 0;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header a.logo {
  display: inline-block;
  text-decoration: none;
}
#header a.logo img {
  border: none;
}
#header .navbar-toggle {
  display: none;
  border-collapse: collapse;
  border: none;
}
#header .latest-magazine {
  position: absolute;
  top: 0;
  right: 15px;
  width: 16.66666667%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  #header .latest-magazine {
    display: none !important;
  }
}
#header .latest-magazine > a {
  color: inherit;
  font-family: "Mark W01 Bold", sans-serif;
  display: block;
  position: relative;
  background: #F7F7F7;
  padding: 8px;
  border-bottom: 5px solid transparent;
}
#header .latest-magazine > a:hover {
  border-bottom-color: #000000;
}
#header .latest-magazine > a:before,
#header .latest-magazine > a:after {
  content: " ";
  display: table;
}
#header .latest-magazine > a:after {
  clear: both;
}
#header .latest-magazine > a:before,
#header .latest-magazine > a:after {
  content: " ";
  display: table;
}
#header .latest-magazine > a:after {
  clear: both;
}
#header .latest-magazine > a .title {
  float: left;
  width: 50%;
  margin: 0;
  font-size: 12px;
  text-align: right;
}
#header .latest-magazine > a img {
  float: right;
  width: 45%;
}
#header-content {
  position: relative;
  z-index: 1000;
  border-bottom: 1px dotted;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
#header-content .header-sub-title {
  margin-left: 106px;
  margin-top: -20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #header-content .header-sub-title {
    position: absolute;
    font-size: 10px;
    top: 64px;
    left: -46px;
  }
}
#nav-pages > ul,
#nav-main > ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#nav-pages a,
#nav-main a {
  color: #000000;
  text-decoration: none;
}
#nav-pages {
  font-family: "Mark W01 Book", sans-serif;
  font-size: 18px;
}
#nav-pages a:hover {
  font-family: "Mark W01 Bold", sans-serif;
}
#nav-main {
  font-family: "Mark W01 Bold", sans-serif;
  font-size: 20px;
}
#nav-search,
#nav-magazine {
  position: absolute;
}
#nav-search .popover-content,
#nav-magazine .popover-content {
  cursor: default;
}
#nav-search a,
#nav-magazine a,
#nav-search div#latest-magazine-link,
#nav-magazine div#latest-magazine-link {
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  text-align: center;
}
#nav-search a:hover,
#nav-magazine a:hover,
#nav-search div#latest-magazine-link:hover,
#nav-magazine div#latest-magazine-link:hover {
  opacity: 0.7;
}
#nav-search a img,
#nav-magazine a img,
#nav-search div#latest-magazine-link img,
#nav-magazine div#latest-magazine-link img,
#nav-search a svg,
#nav-magazine a svg,
#nav-search div#latest-magazine-link svg,
#nav-magazine div#latest-magazine-link svg {
  display: inline-block;
  vertical-align: middle;
}
#nav-magazine div#latest-magazine-link:hover {
  opacity: 1;
}
#nav-magazine .notification-icon #notification-circle {
  width: 12px;
  height: 12px;
  position: absolute;
  right: -5px;
  border-radius: 25px;
}
.brand-pink #notification-circle {
  background-color: #EC677A;
}
.brand-purple #notification-circle {
  background-color: #5D4E7D;
}
.brand-blue #notification-circle {
  background-color: #3E9CC7;
}
.brand-green #notification-circle {
  background-color: #A6A158;
}
@media (max-width: 767px) {
  #header a.logo > img {
    height: 42px;
  }
  #header .navbar-toggle {
    display: block;
    float: right;
    height: 42px;
    width: 42px;
    outline: none;
    padding: 0;
    background: transparent url("../img/icons/cross.svg") no-repeat center;
    cursor: pointer;
  }
  #header .navbar-toggle.collapsed {
    background-image: url("../img/icons/hamburger.svg");
  }
  #header .navbar-toggle:hover {
    opacity: 0.7;
  }
  #nav-search {
    right: 89px;
    top: 5px;
    border-right: 1px solid #DDDDDD;
  }
  #nav-search a {
    width: 42px;
    height: 42px;
    padding: 9px;
  }
  #nav-magazine {
    right: 47px;
    top: 5px;
    border-right: 1px solid #DDDDDD;
  }
  #nav-magazine a,
  #nav-magazine div#latest-magazine-link {
    width: 42px;
    height: 42px;
    padding: 9px;
  }
  #nav-magazine .notification-icon #notification-circle {
    right: 5px;
  }
  #header-content {
    padding: 5px;
    padding-bottom: 7px;
    background-color: #FFFFFF;
  }
  #nav-pages,
  #nav-main {
    margin-left: -5px;
    margin-right: -5px;
  }
  #nav-pages > ul,
  #nav-main > ul {
    padding: 10px 20px;
  }
  #nav-pages > ul > li,
  #nav-main > ul > li {
    line-height: 30px;
    margin: 7px 0;
    padding: 3px 0;
  }
  #nav-pages > ul > li > a,
  #nav-main > ul > li > a {
    display: block;
    padding-right: 22px;
    background: transparent url("../img/icons/arrow.svg") right center no-repeat;
  }
  #nav-main {
    border-top: 1px dotted;
  }
  #nav-pages {
    border-top: 1px solid;
    background-color: #f8f8f8;
  }
  #nav-pages a {
    color: #6B6B6A;
  }
}
#nav-content-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 990;
}
#nav-content-overlay.fade {
  display: block;
}
#nav-content-overlay.in {
  display: block;
  opacity: 0.5;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .latest-magazine {
    width: 8.33333333%;
  }
  #header .latest-magazine > a {
    margin-left: -15px;
    margin-right: -15px;
  }
  #header .latest-magazine > a .title {
    display: none !important;
  }
  #header .latest-magazine > a img {
    width: 100%;
  }
  #header #nav-pages {
    right: 15px;
  }
  #header #nav-search {
    right: 57px;
  }
  #header #nav-magazine {
    right: 15px;
  }
  #header #nav-main {
    right: 99px;
  }
  #header #nav-main a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  #header #nav-search,
  #header #nav-magazine {
    padding-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header #nav-main a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header #nav-search,
  #header #nav-magazine {
    padding-left: 12px;
  }
}
@media (min-width: 768px) {
  #nav-pages,
  #nav-main {
    display: block;
    height: auto !important;
    position: absolute;
  }
  #nav-pages > ul > li,
  #nav-main > ul > li {
    display: inline-block;
  }
  a.logo {
    margin-top: 20px;
  }
  #nav-pages {
    right: 15px;
  }
  #nav-search {
    right: 57px;
  }
  #nav-magazine {
    right: 15px;
  }
  #nav-pages {
    font-size: 13px;
    top: 14px;
  }
  #nav-pages li {
    margin-right: 20px;
    padding-left: 20px;
  }
  #nav-pages li + li {
    border-left: 1px solid #DDDDDD;
  }
  #nav-pages li.last {
    margin-right: 0;
  }
  #nav-main {
    top: 50px;
    right: 99px;
  }
  #nav-main a {
    padding: 0 20px 5px 20px;
    border-bottom: 4px solid transparent;
  }
  #nav-main .current a,
  #nav-main .active a {
    border-bottom-color: #000000;
  }
  #nav-search {
    top: 50px;
    height: 28px;
    padding-top: 2px;
    padding-left: 16px;
    border-left: 1px solid #DDDDDD;
  }
  #nav-magazine {
    top: 50px;
    height: 28px;
    padding-top: 2px;
    padding-left: 16px;
  }
}
.page-footer {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #000000;
  color: #888;
  font-size: 12px;
}
.page-footer a {
  color: #888;
  text-decoration: none;
}
.page-footer a:hover {
  color: #B4B4B4;
}
.page-footer h4 {
  font-size: 12px;
  font-family: "Mark W01 Bold", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px dotted;
}
.page-footer dt {
  font-weight: bold;
  margin-top: 12px;
}
.page-footer dd {
  margin: 0;
}
.page-footer small {
  float: right !important;
  text-transform: none;
}
.page-footer ul.nav {
  padding-left: 0;
  list-style: none;
}
.page-footer ul.nav li {
  font-size: 13px;
  font-family: "Mark W01 Book", sans-serif;
  text-transform: uppercase;
  line-height: 24px;
}
.page-footer .social-media-accounts {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.page-footer .social-media-accounts > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.page-footer .more-links {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.page-footer .more-links > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.page-footer .more-links li {
  font-size: 11px;
  font-family: "Mark W01 Book", sans-serif;
  text-transform: uppercase;
  line-height: 16px;
}
.page-footer #newsletter_signup label {
  line-height: 2.3em;
}
.page-footer #newsletter_signup input {
  background-color: #000000;
  color: #888;
  border: 1px solid #888;
  padding: 5px;
  margin-bottom: 3px;
  width: 100%;
}
.page-footer #newsletter_signup select {
  background-color: #000000;
  color: #888;
  border: 1px solid #888;
  padding: 5px;
  margin-bottom: 3px;
  width: 100%;
}
.page-footer #newsletter_signup #mc-embedded-subscribe {
  width: auto;
}
.content-container {
  position: relative;
}
.bg-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -100;
  pointer-events: none;
  overflow: hidden;
}
.bg-container > div {
  display: none;
  width: 50%;
  height: 40px;
  position: absolute;
}
.bg-container > div:after {
  display: block;
  content: ' ';
  height: 100%;
}
.bg-container.bg-1 > div:nth-child(1) {
  display: block;
  top: 282px;
  margin-left: 8.33333333%;
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 384px;
}
.bg-container.bg-1 > div:nth-child(2) {
  display: block;
  top: 1888px;
  margin-left: 33.33333333%;
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 669px;
}
.bg-container.bg-2 > div:nth-child(1) {
  display: block;
  top: 550px;
  margin-left: 8.33333333%;
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 704px;
}
.bg-container.bg-2 > div:nth-child(2) {
  display: block;
  top: 2102px;
  margin-left: 25%;
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 496px;
}
.bg-container.bg-2 > div:nth-child(3) {
  display: block;
  top: 3613px;
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 697px;
}
.bg-container.bg-2 > div:nth-child(4) {
  display: block;
  top: 5637px;
  margin-left: 33.33333333%;
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 697px;
}
.bg-container.bg-3 > div:nth-child(1) {
  display: block;
  top: 282px;
  margin-left: 8.33333333%;
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 604px;
}
.bg-container.bg-3 > div:nth-child(2) {
  display: block;
  top: 1474px;
  margin-left: 41.66666667%;
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 780px;
}
.bg-container.bg-4 > div:nth-child(1) {
  display: block;
  top: 397px;
  margin-left: 16.66666667%;
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 406px;
}
.bg-container.bg-4 > div:nth-child(2) {
  display: block;
  top: 1750px;
  margin-left: 58.33333333%;
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 705px;
}
.bg-container.bg-4 > div:nth-child(3) {
  display: block;
  top: 3261px;
  margin-left: 8.33333333%;
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 440px;
}
.bg-container.bg-4 > div:nth-child(4) {
  display: block;
  top: 4957px;
  margin-left: 33.33333333%;
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 697px;
}
.bg-container.offset-medium {
  top: 1500px;
}
.bg-container.offset-large {
  top: 2250px;
}
@media (min-width: 768px) {
  .bg-container.offset-medium {
    top: 500px;
  }
  .bg-container.offset-large {
    top: 1500px;
  }
}
.brand-pink .bg-container > div:after {
  background-color: #fdf2f2;
}
.brand-purple .bg-container > div:after {
  background-color: #edebf1;
}
.brand-blue .bg-container > div:after {
  background-color: #eff5fa;
}
.brand-green .bg-container > div:after {
  background-color: #f6f5ee;
}
.page-homepage .content-container section > header,
.page-search section.search-results > header {
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 1px dotted;
}
.page-homepage .content-container section > header:before,
.page-homepage .content-container section > header:after,
.page-search section.search-results > header:before,
.page-search section.search-results > header:after {
  content: " ";
  display: table;
}
.page-homepage .content-container section > header:after,
.page-search section.search-results > header:after {
  clear: both;
}
.page-homepage .content-container section > header:before,
.page-homepage .content-container section > header:after,
.page-search section.search-results > header:before,
.page-search section.search-results > header:after {
  content: " ";
  display: table;
}
.page-homepage .content-container section > header:after,
.page-search section.search-results > header:after {
  clear: both;
}
.page-homepage .content-container section > header,
.page-homepage .content-container section > header h2,
.page-search section.search-results > header,
.page-search section.search-results > header h2 {
  font-size: 20px;
  font-family: "Mark W01 Bold", sans-serif;
  text-transform: uppercase;
}
.page-homepage .content-container section > header h2,
.page-search section.search-results > header h2 {
  margin: 0;
}
.page-homepage .content-container section > header a,
.page-search section.search-results > header a {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
}
.page-homepage .content-container section > header .more-link,
.page-search section.search-results > header .more-link {
  display: none;
}
.page-homepage .content-container > section {
  margin-bottom: 40px;
}
.page-homepage .article-link .category-label,
.page-homepage .homepage-highlighted-category .category-label {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .page-homepage .content-container section > header h2,
  .page-search section.search-results > header h2 {
    float: left !important;
  }
  .page-homepage .content-container section > header .more-link,
  .page-search section.search-results > header .more-link {
    float: right !important;
    display: block;
    font-family: "Mark W01 Book", sans-serif;
    font-size: 14px;
    line-height: 28px;
    padding-right: 22px;
    background: transparent url("../img/icons/arrow.svg") right 9px no-repeat;
  }
}
@media (max-width: 767px) {
  .page-homepage .content-container section > header a,
  .page-search section.search-results > header a {
    padding-right: 22px;
    background: transparent url("../img/icons/arrow.svg") right center no-repeat;
  }
}
.homepage-highlighted-articles .highlighted-article-1 .article-link {
  position: relative;
}
.homepage-highlighted-articles .highlighted-article-1 .article-link .category-label {
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.homepage-highlighted-articles .highlighted-article-1 .article-link .title {
  font-size: 50px;
  margin-top: 14px;
}
.homepage-highlighted-articles .highlighted-article-1 .article-link .summary {
  font-size: 18px;
}
.homepage-highlighted-articles .highlighted-article-1 .article-link time,
.homepage-highlighted-articles .highlighted-article-1 .article-link small.subject {
  font-size: 14px;
}
.homepage-highlighted-articles .highlighted-article-1 .article-link .img-container {
  position: relative;
  z-index: 1;
  padding-left: calc(16.666666666666664% - 25px);
}
.homepage-highlighted-articles .highlighted-article-1 .article-link .img-container,
.homepage-highlighted-articles .highlighted-article-1 .article-link time,
.homepage-highlighted-articles .highlighted-article-1 .article-link small.subject {
  padding-left: calc(16.666666666666664% - 25px);
}
.homepage-highlighted-articles .highlighted-article-1 .article-link .img-container .category-label {
  z-index: 3;
  bottom: 40px;
}
.homepage-highlighted-articles .highlighted-article-1 .article-link .text-container {
  position: relative;
  z-index: 3;
  bottom: 40px;
}
.homepage-highlighted-articles .highlighted-article-1 .article-link .img-container:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 2;
  top: 45%;
  bottom: -48px;
  left: -15px;
  right: 15px;
}
.homepage-highlighted-articles .highlighted-article-1 .article-link .category-label {
  font-size: 16px;
  line-height: 20px;
}
.homepage-highlighted-articles .article-list .article-link {
  margin-bottom: 30px;
}
.homepage-highlighted-articles .article-list .article-link .article-content {
  padding-left: 0;
}
.homepage-highlighted-articles .article-list .article-link time,
.homepage-highlighted-articles .article-list .article-link small.subject,
.homepage-highlighted-articles .article-list .article-link .title {
  margin-top: 0;
}
.homepage-highlighted-articles .article-list .article-link .title {
  font-size: 22px;
  font-family: "Majesti Banner Heavy", serif;
  margin-top: 4px;
}
.homepage-highlighted-articles .article-list .article-link .text-container {
  margin-top: 40px;
}
.homepage-highlighted-articles .article-list .article-link .text-container .category-label {
  display: none;
}
.homepage-highlighted-articles .article-list .article-link .text-container:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: -1;
  top: 25px;
  min-height: 200px;
  bottom: 0;
  left: -80px;
  right: 0;
}
@media (max-width: 767px) {
  .homepage-highlighted-articles .highlighted-article-1 .article-link .img-container .category-label,
  .homepage-highlighted-articles .highlighted-article-1 .article-link .text-container {
    bottom: 44px;
  }
  .homepage-highlighted-articles .highlighted-article-1 .article-link .title {
    font-size: 32px;
  }
  .homepage-highlighted-articles .article-list .article-link {
    margin-left: -15px;
    margin-right: -15px;
  }
  .homepage-highlighted-articles .article-list .article-link:before,
  .homepage-highlighted-articles .article-list .article-link:after {
    content: " ";
    display: table;
  }
  .homepage-highlighted-articles .article-list .article-link:after {
    clear: both;
  }
  .homepage-highlighted-articles .article-list .article-link:before,
  .homepage-highlighted-articles .article-list .article-link:after {
    content: " ";
    display: table;
  }
  .homepage-highlighted-articles .article-list .article-link:after {
    clear: both;
  }
  .homepage-highlighted-articles .article-list .article-link:last-of-type {
    margin-bottom: 40px;
  }
  .homepage-highlighted-articles .article-list .article-link .img-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage-highlighted-articles .article-list .article-link .img-container .category-label {
    display: none;
  }
  .homepage-highlighted-articles .article-list .article-link .text-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage-highlighted-articles .article-list .article-link .text-container time {
    line-height: 20px;
    float: right;
  }
  .homepage-highlighted-articles .article-list .article-link .text-container .category-label {
    display: block;
    float: left;
  }
  .homepage-highlighted-articles .article-list .article-link .title {
    clear: both;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .homepage-highlighted-articles .article-list .article-link .article-content {
    padding-left: 15px;
  }
  .homepage-highlighted-articles .article-list .article-link .text-container:after {
    top: -90px;
    min-height: 0;
    margin-bottom: -10px;
  }
}
.brand-pink .highlighted-article-1 .article-link .img-container:after {
  background-color: rgba(251, 222, 223, 0.4);
}
.brand-pink .article-list .text-container:after {
  background-color: rgba(251, 222, 223, 0.4);
}
.brand-purple .highlighted-article-1 .article-link .img-container:after {
  background-color: rgba(211, 205, 220, 0.4);
}
.brand-purple .article-list .text-container:after {
  background-color: rgba(211, 205, 220, 0.4);
}
.brand-blue .highlighted-article-1 .article-link .img-container:after {
  background-color: rgba(216, 229, 242, 0.4);
}
.brand-blue .article-list .text-container:after {
  background-color: rgba(216, 229, 242, 0.4);
}
.brand-green .highlighted-article-1 .article-link .img-container:after {
  background-color: rgba(232, 230, 213, 0.4);
}
.brand-green .article-list .text-container:after {
  background-color: rgba(232, 230, 213, 0.4);
}
.tabbed-article-list {
  border-bottom: 1px solid #B5B5B5;
}
.tabbed-article-list a {
  color: inherit;
  text-decoration: inherit;
}
.tabbed-article-list ul {
  padding-left: 0;
  list-style: none;
}
.tabbed-article-list .tab-switches {
  margin: 0;
}
.tabbed-article-list .tab-switches:before,
.tabbed-article-list .tab-switches:after {
  content: " ";
  display: table;
}
.tabbed-article-list .tab-switches:after {
  clear: both;
}
.tabbed-article-list .tab-switches:before,
.tabbed-article-list .tab-switches:after {
  content: " ";
  display: table;
}
.tabbed-article-list .tab-switches:after {
  clear: both;
}
.tabbed-article-list .tab-switches > li > a {
  display: block;
  float: left;
  width: 50%;
  font-family: "Mark W01 Bold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #B5B5B5;
  padding-bottom: 7px;
  border-bottom: 1px solid #B5B5B5;
  padding-left: 30px;
}
.tabbed-article-list .tab-switches > li.active > a {
  color: #000000;
  padding-bottom: 3px;
  border-bottom: 5px solid #000000;
}
.tabbed-article-list .tab-pane {
  display: none;
}
.tabbed-article-list .tab-pane.active {
  display: block;
}
.tabbed-article-list .article-list li {
  margin: 10px 0 10px 30px;
}
.tabbed-article-list .article-list li > a {
  display: block;
}
.tabbed-article-list .article-list time {
  display: block;
  font-size: 11px;
}
.tabbed-article-list .article-list .title {
  font-family: "Mark W01 Bold", sans-serif;
  font-size: 16px;
  line-height: 1.125;
}
.tabbed-article-list .article-list a:hover {
  color: #909090;
}
.homepage-highlighted-category {
  position: relative;
}
.homepage-highlighted-category > header {
  border: none !important;
  margin: 0 !important;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Mark W01 Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 1px 8px 3px 8px;
  line-height: 20px;
  display: inline-block;
}
.homepage-highlighted-category > header h3 {
  margin: 0;
  display: inline;
}
.homepage-highlighted-category > header,
.homepage-highlighted-category > header h3 {
  font-size: 16px !important;
}
.homepage-highlighted-category .img-container img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 50%;
}
@media (max-width: 992px) {
  .homepage-highlighted-category .img-container img {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .homepage-highlighted-category .img-container img {
    width: 100%;
  }
}
.homepage-highlighted-category .content {
  float: right !important;
  position: relative;
  top: -80px;
  margin-bottom: -70px;
  width: calc(60% - 15px);
}
.homepage-highlighted-category .summary {
  display: block;
  margin: 0;
  padding: 15px;
  font-size: 15px;
  line-height: 19px;
}
.homepage-highlighted-category .summary svg {
  vertical-align: middle;
}
.homepage-highlighted-category .summary svg * {
  stroke: #FFFFFF;
}
.homepage-highlighted-category a {
  color: inherit;
  text-decoration: inherit;
}
.homepage-highlighted-category:before {
  z-index: -1;
  position: absolute;
  display: block;
  content: ' ';
  background-color: rgba(253, 239, 238, 0.55);
  width: 135%;
  height: 135%;
  top: 40%;
  right: -30px;
}
.homepage-highlighted-category.brand-pink:before {
  background-color: rgba(253, 239, 238, 0.55);
}
.homepage-highlighted-category.brand-blue:before {
  background-color: rgba(236, 243, 251, 0.55);
}
.homepage-highlighted-category.brand-purple:before {
  background-color: rgba(235, 232, 240, 0.55);
}
.homepage-highlighted-category.brand-green:before {
  background-color: rgba(245, 244, 236, 0.55);
}
.homepage-block-network .img-container img {
  vertical-align: top;
}
.homepage-block-network a.link {
  display: block;
  color: inherit;
  text-decoration: inherit;
  padding: 10px 15px;
  font-size: 16px;
  font-family: "Mark W01 Bold", sans-serif;
}
.homepage-block-network a.link .title {
  font-family: "Mark W01 Bold", sans-serif;
  font-size: 16px;
}
@media (max-width: 767px) {
  .homepage-block-network a.link {
    margin-bottom: 20px;
  }
}
.homepage-block-network.brand-pink a.link {
  background-color: #FDEFEE;
}
.homepage-block-network.brand-purple a.link {
  background-color: #EBE8F0;
}
.homepage-block-network.brand-blue a.link {
  background-color: #ECF3FB;
}
.homepage-block-network.brand-green a.link {
  background-color: #F5F4EC;
}
.homepage-block-five {
  position: relative;
}
.homepage-block-five .homepage-block-five-article-1 .article-link .img-container {
  position: relative;
  margin-left: calc(20% + 6px - 30px);
}
.homepage-block-five .homepage-block-five-article-1 .article-link .img-container .category-label {
  bottom: 20px;
}
.homepage-block-five .homepage-block-five-article-1 .article-link .title {
  font-size: 36px;
  line-height: 1;
  position: relative;
  display: block;
  margin-top: 0;
  top: -20px;
  margin-bottom: -20px;
  padding-top: 10px;
  width: calc(80% + 24px);
}
.homepage-block-five .article-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.homepage-block-five .article-list .article-link {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 17px;
}
.homepage-block-five .article-list .article-link a {
  color: inherit;
  text-decoration: inherit;
}
.homepage-block-five .article-list .article-link .category-label {
  float: left !important;
}
.homepage-block-five .article-list .article-link time {
  float: right !important;
  margin-top: 0;
}
.homepage-block-five .article-list .article-link .title {
  font-family: "Majesti Banner Heavy", serif;
  font-size: 24px;
  clear: both;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .homepage-block-five .article-list {
    margin-top: 40px;
  }
}
.homepage-block-five:before {
  z-index: -1;
  position: absolute;
  display: block;
  content: ' ';
  background-color: white;
  top: 160px;
  height: 150%;
  max-height: 800px;
  width: calc(66.66666666666666% + 20px);
  left: -30px;
}
@media (max-width: 767px) {
  .homepage-block-five:before {
    width: 100%;
  }
}
.homepage-block-five.brand-pink:before,
.homepage-block-five.brand-pink .homepage-block-five-article-1 .article-link .title {
  background-color: #edebf1;
}
.homepage-block-five.brand-purple:before,
.homepage-block-five.brand-purple .homepage-block-five-article-1 .article-link .title {
  background-color: #fdf2f2;
}
.homepage-block-five.brand-blue:before,
.homepage-block-five.brand-blue .homepage-block-five-article-1 .article-link .title {
  background-color: #f6f5ee;
}
.homepage-block-five.brand-green:before,
.homepage-block-five.brand-green .homepage-block-five-article-1 .article-link .title {
  background-color: #eff5fa;
}
.homepage-block-two-times-two .row > .col-sm-6 {
  margin-bottom: 5px;
}
.homepage-block-two-times-two .row > .col-sm-6:nth-of-type(2n+1) {
  clear: both;
}
.homepage-block-two-times-two .row > .col-sm-6:nth-of-type(1n+3):before {
  display: block;
  content: ' ';
  border-top: 1px solid #DDDDDD;
  height: 1px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .homepage-block-two-times-two .row > .col-sm-6:nth-of-type(1n+2):before {
    display: block;
    content: ' ';
    border-top: 1px solid #DDDDDD;
    height: 1px;
    margin-bottom: 20px;
  }
}
.homepage-block-two-times-two .article-link {
  margin-left: -15px;
  margin-right: -15px;
}
.homepage-block-two-times-two .article-link .title {
  margin-top: 5px;
  margin-bottom: 0;
}
.homepage-block-two-times-two .article-link .summary {
  margin-top: 0;
}
.homepage-block-two-times-two .article-link .img-container {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.homepage-block-two-times-two .article-link .img-container .category-label {
  left: 15px;
}
.homepage-block-two-times-two .article-link .text-container {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.homepage-block-two-times-two .article-link .text-container time {
  margin-top: 0;
}
.homepage-block-picture-reports > header {
  margin-bottom: 0 !important;
}
.homepage-block-picture-reports > header h2 {
  display: inline-block;
  color: #FFFFFF;
  margin-top: 20px !important;
  margin-bottom: 0;
  line-height: 34px;
  padding: 0 8px;
  min-width: 33.33333333%;
}
.homepage-block-picture-reports .picture-report-link {
  display: block;
  text-decoration: inherit;
  color: inherit;
}
.homepage-block-picture-reports .picture-report-link .img-container img {
  width: 100%;
}
.homepage-block-picture-reports .picture-report-link .title {
  font-family: "Mark W01 Bold", sans-serif;
  line-height: 1.05;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .homepage-block-picture-reports .picture-report-link .title {
    font-size: 16px;
  }
}
.homepage-block-picture-reports .picture-report-link time,
.homepage-block-picture-reports .picture-report-link small.subject {
  font-size: 14px;
}
.homepage-block-picture-reports .picture-report-1 .title {
  font-size: 36px;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 20px;
  padding-left: 80px;
  background-color: white;
}
@media (max-width: 767px) {
  .homepage-block-picture-reports .picture-report-1 .title {
    font-size: 20px;
  }
}
.homepage-block-picture-reports .picture-report-1 .title:before {
  position: absolute;
  display: block;
  content: ' ';
  width: 10%;
  left: 0;
  top: 30px;
  color: #000000 !important;
  pointer-events: none;
  height: 1px;
  border-bottom: 1px dotted;
}
.homepage-block-picture-reports .picture-report-1 .img-container:before {
  z-index: -3;
  position: absolute;
  display: block;
  content: ' ';
  background-color: #f5f8fd;
  height: 120%;
  width: 90%;
  top: 55%;
  left: -8.33333333%;
}
.homepage-block-picture-reports .row.picture-report-1-title {
  float: left;
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
.homepage-block-picture-reports .picture-report-2 .title {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid;
}
.dossier-count {
  padding-left: 80px;
}
.homepage-block-picture-reports.brand-pink .picture-report-1 .title,
.homepage-block-picture-reports.brand-pink .picture-report-1 .img-container:before {
  background-color: #edebf1;
}
.homepage-block-picture-reports.brand-purple .picture-report-1 .title,
.homepage-block-picture-reports.brand-purple .picture-report-1 .img-container:before {
  background-color: #fdf2f2;
}
.homepage-block-picture-reports.brand-blue .picture-report-1 .title,
.homepage-block-picture-reports.brand-blue .picture-report-1 .img-container:before {
  background-color: #f6f5ee;
}
.homepage-block-picture-reports.brand-green .picture-report-1 .title,
.homepage-block-picture-reports.brand-green .picture-report-1 .img-container:before {
  background-color: #eff5fa;
}
.articles-first .article-link {
  position: relative;
  margin-bottom: 40px;
}
.articles-first .article-link .title {
  font-size: 36px;
  margin-top: 18px;
}
.articles-first .article-link .title:before {
  position: absolute;
  display: block;
  content: ' ';
  width: 8%;
  right: calc(100% + 30px);
  color: #000000 !important;
  pointer-events: none;
  height: 1px;
  border-bottom: 1px dotted;
}
.article-link.article-link-1 {
  z-index: 500;
}
.article-link.article-link-1 .img-container:before {
  z-index: 499;
  position: absolute;
  display: block;
  content: ' ';
  width: 100%;
  height: 60%;
  bottom: -25%;
  right: calc(20% + 6px);
}
.article-link.article-link-1 > *,
.article-link.article-link-1 .category-label {
  position: relative;
  z-index: 501;
}
.articles-first .article-link.article-link-2 .title:before {
  right: calc(100% + 30px + 30px);
}
@media (min-width: 768px) {
  .articles-first {
    margin-bottom: 20px;
  }
  .article-link.article-link-1 .img-container .category-label {
    left: -30px;
  }
  .article-link.article-link-2 .img-container {
    right: calc(20% + 6px);
  }
  .article-link.article-link-2 .text-container {
    margin-left: -30px;
  }
}
.brand-pink .article-link-1 .img-container:before {
  background-color: rgba(251, 222, 223, 0.4);
}
.brand-purple .article-link-1 .img-container:before {
  background-color: rgba(211, 205, 220, 0.4);
}
.brand-blue .article-link-1 .img-container:before {
  background-color: rgba(216, 229, 242, 0.4);
}
.brand-green .article-link-1 .img-container:before {
  background-color: rgba(232, 230, 213, 0.4);
}
@media (min-width: 768px) {
  .articles-container.row > *:nth-child(3n+1) {
    clear: left;
  }
}
.articles-container.row .article-link {
  margin-bottom: 30px;
}
.page-article-index .load-more a,
.page-search .load-more a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px;
  border: 1px solid;
  background-color: #FFFFFF;
  color: #909090;
  font-family: "Mark W01 Bold", sans-serif;
}
.page-article-index .load-more a:hover,
.page-search .load-more a:hover {
  color: #000000;
  border-color: #000000;
}
.timeline-header {
  border-bottom: #B5B5B5 solid 1px;
}
.article-timeline-container .timeline-items {
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.article-timeline-container .timeline-items:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #DDDDDD;
  transform: translate(-50%);
}
@media (max-width: 767px) {
  .article-timeline-container .timeline-items .grid-item {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .article-timeline-container .timeline-items .grid-item {
    width: 50%;
  }
}
.article-timeline-container .timeline-items .grid-item.marker {
  margin-bottom: 15px;
}
.article-timeline-container .timeline-items .grid-item:nth-child(2) {
  margin-top: 30px;
}
.article-timeline-container .timeline-items .grid-item .timeline-item-box.year {
  margin-bottom: 20px;
  text-align: center;
}
.article-timeline-container .timeline-items .grid-item .timeline-item-box.year time {
  padding: 5px;
  background: #FFFFFF;
  border: #B5B5B5 solid 1px;
}
.article-timeline-container .timeline-items .grid-item .timeline-marker {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 0;
  right: 0;
  border-bottom: #DDDDDD solid 1px;
}
@media (max-width: 767px) {
  .article-timeline-container .timeline-items .grid-item .timeline-marker {
    visibility: hidden;
  }
}
.article-timeline-container .timeline-items .grid-item .timeline-marker.year {
  top: 10px;
}
.article-timeline-container .timeline-items .grid-item .timeline-marker:after {
  position: absolute;
  content: "";
  top: -2px;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 6px;
}
@media (min-width: 767px) {
  .article-timeline-container .timeline-items .grid-item.right .timeline-marker:after {
    left: -3px;
  }
  .article-timeline-container .timeline-items .grid-item.right .timeline-marker.year {
    right: 90%;
  }
  .article-timeline-container .timeline-items .grid-item.right .timeline-item-box {
    margin-left: 10%;
  }
  .article-timeline-container .timeline-items .grid-item.right .timeline-item-box.year {
    margin-left: 10%;
    text-align: left;
  }
  .article-timeline-container .timeline-items .grid-item.left .timeline-marker:after {
    right: -3px;
  }
  .article-timeline-container .timeline-items .grid-item.left .timeline-marker.year {
    left: 90%;
  }
  .article-timeline-container .timeline-items .grid-item.left .timeline-item-box {
    margin-right: 10%;
  }
  .article-timeline-container .timeline-items .grid-item.left .timeline-item-box.year {
    margin-right: 10%;
    text-align: right;
  }
}
.article-timeline-container .timeline-items .timeline-item {
  position: relative;
  margin-bottom: 35px;
}
.article-timeline-container .timeline-items .timeline-item .timeline-item-image img {
  width: 100%;
}
.article-timeline-container .timeline-items .timeline-item .timeline-item-content {
  padding: 10px 15px 15px 15px;
}
.article-timeline-container .timeline-items .timeline-item .timeline-item-content > h3 {
  margin: 5px 0 0 0;
}
.article-timeline-container .timeline-items .timeline-item .timeline-item-box {
  border: #B5B5B5 solid 1px;
  background: #FFFFFF;
}
.page-article .page-article-row:before {
  display: block;
  position: absolute;
  content: '';
  width: 60%;
  left: 0;
  height: 30%;
  top: 80px;
  z-index: -1;
  background-color: rgba(232, 230, 213, 0.4);
}
.page-article .bluesky-icon {
  width: 12px;
  margin-bottom: -1px;
}
.article header {
  position: relative;
}
.article header nav:before,
.article header nav:after {
  content: " ";
  display: table;
}
.article header nav:after {
  clear: both;
}
.article header nav:before,
.article header nav:after {
  content: " ";
  display: table;
}
.article header nav:after {
  clear: both;
}
.article header nav .tag-list {
  float: left;
}
.article header nav .language-switch,
.article header nav .magazine-index .year-selector {
  float: right;
}
.article header .title {
  font-family: "Majesti Banner Heavy", serif;
  font-size: 36px;
  line-height: 38px;
  margin: 20px 0;
  text-align: center;
}
.article header .details {
  font-size: 14px;
}
.article .lead {
  font-family: "Mark W01 Book", sans-serif;
  font-size: 24px;
  line-height: 32px;
}
.article figure.article-image {
  position: relative;
  margin: 0;
  z-index: 0;
}
.article .img-container {
  position: relative;
}
.article .img-container img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.article .img-container .photographer {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Mark W01 Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 1px 8px 3px 8px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  padding: 0 8px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.article .article-image {
  margin-bottom: 40px !important;
}
.article .article-image figcaption {
  margin-top: 14px;
  font-family: "Majesti Banner Book", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
}
.article .article-content {
  font-size: 18px;
}
.article .article-content h2,
.article .article-content h3,
.article .article-content h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .article header .title {
    font-size: 50px;
    line-height: 54px;
  }
  .article.article-standard.content .external-link-block,
  .article.article-cartoon.content .external-link-block,
  .article.article-video.content .external-link-block,
  .article.article-interview.content .external-link-block,
  .article.article-standard .content .external-link-block,
  .article.article-cartoon .content .external-link-block,
  .article.article-video .content .external-link-block,
  .article.article-interview .content .external-link-block,
  .article.article-standard.content .aside-block,
  .article.article-cartoon.content .aside-block,
  .article.article-video.content .aside-block,
  .article.article-interview.content .aside-block,
  .article.article-standard .content .aside-block,
  .article.article-cartoon .content .aside-block,
  .article.article-video .content .aside-block,
  .article.article-interview .content .aside-block,
  .article.article-standard.content blockquote,
  .article.article-cartoon.content blockquote,
  .article.article-video.content blockquote,
  .article.article-interview.content blockquote,
  .article.article-standard .content blockquote,
  .article.article-cartoon .content blockquote,
  .article.article-video .content blockquote,
  .article.article-interview .content blockquote {
    margin-left: calc(25% + 8px);
  }
}
.article.article-longread figure.article-image {
  z-index: -2;
}
.article.article-longread header {
  position: relative;
}
.article.article-longread header nav {
  margin-bottom: 20px;
}
.article.article-longread header .img-container .photographer {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
.article.article-longread header .title-block {
  position: relative;
  top: -120px;
  margin-bottom: -120px;
  margin-left: calc(10% + 3px);
}
.article.article-longread header .title-block:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 120%;
  z-index: -1;
  top: -10px;
  left: -30px;
  right: calc(-5% - 13px);
}
.article.article-longread header .title-block .title {
  margin-top: 36px;
}
.article.article-longread .article-content,
.article.article-longread .share-article {
  margin-left: calc(10% + 3px);
}
@media (min-width: 768px) {
  .article.article-longread header nav .language-switch,
  .article.article-longread header nav .tag-list,
  .article.article-longread header nav .magazine-index .year-selector {
    float: right;
  }
  .article.article-longread header nav .language-switch,
  .article.article-longread header nav .magazine-index .year-selector {
    margin-bottom: 40px;
  }
  .article.article-longread header nav .tag-list {
    clear: both;
  }
  .article.article-longread header nav .tag-list > li {
    float: right;
    clear: both;
    margin-bottom: 10px;
  }
  .article.article-longread.content .external-link-block,
  .article.article-longread .content .external-link-block,
  .article.article-longread.content .aside-block,
  .article.article-longread .content .aside-block,
  .article.article-longread.content blockquote,
  .article.article-longread .content blockquote {
    margin-left: calc(30% + 9px);
    padding-left: 0;
    margin-right: calc(10% + 3px);
  }
}
.article.article-picture-report header {
  position: relative;
}
.article.article-picture-report header .details-and-nav {
  margin-bottom: 20px;
}
.article.article-picture-report header .details-and-nav:before,
.article.article-picture-report header .details-and-nav:after {
  content: " ";
  display: table;
}
.article.article-picture-report header .details-and-nav:after {
  clear: both;
}
.article.article-picture-report header .details-and-nav:before,
.article.article-picture-report header .details-and-nav:after {
  content: " ";
  display: table;
}
.article.article-picture-report header .details-and-nav:after {
  clear: both;
}
.article.article-picture-report header .details-and-nav .details {
  float: left;
}
.article.article-picture-report header .details-and-nav nav {
  float: right;
}
.article.article-picture-report header .details-and-nav .language-switch,
.article.article-picture-report header .details-and-nav .magazine-index .year-selector {
  margin-left: 20px;
}
.article.article-picture-report header .lead {
  font-family: "Mark W01 Book", sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 28px;
}
.article.article-picture-report header,
.article.article-picture-report figure {
  margin-bottom: 40px;
}
.article.article-picture-report figcaption {
  font: inherit;
}
.article.article-picture-report figcaption,
.article.article-picture-report p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .article.article-picture-report header .title-block {
    margin-right: calc(16.666666666666664% + 5px);
  }
  .article.article-picture-report .widget-image-box-1,
  .article.article-picture-report .article-image {
    position: relative;
  }
  .article.article-picture-report .widget-image-box-1 figcaption,
  .article.article-picture-report .article-image figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    margin-right: calc(16.666666666666664% + 5px);
    margin-top: 0;
    padding: 10px 15px 0 0;
  }
  .article.article-picture-report .widget-image-box-1 figcaption p:first-child,
  .article.article-picture-report .article-image figcaption p:first-child {
    margin-top: 0;
  }
  .article.article-picture-report .widget-image-box-1 figcaption p:last-child,
  .article.article-picture-report .article-image figcaption p:last-child {
    margin-bottom: 0;
  }
  .article.article-picture-report.content h2,
  .article.article-picture-report .content h2,
  .article.article-picture-report.content h3,
  .article.article-picture-report .content h3,
  .article.article-picture-report.content h4,
  .article.article-picture-report .content h4,
  .article.article-picture-report.content p,
  .article.article-picture-report .content p {
    margin-right: calc(33.33333333333333% + 10px);
  }
}
.widget-image-gallery,
.widget-image-box-2,
.widget-image-box-3 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.widget-image-gallery .img-container,
.widget-image-box-2 .img-container,
.widget-image-box-3 .img-container {
  margin-top: 20px;
}
.widget-image-gallery figcaption,
.widget-image-box-2 figcaption,
.widget-image-box-3 figcaption {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.widget-image-box-2 > .img-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .widget-image-box-2 > .img-container {
    float: left;
    width: 50%;
  }
}
.widget-image-box-3 .img-container-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .widget-image-box-3 .img-container-1 {
    float: left;
    width: 66.66666667%;
  }
}
.widget-image-box-3 .img-container-2-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .widget-image-box-3 .img-container-2-3 {
    float: left;
    width: 33.33333333%;
  }
}
.widget-image-gallery > .img-container {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .widget-image-gallery > .img-container {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .widget-image-box-2 .img-container,
  .widget-image-box-3 .img-container {
    margin-top: 0;
  }
  .widget-image-box-2 .img-container-3,
  .widget-image-box-3 .img-container-3 {
    margin-top: 18px;
  }
}
.brand-pink .page-article-row:before,
.brand-pink .article header > .title:before,
.brand-pink .article.article-longread header .title-block:before {
  background-color: rgba(251, 222, 223, 0.4);
}
.brand-purple .page-article-row:before,
.brand-purple .article header > .title:before,
.brand-purple .article.article-longread header .title-block:before {
  background-color: rgba(211, 205, 220, 0.4);
}
.brand-blue .page-article-row:before,
.brand-blue .article header > .title:before,
.brand-blue .article.article-longread header .title-block:before {
  background-color: rgba(216, 229, 242, 0.4);
}
.brand-green .page-article-row:before,
.brand-green .article header > .title:before,
.brand-green .article.article-longread header .title-block:before {
  background-color: rgba(232, 230, 213, 0.4);
}
.magazine-index .year-selector > li > a {
  text-transform: uppercase;
  font-size: 15px !important;
}
.magazine-index nav {
  display: flex;
  padding-bottom: 40px;
}
.magazine-index nav .language-switch,
.magazine-index nav .magazine-index .year-selector {
  margin-left: auto;
}
.magazine-index h2 {
  font-family: "Majesti Banner Heavy", serif;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 5px;
}
.magazine-index .magazine-link {
  margin-bottom: 20px;
}
.magazine-index .magazine-link .img-container {
  position: relative;
}
.magazine-index .magazine-link .img-container img {
  width: 100%;
}
.magazine-index .magazine-link .img-container time {
  font-size: 14px;
  color: #A6A158 !important;
}
.magazine-index .magazine-link a {
  color: inherit;
  text-decoration: inherit;
}
.magazine-index .magazine-link a:hover:not(.disabled) {
  color: #A6A158 !important;
}
.magazine-index .magazine-link a.disabled {
  pointer-events: none;
  cursor: default;
}
.magazine-index .magazine-link a.pdf-link img {
  height: 34px;
}
.magazine-index .magazine-link .title {
  margin-top: 0;
  margin-bottom: 0;
}
.magazine-index .magazine-link .icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.magazine-index .magazine-link p {
  margin: 0;
  font-size: 14px;
}
.magazine-index .load-more {
  margin: 10px 10px;
}
.magazine-index .load-more a {
  text-decoration: none;
}
.magazine-index .load-more .btn {
  padding: 20px;
  width: 100%;
  text-transform: uppercase;
  color: #909090;
  font-family: "Mark W01 Bold", sans-serif;
}
.magazine-index .load-more .btn:hover {
  color: #000;
  background: white;
}
@media (max-width: 767px) {
  .magazine-index > .row > .col-xs-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .magazine-index > .row > .col-sm-3:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .magazine-index > .row > .col-md-2:nth-child(6n+1) {
    clear: both;
  }
}
.results-container {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}
.results-container .search-result {
  margin: 20px 0;
}
.results-container .search-result + .search-result {
  padding-top: 20px;
  border-top: 1px solid #B5B5B5;
}
.results-container .search-result .details:before,
.results-container .search-result .details:after {
  content: " ";
  display: table;
}
.results-container .search-result .details:after {
  clear: both;
}
.results-container .search-result .details:before,
.results-container .search-result .details:after {
  content: " ";
  display: table;
}
.results-container .search-result .details:after {
  clear: both;
}
.results-container .search-result .details,
.results-container .search-result .article-link .category,
.results-container .search-result .article-link time {
  font-size: 14px;
}
.results-container .search-result .category-label,
.results-container .search-result .category {
  float: left;
  text-transform: uppercase;
  font-family: "Mark W01 Bold", sans-serif;
}
.results-container .search-result time {
  float: right;
  margin: 0;
}
.results-container .search-result .title {
  clear: both;
}
.page-search section.search-results > header {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .search-form-container .without-label {
    margin-top: 26px;
  }
}
.page-about .content {
  font-size: 16px;
}
.page-about .about {
  margin-bottom: 60px;
}
.page-about .bg-container {
  top: -200px;
}
section.team .team-member .name,
section.team .team-member-bio .name,
section.flex-team .staff-member .name {
  font-family: "Majesti Banner Heavy", serif;
  font-size: 22px;
}
section > header.lined,
section.team > header {
  border-top: 1px dotted;
}
section > header.lined,
section.team > header,
section > header.lined h2,
section.team > header h2 {
  font-size: 20px !important;
  font-family: "Mark W01 Bold", sans-serif !important;
  text-transform: uppercase;
}
section > header.lined h2,
section.team > header h2 {
  margin-bottom: 40px;
}
section.team a.team-member {
  display: block;
  color: inherit;
  text-decoration: none;
}
section.team a.team-member:hover .name {
  color: #3E9CC7;
}
section.team .team-member .title,
section.team .team-member-bio .title {
  font-family: "Mark W01 Bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
section.team .team-member {
  text-align: center;
  margin-bottom: 20px;
}
section.team .team-member .title {
  margin-top: 20px;
}
section.team .team-member .img-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
section.team .team-member .img-container > img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  max-width: none;
  max-height: 100%;
}
section.team .team-member .img-container:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
section.team .team-member-bio {
  display: none;
  width: 100%;
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #DDDDDD;
  border-width: 1px 0;
  border-style: solid;
}
section.team .team-member-bio:before,
section.team .team-member-bio:after {
  content: " ";
  display: table;
}
section.team .team-member-bio:after {
  clear: both;
}
section.team .team-member-bio:before,
section.team .team-member-bio:after {
  content: " ";
  display: table;
}
section.team .team-member-bio:after {
  clear: both;
}
section.team .team-member-bio:target {
  display: block;
}
section.team .team-member-bio .title {
  font-size: 16px;
}
section.team .team-member-bio .name {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 20px;
}
section.team .team-member-bio .img-container > img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  section.team .team-member-bio .details {
    margin-top: 20px;
  }
}
section.team .team-member-bio .contact-details,
section.team .team-member-bio .contact-details a {
  color: #B5B5B5;
}
section.team .team-member-bio .contact-details a {
  display: inline-block;
}
section.team .team-member-bio .contact-details a:hover {
  color: #909090;
}
section.team .team-member-bio .contact-details .email + .phone {
  margin-left: 20px;
}
section.team .team-member-bio .contact-details .email .address {
  display: none;
}
@media (min-width: 1200px) {
  section.team .team-member-bio .contact-details .email .address {
    display: inline-block;
  }
}
section.flex-team {
  margin-top: 60px;
}
section.flex-team > header {
  font-family: "Mark W01 Bold", sans-serif;
  text-transform: uppercase;
}
section.flex-team > header h2 {
  font-size: 16px;
  margin-bottom: 40px;
}
section.flex-team .staff-member {
  text-align: center;
  margin-bottom: 60px;
}
section.flex-team .staff-member .name {
  margin-top: 20px;
}
section.flex-team .staff-member .img-container > img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.flex-team > .row > *:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.flex-team > .row > *:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  section.flex-team > .row > *:nth-child(6n+1) {
    clear: left;
  }
}
.staff-member.brand-pink .img-container > img {
  background-color: #FBDEDF;
}
.staff-member.brand-purple .img-container > img {
  background-color: #D3CDDC;
}
.staff-member.brand-blue .img-container > img {
  background-color: #D8E5F2;
}
.staff-member.brand-green .img-container > img {
  background-color: #E8E6D5;
}
.page-contact .content {
  font-size: 16px;
}
.page-contact .content h2 {
  font-family: "Majesti Banner Heavy", serif;
  font-size: 24px;
}
.page-contact .content .side-block {
  border-top: 1px dotted;
}
.page-contact .content .email-addresses dd + dt {
  margin-top: 20px;
}
.page-contact .content .email-addresses dd {
  margin: 0;
}
.page-contact .content .social-media-accounts {
  padding-left: 0;
  list-style: none;
}
.page-contact .content .social-media-accounts li {
  line-height: 40px;
}
.page-contact .content .social-media-accounts li img {
  width: 30px;
  vertical-align: middle;
}
.page-contact section.team {
  margin-top: 60px;
}
.contact-form {
  margin-top: 40px;
}
.contact-form .form-control {
  text-transform: none;
}
.contact-form button[type="submit"] {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .contact-form button[type="submit"] {
    margin-top: 0;
    float: right !important;
  }
}
.contact-form .btn-primary {
  color: #FFFFFF;
  background-color: #EC677A;
  border-color: #EC677A;
}
.contact-form .btn-primary:focus,
.contact-form .btn-primary.focus {
  color: #FFFFFF;
  background-color: #e63a52;
  border-color: #bc182f;
}
.contact-form .btn-primary:hover {
  color: #FFFFFF;
  background-color: #e63a52;
  border-color: #e5314a;
}
.contact-form .btn-primary:active,
.contact-form .btn-primary.active,
.open > .dropdown-toggle.contact-form .btn-primary {
  color: #FFFFFF;
  background-color: #e63a52;
  border-color: #e5314a;
}
.contact-form .btn-primary:active:hover,
.contact-form .btn-primary.active:hover,
.open > .dropdown-toggle.contact-form .btn-primary:hover,
.contact-form .btn-primary:active:focus,
.contact-form .btn-primary.active:focus,
.open > .dropdown-toggle.contact-form .btn-primary:focus,
.contact-form .btn-primary:active.focus,
.contact-form .btn-primary.active.focus,
.open > .dropdown-toggle.contact-form .btn-primary.focus {
  color: #FFFFFF;
  background-color: #e01c38;
  border-color: #bc182f;
}
.contact-form .btn-primary:active,
.contact-form .btn-primary.active,
.open > .dropdown-toggle.contact-form .btn-primary {
  background-image: none;
}
.contact-form .btn-primary.disabled:hover,
.contact-form .btn-primary[disabled]:hover,
fieldset[disabled] .contact-form .btn-primary:hover,
.contact-form .btn-primary.disabled:focus,
.contact-form .btn-primary[disabled]:focus,
fieldset[disabled] .contact-form .btn-primary:focus,
.contact-form .btn-primary.disabled.focus,
.contact-form .btn-primary[disabled].focus,
fieldset[disabled] .contact-form .btn-primary.focus {
  background-color: #EC677A;
  border-color: #EC677A;
}
.contact-form .btn-primary .badge {
  color: #EC677A;
  background-color: #FFFFFF;
}
.page-event .content {
  font-size: 16px;
}
.page-event .about {
  margin-bottom: 60px;
}
.page-event .bg-container {
  top: -200px;
}
.event-row {
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
}
.event-row .event-title {
  font-weight: bold;
}
.event-row .event-info {
  color: #A6A158;
  font-size: 12px;
}
.event-row .event-info > span {
  padding-right: 15px;
}
.event-row .event-day {
  font-size: 12px;
}
.page-job-offers {
  font-size: 15px;
}
.page-job-offers .content > section {
  margin: 60px 0;
}
.page-job-offers h2 {
  font-family: "Majesti Banner Heavy", serif;
  font-size: 24px;
}
.page-advertising-and-services .content-container h3 {
  font-family: "Majesti Banner Heavy", serif;
}
.page-advertising-and-services .content-container p,
.page-advertising-and-services .content-container li {
  font-family: "Mark W01 Book", sans-serif;
}
.page-advertising-and-services .content-container a {
  color: inherit;
  text-decoration: underline;
}
.page-advertising-and-services .advertising-and-services-header {
  margin-bottom: 25px;
}
.page-advertising-and-services .advertising-and-services-header .header-1 {
  position: relative;
  padding: 0;
}
.page-advertising-and-services .advertising-and-services-header .img-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.page-advertising-and-services .advertising-and-services-header .text-container {
  background-color: rgba(216, 229, 242, 0.8);
  padding: 25px;
  margin-top: 300px;
  margin-bottom: 50px;
  width: 65%;
}
.page-advertising-and-services .advertising-and-services-header .text-container h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 54px;
}
.page-advertising-and-services .advertising-and-services-header .text-container p {
  font-size: 18px;
}
.page-advertising-and-services .advertising-and-services-header .text-container a {
  text-decoration: none;
  margin-bottom: 10px;
  color: black;
}
.page-advertising-and-services .information-blocks {
  margin-bottom: 50px;
}
.page-advertising-and-services .information-blocks .row {
  display: flex;
}
.page-advertising-and-services .information-blocks .first {
  margin-right: 20px;
}
.page-advertising-and-services .information-blocks .reach-students-block {
  background-color: rgba(232, 230, 213, 0.4);
}
.page-advertising-and-services .information-blocks .reach-students-block .title-block {
  background-color: #A6A158;
}
.page-advertising-and-services .information-blocks .journalistic-services-block {
  background-color: rgba(251, 222, 223, 0.4);
}
.page-advertising-and-services .information-blocks .journalistic-services-block .title-block {
  background-color: #EC677A;
}
.page-advertising-and-services .information-blocks .information-block {
  padding: 0;
}
.page-advertising-and-services .information-blocks .information-block .title-block {
  height: 100%;
}
.page-advertising-and-services .information-blocks .information-block .title-block .information-title {
  color: white;
  font-size: 30px;
  line-height: 30px;
  margin: 20px;
  padding-top: 10px;
  font-family: "Majesti Banner Heavy", serif;
}
.page-advertising-and-services .information-blocks .information-block .title-block .more-info-button {
  text-decoration: none;
  color: white;
  font-size: 18px;
  padding: 0;
  margin-left: 25px;
  margin-bottom: 25px;
}
.page-advertising-and-services .information-blocks .information-block .content-block {
  padding: 0;
}
.page-advertising-and-services .information-blocks .information-block .content-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-advertising-and-services .information-blocks .information-block .content-block ul li {
  border-bottom: 1px solid grey;
  margin: 3px;
  padding: 5px;
}
.page-advertising-and-services .content-blocks #reach-students .option-container {
  background-color: rgba(232, 230, 213, 0.4);
}
.page-advertising-and-services .content-blocks #reach-students .option-container .btn-primary {
  background-color: #A6A158;
}
.page-advertising-and-services .content-blocks #journalistic-services .option-container {
  background-color: rgba(251, 222, 223, 0.4);
}
.page-advertising-and-services .content-blocks #journalistic-services .option-container .btn-primary {
  background-color: #EC677A;
}
.page-advertising-and-services .content-blocks .content-block {
  margin-bottom: 25px;
}
.page-advertising-and-services .content-blocks .content-block h3 {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 5px;
}
.page-advertising-and-services .content-blocks .content-block h4 {
  font-size: 18px;
}
.page-advertising-and-services .content-blocks .content-block .header-2 {
  position: relative;
  padding: 0;
}
.page-advertising-and-services .content-blocks .content-block .img-container {
  position: absolute;
  z-index: -1;
}
.page-advertising-and-services .content-blocks .content-block .img-container img {
  width: 50%;
}
.page-advertising-and-services .content-blocks .content-block .text-container {
  display: flex;
  width: 100%;
  justify-content: end;
}
.page-advertising-and-services .content-blocks .content-block .text-container .option-container {
  width: 80%;
  margin-top: 50px;
  padding: 25px;
  background-color: rgba(211, 205, 220, 0.4);
}
.page-advertising-and-services .content-blocks .content-block .text-container .option-container h3 {
  font-size: 26px;
  margin: 0;
  line-height: normal;
  margin-top: 25px;
}
.page-advertising-and-services .content-blocks .content-block .text-container .option-container a.btn-primary {
  text-decoration: none;
  margin-bottom: 10px;
  color: black;
}
@media (max-width: 992px) {
  .page-advertising-and-services .advertising-and-services-header .img-container {
    position: relative;
    text-align: center;
    width: 100%;
  }
  .page-advertising-and-services .advertising-and-services-header .img-container img {
    width: 100%;
  }
  .page-advertising-and-services .advertising-and-services-header .text-container {
    margin-top: 25px;
    width: 100%;
    margin-bottom: 25px;
  }
  .page-advertising-and-services .information-blocks .row {
    display: block;
  }
  .page-advertising-and-services .information-blocks .first {
    margin-right: 0;
  }
  .page-advertising-and-services .information-blocks .information-block .title-block .information-title {
    margin-left: 0;
  }
  .page-advertising-and-services .information-blocks .information-block .title-block .more-info-button {
    margin-left: 0;
    margin-bottom: 0;
  }
  .page-advertising-and-services .content-blocks .content-block .img-container {
    position: relative;
  }
  .page-advertising-and-services .content-blocks .content-block .img-container img {
    width: 100%;
  }
  .page-advertising-and-services .content-blocks .content-block .text-container .option-container {
    width: 100%;
    margin-top: 10px;
  }
}
.bg-brand-pink,
.bg-pink,
.brand-pink .bg-brand,
.brand-pink .tag-list > li.category-label {
  color: #fff !important;
  background-color: #EC677A !important;
}
.text-brand-pink,
.text-pink,
.brand-pink .text-brand,
.brand-pink .article-timeline-container .timeline-items .timeline-item .timeline-item-content > time,
.brand-pink .article header .details,
.brand-pink .external-link-block > a {
  color: #EC677A !important;
}
.bg-brand-purple,
.bg-purple,
.brand-purple .bg-brand,
.brand-purple .tag-list > li.category-label {
  color: #fff !important;
  background-color: #5D4E7D !important;
}
.text-brand-purple,
.text-purple,
.brand-purple .text-brand,
.brand-purple .article-timeline-container .timeline-items .timeline-item .timeline-item-content > time,
.brand-purple .article header .details,
.brand-purple .external-link-block > a {
  color: #5D4E7D !important;
}
.bg-brand-blue,
.bg-blue,
.brand-blue .bg-brand,
.brand-blue .tag-list > li.category-label {
  color: #fff !important;
  background-color: #3E9CC7 !important;
}
.text-brand-blue,
.text-blue,
.brand-blue .text-brand,
.brand-blue .article-timeline-container .timeline-items .timeline-item .timeline-item-content > time,
.brand-blue .article header .details,
.brand-blue .external-link-block > a {
  color: #3E9CC7 !important;
}
.bg-brand-green,
.bg-green,
.brand-green .bg-brand,
.brand-green .tag-list > li.category-label {
  color: #fff !important;
  background-color: #A6A158 !important;
}
.text-brand-green,
.text-green,
.brand-green .text-brand,
.brand-green .article-timeline-container .timeline-items .timeline-item .timeline-item-content > time,
.brand-green .article header .details,
.brand-green .external-link-block > a {
  color: #A6A158 !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 970px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1170px;
  }
}
.alert {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 40px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #A6A158;
  border-color: #A6A158;
  color: #FFFFFF;
}
.alert-success hr {
  border-top-color: #95914f;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #3E9CC7;
  border-color: #3E9CC7;
  color: #FFFFFF;
}
.alert-info hr {
  border-top-color: #358eb7;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #5D4E7D;
  border-color: #5D4E7D;
  color: #FFFFFF;
}
.alert-warning hr {
  border-top-color: #51446d;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #EC677A;
  border-color: #EC677A;
  color: #FFFFFF;
}
.alert-danger hr {
  border-top-color: #e95066;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #909090;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000000;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #909090;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #3E9CC7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62, 156, 199, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62, 156, 199, 0.6);
}
.form-control::-moz-placeholder {
  color: #B5B5B5;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #B5B5B5;
}
.form-control::-webkit-input-placeholder {
  color: #B5B5B5;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #DDDDDD;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 43px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 69px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 43px;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 43px;
  line-height: 43px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 43px;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 43px;
  line-height: 43px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 43px;
  min-height: 36px;
  padding: 11px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 69px;
  padding: 20px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 69px;
  line-height: 69px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 69px;
  padding: 20px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 69px;
  line-height: 69px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 69px;
  min-height: 42px;
  padding: 21px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 69px;
  height: 69px;
  line-height: 69px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 43px;
  height: 43px;
  line-height: 43px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #A6A158;
}
.has-success .form-control {
  border-color: #A6A158;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #858146;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cac79a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cac79a;
}
.has-success .input-group-addon {
  color: #A6A158;
  border-color: #A6A158;
  background-color: #FFFFFF;
}
.has-success .form-control-feedback {
  color: #A6A158;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #5D4E7D;
}
.has-warning .form-control {
  border-color: #5D4E7D;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #463a5e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9081b0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9081b0;
}
.has-warning .input-group-addon {
  color: #5D4E7D;
  border-color: #5D4E7D;
  background-color: #FFFFFF;
}
.has-warning .form-control-feedback {
  color: #5D4E7D;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #EC677A;
}
.has-error .form-control {
  border-color: #EC677A;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e63a52;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7c2c9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7c2c9;
}
.has-error .input-group-addon {
  color: #EC677A;
  border-color: #EC677A;
  background-color: #FFFFFF;
}
.has-error .form-control-feedback {
  color: #EC677A;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 21px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 11px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #000000;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #909090;
}
.btn-default:focus,
.btn-default.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #505050;
}
.btn-default:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #717171;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #717171;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #505050;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #FFFFFF;
  border-color: #909090;
}
.btn-default .badge {
  color: #FFFFFF;
  background-color: #000000;
}
.btn-primary {
  color: #000000;
  background-color: #DDDDDD;
  border-color: #909090;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #000000;
  background-color: #c4c4c4;
  border-color: #505050;
}
.btn-primary:hover {
  color: #000000;
  background-color: #c4c4c4;
  border-color: #717171;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #000000;
  background-color: #c4c4c4;
  border-color: #717171;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #000000;
  background-color: #b2b2b2;
  border-color: #505050;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #DDDDDD;
  border-color: #909090;
}
.btn-primary .badge {
  color: #DDDDDD;
  background-color: #000000;
}
.btn-success {
  color: #fff;
  background-color: #A6A158;
  border-color: #95914f;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #858146;
  border-color: #424023;
}
.btn-success:hover {
  color: #fff;
  background-color: #858146;
  border-color: #6d6a3a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #858146;
  border-color: #6d6a3a;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #6d6a3a;
  border-color: #424023;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #A6A158;
  border-color: #95914f;
}
.btn-success .badge {
  color: #A6A158;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #3E9CC7;
  border-color: #358eb7;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #2f7fa3;
  border-color: #184154;
}
.btn-info:hover {
  color: #fff;
  background-color: #2f7fa3;
  border-color: #276987;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #2f7fa3;
  border-color: #276987;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #276987;
  border-color: #184154;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #3E9CC7;
  border-color: #358eb7;
}
.btn-info .badge {
  color: #3E9CC7;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #5D4E7D;
  border-color: #51446d;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #463a5e;
  border-color: #17131f;
}
.btn-warning:hover {
  color: #fff;
  background-color: #463a5e;
  border-color: #352d48;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #463a5e;
  border-color: #352d48;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #352d48;
  border-color: #17131f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #5D4E7D;
  border-color: #51446d;
}
.btn-warning .badge {
  color: #5D4E7D;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #EC677A;
  border-color: #e95066;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #e63a52;
  border-color: #a51529;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e63a52;
  border-color: #e01c38;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #e63a52;
  border-color: #e01c38;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #e01c38;
  border-color: #a51529;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #EC677A;
  border-color: #e95066;
}
.btn-danger .badge {
  color: #EC677A;
  background-color: #fff;
}
.btn-link {
  color: inherit;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: red;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #DDDDDD;
  text-decoration: none;
}
.btn-lg {
  padding: 20px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 5px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Mark W01 Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control,
.control-label,
.form-group .btn {
  text-transform: uppercase;
}
.form-group .btn {
  height: 40px;
}
.form-group .btn.btn-block {
  padding: 0;
}
.control-label {
  font-weight: inherit;
}
.btn {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.article-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.article-link .img-container {
  position: relative;
}
.article-link .img-container pre,
.article-link .img-container img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.article-link .img-container .category-label {
  position: absolute;
  left: 0;
  bottom: 0;
}
.article-link time,
.article-link small.subject {
  font-size: 12px;
  line-height: 25px;
}
.article-link .title {
  font-family: "Majesti Banner Heavy", serif;
  font-size: 24px;
  line-height: 1.0833;
  margin: 8px 0 10px;
}
.article-link time,
.article-link small.subject,
.article-link .summary {
  display: block;
  margin-top: 10px;
}
.brand-pink .article-link time,
.brand-pink .article-link small.subject {
  color: #EC677A;
}
.brand-pink .article-link:hover .title {
  color: #5D4E7D;
}
.brand-purple .article-link time,
.brand-purple .article-link small.subject {
  color: #5D4E7D;
}
.brand-purple .article-link:hover .title {
  color: #EC677A;
}
.brand-blue .article-link time,
.brand-blue .article-link small.subject {
  color: #3E9CC7;
}
.brand-blue .article-link:hover .title {
  color: #A6A158;
}
.brand-green .article-link time,
.brand-green .article-link small.subject {
  color: #A6A158;
}
.brand-green .article-link:hover .title {
  color: #3E9CC7;
}
.aside-block {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px dotted #000000;
  font-size: 18px;
  border-top: none;
}
.aside-block > h3 {
  margin: 0;
  background-color: #000000;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Mark W01 Bold", sans-serif;
  padding: 0 15px;
  line-height: 34px;
}
.aside-block .aside-block-content {
  padding: 20px 15px;
}
.aside-block .aside-block-content > p:first-child {
  margin-top: 0;
}
.aside-block .aside-block-content > p:last-child {
  margin-bottom: 0;
}
.aside-block .aside-block-content .aside-block-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.aside-block .aside-block-content .aside-block-list li {
  font-family: "Majesti Banner Book", serif;
  padding: 0 0 10px;
}
.aside-block .aside-block-content .aside-block-list li strong {
  font-family: "Majesti Banner Bold", serif;
  font-size: 20px;
  margin-right: 8px;
}
.aside-block .aside-block-content .aside-block-list li + li {
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
}
.category-label {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Mark W01 Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 1px 8px 3px 8px;
  line-height: 20px;
  display: inline-block;
}
.external-link-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
.external-link-block > a {
  color: inherit;
  text-decoration: inherit;
  display: block;
  border: 1px solid;
  font-family: "Mark W01 Bold", sans-serif;
  font-size: 16px;
  text-align: right;
  padding: 15px 30px;
}
.external-link-block > a:hover {
  opacity: 0.8;
}
.language-switch,
.magazine-index .year-selector {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.language-switch:before,
.language-switch:after,
.magazine-index .year-selector:before,
.magazine-index .year-selector:after {
  content: " ";
  display: table;
}
.language-switch:after,
.magazine-index .year-selector:after {
  clear: both;
}
.language-switch:before,
.language-switch:after,
.magazine-index .year-selector:before,
.magazine-index .year-selector:after {
  content: " ";
  display: table;
}
.language-switch:after,
.magazine-index .year-selector:after {
  clear: both;
}
.language-switch > li,
.magazine-index .year-selector > li {
  float: left;
}
.language-switch > li > span,
.language-switch > li a,
.magazine-index .year-selector > li > span,
.magazine-index .year-selector > li a {
  color: #B5B5B5;
  font-family: "Mark W01 Book", sans-serif;
  text-decoration: none;
  display: block !important;
  font-size: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid;
  padding-left: 8px;
  padding-right: 8px;
}
.language-switch > li.active > span,
.language-switch > li.active a,
.magazine-index .year-selector > li.active > span,
.magazine-index .year-selector > li.active a {
  color: #000000;
  font-family: "Mark W01 Bold", sans-serif;
  padding-bottom: 3px;
  border-bottom: 5px solid #000000;
}
.img-container .language-switch,
.img-container .magazine-index .year-selector {
  padding-left: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-top: 4px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  top: 0;
}
.language-switch li,
.magazine-index .year-selector li {
  margin: 0 !important;
}
.article-list .language-switch,
.article-list .magazine-index .year-selector {
  margin-top: 0;
  margin-left: 8px;
  float: right;
}
.article-lang .language-switch,
.article-lang .magazine-index .year-selector {
  float: right;
}
.text-container .language-switch,
.text-container .magazine-index .year-selector {
  float: right;
  clear: left;
}
.article-lang-en.collapse {
  display: none;
}
.article-lang-nl.collapse {
  display: none;
}
#latest-magazine-modal .modal-dialog {
  margin-top: 0 !important;
}
#latest-magazine-modal .modal-dialog .modal-content {
  margin-left: -30px;
  padding-left: 30px;
  padding-bottom: 40px;
}
#latest-magazine-modal .modal-dialog .sub-title {
  background-color: #3E9CC7;
  color: #FFFFFF;
  font-family: "Mark W01 Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 6px;
  display: inline-block;
  margin-top: 40px;
}
#latest-magazine-modal .modal-dialog .title {
  font-family: "Majesti Banner Heavy", serif;
  font-size: 36px;
  line-height: 42px;
  margin: 22px 0 26px 0;
  clear: both;
}
#latest-magazine-modal .modal-dialog .img-container {
  margin-right: 30px;
}
#latest-magazine-modal .modal-dialog .img-container > img {
  width: 100%;
}
#latest-magazine-modal .modal-dialog .close-btn {
  float: right !important;
  margin-right: 30px;
  margin-top: 30px;
  height: 40px;
  width: 40px;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid;
  background: transparent url("../img/icons/cross.svg") no-repeat center;
}
#latest-magazine-modal .modal-dialog nav a,
.magazine-index .magazine-link a.pdf-link,
.magazine-index .magazine-link a.issuu-link,
.magazine-index .magazine-link a.magazine-link-tag {
  font-family: "Mark W01 Book", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: inherit;
  text-decoration: inherit;
  line-height: 32px;
}
.related-articles {
  border-top: 1px dotted;
}
.related-articles header,
.related-articles header h3 {
  font-size: 20px;
  font-family: "Mark W01 Bold", sans-serif;
  margin-top: 0;
  text-transform: uppercase;
}
.related-articles a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.related-articles .img-container {
  margin-left: 30px;
}
.related-articles time,
.magazine-index .magazine-link .img-container time {
  position: absolute;
  display: block;
  margin: 0;
  bottom: 0;
  background-color: #FFFFFF;
  left: 0;
  right: 30px;
}
.related-articles .title {
  margin-top: 17px;
}
.related-articles .article-link {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .related-articles .title {
    font-size: 21px;
  }
  .related-articles .row > .col-xs-6:nth-of-type(2n+1) {
    clear: both;
  }
}
.tag-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.tag-list > li {
  position: relative;
  display: block;
  float: left;
}
.tag-list > li + li {
  margin-left: 8px;
}
.tag-list > li > a {
  text-decoration: none;
  position: relative;
  display: block;
  color: inherit;
}
.tag-list > li.tag {
  text-transform: uppercase;
  font-family: "Mark W01 Book", sans-serif;
  font-size: 12px;
  color: #B5B5B5;
  line-height: 22px;
}
.tag-list > li.tag > a {
  border-top: 1px solid;
}
.tag-list > li.tag > a:hover {
  color: #000000;
}
.brand-pink .tag-list > li.category-label > a:hover {
  color: #FBDEDF !important;
}
.brand-purple .tag-list > li.category-label > a:hover {
  color: #D3CDDC !important;
}
.brand-blue .tag-list > li.category-label > a:hover {
  color: #D8E5F2 !important;
}
.brand-green .tag-list > li.category-label > a:hover {
  color: #E8E6D5 !important;
}
.share-article {
  margin: 40px 0;
}
.share-article .share-button {
  background-color: #000000;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 15px;
  display: inline-block;
}
.share-article .share-button:hover {
  background-color: #909090;
}
@media (min-width: 768px) {
  .share-article .share-button.share-button-mobile {
    display: none;
  }
}
.share-article .share-text {
  line-height: 1.42857143;
  font-family: "Mark W01 Bold", sans-serif;
}
.prm-tall {
  display: inline-block;
  width: 160px;
  height: 600px;
  text-align: center;
}
.prm-top {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.prm-top div {
  margin: 0 auto;
}
.ig-embed-container {
  position: relative;
  padding-bottom: 120%;
  height: 420px;
  overflow: hidden;
}
.ig-embed-container iframe,
.ig-embed-container object,
.ig-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .ig-embed-container {
    padding-bottom: 150%;
  }
}
#newsletter-signup-popup,
#app-download-popup,
#end-of-year-quiz-popup {
  display: none;
  position: fixed;
  z-index: 501;
  bottom: 60px;
  width: 100%;
}
#newsletter-signup-popup .bg,
#app-download-popup .bg,
#end-of-year-quiz-popup .bg {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
#newsletter-signup-popup form,
#app-download-popup form,
#end-of-year-quiz-popup form {
  margin: 20px 0;
}
#newsletter-signup-popup header,
#app-download-popup header,
#end-of-year-quiz-popup header {
  padding-top: 20px;
}
#newsletter-signup-popup header,
#app-download-popup header,
#end-of-year-quiz-popup header,
#newsletter-signup-popup header h2,
#app-download-popup header h2,
#end-of-year-quiz-popup header h2 {
  font-family: "Majesti Banner Heavy", serif;
  font-size: 36px;
  line-height: 42px;
  margin: 0 30px;
}
#newsletter-signup-popup .close-btn,
#app-download-popup .close-btn,
#end-of-year-quiz-popup .close-btn {
  float: right !important;
  margin-top: 1px;
  margin-left: 20px;
  height: 40px;
  width: 40px;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #fff;
  background: transparent url("../img/icons/cross_white.svg") no-repeat center;
}
@media (max-width: 767px) {
  #newsletter-signup-popup,
  #app-download-popup,
  #end-of-year-quiz-popup {
    bottom: 20px;
  }
  #newsletter-signup-popup .bg,
  #app-download-popup .bg,
  #end-of-year-quiz-popup .bg {
    padding: 0 30px;
  }
  #newsletter-signup-popup header,
  #app-download-popup header,
  #end-of-year-quiz-popup header,
  #newsletter-signup-popup header h2,
  #app-download-popup header h2,
  #end-of-year-quiz-popup header h2 {
    margin: 0;
  }
}
#app-download-popup .bg {
  padding-bottom: 20px;
}
#app-download-popup header {
  padding-bottom: 8px;
}
#app-download-popup .btn-app-download {
  width: 100%;
  text-decoration: none;
}
.search-form-container .form-control {
  padding: 0 12px;
}
.lb-outerContainer,
.lightbox .lb-image {
  border-radius: 0 !important;
}
.clearfix:before,
.clearfix:after,
.homepage-block-two-times-two .article-link:before,
.homepage-block-two-times-two .article-link:after,
.widget-image-gallery:before,
.widget-image-gallery:after,
.widget-image-box-2:before,
.widget-image-box-2:after,
.widget-image-box-3:before,
.widget-image-box-3:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.tag-list:before,
.tag-list:after {
  content: " ";
  display: table;
}
.clearfix:after,
.homepage-block-two-times-two .article-link:after,
.widget-image-gallery:after,
.widget-image-box-2:after,
.widget-image-box-3:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after,
.form-horizontal .form-group:after,
.tag-list:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.popover {
  min-width: 375px;
  border-radius: 10px;
  min-height: 200px;
}
.popover .latest-magazine-popover .row {
  display: flex;
}
.popover .latest-magazine-popover .row .magazine-content {
  padding-left: 3px;
}
.popover .latest-magazine-popover .row .magazine-content .title {
  margin-top: 0;
  margin-bottom: 3px;
}
.popover .latest-magazine-popover .row .magazine-content .date {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
.popover .latest-magazine-popover .row .magazine-content .links {
  bottom: 0;
  position: absolute;
}
.popover .latest-magazine-popover .row .magazine-content .links .button-container {
  padding: 5px;
}
.popover .latest-magazine-popover .row .magazine-content .links .button-container .magazine-button {
  width: auto !important;
  height: auto !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  color: #909090;
  background-color: #ffffff;
  font-family: "Mark W01 Bold", sans-serif;
}
.popover .latest-magazine-popover .row .magazine-content .links .button-container .magazine-button:hover {
  color: #000000;
  border-color: #000000;
}
