/*
 * Globals
 */

body{
    background-color: #E9E9E9;
    font-family: "Roboto";
}
    
h1,h2,h3,h4,h5,h6{
    font-family: "Roboto";
    font-weight: 600;
}

/*
 * Foundation override
 */

.button{
    background-color: #48576C;
}

/*
 * Utils
 */

.text-uppercase{
    text-transform: uppercase;
}

.text-light{
    font-weight: 400;
}

.button.expanded{
    width: 100%;
}

/*
 * Navigation
 */

.navigation{
    background-color: #EC2027;
    color: white;
    height: 80px;
    text-align: right;
    position: fixed;
    width: 100%;
    z-index: 998;
    top: 0;
}

.navigation img{
    float: left;
    height: 100%;
    padding: 5px 5px 5px 10px;
}

.navigation .toggle-nav{
    height: 60px;
    line-height: 75px;
    display: block;
    right: 1rem;
    position: fixed;
    z-index: 1000;
}

.navigation .toggle-nav{
    color: white;
}

.navigation .toggle-nav svg{
    position: relative;
    top: 7px;
}

.navigation .toggle-nav rect{
    fill: #fff;
    transition: all 300ms ease-out;
    transform: rotate(0deg) scale(1, 1) translateY(0px) translateX(0px);
}

.navigation .toggle-nav.open rect:nth-child(1){
    transform: rotate(45deg) scale(1.17,1) translateY(-2.5px) translateX(2.5px);
}

.navigation .toggle-nav.open rect:nth-child(2){
    transform: scale(0.2, 1) translateX(47px);
}   

.navigation .toggle-nav.open rect:nth-child(3){
    transform: rotate(-45deg) scale(1.17, 1) translateY(-4px) translateX(-11.5px);
}

.navigation nav ul{
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: rgba(236, 32, 39, 0.9);
    z-index: 999;
    list-style: none;
    margin-left: 0;
    text-align: right;
    padding: 80px 2rem 2rem;
    transition: all 300ms ease-in;
}

.navigation nav ul.open{
    left: 0;
}

.navigation nav ul a{
    color: white;
    font-size: 2rem;
}
    
.navigation nav ul a:active{
    text-decoration: underline;
}
    
.navigation nav ul a:hover{
    text-decoration: underline;
}

/*
 * Page-header
 */

.page-header{
    background-color: #8cd4dc;
    margin-top: 80px;
    margin-bottom: 2rem;
    padding: 4rem 0;
    color: #48576C;
}

.page-header .title-large{
    font-size: 3.5rem;
    color: inherit;
    font-weight: 900;
    margin-bottom: 2rem;
}

/*
 * Share
 */

.share p{
    transform: translateY(-100%);
    top: 50%;
    position: relative;
}

.share a{
    color: #48576C;
    text-decoration: underline;
}

/*
 * Search
 */
 
.search input[name="q"]{
    width: calc(100% - 60px);
    display: inline-block;
    box-shadow: none;
    border-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search .button{
    width: 60px;
    display: inline-block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 37px;
    padding: 0;
}

.search button i{
    line-height: 1;
    font-size: 14px;
}

/*
 * Search results
 */
 
.search-results{
    color: #48576C;
}

.search-results h2{
    color: inherit;
    font-size: 1.2rem;
    border-bottom: 1px solid #48576C;
}

.search-results a{
    color: inherit;
}

/*
 * Sponsors
 */

.sponsors{
    margin-bottom: 2rem;
}

.sponsors img{
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

/*
 * News
 */

.news{
    background-color: white;
    margin-bottom: 2rem;
}

.news header h1{
    font-size: 1.7em;
    color: #636363;
    margin-top: 20px;
    margin-left: 12px;
    padding-bottom: 10px;
}

.news article{
	padding-bottom: 1.2rem;
}

.news article h1{
    font-size: 1.5em;
    color: #636363;
}

.news article figure{
	height: 0;
	padding-bottom: 56.25%;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 1rem;
}

.news article figure img{
	display: none;
}

.news article p{
    color: #636363;
    margin-bottom: 0;
}

.news a:hover h1{
    text-decoration: underline;
}

.news time{
	color: #636363;
	font-size: 0.8rem;
}

/*
 * About
 */
 
.about{
    background-color: #ebfbfc;
    padding: 6rem 0;
    margin-bottom: 2rem;
    color: #48576c;
}

.about h1{
    color: inherit;
    text-transform: uppercase;
}
    
.about hr{
    width: 3rem;
    border-width: 2px;
    border-color: #48576c;
    display: inline-block;
}

.about h2{
	font-size: 1.2rem;
	color: #48576c;
}

/*
 * Score
 */
 
.score{
    margin-bottom: 2rem;
}

.score .list h1{
    background-color: #939598;
    font-size: 1.1rem;
    margin: 0;
    color: white;
    padding: 0.4em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.score .list h2{
    background-color: #8cd4dc;
    font-size: 0.8rem;
    margin: 0;
    color: white;
    line-height: 2.4;
}

.score .list h2 img{
    width: 15px;
    margin-top: -2px;
}

.score .list ul{
    background-color: white;
    list-style: none;
    margin-left: 0;
    padding: 1rem 1rem 1rem 2.4rem;
    margin-bottom: 0;
}

.score .list ul + a{
	background-color: white;
	display: block;
	text-align: center;
	padding-bottom: 0.5rem;
}

/*
.score .list ul li:nth-child(1),
.score .list ul li:nth-child(2),
.score .list ul li:nth-child(3){
    list-style-image: url('../img/arrowg.svg');
}

.score .list ul li:nth-child(4),
.score .list ul li:nth-child(5){
    list-style-image: url('../img/liney.svg');
}

.score .list ul li:nth-child(6),
.score .list ul li:nth-child(7),
.score .list ul li:nth-child(8){
    list-style-image: url('../img/arrowr.svg');
}*/

.score .legend li{
    float: left;
    margin-left: 1rem;
}

.score .legend li:nth-child(1){
    list-style-image: url('../img/arrowg.svg');
}

.score .legend li:nth-child(2){
    list-style-image: url('../img/liney.svg');
}

.score .legend li:nth-child(3){
    list-style-image: url('../img/arrowr.svg');
}

/*
 * Vote
 */

.vote{
    margin-bottom: 1rem !important;
}

.vote .button{
	width: 302px;
	height: 76px;
	display: block;
	margin: 0 auto;
}

.team{
    text-decoration: underline;
}

/*
 * Thanx
 */
 
.thanx{
    color: #48576C;
    margin-bottom: 2rem !important;
}

.thanx .columns:first-child{
    border-right: 1px solid #48576C;
}

.thanx h1{
    color: inherit;
    font-size: 2.3rem;
    margin: 1.4rem 0 2rem 0;
}

/********/

.read-more{
    color: #48576C;
    text-decoration: underline;
}

.g-recaptcha{
	
}

.g-recaptcha > div > div{
	margin: 0 auto;
}

.red{
    list-style: initial;
    color: red;
}


.yellow{
    list-style: initial;
    color: yellow;
}

.green{
    list-style: initial;
    color: green;
}
