<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    font-family: 'Open Sans';
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
*:focus{
	outline: none;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
ul,ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    display: block;
    color: inherit;
}
h1,h2,h3,h4,h5,p {
    margin: 0;
	font-weight: normal;
}
.TJRHeader {
    background: url(/templates/football/images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    border-bottom: 7px solid #348ab6;
}
.TJRHeaderInner {
    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;
    padding: 45px 0px 100px 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 7px solid white;
}
.TJRHeaderInnerText {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    line-height: 94px;
    align-self: flex-start;
}
.TJRHeaderInnerText &gt; h1 {
    font-size: 87px;
}
.TJRHeaderInnerText &gt; span {
    position: relative;
    font-size: 59px;
    letter-spacing: 11px;
    text-transform: uppercase;
}
.TJRHeaderInnerText &gt; span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: white;
    left: 0;
    bottom: 0;
}
.TJRMenu {
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative;
    bottom: -80px;
    width: 280px;
    z-index: 999;
}
.footerBox {
    background-color: #262a30;
    font-family: 'Open Sans';
}
.footerBox-context {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 80px;
	color: #ffffff;
}
.copyright {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
.designedby {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	text-align: right;
}
.designedby &gt; a {
    display: inline-block;
    margin-left: 10px;
}
.mod-languages &gt; ul {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 7px;
}
@media screen and ( max-width: 1366px ){
}
@media screen and ( max-width: 1280px ){
    .TJRHeaderInner {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .TJRHeaderInnerText {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 61%;
                flex: 0 0 61%;
        text-align: center;
    }
}
@media screen and ( max-width: 1024px ){
    .TJRHeaderInnerText &gt; h1 {
        font-size: 70px;
    }
    .TJRHeaderInnerText &gt; span {
        font-size: 43px;
    }
    .TJRHeaderInner {
        padding: 45px 0px 60px 80px;
    }
    .TJRHeaderInnerText {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 61%;
                flex: 0 0 61%;
        line-height: 76px;
    }
    .TJRMenu {
    left: 69.8%;
    bottom: 0;
}
}
@media screen and ( max-width: 800px ){
    .TJRHeaderInner {
        padding: 45px 25px;
    }
    .TJRHeaderInnerText {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        text-align: center;
        line-height: 76px;
    }
    .TJRMenu {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@media screen and ( max-width: 768px ){
    .footerBox-context {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and ( max-width: 600px ){
	.footerBox-context {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-right: 0;
	}
	.copyright, .designedby {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		text-align: left;
	}
	.designedby {
		margin-top: 15px;
	}
}
@media screen and ( max-width: 480px ){
    .TJRHeaderInnerText {
        line-height: 60px;
    }
    .TJRHeaderInnerText &gt; h1 {
        font-size: 50px;
    }
    .TJRHeaderInnerText &gt; span {
        font-size: 25px;
    }
    .TJRHeaderInnerText &gt; span {
        letter-spacing: 0;     
    }
}
@media screen and ( max-width: 360px ){
    .copyright, .designedby {
        text-align: center;
    }
}
@media only screen and (max-width: 320px) {
	.designedby &gt; a {
		margin-left: 0;
		margin-top: 8px;
	}
}</pre></body></html>