:root {
  --bgcolour: #ffffd0;
  --bqindents: 40px;
  --main-font: 'Fira Sans', serif;
  --h123-font: 'Fira Sans', serif;
  /* --p-font: 'PT Serif', Georgia, sans-serif; */
  /* --p-font: 'Lora', Georgia, sans-serif; */ 
  --p-font: 'Merriweather', Georgia, sans-serif;
  
/*   font-family: 'Playfair Display', serif;
font-family: 'Fira Sans', sans-serif; */
    /* Calculation */
  --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 420px) / (1200 - 420))); /* Ranges from 421px to 1199px */
}


@media (min-width: 1200px) {
  h1,h2,h3,
  p {
    font-size: calc(var(--max-font) * 1px);
  }
}

@media (max-width: 420px) {
  h1,h2,h3,
  p {
    font-size: calc(var(--min-font) * 1px);
  }
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased
}

/* Whatever */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-locale: auto;
  white-space: normal
}



html, body {
  height: 100%;
}

/* body {
  display: flex;
} */

@-ms-viewport {
    width: device-width
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

figure {
    margin: 0
}

body {
    margin: 0;
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-family: var(--main-font);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    color: #494e58;
    text-align: left;
    background-color: #fff;
	
    font-variant-numeric: normal;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'kern';
    font-feature-settings: 'kern';
    -webkit-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;	
	
}


h1 {
  /* Set max and min font sizes */
  --max-font: 50;
  --min-font: 25;
  font-family: var(--h123-font);
  font-size: var(--responsive);
}

h2 {
  /* Set max and min font sizes */
  --max-font: 40;
  --min-font: 20;
  font-family: var(--h123-font);
  font-size: var(--responsive);
}

h3 {
  /* Set max and min font sizes */
  --max-font: 30;
  --min-font: 18;
  font-family: var(--h123-font);
  font-size: var(--responsive);
}

p {
  font-family: var(--p-font);
  margin: auto;
  width: fit-content;
  
  /* Set max and min font sizes */
  --max-font: 20;
  --min-font: 16;
  font-size: var(--responsive);
}

.itemFullText p {
	line-height: 1.5;
	margin-bottom: 1.25rem;
	 font-weight: 400;
}

.itemFullText a {
	text-decoration: underline;
	font-weight: 400;
	text-decoration-color: #dc0228;
}


.itemFullText a:hover {
    color: #007bc7;
    /* text-decoration-color: #008ae0; */
    background: #4e6aac26;
}

.itemFullText img {
	max-width: 100%;
}

.itemIntroText {
	line-height: 1.45;
	margin: 1.5rem 0;
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0
}

p {
    margin: 0
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none;
    list-style-image: none
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #273e80;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #008ae0
}

pre,code,kbd,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

img {
    /* max-width: 100%; */
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden
}

a,area,button,[role="button"],input:not([type="range"]),label,select,summary,textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

button:focus,a:focus {
    outline: 1px auto rgba(180,180,180,0.35)
}


@font-face {
  font-family: 'main-icons';
  src:
    url('../fonts/icons.woff2?e36x2h') format('woff2'),
	url('../fonts/icons.ttf?e36x2h') format('truetype'),
    url('../fonts/icons.woff?e36x2h') format('woff'),
    url('../fonts/icons.svg?e36x2h#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="bt-icon-"], [class*=" bt-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'main-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bt-icon-more:before {
  content: "\e658";
}
.bt-icon-arrow-tr:before {
  content: "\ebfc";
}
.bt-icon-star:before {
  content: "\e68d";
}
.bt-icon-menu_2:before {
  content: "\e901";
}
.bt-icon-share:before {
  content: "\e920";
}
.bt-icon-magnifier:before {
  content: "\e922";
}
.bt-icon-menu1:before {
  content: "\e92b";
}
.bt-icon-cross1:before {
  content: "\e935";
}
.bt-icon-chevron-left:before {
  content: "\e93b";
}
.bt-icon-chevron-right:before {
  content: "\e93c";
}
.bt-icon-arrow-right:before {
  content: "\e944";
}
.bt-icon-facebook:before {
  content: "\ea90";
}
.bt-icon-instagram:before {
  content: "\ea92";
}
.bt-icon-whatsapp:before {
  content: "\ea93";
}
.bt-icon-telegram:before {
  content: "\ea95";
}
.bt-icon-twitter:before {
  content: "\ea96";
}
.bt-icon-youtube:before {
  content: "\ea9d";
}
.bt-icon-pinterest:before {
  content: "\ead2";
}
.bt-icon-icons--mail:before {
  content: "\e903";
}
.bt-icon-icons--add:before {
  content: "\e905";
}
.bt-icon-icons--remove:before {
  content: "\e90c";
}
.bt-icon--circle:before {
  content: "\e90d";
}
.bt-icon--play:before {
  content: "\e913";
}
.bt-icon--circle-solid:before {
  content: "\e915";
}




.header {
    background: #fff;
    position: relative
}

.header a {
    color: rgba(0,0,0,0.85)
}

.header a:hover {
    color: #008ae0
}

.header__row+.header__row {
    border-top: 1px solid rgba(180,180,180,0.35)
}

.header__row {
    padding: 0 1rem
}

@media only screen and (min-width: 79.9375rem) {
    .header__row {
        padding:0 1.25rem
    }
}

@media only screen and (min-width: 100rem) {
    .header__row {
        padding:0 1.875rem
    }
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.header__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.375rem
}

@media only screen and (min-width: 63.75rem) {
    .header__main {
        height:8.75rem
    }
}

.header__branding {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.header__branding h1 {
    font-size: 1.25rem
}

.header__branding img {
	max-height: 40px;
}

@media only screen and (min-width: 63.75rem) {
    .header__branding h1 {
        font-size:2rem
    }
	
	.header__branding img {
		max-height: 60px;
	}
}

@media only screen and (min-width: 79.9375rem) {
    .header__branding h1 {
        font-size:2.5rem
    }
}

.header__branding h1 b {
    color: #fff
}

.header__branding a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__branding .is-emphasized {
    color: #dc0228
}

.header__right>*+* {
    border-left: rgba(180,180,180,0.35)
}

.header.on-core .header__main {
    height: 4.375rem
}

@media only screen and (min-width: 63.75rem) {
    .header.on-core .header__main {
        height:6.25rem
    }
}

.header.on-core .header__branding h1 {
    font-size: 2rem
}

@media only screen and (min-width: 63.75rem) {
    .header.on-core .header__branding h1 {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 79.9375rem) {
    .header.on-core .header__branding h1 {
        font-size:3.15rem
    }
}

@media only screen and (min-width: 63.75rem) {
    .header.on-core.on-home .header__main {
        height:7.5rem
    }
}

.header.on-core.on-home .header__branding h1 {
    font-size: 2rem
}

@media only screen and (min-width: 63.75rem) {
    .header.on-core.on-home .header__branding h1 {
        font-size:3.15rem
    }
}

@media only screen and (min-width: 79.9375rem) {
    .header.on-core.on-home .header__branding h1 {
        font-size:3.75rem
    }
}

.compact-cta {
    padding: 1.25rem;
    border: 1px solid #E5E7EB
}

@media only screen and (min-width: 125rem) {
    .compact-cta {
        padding:1.875rem
    }
}

.compact-cta>*+* {
    margin-top: 1rem
}

@media only screen and (min-width: 125rem) {
    .compact-cta>*+* {
        margin-top:1.875rem
    }
}

.compact-cta__heading {
    font-size: 1.5rem;
    font-weight: 500
}

@media only screen and (min-width: 125rem) {
    .compact-cta__heading {
        font-size:2rem
    }
}

.on-dark .compact-cta,.compact-cta.on-dark {
    border: 1px solid #303340
}

.actions-lineup ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.actions-lineup a {
    display: block;
    padding: 0.15rem 0.75rem
}

.actions-lineup .hide-at-mobile {
    position: absolute;
    left: -999em;
    top: -999em
}

@media only screen and (min-width: 63.75rem) {
    .actions-lineup .hide-at-mobile {
        position:relative;
        left: auto;
        top: auto
    }
}

.actions-lineup {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.1rem
}

.actions-lineup li+li {
    border-left: 1px solid rgba(180,180,180,0.35)
}

.actions-lineup li.hide-for-non-ip-access+li {
    border-left: 0
}

.actions-lineup li.hide-at-mobile+li {
    border-left: 0
}

@media only screen and (min-width: 63.75rem) {
    .actions-lineup li.hide-at-mobile+li {
        border-left:1px solid rgba(180,180,180,0.35)
    }
}

.actions-lineup b {
    font-size: 1.15rem;
    letter-spacing: 0
}

.on-core .actions-lineup li+li {
    border: 0
}

.hamburger {
    width: 2.18rem;
    height: 2rem;
    opacity: 0.85;
    position: relative;
    display: block;
    cursor: pointer;
    background: none;
    border: none
}

.hamburger:hover,.hamburger:focus {
    opacity: 1
}

.hamburger>span,.hamburger span:before,.hamburger span:after {
    width: 1rem;
    height: 1px;
    background-color: #000;
    display: block
}

.hamburger>span {
    top: 1rem;
    left: 0.55rem;
    position: absolute;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger>span:before,.hamburger>span:after {
    content: "";
    position: absolute
}

.hamburger>span:before {
    top: 0.35rem;
    -webkit-transition: top 0.1s 0.2s ease, opacity 0.1s ease;
    transition: top 0.1s 0.2s ease, opacity 0.1s ease
}

.hamburger>span:after {
    bottom: 0.35rem;
    -webkit-transition: bottom 0.1s 0.2s ease,-webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.2s ease,-webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.2s ease,transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.2s ease,transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger.is-active span,.hamburger.is-active span:before,.hamburger.is-active span:after {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger.is-active span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger.is-active span:before {
    top: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.2s ease;
    transition: top 0.1s ease, opacity 0.1s 0.2s ease
}

.hamburger.is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease,-webkit-transform 0.1s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease,-webkit-transform 0.1s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease,transform 0.1s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease,transform 0.1s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.1s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.header.on-dark .hamburger span,.header.on-dark .hamburger span:before,.header.on-dark .hamburger span:after {
    background-color: #fff
}

@media screen and (-ms-high-contrast: active) {
    .hamburger>span,.hamburger span:before,.hamburger span:after {
        background-color: #fff
    }
}

.master-menu__content {
    z-index: 1001;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: max-height 0.35s ease;
    transition: max-height 0.35s ease;
    position: absolute;
    left: 0;
    top: 100%
}

.master-menu__content .row {
    border-top: 1px solid rgba(180,180,180,0.35);
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: opacity 0.35s ease, padding 0.35s ease;
    transition: opacity 0.35s ease, padding 0.35s ease
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .row {
        padding:0 3.125rem
    }
}

@media only screen and (min-width: 100rem) {
    .master-menu__content .row {
        padding:0 5rem
    }
}

.master-menu__content .row:last-child {
    border-bottom: 1px solid rgba(180,180,180,0.35)
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .row--4-col>.col {
        width:50%
    }
}

@media only screen and (min-width: 79.9375rem) {
    .master-menu__content .row--4-col>.col {
        width:25%
    }
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .row--6-col>.col {
        width:50%
    }
}

@media only screen and (min-width: 63.75rem) {
    .master-menu__content .row--6-col>.col {
        width:33.3333333333%
    }
}

@media only screen and (min-width: 79.9375rem) {
    .master-menu__content .row--6-col>.col {
        width:16.6666666667%
    }
}

.master-menu__content .col {
    padding: 1.25rem;
    width: 100%
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .col {
        padding:0
    }
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .col {
        padding-right:1rem
    }
}

.master-menu__content .col .section-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.5rem
}

.master-menu__content .col+.col {
    border-top: 1px solid rgba(180,180,180,0.35)
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .col+.col {
        border-top:0
    }
}

.master-menu__content .col.is-menu {
    padding: 0
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .col.is-menu {
        padding-right:1rem
    }
}

.master-menu__content .col.is-menu .section-heading {
    padding: 1rem;
    position: relative;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.master-menu__content .col.is-menu .section-heading:hover,.master-menu__content .col.is-menu .section-heading:focus {
    color: red
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .col.is-menu .section-heading:hover,.master-menu__content .col.is-menu .section-heading:focus {
        color:#dc0228
    }
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .col.is-menu .section-heading {
        padding:0;
        margin-bottom: 0.5rem;
        cursor: auto
    }
}

.master-menu__content .col.is-menu .section-heading:after {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    font-family: 'main-icons';
    content: "\e93c";
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.4rem
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)	
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .col.is-menu .section-heading:after {
        content:none
    }
}

.master-menu__content .col.is-menu .master-menu__list {
    max-height: 0;
    overflow: hidden
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .col.is-menu .master-menu__list {
        max-height:none
    }
}

.master-menu__content .col.is-menu .master-menu__list .master-menu__item:first-child {
    border-top: 1px solid rgba(180,180,180,0.35)
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .col.is-menu .master-menu__list .master-menu__item:first-child {
        border:0
    }
}

.master-menu__content .col.is-menu .master-menu__list .master-menu__item>a {
    padding: 0.5rem 1rem;
    display: block
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .col.is-menu .master-menu__list .master-menu__item>a {
        display:inline;
        padding: 0
    }
}

.master-menu__content .col.is-menu .master-menu__list--nested .master-menu__item:first-child {
    border-top: 0
}

.master-menu__content .col.is-menu.is-active .section-heading:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.master-menu__content .col.is-menu.is-active ul {
    max-height: 100rem;
    overflow: visible
}

.master-menu__content .section-heading {
    color: #dc0228
}

.master-menu__content.is-edit-mode .master-menu__item {
    padding-left: 1.5rem
}

.master-menu__content.is-edit-mode .master-menu__item--child {
    padding-left: 2.5rem
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content.is-edit-mode .master-menu__item--child {
        padding-left:1.5rem
    }
}

.master-menu__content.is-edit-mode .add-remove-toggle.remove a {
    color: #6E7381
}

.master-menu__content.is-edit-mode .add-remove-toggle.remove a:hover {
    color: #fff
}

.master-menu__content .add-remove-toggle a:before {
    top: 0.5rem;
    left: 1rem
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__content .add-remove-toggle a:before {
        top:0;
        left: 1px
    }
}
.master-menu a .accent {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #007BC7
}

.master-menu a:hover .accent {
    color: #008ae0
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__item+.master-menu__item {
        margin-top:0.15rem
    }
}

.master-menu__item {
    position: relative;
    padding-left: 0;
    -webkit-transition: padding 0.35s ease;
    transition: padding 0.35s ease
}

.master-menu__list {
    -webkit-transition: max-height 0.25s ease;
    transition: max-height 0.25s ease;
    text-transform: none;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5rem
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__list {
        margin-bottom:2rem
    }
}

.master-menu__list--nested {
    border-left: 1px solid rgba(180,180,180,0.35);
    margin-left: 1.5rem;
    margin-bottom: 0
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu__list--nested {
        margin:0.5rem;
        margin-right: 0;
        padding-left: 0.75rem
    }
}

.master-menu__list--nested .master-menu__item:first-child {
    border-top: 0
}

.master-menu.is-active .master-menu__content {
    max-height: 200rem;
    -webkit-transition: max-height 0.35s ease;
    transition: max-height 0.35s ease
}

.master-menu.is-active .master-menu__content .row {
    opacity: 1;
    -webkit-transition: opacity 0.35s ease, padding 0.35s ease;
    transition: opacity 0.35s ease, padding 0.35s ease
}

@media only screen and (min-width: 47.9375rem) {
    .master-menu.is-active .master-menu__content .row {
        padding:1.875rem
    }
}

@media only screen and (min-width: 79.9375rem) {
    .master-menu.is-active .master-menu__content .row {
        padding:2rem 3.125rem
    }
}

@media only screen and (min-width: 100rem) {
    .master-menu.is-active .master-menu__content .row {
        padding:3.125rem 5rem
    }
}

.slide-search__content {
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    visibility: hidden;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
    margin-top: -1.5rem;
    padding-right: 1rem;
    padding-left: 0
}

@media only screen and (min-width: 79.9375rem) {
    .slide-search__content {
        padding-right:1.25rem;
        padding-left: 0
    }
}

@media only screen and (min-width: 100rem) {
    .slide-search__content {
        padding-right:1.875rem;
        padding-left: 0
    }
}

.slide-search__content.is-visible {
    visibility: visible
}

.slide-search__content.is-active {
    padding-left: 1rem;
    display: block;
    width: 100%
}

@media only screen and (min-width: 47.9375rem) {
    .slide-search__content.is-active {
        padding-left:1.25rem
    }
}

@media only screen and (min-width: 63.75rem) {
    .slide-search__content.is-active {
        width:30%;
        padding-left: 1.875rem
    }
}

.slide-search__form {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(180,180,180,0.35)
}

.slide-search__input {
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    width: 100%;
    padding: 0;
    border: transparent;
    background: transparent;
    outline: none;
    font-size: 1rem;
    border-radius: 0;
    height: 2.8571rem
}

.slide-search__input:focus {
    color: #000;
    background: transparent
}

.slide-search__input::-ms-clear {
    display: none
}

.slide-search__close {
    border-left: 1px solid rgba(180,180,180,0.35)
}

.slide-search__run,.slide-search__close {
    padding: 0.15rem 0.75rem;
    cursor: pointer
}

.slide-search .placeholder::after {
    height: 2.8571rem;
    position: absolute;
    left: 3em;
    top: 1.5em;
    content: "Enter search term..."
}

.slide-search button {
    border: 0;
    background: transparent
}


.menu-footer {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 79.9375rem) {
    .menu-footer {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0
    }
}

.menu-footer__follow {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 79.9375rem) {
    .menu-footer__follow {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.menu-footer__follow .section-heading {
    margin-bottom: 0.5rem;
    font-size: 0.75rem
}

@media only screen and (min-width: 79.9375rem) {
    .menu-footer__follow .section-heading {
        margin-bottom:0;
        margin-right: 1rem
    }
}

.menu-footer__actions {
    margin-top: 1.5rem
}

@media only screen and (min-width: 79.9375rem) {
    .menu-footer__actions {
        margin-top:0
    }
}

.menu-footer__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu-footer__list a {
    padding: 0.75rem 0.5rem
}

@media only screen and (min-width: 79.9375rem) {
    .menu-footer__list--follow {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.menu-footer__list--actions .menu-footer__item+.menu-footer__item {
    border-left: 1px solid rgba(180,180,180,0.35)
}

section.tags-line {
    margin: .5rem 1.87rem;
}

.tags-line .taggs {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.tags-line .taggs > * {
    padding: 0 1rem;
}

.footer {
    position: relative;
    background: #285acc;
    color: #fff;
    font-size: 0.875rem;
    padding: 1.5rem
}

@media only screen and (min-width: 47.9375rem) {
    .footer {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0.75rem
    }
}

@media only screen and (min-width: 63.75rem) {
    .footer {
        padding:2rem
    }
}

.footer a {
    color: rgba(255,255,255,0.8)
}

.footer a:hover {
    color: #fff
}

.footer ul {
    overflow: hidden
}

.footer ul+ul {
    margin-top: 2.5rem
}

@media only screen and (min-width: 47.9375rem) {
    .footer ul+ul {
        margin-top:0.5rem
    }
}

.footer__group {
    position: relative;
    text-align: center
}

@media only screen and (min-width: 47.9375rem) {
    .footer__group--links {
        text-align:left;
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3
    }
}

.footer__group--links li {
    padding: 0 0.5rem
}

@media only screen and (min-width: 47.9375rem) {
    .footer__group--links li {
        display:inline-block;
        margin-top: 0.2rem
    }
}

.footer__group--links li+li {
    margin-top: 0.75rem
}

@media only screen and (min-width: 47.9375rem) {
    .footer__group--links li+li {
        border-left:1px solid #6E7381;
        margin: 0 -1px;
        margin-top: 0.2rem
    }
}

@media only screen and (min-width: 47.9375rem) {
    .footer__group--legal {
        text-align:right;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.footer__group+.footer__group {
    margin-top: 3.125rem;
    padding-top: 3.125rem
}

@media only screen and (min-width: 47.9375rem) {
    .footer__group+.footer__group {
        margin:0;
        padding: 0
    }
}

.footer__group+.footer__group:before {
    content: "";
    border-top: 1px solid #6E7381;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7.5%;
    display: inline-block;
    height: 1px;
    width: 15%
}

@media only screen and (min-width: 47.9375rem) {
    .footer__group+.footer__group:before {
        content:none
    }
}

.page-header .header {
    z-index: 9;
}

.page-header > * {
    z-index: 3;
    border-bottom: 1px solid rgba(180,180,180,0.35);
    position: relative;
    background: #fff
}

.page-footer>* {
    z-index: 3;
    position: relative
}

.page-content {
    margin: 0 auto
}

.page-content__row+.page-content__row {
    border-top: 1px solid rgba(180,180,180,0.35)
}

section.media-item.orient--horizontal-50-50-dual-summary {
    height: 100%;
}

.media-item__group {
    /* margin-bottom: 1rem; */
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
	gap: 1rem;
}


.module-layout--50-50-BFD-trio article.media-item,
.module-layout--50-50-BFD-trio .media-item__image,
.module-layout--50-50-BFD-trio picture.aspect-ratio-169 {
	height: 100%;
}


.media-item__image-wrapper {
    position: relative;
    height: 100%;
}

@media only screen and (min-width: 63.75rem) {

	.media-item__group {
		/* margin-bottom: 1rem; */
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		height: 100%;
		gap: 2rem;
	}

	.media-item__group article.media-item {
		flex: 1 0 auto;
	}
}

@media only screen and (min-width: 79.9375rem) {

	.media-item__group {
		/* margin-bottom: 1rem; */
		display: flex;
		 flex-flow: column;
		justify-content: space-between;
		height: 100%;
	}

	.media-item__group article.media-item {
		flex: inherit;
	}
}

.page-content__row+.page-content__row.home-below {
    border-top: 1px solid rgba(180,180,180,0.1);
	background: #f7f7f7;
}


.page-content__row {
    background: #fff;
    position: relative;
    z-index: 2;
    margin: 0 auto
}

@media only screen and (min-width: 100rem) {
    .page-content__row {
        max-width:100rem
    }
}

.page-content__row.is-full-width {
    max-width: 100%;
    border-bottom: 1px solid rgba(180,180,180,0.35)
}

.page-content__row.is-full-width+.page-content__row {
    border-top: 0
}

.page-content__row.is-full-width .container {
    border-left: 0;
    border-right: 0
}

.page-content__row.is-bg-full-width {
    max-width: 100%
}

.page-content__row.is-bg-full-width .container {
    margin: 0 auto;
    max-width: 100rem
}

.page-content__row.bgc--transparent .container {
    border-left: 0;
    border-right: 0
}

.page-content__row:last-child {
    border-bottom: 0
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 100rem) {
    .container {
        border-left:1px solid rgba(180,180,180,0.35);
        border-right: 1px solid rgba(180,180,180,0.35)
    }
}

.container__slot {
    width: 100%;
    -ms-flex: 0 0 auto;
	overflow: hidden;
}

.container__slot--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.container__slot>* {
    margin: 1.25rem
}

@media only screen and (min-width: 63.75rem) {
    .container__slot>* {
        margin:1.875rem
    }
}

.container__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.container__row+.container__row {
    border-top: 1px solid rgba(180,180,180,0.35)
}

.container__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto
}

.container__row:last-child {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 0 0 auto
}

.container__row.no-top-border {
    border-top: 0
}

.container__column+.container__column {
    border-top: 1px solid rgba(180,180,180,0.35)
}

.container.is-BFD {
    border: 0
}

.container.is-hidden {
    display: none
}

@media only screen and (min-width: 63.75rem) {
    .container.is-hidden {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.container+.container {
    border-top: 1px solid rgba(180,180,180,0.35)
}

@supports (-ms-ime-align: auto) {
    .is-brandscape .container__slot--sticky {
        position: static
    }
}

.layout--55-45 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 79.9375rem) {
    .layout--55-45 {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .layout--55-45>.container__column:nth-child(1) {
        flex: 1 0;
    }

    .layout--55-45>.container__column:nth-child(2) {
        flex: 0 0 22.5rem;
    }

    .layout--55-45>.container__column+.container__column {
        border: 0;
        border-left: 1px solid rgba(180,180,180,0.35)
    }
}

.layout--fixed-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mobile-only {
	display: none;
}


@media only screen and (max-width: 63.6875rem) {
    .layout--fixed-fluid>.container__column:nth-child(1) {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        border-top: 1px solid rgba(180,180,180,0.35)
    }

    .layout--fixed-fluid>.container__column:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .layout--fixed-fluid>.container__column+.container__column {
        border: 0
    }
}

@media only screen and (max-width: 30rem) {
    .layout--fixed-fluid>.container__column:nth-child(1) {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 0;
        order: 0;
        border-top: 1px solid rgba(180,180,180,0.35)
    }

    .layout--fixed-fluid>.container__column:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .layout--fixed-fluid>.container__column+.container__column {
        border: 0
    }
	
	.overlay-brandscape.home-below {
		display: none;
	}
	
	.module-layout--50-50-early .media-item__group > .media-item:nth-child(1) {
		margin-bottom: 1rem;
	} 
	
	.home-news-lg {
		display: none;
	}
	
	.mobile-only {
		display: block;
	}
	
	.left-main {
		display: none;
	}
	
	
}

@media only screen and (min-width: 63.75rem) {
    .layout--fixed-fluid {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .layout--fixed-fluid>.container__column:nth-child(1) {
        width: 22.5rem
    }

    .layout--fixed-fluid>.container__column:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .layout--fixed-fluid>.container__column+.container__column {
        border: 0;
        border-left: 1px solid rgba(180,180,180,0.35)
    }
}

.layout--fluid-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 79.9375rem) {
    .layout--fluid-fixed {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .layout--fluid-fixed>.container__column:nth-child(1) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .layout--fluid-fixed>.container__column:nth-child(2) {
        width: 22.5rem
    }

    .layout--fluid-fixed>.container__column+.container__column {
        border: 0;
        border-left: 1px solid rgba(180,180,180,0.35)
    }
}

.layout--fixed-fluid-fixed {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 63.75rem) {
    .layout--fixed-fluid-fixed {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .layout--fixed-fluid-fixed>.container__column:nth-child(1),
	.layout--fixed-fluid-fixed>.container__column:nth-child(3) {
        width: 22.5rem
    }

    .layout--fixed-fluid-fixed>.container__column:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
		max-width: 42.5rem;
		overflow: hidden;
    }

    .layout--fixed-fluid-fixed>.container__column+.container__column {
        border: 0;
        border-left: 1px solid rgba(180,180,180,0.35)
    }
}

.layout--fixed-fluid-fixed>.container__column:nth-child(1) {
    width: 100%
}

@media only screen and (min-width: 63.75rem) {
    .layout--fixed-fluid-fixed>.container__column:nth-child(1) {
        border-bottom:1px solid rgba(180,180,180,0.35)
    }
}

@media only screen and (min-width: 79.9375rem) {
    .layout--fixed-fluid-fixed>.container__column:nth-child(1) {
        width:22.5rem;
        border-bottom: 0
    }
}


.view-item .layout--fixed-fluid-fixed>.container__column:nth-child(1) {
    width: 3vw;
}
@media only screen and (min-width: 63.75rem) {
    .view-item .layout--fixed-fluid-fixed>.container__column:nth-child(1) {
        border-bottom:1px solid rgba(180,180,180,0.35);
		width: 10vw;
    }
}

@media only screen and (min-width: 79.9375rem) {
    .view-item .layout--fixed-fluid-fixed>.container__column:nth-child(1) {
        width:22.5rem;
        border-bottom: 0;
    }
}




.break--early.layout--55-45 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 79.9375rem) {
    .break--early.layout--55-45>.container__column {
        width:100%
    }

    .break--early.layout--55-45>.container__column+.container__column {
        border-top: 1px solid rgba(180,180,180,0.35)
    }
}

@media only screen and (min-width: 100rem) {
    .break--early.layout--55-45 {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .break--early.layout--55-45>.container__column:nth-child(1) {
        width: 55%
    }

    .break--early.layout--55-45>.container__column:nth-child(2) {
        width: 45%
    }

    .break--early.layout--55-45>.container__column+.container__column {
        border: 0;
        border-left: 1px solid rgba(180,180,180,0.35)
    }
}

.ad {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.ad-slot {
    text-align: center
}

.page-header .ad.bgc--transparent.no-border {
	display: none;
}

.page-header .ad {
    padding: 0
}

.page-header .ad.is-loaded {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

@media only screen and (min-width: 63.75rem) {
    .page-header .ad.is-loaded {
        padding-top:1.875rem;
        padding-bottom: 1.875rem
    }
}

.page-header .ad.is-loaded.remove-gutters {
    padding: 0
}

.container__slot .ad {
    margin: 0
}

.container__slot .ad.is-loaded {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

@media only screen and (min-width: 63.75rem) {
    .container__slot .ad.is-loaded {
        margin-top:1.875rem;
        margin-bottom: 1.875rem
    }
}

.container__slot .ad.is-loaded.remove-gutters {
    margin: 0
}

.container__slot .ad.is-SGC {
    margin: 1.25rem
}

@media only screen and (min-width: 63.75rem) {
    .container__slot .ad.is-SGC {
        margin:1.875rem
    }
}

.ad iframe {
    max-width: 100%
}

@media only screen and (min-width: 47.9375rem) {
    .ad.is-sticky {
        margin-top:0;
        padding-top: 1.875rem
    }
}

.page-content.is-brandscape .page-content__row {
    max-width: 87.5rem
}

.page-content.is-brandscape .page-content__row.is-full-width.overlay-brandscape {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

.page-content.is-brandscape .page-content__row.is-bg-full-width.overlay-brandscape {
    max-width: 100%
}

.page-content.is-brandscape .page-content__row.is-bg-full-width.overlay-brandscape .container {
    margin: 0 auto;
    max-width: 87.5rem
}

.page-content.is-brandscape .brandscape {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1
}

.page-content.is-brandscape .brandscape__graphic {
    display: block;
/*     background-repeat: no-repeat;
    background-position: center top; */
    height: 100%
}

.banner-announce {
    background: #fff;
    padding: 1.25rem
}

@media only screen and (min-width: 47.9375rem) {
    .banner-announce>*+* {
        padding-left:1.875rem;
        border-left: 1px solid rgba(180,180,180,0.35)
    }
}

@media only screen and (min-width: 63.75rem) {
    .banner-announce {
        padding:1.25rem 1.875rem
    }
}

.banner-announce.banner-layout--50-50 .banner-announce__column+.banner-announce__column {
    border-top: 1px solid rgba(180,180,180,0.35);
    margin-top: .9375rem;
    padding-top: .9375rem
}

@media only screen and (min-width: 47.9375rem) {
    .banner-announce.banner-layout--50-50 {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .banner-announce.banner-layout--50-50 .banner-announce__column+.banner-announce__column {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
        margin-left: 1.875rem
    }

    .banner-announce.banner-layout--50-50 .banner-announce__column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.coursess_container {
max-width: 80em;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
	display: none;
	color: white;
}

@media only screen and (min-width: 40rem) {
	.coursess_container {
		display: flex;
	}
}


.slider {
    margin: 0;
	    overflow: hidden;
}

.slider__wrapper,.slider__wrapper--no-js {
    overflow: hidden;
    padding: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider__card+.slider__card {
    margin-left: 1.875rem
}

.slider__card {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    background: #F4F5F7;
    width: 13.625rem
}

@media only screen and (min-width: 63.75rem) {
    .slider__card {
        width:16.5rem
    }
}

@media only screen and (min-width: 79.9375rem) {
    .slider__card {
        width:22.5rem
    }
}

.slider__card .media-item {
    width: 100%
}

.slider__card .media-item .media-item__summary {
    padding: .9375rem;
    padding-top: 0
}

@media only screen and (min-width: 63.75rem) {
    .slider__card .media-item .media-item__summary {
        padding:1.875rem;
        padding-top: 0
    }
}

.slider__card .media-item .media-item__summary .headline {
    font-size: 1rem;
    
    letter-spacing: 0
}

@media only screen and (min-width: 63.75rem) {
    .slider__card .media-item .media-item__summary .headline {
        font-size:1.25rem
    }
}

@media only screen and (min-width: 79.9375rem) {
    .slider__card .media-item .media-item__summary .headline {
        font-size:1.5rem
    }
}

.slider__card .media-item .media-item__summary .dek,.slider__card .media-item .media-item__summary .tease {
    position: absolute;
    left: -999em;
    top: -999em
}

@media only screen and (min-width: 63.75rem) {
    .slider__card .media-item .media-item__summary .dek,.slider__card .media-item .media-item__summary .tease {
        position:relative;
        left: auto;
        top: auto
    }
}

.slider__card--cover {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider__card--cover .cover__branding {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slider__card--cover .cover__branding *+* {
    margin-top: .3125rem
}

.slider__card--cover .cover__branding--primary {
    font-size: 1.25rem
}

@media only screen and (min-width: 47.9375rem) {
    .slider__card--cover .cover__branding--primary {
        font-size:1.5rem
    }
}

@media only screen and (min-width: 79.9375rem) {
    .slider__card--cover .cover__branding--primary {
        font-size:2rem
    }
}

.slider__card--cover .cover__branding--secondary {
    font-size: 0.75rem
}

@media only screen and (min-width: 47.9375rem) {
    .slider__card--cover .cover__branding--secondary {
        font-size:1rem
    }
}

.slider__card--cover .cover__branding img {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.slider__card--cover .cover__cta {
    position: absolute;
    left: 50%;
    bottom: .9375rem;
    opacity: 0;
    text-align: center;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
    -webkit-transform: translate(-50%, 0.625rem);
    -ms-transform: translate(-50%, 0.625rem);
    transform: translate(-50%, 0.625rem);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.1rem
}

.slider__card:hover .slider__card--cover .cover__cta {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.slider__card--cover.is-magazine:before,.slider__card--cover.is-magazine:after {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0
}

.slider__card--cover.is-magazine:before {
    top: 0;
    width: 7.5rem;
    height: 1.5rem;
    background: #dc0228
}

.slider__card--cover.is-magazine:after {
    top: 1.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem 3.75rem 0 3.75rem;
    border-color: #dc0228 transparent transparent transparent
}

.slider a.slider__card {
    cursor: pointer
}

.slider a.slider__card--cover:hover .cover__cta {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.slider__controls {
    padding: .5rem 0 0;
    /* padding-top: 0; */
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 63.75rem) {
    .slider__controls {
    padding: 1rem 0 0;
    /* padding-top: 0; */
    }
}

.slider__pagination {
    margin: 0 .9375rem 0 .9375rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    width: 1px;
    background: rgba(180,180,180,0.35);
	
	display: block;
	overflow: hidden;

	background-image: linear-gradient(to right, black, black);
	background-repeat: no-repeat;
	background-size: 0 100%;

	transition: background-size .4s ease-in-out;
	
}

.slider__pagination-scroll {
  
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.slider__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    color: #696d70;
    border: 1px solid rgba(180,180,180,0.35);
    background: transparent;
    cursor: pointer;
    -webkit-transition: 0.2s linear all;
    transition: 0.2s linear all
}

.slider__button.disabled {
    opacity: 0.3
}

.slider__button:hover {
    background: #4e6aac;
	color: #fff;
}

.slider__button:focus {
    outline: none;
}


.slider__wrapper--no-js {
    overflow: scroll
}

.slick-slide+.slick-slide {
    /* margin-left: 1.875rem */
	margin: 0;
}

.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 13.625rem;
    /* min-height: 18.5rem */
}

@media only screen and (min-width: 63.75rem) {
    .slick-slide {
        width:16.5rem;
        /* min-height: 18.5rem */
    }
}

@media only screen and (min-width: 79.9375rem) {
    .slick-slide {
        width:22.5rem;
        /* min-height: 29rem */
    }
}

.slick-slide,.slick-slide * {
    outline: none
}

.slick-slide > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slick-slide .slider__card {
    /* height: 100%; */
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-list {
    width: 100%;
    min-width: 0;
    min-height: 0
}

.content-heading {
    border-top: 1px solid rgba(180,180,180,0.35);
    border-bottom: 1px solid rgba(180,180,180,0.35);
    margin: 0;
    color: #000;
    padding: .9375rem 1.25rem
}

@media only screen and (min-width: 63.75rem) {
    .content-heading {
        padding:.9375rem 1.875rem
    }
}

.content-heading:first-child {
    border-top: 0
}

.content-heading .details,.content-heading .heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    font-weight: 500
}

.content-heading .details {
    color: #B1B4BD
}

.content-heading .details span {
    text-transform: none
}

.content-heading__group>*+* {
    margin-top: .3125rem
}

.content-heading__group+.content-heading__group {
    margin-top: .46875rem
}

@media only screen and (min-width: 47.9375rem) {
    .content-heading__group+.content-heading__group {
        margin-top:.9375rem
    }
}

@media only screen and (min-width: 47.9375rem) {
    .content-heading__group.side-by-side {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .content-heading__group.side-by-side>* {
        margin-top: 0
    }
}

.content-heading__group>img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}


.media-item>*+* {
    margin-top: .9375rem
}

.media-item__image img {
    width: 100%;
}

.media-item__image img[data-lazy-img] {
    height: 0;
    padding-bottom: 66.666%;
    background: rgba(180,180,180,0.1)
}

.media-item__image-wrapper {
    position: relative;
}

.media-item__summary>*+* {
    margin-top: 0.5rem;
	line-height: 1.4;
}

.media-item__summary .summary-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.slider .media-item__image-wrapper {
    max-height: 150px;
    overflow: hidden;
}


.module-layout--25-25-25-25 .media-item__image-wrapper > a {
    height: 100%;
    display: block;
}

.module-layout--25-25-25-25 .media-item__image-wrapper picture {
    height: 100%;
}

.media-item__summary .summary-header>*+* {
    margin-left: 0.4rem
}

.media-item__summary .summary-header .category {
text-transform: uppercase;
    font-weight: 300;
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    color: #dc0228;
}

.media-item__summary .summary-header .category a {
    color: #dc0228
}

.media-item__summary .summary-header .category a:hover {
    color: red
}

.media-item__summary .summary-header .category+.headline {
    margin-top: 0.4rem
}

.media-item__summary *+.summary-footer {
    margin-top: 1rem
}

.media-item__summary .headline {
    font-size: 1.5rem
}

@media only screen and (min-width: 63.75rem) {
    .media-item__summary .headline {
        font-size:1.75rem
    }
}

.media-item__summary .headline .bt-icon {
    font-size: 0.875em
}

.media-item__summary .headline.is-alternate-typeface {
    font-family: var(--p-font);
    letter-spacing: 0
}

.media-item__summary .meta__headshots+.meta__details {
    margin-left: 0.5rem
}

.media-item__summary .meta {
    /* text-transform: uppercase; */
    font-size: 0.75rem;
/*     letter-spacing: 0.1rem;
    font-size: 0.625rem; */
    color: #6E7381;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.media-item__summary .meta a {
	color: #213c7b;
	font-weight: 300;
	box-shadow: -1px 0px 0px 0px #e3384b;
	padding-left: 5px;
	display: flex;
	/* font-style: italic; */
	font-family: var(--main-font);
}

.media-item__summary .meta a:hover {
    color: #696d70
}

.media-item__summary .meta .authors,.media-item__summary .meta .time-stamp {
    display: inline
}

.media-item__summary .summary-list li {
    font-weight: 700;
    position: relative;
    padding-left: .9375rem
}

.media-item__summary .summary-list li+li {
    margin-top: .625rem
}

.media-item__summary .summary-list li:before {
    content: "";
    display: block;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    background: #dc0228;
    position: absolute;
    left: 0;
    top: 0.35em
}


.media-item__summary .inline-social {
    margin-left: .3125rem
}

.media-item.orient--horizontal-fixed-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	height: 100%;
}

.media-item.orient--horizontal-fixed-fluid .media-item__image {
    width: 6.875rem
}

.media-item.orient--horizontal-fixed-fluid .media-item__summary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.media-item.orient--horizontal-fixed-fluid>*+* {
    margin: 0;
    margin-left: 0.875rem
}

@media only screen and (min-width: 47.9375rem) {
    .media-item.orient--horizontal-50-50 {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .media-item.orient--horizontal-50-50>*+* {
        margin: 0;
        margin-left: 1.875rem
    }

    .media-item.orient--horizontal-50-50 .media-item__image,.media-item.orient--horizontal-50-50 .media-item__video {
        width: 48%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .media-item.orient--horizontal-50-50 .media-item__summary {
        width: 52%
    }
}

@media only screen and (min-width: 47.9375rem) {
    .media-item.orient--horizontal-33-66 {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .media-item.orient--horizontal-33-66 .media-item__image,.media-item.orient--horizontal-33-66 .media-item__video {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .media-item.orient--horizontal-33-66 .media-item__summary {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2
    }

    .media-item.orient--horizontal-33-66>*+* {
        margin: 0;
        margin-left: 1.875rem
    }
}

@media only screen and (min-width: 47.9375rem) {
    .media-item.orient--horizontal-50-50-early {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .media-item.orient--horizontal-50-50-early>* {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .media-item.orient--horizontal-50-50-early>*+* {
        margin: 0;
        margin-left: 1.875rem
    }
}

@media only screen and (min-width: 79.9375rem) {
    .media-item.orient--horizontal-50-50-early {
        display:block
    }

    .media-item.orient--horizontal-50-50-early>*+* {
        margin: 0;
        margin-top: 0.875rem
    }
}

.media-item.orient--horizontal-50-50-dual-summary .media-item__group:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.media-item.orient--horizontal-50-50-dual-summary .media-item__group:nth-child(2)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.media-item.orient--horizontal-50-50-dual-summary .media-item__group:nth-child(2)>*+* {
    margin: 0;
    margin-left: 0.875rem
}

.media-item .media-item__summary .headline {
    letter-spacing: -0.02rem;
    /* line-height: 1.12 */
}

.media-item .media-item__summary.is-centered {
    text-align: center
}

.media-item .media-item__summary.is-centered .summary-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.media-item .media-item__summary.is-centered .meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.media-item .media-item__summary.is-centered .summary-list {
    text-align: left
}

.media-item .media-item__summary.size--small>*+* {
    margin-top: 0.5rem
}

.media-item .media-item__summary.size--small .headline {
    font-size: 1rem;
    letter-spacing: 0;
    /* line-height: 1.125; */

}

.newsBlock .media-item .media-item__summary.size--small .headline {
    font-size: 1rem;
    letter-spacing: 0;
   /*  line-height: 1.125; */
	font-weight: 400;
}

.featured .media-item .media-item__summary.size--small .headline {
	font-weight: 600;
}

.media-item .media-item__summary.size--medium .headline {
    font-size: 1.5rem
}

@media only screen and (min-width: 47.9375rem) {
    .media-item .media-item__summary.size--medium .headline {
        letter-spacing:-0.05rem;
        line-height: 1
    }
}

@media only screen and (min-width: 63.75rem) {
    .media-item .media-item__summary.size--medium .headline {
        font-size:1.75rem
    }
}

@media only screen and (min-width: 79.9375rem) {
    .media-item .media-item__summary.size--medium .headline {
        font-size:2.25rem
    }
}


@media only screen and (min-width: 63.75rem) {
    .media-item .media-item__summary.is-inline {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .media-item .media-item__summary.is-inline>*+* {
        margin-top: 0;
        margin-left: .9375rem
    }
}

.media-item.is-magazine .flag p {
    background-color: #dc0228
}

.media-item.is-magazine .media-item__image .flag p {
    border-radius: 0 0 2px 2px
}

.media-item.is-magazine .media-item__image .flag:before,.media-item.is-magazine .media-item__image .flag:after {
    position: absolute;
    bottom: -8px;
    right: 0.5px;
    content: "";
    width: 50%;
    height: 8px
}

.media-item.is-magazine .media-item__image .flag:before {
    right: 0.5px;
    background: -webkit-linear-gradient(left top, #dc0228 48%, transparent 50%);
    background: linear-gradient(to right bottom, #dc0228 48%, transparent 50%)
}

.media-item.is-magazine .media-item__image .flag:after {
    left: 0.5px;
    background: -webkit-linear-gradient(right top, #dc0228 48%, transparent 50%);
    background: linear-gradient(to left bottom, #dc0228 48%, transparent 50%)
}

.media-item-list {
    padding: 0;
    height: 100%;
}

.media-item-list--numbered li {
    counter-increment: story-count;
    position: relative;
    padding-left: 1.875rem
}

.media-item-list--numbered li:before {
    content: counter(story-count);
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #dc0228;
    font-size: 0.75rem
}

.media-item-list--timestamps .live-timestamp {
    font-weight: 700;
    color: #dc0228;
    font-size: 0.75rem;
    line-height: 1.15rem
}

.media-item-list--timestamps li {
    max-height: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.media-item-list--timestamps li .live-timestamp {
    width: 2.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.media-item-list>*+* {
    margin-top: .9375rem;
    padding-top: .9375rem;
    border-top: 1px solid rgba(180,180,180,0.35)
}

.media-item-list .pre-animate {
    max-height: 0
}

.media-item-list .pre-animate,.media-item-list .animate-out {
    padding: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden
}

.media-item-list .animate-out {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-height: 0
}

.media-item-list .animate-in {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    max-height: 25rem;
    margin-top: .9375rem;
    padding-top: .9375rem;
    opacity: 1;
    border-top: 1px solid rgba(180,180,180,0.35)
}

.media-item-list li:first-child.animate-in {
    border-top: 0;
    margin-top: 0;
    padding-top: 0
}

.media-item-list li:first-child.animate-out+li {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-top: 0;
    margin-top: 0;
    padding-top: 0
}


.module__subtle-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.1rem
}

.module__row+.module__row {
    margin-top: .9375rem
}

@media only screen and (min-width: 47.9375rem) {
    .module__row+.module__row {
        margin-top:1.875rem
    }
}

.module__column>*+* {
    margin-top: .9375rem
}

@media only screen and (max-width: 47.875rem) {
    .module__column+.module__column {
        margin-top:.9375rem;
        padding-top: .9375rem;
        border-top: 1px solid rgba(180,180,180,0.35)
    }
}

@media only screen and (min-width: 47.9375rem) {
    .module__column+.module__column {
        margin:0;
        margin-left: 1.875rem
    }
}

@media only screen and (min-width: 47.9375rem) {
    .module-layout--33-33-33,.module-layout--50-50 {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width: 47.9375rem) {
    .module-layout--33-33-33 .module__column,.module-layout--50-50 .module__column {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1
    }
}

@media only screen and (min-width: 47.9375rem) {
    .module-layout--25-25-25-25 {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width: 47.9375rem) {
    .module-layout--25-25-25-25 .module__column {
        margin-left:0;
        width: 48.5%
    }
}

@media only screen and (min-width: 79.9375rem) {
    .module-layout--25-25-25-25 .module__column {
        width:23.5%
    }
}

@media only screen and (min-width: 47.9375rem) {
    .module-layout--25-25-25-25 .module__column:nth-child(n+3) {
        margin-top:1.875rem
    }
}

@media only screen and (min-width: 79.9375rem) {
    .module-layout--25-25-25-25 .module__column:nth-child(n+3) {
        margin-top:0
    }
}

@media only screen and (min-width: 47.9375rem) {
    .module-layout--50-50-base {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .module-layout--50-50-base .module__row:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 1.875rem
    }

    .module-layout--50-50-base .module__row:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 0
    }
}

@media only screen and (min-width: 63.75rem) {
    .module-layout--50-50-base {
        display:block
    }

    .module-layout--50-50-base .module__row:first-child {
        margin-left: 0
    }

    .module-layout--50-50-base .module__row:last-child {
        margin-top: 1.875rem
    }
}

@media only screen and (min-width: 47.9375rem) {
    .module-layout--50-50-early {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width: 63.75rem) {
    .module-layout--50-50-early {
        display:block
    }
}

@media only screen and (min-width: 79.9375rem) {
    .module-layout--50-50-early {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }
}

.module-layout--50-50-early .module__column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (min-width: 47.9375rem) {
    .module-layout--50-50-early .module__column+.module__column {
        margin-top:0;
        padding-top: 0;
        margin-left: 1.875rem;
        padding-left: 1.875rem;
        border-top: 0;
        border-left: 1px solid rgba(180,180,180,0.35)
    }
}

@media only screen and (min-width: 63.75rem) {
    .module-layout--50-50-early .module__column+.module__column {
        margin-left:0;
        padding-left: 0;
        margin-top: .9375rem;
        padding-top: .9375rem;
        border-left: 0;
        border-top: 1px solid rgba(180,180,180,0.35)
    }
}

@media only screen and (min-width: 79.9375rem) {
    .module-layout--50-50-early .module__column+.module__column {
        margin-top:0;
        padding-top: 0;
        margin-left: 1.875rem;
        padding-left: 1.875rem;
        border-top: 0;
        border-left: 1px solid rgba(180,180,180,0.35)
    }
}

@media only screen and (min-width: 63.75rem) {
    .module-layout--50-50-BFD-trio {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.module-layout--50-50-BFD-trio>.module__column+.module__column {
    margin-left: 0;
    margin-top: .9375rem
}

@media only screen and (min-width: 63.75rem) {
    .module-layout--50-50-BFD-trio>.module__column+.module__column {
        margin-top:0;
        margin-left: 1.875rem
    }
}

@media only screen and (min-width: 63.75rem) {
    .module-layout--50-50-BFD-trio .module__column {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1
    }
}

.module-layout--50-50-BFD-trio>.module__column:nth-child(2) {
    border-top: 0;
    padding-top: 0
}

.module-layout--50-50-BFD-trio .media-item-list>*+* {
    margin-top: .9375rem;
    padding-top: .9375rem
}

@media only screen and (min-width: 47.9375rem) {
    .module-layout--50-50-BFD-trio .media-item-list>*+* {
        margin-top:1.875rem;
        padding-top: 1.875rem
    }
}

@media only screen and (min-width: 63.75rem) {
    .module-layout--25-50-25-BFD {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.module-layout--25-50-25-BFD .module__column+.module__column {
    margin-left: 0;
    margin-top: .9375rem;
    padding-top: .9375rem;
    border-top: 1px solid rgba(180,180,180,0.35)
}

@media only screen and (min-width: 63.75rem) {
    .module-layout--25-50-25-BFD .module__column+.module__column {
        margin-top:0;
        padding-top: 0;
        border-top: 0
    }
}

@media only screen and (min-width: 63.75rem) {
    .module-layout--25-50-25-BFD .module__column {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1
    }
}

@media only screen and (min-width: 63.75rem) {
    .module-layout--25-50-25-BFD .module__column:nth-child(1) {
        -webkit-box-flex:1.5;
        -ms-flex: 1.5;
        flex: 1.5;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 1.875rem
    }
}

@media only screen and (min-width: 79.9375rem) {
    .module-layout--25-50-25-BFD .module__column:nth-child(1) {
        -webkit-box-flex:2;
        -ms-flex: 2;
        flex: 2
    }
}

@media only screen and (min-width: 100rem) {
    .module-layout--25-50-25-BFD .module__column:nth-child(1) {
        -webkit-box-flex:3;
        -ms-flex: 3;
        flex: 3
    }
}

.module-layout--25-50-25-BFD .module__column:nth-child(2) {
    border-top: 0;
    padding-top: 0
}

@media only screen and (min-width: 63.75rem) {
    .module-layout--25-50-25-BFD .module__column:nth-child(2) {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0
    }
}

@media only screen and (min-width: 63.75rem) {
    .module-layout--25-50-25-BFD .module__column:nth-child(3) {
        -webkit-box-ordinal-group:4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 1.875rem
    }
}



.skip-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.skip-nav__list {
    width: 100%
}

.skip-nav__action {
    margin: 0 auto
}

.skip-nav__list,.skip-nav__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.skip-nav .skip-nav__link {
    padding: 0;
    background: #1c2031;
    border: 0;
    border-radius: 100rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: "din-2014","Helvetica Neue",Helvetica,Arial,sans-serif;
    max-height: 0;
    overflow: hidden
}

.skip-nav .skip-nav__link:focus {
    -webkit-animation: 0.3s skip-nav-in ease-in-out;
    animation: 0.3s skip-nav-in ease-in-out;
    max-height: 50px;
    padding: 0.625rem 1.25rem;
    margin: 0.5rem 0
}

.skip-nav .skip-nav__link:hover {
    color: #fff
}


@-webkit-keyframes skip-nav-in {
    0% {
        max-height: 0;
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        max-height: 40px
    }
}

@keyframes skip-nav-in {
    0% {
        max-height: 0;
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        max-height: 40px
    }
}

.card-info {position: absolute;z-index: 10;left: 0;bottom: 0;top: 0;width: 100%;padding: 20px 15px;background: linear-gradient(to top, rgb(99, 141, 202), rgba(0, 0, 0, 0));display: flex;flex-flow: column;justify-content: flex-end;}

.card-title {

}

.card-meta {color: beige;font-weight: 300;}

.h2-card-title {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 1px #000;
    --max-font: 40;
    --min-font: 20;
    font-family: var(--h123-font);
    /* font-size: var(--responsive); */
}

.h3-card-title {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 1px #000;
    --max-font: 50;
    --min-font: 14;
    font-family: var(--h123-font);
    /* font-size: var(--responsive); */
}


@media only screen and (max-width: 768px) {
	.h2-card-title {
		color: white;
		font-size: 1.5rem;
		margin-bottom: 1rem;
		text-shadow: 1px 1px 1px #000;
		--max-font: 24;
		--min-font: 14;
		font-family: var(--h123-font);
		/* font-size: var(--responsive); */
	}
}


.is-disabled,.is-disabled a {
    color: rgba(0,0,0,0.25);
    cursor: not-allowed
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.no-border {
    border: 0
}

.bgc--transparent {
    background: transparent
}

.bgc--vulcan-gray13 {
    background: #2c6cd2;
    background: -webkit-linear-gradient(109deg, rgb(25, 60, 193), rgb(72, 171, 230));
    background: linear-gradient(109deg, rgb(25, 60, 193), rgb(72, 171, 230));
	
}




.post .entry-wrapper {
    display: block;
    position: relative;
}

.post .entry-wrapper > div {
    display: block;
    position: relative;
	z-index: 2;
}

#disqus_thread > iframe:first-child {
    opacity: 0;
    height: 1px !important;
    margin-top: -420px;
	z-index: -999;
	position: fixed;
}

#disqus_thread {
    overflow: hidden;
	z-index: -99999;
    display: block;
	position: static;
}


.hide-at-mobile {
    position: absolute;
    left: -999em;
    top: -999em
}

@media only screen and (min-width: 47.9375rem) {
    .hide-at-mobile {
        position:relative;
        left: auto;
        top: auto
    }
}

.icon-text {
    position: absolute;
    left: -999em;
    top: -999em
}



@media only screen and (min-width: 47.9375rem) {
    .is-sticky {
        position:-webkit-sticky;
        position: sticky;
        top: 0
    }
}

.has-bottom-divider {
    border-bottom: 1px solid rgba(180,180,180,0.35);
    padding-bottom: .9375rem;
    margin-bottom: .9375rem
}

.has-bottom-divider+* {
    margin-top: .9375rem
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.banneritem img {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 50vh;
}

.aside__column {
	overflow: hidden;
}

ol.breadcrumb {
    margin: .5rem 1.875rem;
    display: flex;
    flex-flow: row wrap;
}

ol.breadcrumb li {
	
}

ol.breadcrumb .delim {
	padding: 0 .25rem;
}

#system-message-container {
	margin: 0 !important;
}

.meta-tags {
    border-top: 1px solid #d6ddf0;
    padding-top: 1rem;
	    padding-bottom: 1rem;
}

.meta-tags span {
    font-weight: 700;
    color: #4e6aac;
	margin-right: 1rem;
}

.meta-tags a {
    background: #dee6ff;
    padding: .25rem .5rem;
    /* border-bottom: 1px solid #3767ff; */
    margin-right: .25rem;
    border-radius: 3px;
}

h1.entry-title {
    font-size: 2.5rem;
    color: #222;
    line-height: 1.15;
    margin-bottom: 1rem;
    font-weight: 700;
}

.pagination-col {
    margin: 0 auto;
    /* display: inline-block; */
    text-align: center;
}

ul.pagination-list {
    display: flex;
    margin: 0 auto;
    flex-flow: row wrap;
    justify-content: center;
	padding: 1rem;
}

.pagination-list li {
	padding: 0 .5rem;
}

.pagination-list li a {
    font-size: 1.125rem;
    color: #2c63cf;
}

.center-main {
	overflow: hidden;
}

.pagination-list li.active a {
    color: #fd2b74;
    border-bottom: 2px solid blue;
}

.layout-category .container__column.left-main,
.view-itemlist .container__column.left-main,
.view-latest .container__column.left-main {
	width: 10rem;
}

.layout-category .container__column.center-main,
.view-itemlist .container__column.center-main,
.view-latest .container__column.center-main {
    max-width: inherit;
}

.layout-category .layout--fixed-fluid-fixed>.container__column+.container__column,
.view-itemlist .layout--fixed-fluid-fixed>.container__column+.container__column,
.view-latest .layout--fixed-fluid-fixed>.container__column+.container__column {
    border: 0;
    /* border-left: 1px solid rgba(180,180,180,0.35); */
}

.view-item .layout--fixed-fluid-fixed>.container__column+.container__column {
	border: 0;
}

.container__slot > article.post {
    margin: 0 1.875rem;
	overflow: hidden;
}

.container__slot > span {
	margin: 0;
}

.itemListCategory {
    padding: 0 0 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #4e6aac;
}

.itemListCategory > div img {
	max-width: 100%;
}

.itemListCategory p {
    margin-bottom: 1rem;
	line-height: 1.45;
}

a.readmore {
    display: inline-block;
    font-size: 1.25rem;
    vertical-align: middle;
	
    /* transform: perspective(1px) translateZ(0); */
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;	
	padding: 0 .5rem;
	
}

a.readmore:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4e6aac;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	
}

a.readmore span {
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

a.readmore:hover, a.readmore:focus, a.readmore:active {
    color: white;
}

a.readmore:hover span, a.readmore:focus span, a.readmore:active span {
	margin-left: 1rem;
}

a.readmore:hover:before, a.readmore:focus:before, a.readmore:active:before {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
}

.dbld.bt-icon-chevron-right,
.dbld.bt-icon-chevron-left {
    margin: 0;
    letter-spacing: -.65rem;
}

.sdw-post-slider .post-slide-item {
	margin-bottom: 1.5rem;
	display: block;
    position: relative;
}

.featured_image_sidebar .h3-card-title {
	color: white;
}

.featured_image_sidebar {
	display: block;
	position: relative;
	width: 100%;
}

.itemList {
	padding: 1rem 0;
}

.itemList .post-in-list {
	    margin-bottom: 2rem;
}

.itemList .post-wrapper {
	display: flex;
	flex-flow: row wrap;	
}

.itemList .post-wrapper .post-thumbnail {
	margin-bottom: 1rem;
	display: block;
    position: relative;
    /* width: 200px; */
    flex: 1 0 5rem;

}

.itemList .post-wrapper .entry-wrapper {
	flex: 1 0 20rem;
	padding: 0 1rem;
} 

.itemList .post-wrapper .entry-wrapper .entry-title {
	font-size: 1.35rem;

    font-family: var(--h123-font);

	margin-bottom: .5rem;
} 

.itemList .post-wrapper .entry-wrapper .entry-meta {
	font-size: .875rem;
	font-weight: 300;
} 

.itemList .post-wrapper .entry-wrapper .entry-content {
	font-family: var(--p-font);
	padding-top: 1rem;
	line-height: 1.4;
	font-size: 1rem;
} 

[class*='ratio-'] {
  display: block;
  position: relative;
}

[class*='ratio-'] > * {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

[class*='ratio-'] > img {
	object-fit: cover;
}

.aspect-ratio-169 {
  padding-top: 56.25%;
}

.aspect-ratio-43 {
  padding-top: 75%;
}

.aspect-ratio-square {
  padding-top: 100%;
}

.is-BFD .article.media-item {
    height: 100%;
}

h3.rel-box-title {
    padding: 0 0 1rem;
    font-size: 1.125rem;
}

.rel-item {
	padding: .5rem 0;
	display: flex;
	flex-flow: row wrap;
	
}

.meta-tags a {
    background: #dee6ff;
    padding: .25rem .5rem;
    /* border-bottom: 1px solid #3767ff; */
    margin-right: .25rem;
    border-radius: 3px;
}

.rel-item .img-wrap {
	flex: 0 0 6rem;
}

.rel-item .entry-wrapper {
	flex: 1 0;
	padding: 0 0 0 1rem;
}

.rel-sdw-box {
    background: #f8f9fc;
    margin: .875rem;
    padding: 1rem;
}

ul.mks_social_widget_ul {
    display: flex;
    flex-flow: row wrap;
	padding: .75rem 0;
    justify-content: space-around;	
}

.mks_social_widget_ul .soc_circle {
	font-size: 1.5rem;
	padding: .25rem .5rem .25rem 0; 
}

.bt-icon-twitter {
	color: #26c4f1;
}

.bt-icon-facebook {
	color: #306199; /* #1977f2;	 */
}

.fa-linkedin {
	color: #0077b5;
}	



.bt-icon-linkedin svg{
	fill: #0077b5;
	width: 1.25rem
}

.fa-linkedin.bt-icon-linkedin svg {
    fill: #0077b5;
    width: .75rem;
	height: .75rem;
	display: inline-block;
}

.bt-icon-youtube {
	color: #ed1c24;
}

.bt-icon-telegram {
	color: #37aee2;
}

.bt-icon-whatsapp {
	color: #8176d6;  /* #665ca7; */
}

.hidden {
    display: none;
}

.sdw-share {
	display: flex;
	margin-bottom: 1rem;
}

ul.sdw-share-items {
    display: flex;
}
.sdw-share-items a {
    font-size: 1.25rem; 
}

.sdw-share-items li {
	padding: 0 .5rem;
}

.sdw-prev-link {
    font-size: 1.25rem;
    border-bottom: 1px solid #dde1ee;
    padding: .5rem 0;
}

.sdw-next-link {
    font-size: 1.25rem;
    padding: .5rem 0;
	text-align: right;
}

.foot-disclaimer {
    font-size: .875rem;
    font-weight: 300;
    padding: .5rem;
}

.itemIntroText img,
.itemFullText img {
	max-width: 100%;
	height: auto;
}

li.lang-active {
    display: none;
}

ul.lang-inline {
    display: flex;
}

.actions-lineup .lang-inline a {
    padding: 0.15rem 0;
}

footer.news2-bottom {
    padding: 1rem 0 0;
    text-align: right;
}

footer.news2-bottom a {
	color: #ff0000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	font-size: 1rem;
	background: #ffffff;
}


.anno-block {
	text-align: center;
	margin: 0 auto;
}

.anno-date {
    margin: 0 auto;
    display: block;
    /* background: #5271C2; */
    color: #e02b41;
    padding: 1rem .5rem .25rem;
    font-size: 1rem;
    font-weight: 900;
    /* letter-spacing: 0; */
    /* min-width: 12rem; */
    box-shadow: 0px 2px 0px 0px;
    margin-bottom: .5rem;	
}






.dossie-letter-block {
	padding-bottom: .5rem;
}

.dossie-letter-block span {
	padding-bottom: .5rem;
    border-bottom: 1px solid #ccc;
    display: block;
}

.dossiersList h3.entry-title,
.dossiersListcat h3.entry-title  {
    padding: .25rem 0;
}

.dossiersList, .dossiersListcat {
  --auto-grid-min-size: 16rem;
}

.dossiersList > *, .dossiersListcat > * {
  max-width: 28rem;
}
 
.dossiersList > * + *, .dossiersListcat > * + * {
  margin-top: 1rem;
}

.aside-slider-wrapper {
	position: relative;
	display: block;
}

.aside-slider-wrapper .slick-list {
    overflow: hidden;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'main-icons';
    font-size: 24px;
    line-height: 1;

    opacity: .75;
    color: #4e6aac;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\e93b';
}
[dir='rtl'] .slick-prev:before
{
    content: '\e93b';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\e93c';
}
[dir='rtl'] .slick-next:before
{
    content: '\e93c';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@supports(display: grid) {
  .dossiersList, .dossiersListcat  {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 1rem;
  }
  
  .dossiersList > *, .dossiersListcat > * {
    max-width: unset;
  }

  .dossiersList > * + *, .dossiersListcat > * + * {
    margin-top: unset;
  }
}


.item-soc-join {
    margin: 0 0 1rem;
}	

.item-soc-join a {
	text-decoration: underline;
    font-weight: 400;
    text-decoration-color: #dc0228;
}

.visform [class^="fieldset-"].active {
    display: flex;
	padding-block: 1rem;
}

input#field10, input#field11 {
    padding: 0.25rem;
    width: 100%;
    margin-bottom: 0.75rem;
    border: 1px solid #ddd;
}

input#field11 {
    border: 1px solid #4e6bac;
	background: #4e6bac;
	color: white;
}

.view-item .entry-header span.article_mark {
    background: aliceblue;
    font-size: .75rem;
    border: .5px solid #4e6bac;
    padding: .25rem .5rem;
    margin-block-end: 1rem;
    display: inline-block;
}	

.post-in-list .entry-header span.article_mark {
    background: aliceblue;
    font-size: .75rem;
    border: .5px solid #4e6bac;
    padding: .25rem .5rem;
    /* margin-block-end: 1rem; */
    display: inline-block;
    vertical-align: text-bottom;
}

.h2lfs span.article_mark {
    background: aliceblue;
    font-size: .75rem;
    border: .5px solid #4e6bac;
    padding: .25rem .5rem;
    /* margin-block-end: 1rem; */
    display: inline-block;
    vertical-align: text-bottom;
}

.h2lfs .meta__details {
    display: flex;
    align-items: center;
    gap: .5em;
}

.newsBlock .headline .article_mark {
	background: aliceblue;
    font-size: .75rem;
    border: .5px solid #4e6bac;
    padding: .25rem .5rem;
    /* margin-block-end: 1rem; */
    display: inline-block;
    vertical-align: baseline;
}

.announce-slider {
	width: 100%;
	display: block;
	max-width: 390px;
	overflow: hidden;
	margin: 0 auto;
}

.announce-item {
	max-width: 680px;
	margin: 0 auto;
}

.announce-slider img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

