body{
	margin: 0 auto ;
	color : #000000 ;
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 14px;
	overflow:visible;
}

html {
	height:100%;
}


	.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


a:link {
	text-decoration:none;
	color : #263f57 ;

}
a:hover {
	text-decoration:none;
	color : #000000 ;

}
a:visited {
	text-decoration:none;
	color : #263f57 ;

}
a:visited:hover {
	text-decoration:none;
	color : #000000 ;

}

a.nav:link {
	text-decoration:none;
	color : #ffffff ;

}
a.nav:hover {
	text-decoration:none;
	color : #ffffff ;

}
a.nav:visited {
	text-decoration:none;
	color : #ffffff ;

}
a.nav:visited:hover {
	text-decoration:none;
	color : #ffffff ;

}


.news-title{
	color:#ee3a43;
	font-size : 14px;
}
.contest-title{
	color:#ee3a43;
	font-size : 18px;
}
.page-title{
	color:#ee3a43;
	font-size : 24px;
}

.read-more-button {
    background-color: #ee3a43;
    color: white;
    padding: 10px;
    font-size: 10px;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    align:right;
}

.read-more-button:hover {
    background-color: #000000;
    color: white;
}


.mobile-button {
	background-color: #263f57;
	padding: 10px;
	font-size: 20px;
	width:100%;
	border: none;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	color: white;
	text-decoration:none;
	text-align:left;
	float: left;
	margin:0;
}

.mobile-button:hover {
    background-color: #000000;
    color: white;
}

.big-grey-button {
    background-color: #a4a4a4;
    color: black;
    padding: 10px;
    font-size: 20px;
    width:100%;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    align:right;
}

.big-grey-button:hover {
    background-color: #000000;
    color: white;
}




input[type=text]{
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 16px;
	font-size:16px;
	font-weight:600;
}

input[type=password]{
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-sizing: border-box;
	font-size:16px;
	font-weight:600;
}

select{
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-sizing: border-box;
	font-size:16px;
	font-weight:600;
}

input[type=submit] {
    background-color: #263f57;
    color: black;
    padding: 10px 15px;
    margin: 0px 0px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
	font-size:16px;
	font-weight:600;
	opacity: 0.5 !important;
}

input[type=submit]:hover {
    background-color: #f99f02;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
	margin: 5px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 16px;
    background-color: #f8f8f8;
	font-size:16px;
	font-weight:600;
    resize: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.ui-content img, .ui-content p{
    max-width:90vw;
    height: auto;
}
.ui-content{
    max-width:100vw;
}

ol > br, ul > br{
    display:none;
}
li{
    margin-bottom:5px;
}

.button-container{
    display:flex;
}
.main-map-container{
    margin-bottom: 21px;
}
a.map-button{
    color: white;
    display:block;
    max-width: 90%;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 14px 28px;
    background: #263F57;
    box-shadow: #cecece 1px 2px 9px 1px;
    margin-bottom:14px;
    transition: background-color .2s;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
}
