@charset "UTF-8";

/* COMMON */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased; }

img { max-width: 100%; }

.clear { clear: both; height: 0px; }

a { color: #253c49; text-decoration: none; font-weight: 700; }

a:hover, a:focus, a.active { color: #00688c; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

a, a img, a span, img, button, input[type='submit'] {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }
	
.inline { display: inline; }
	
.nowrap { white-space: nowrap; }

.trans {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease; }

.trans:hover {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
	transform: scale(1.05); }
	
.float-left { float: left; }
.float-right { float: right; }


body, html { margin: 0; padding: 0; width: 100%; text-align: center; }

body {
  background: #202126;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  overflow-x: hidden; }

header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center; }

.globalnews-header {
	position: relative;
	background: #231f20;
	padding: 20px 0;
	font-family: "Roboto", sans-serif;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	height: 90px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.globalnews-header a { color: #FFF; text-decoration: none; }
.globalnews-header a:hover { color: #ef2601; text-decoration: none; }
.globalnews-header img { max-width: 220px; padding: 0 20px; }

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #231f20;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
  max-width: 960px;
  margin:  0 auto;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	justify-content: right;
    padding-right: 1em;
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	justify-content: right;
    padding-right: 1em;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

.contest-header {
	position: relative;
	margin: 0 auto;
	background: url(../images/header-background.jpg) top center repeat-x;
	background-size: cover;
	min-height: 456px;
	padding: 25px 30px 0 30px;
	text-align: center;
}

.contest-header span {
	width: 1px;
	height: 86px;
	margin: 0 25px;
	background: #c0a971;
	display: inline-block;
}

.contest-header .wm {
	margin: 0 auto;
	margin-top: 20px;
	display: block;
}

section.intro {
	position: relative;
	margin: 0 auto;
	background: #202126 url(../images/content-background.jpg) center no-repeat;
	background-size: cover;
	width: 100%;
	display: inline-block;
}

.content {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	font-size: clamp(18px, 3vw, 24px);
	padding: 50px 20px;
	color: #ffffff;
}

.content h1 {
	font-family: "Noto Serif", serif;
	font-size: clamp(34px, 3vw, 50px);
	line-height: 1.2;
	color: #BFA970;
	font-weight: 600;
}

.content h2 {
	font-family: "Noto Serif", serif;
	font-size: clamp(34px, 3vw, 50px);
	line-height: 1.2;
	color: #ffffff;
	font-weight: 600;
	margin-top: -15px;
}

.white-space { white-space: nowrap;  }
.mobile-break { display: block; }

section.form {
	position: relative;
	margin: 0 auto;
	background: #ffffff;
	width: 100%;
	display: inline-block;
}

footer {
	position: relative;
	background: #202126 url(../images/footer-background.jpg) bottom center no-repeat;
	background-size: cover;
	padding: 50px 0 340px 0;
	color: #ffffff;
}

footer .content {
	font-size: clamp(14px, 3vw, 14px);
}

footer .content a {
	color: #ffffff;
}

footer .divider {
	width: 100%;
	height: 1px;
	margin: 30px 0;
	background: #ffffff;
	display: block;
}

footer .nav {
	margin: 40px 0;
}

footer .nav a {
	font-size: clamp(20px, 3vw, 20px);
	font-weight: normal;
	margin: 0 30px;
}

@media (max-width: 568px) {
	footer .nav a {
		margin: 20px 0;
		display: block;
	}
}