@charset "UTF-8";
/* CSS Document */
html{font-size: .9375vw;
    -webkit-text-size-adjust: 100%;}
/* Color Tokens */
#primary {
	color: #00548B; /* $primary */
}

#secondary {
	color: #D0282E; /* $secondary */
}

#tertiary {
	color: #3F79BC; /* $tertiary */
}

#light {
	color: #EFECE4; /* $light */
}

#dark {
	color: #53616F; /* $dark */
}

#white {
	color: #FFFFFF; /* $white */
}

#text {
	color: #2B2E30; /* $text */
}
/* End Color Tokens */

.header-logo img{    float: left;
    margin-top: 10px;}


/* General Content Styles */
body {
	font-family: 'Source Sans 3', sans-serif;
}

h1, h2, h3, h4, h5, .banner__heading, .content-section-heading .text-hint {
	margin: 0;
	line-height: 1;
	font-weight: 600;
	color: #53616F; /* $dark */
	font-family: 'Montserrat', sans-serif; /* @mainfont */
}
.banner__heading{color:#ffffff; line-height:1.25;}

h1 {
	font-size: 1.75rem;
	color: #00548B; /* $primary */
	font-weight: 500;
	margin-bottom: 0.2em;
	line-height: 1.4;
}
h1 b{
	font-weight:300;
}

h1 + h2 {
	margin-top: 0;
	line-height: 1;
}

h1 em{
	font-size: 0.525em;
	font-style: normal;
}

h1 strong em {
	font-weight: 600;
	line-height: 1;
}

h2, .content-section-heading .text-hint, .article__title{
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 700;
	color: #00548B;
	margin: 1.5rem 0;
	font-family: 'Montserrat', sans-serif; 
}
h2 b{
	font-weight:700;
}

.carousel-title, .playern-overlay-h1{font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 700;
	margin: 1.5rem 0; text-transform:none;}


.card-heading a, .card-heading{font-size: 22px;
	line-height: 1.4em;
	font-weight: 700;
	color: #00548B;
	margin: 1.5rem 0; 
	text-transform: none; font-family: 'Montserrat', sans-serif;}
h3 {
	font-size: 1.167em;
	line-height: 1.4em;
	font-weight: 700;
	color: #00548B;
	margin: 1.5rem 0;
}
.content-section-heading .text-hint {text-transform:none;}
h3 b{
	font-weight:700;
}

h3 {
	font-size: 1em;
}

h4, h5, h6, .h4 {
	line-height: 1;
	font-weight: 400;
	color: #00548B; /* $primary */
	font-size: 1em;
	margin: 2em 0 1em;
	font-family: 'Source Sans 3', sans-serif;
}
h4 b, h5 b, h6 b{
	font-weight:700;
}

h1 + p {
	margin-top: 1em;
}

p, h1+p:not(.banner__meta):not(.player__meta), .text-hint, .text-default {
	line-height: 1.778em;
	margin-bottom: 0.667em;
	    font-size: 18px;
    font-family: 'Source Sans 3', sans-serif;
    color: #3a4855;
}
.text-hint{margin-top:20px;}


a {
	font-weight: 700;
	color: #D0282E; /* $secondary */
}

a:hover {
	color: #00548B; /* $primary */
}

ul {
	margin: 1em 0 2em;
	list-style: none;
}

ul ul {
	margin: 0 0 1em;
}

ul li {
	position: relative;
	margin-bottom: 0.1em;
	padding-left: 2em;
	font-family: 'Source Sans 3', sans-serif;
}
.content-search{margin-top:40px;}
hr.margin-bottom-lg{border-bottom:none;}
.row--divided{margin-top:0;}
.btn-transparent{background-color:#D0282E !important;}
.content {margin-top:40px;}
.c-player-details--wide article a img:first-of-type{display:none;}
.btn{display: inline-block;
    padding: 1.714em 3.5em;
    outline: none;
    cursor: pointer;
    position: relative;
    color: #FFFFFF;
    transition: 0.5s ease;
    text-align: center;
    font-weight: 600;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    background-color: #D0282E;
    letter-spacing: .1em;
    min-width: 10em;
    color: #fff;
    border: 2px solid #D0282E;
width:100%;
margin-bottom:20px;}
.btn:hover{    color: #D0282E;
    background-color: #ffffff;}
.label-brand{background-color:#3F79BC;}

@media (max-width: 720px) {.carousel{display:none;}}