* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

strong {
  font-weight: 700;
}

.terms {
  font-size: 0.8em !important;
  font-weight: 400;
}

body {
  font-size: 16px;
  line-height: 1;
  background: #ffffff;
  color: #333333;
	text-align: center;
	font-family: 'raleway', arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
.preloader {
  position:fixed;
  z-index:10;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.wrap {
  /*max-width: 1400px;*/
  margin: 0 auto;
  width: 100%;
}

.entries .wrap, .single-entry .wrap, .blog .wrap, .single .wrap, .latest-posts .wrap, .instagram_feed .wrap {
  width: 90%;
}

.tweets-wrapper {
display: block;
position: relative;
  width: 100%;
  z-index: 2;
  background: #4b759d;
  font-weight: bold;
  padding: 15px 15px 20px;
  font-size: 15px !important;
  min-height: 99px;
}

.tweets {
	margin: 1em auto;
	position: relative;
  opacity: 0;
  transition: opacity 1s;
}
.twitter-link {
  text-decoration: none !important;
  color: #a6dffc !important;
  opacity: 0;
  transition: opacity 1s;
  display: inline-block;
  margin-top: 0.25em;
}
#content .tweets-wrapper .tweets a {
  color: #ffffff !important;
  text-decoration: underline;
}

.tweets p {
  position: relative;
  padding: 0;
  line-height: 1.5;
  display: block;
  text-shadow: none !important;
  font-size: 15px !important;
  color: #ffffff !important;
}
.tweets p i:first-of-type {
  position: absolute;
  top: 0;
  font-size: 16px;
  left: 0;
}
.tweets p i:last-of-type {
  position: absolute;
  bottom: 0;
  right: 0;
}
.slick-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.slide-nav {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 5.000em;
		line-height: 1;
    z-index: 100;
		font-weight: 200;
		cursor: pointer;
		left: 0;
}

.slide-nav.right {
    right: 0;
		left: auto;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}
.slide-padding {
    position: relative;
    overflow: hidden;
}
#content section.latest-posts {
  padding: 80px 0;
  background: rgba(75,117,157,0.1);
  margin: 0 auto;
}

.latest-posts h3, .instagram_feed h3 {
  text-align: center;
  display: inline-block;
}
.latest-posts .news-container {
  margin: 1em auto 0;
}
.latest-posts .cta {
  margin-top: 0;
}
.table {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

header {
	padding: 20px;
	display: block;
  position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 6;
  pointer-events: none;
}

header h1 {
	float: left;
  max-width: 150px;
  pointer-events: auto;
}

header h1 img {
  width: 150%;
  height: auto;
}
header nav {
	float: right;
  pointer-events: auto;
}
header nav ul li {
	display: inline-block;
}

header nav ul li a {
	text-decoration: none;
	color: #ffffff;
	line-height: 40px;
	display: block;
	padding: 0 10px;
  font-weight: 800;
  transition: color 0.3s;
}

header nav ul li.current-menu-item a, header nav .primary-menu li a:hover  {
  color:#a6dffc;
}

header nav ul li.donate a {
	border: 3px solid #a6dffc;
	border-radius: 40px;
	padding: 0 15px;
	transition: all 0.2s;
}

header nav ul li.donate a:hover {
	border-color: #87cdf5;
  background-color: #87cdf5;
  color:#ffffff;
}



header nav .socials {
  text-align: right;
  padding-bottom: 1em;
}

header nav .socials li {
  padding: 0;
}

header nav .socials li a {
  line-height: 1;
}

header nav .socials li a:hover {
  color:#a6dffc;
}
#nav-icon1 {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 5;
  display: none;
  pointer-events: auto;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}
#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.page-header {
  padding: 200px 0 80px;
background: #4b759d;
 background-repeat: no-repeat;
 background-position: left top;
 background-size: cover;
 color: #ffffff;
 min-height: 400px;
}

.page-header h2 {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  line-height: 1.2;
}
.scroll {
    position: absolute;
    font-size: 1.3em;
    display: inline-block;
		bottom: 50px;
		left: 50%;
		margin-left: -20px;
    z-index: 1;
		transition: bottom 0.3s;
}
.scroll:hover {
	bottom: 40px;
}
.scroll::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: 3s arrow infinite ease;
    animation: 3s arrow infinite ease;
}
.scroll:after {
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

h2 {
	color: #ffffff;
	font-size: 2.250em;
	margin-bottom: 1em;
  font-weight: 700;
}

em {
  font-style: italic;
}

h2 span, .home h2:last-of-type, .home-2 h2:last-of-type {
	color:#b4e2fc;
	display: block;
  font-weight: 700;
	margin: 0.25em auto 0.5em;
}
.home h2, .home-2 h2 {
  margin: 0.25em auto;
}
.home h2:last-of-type, .home-2 h2:last-of-type {
  margin-bottom: 0.5em;
}
h3 {
	font-size: 1.75em;
	margin-bottom: 2em;
  font-weight: 700;
  position: relative;
}
h3::after {
  content: '';
  position: absolute;
  left:0;
  bottom: -1em;
  height: 5px;
  width: 50px;
  background: #b4e2fc;
}

#content {
  margin-top: 0;
}
.home #content, .home-2 #content {
	margin-top: 100vh;
}

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

#content a {
  color:#333333;
  text-decoration: underline;
}

a.cta {
	border: 3px solid #a6dffc;
	border-radius: 30px;
	padding: 10px 30px;
	display: inline-block;
	margin-top: 2.5em;
	transition: all 0.4s;
	line-height: 25px;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}

#content a.cta, .form-container a.cta {
  color:#333333;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  text-decoration: none;
  font-size: 1em;
}

a.cta:hover {
	border-color: #87cdf5;
  background-color: #87cdf5;
  color:#ffffff;
}


footer {
  background: #4b759d;
  color: #ffffff;
  padding: 40px 20px;
}

footer .socials {
  float: left;
  font-size: 0.9em;
}

.socials li {
  display: inline-block;
  padding: 0 5px;
}

footer a {
  transition: all 0.3s;
}

footer .socials li a:hover, footer a:hover {
    color:#a6dffc;
}
footer p {
  text-align: right;
  font-size: 0.7em;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
/* home page */
/* Video background */

.videobg {
  position: absolute;
  width: 100%; /* Set video container element width here */
  height: 100%; /* Set video container element height here */
  overflow: hidden;
  	background: url('../gfx/home-bg.jpg') no-repeat center top;
    background-size: cover;
	left:0;
}
/* horizontally center the video */
.videobg-width {
  position: absolute;
  width: 100%; /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%; /* 16:9 ratio */
  overflow: hidden;

}

.videobg-make-height {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}

.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px; /* 16:9 ratio */
  top: -55px;
  left: -97.7777px; /* 16:9 ratio */
}

.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}

.home .main, .home-2 .main {
	background: url('../gfx/home-bg.jpg') no-repeat center top;
  background-size: cover;
	color: #ffffff;
}

.home .main .tableCell, .home-2 .main .tableCell {
  z-index: 1;
  position: relative;
  background: rgba(101,129,160,0.25);
}

.home .main h2, .home-2 .main h2 {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.home .main p, .home-2 .main p {
	max-width: 790px;
	margin: 0 auto;
	font-size: 1.175em;
	line-height: 1.5;
  font-weight: 600;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}


.home .main img, .home-2 .main img {
  position: absolute;
  bottom: 50px;
  right: 50px;
  max-width: 200px;
}
#content section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
	background: #ffffff;
	color: #333333;
  margin: 80px auto;
}

#content section .col {
  width: 60%;
  text-align: left;
  padding: 0 80px;
  max-width: 1000px;
}

#content section .col.centered {
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
  }

  #content section figure {
    max-width: 100%;
    margin: 0 auto 2em;
    font-size: 12px;
    font-style: italic;
  }
#content section .col.image {
  width: 40%;
  padding: 0;
  max-width: 800px;
}

#content section .col.image .vid-desc {
text-align: center;
font-weight: 700;
padding-top:10px;
}
#content section .col img {
  width: 100%;
  height: auto;
}

#content section.post-entry .col img {
  width: 100%;
  height: auto;
  margin-top: 0;
}

#content section:nth-of-type(even) {
  flex-direction: row-reverse;
}

#content .cta {
  color: #333333;
  font-weight: 600;
  font-size: 1em;
  padding: 5px 20px;
}

#content .col p{
  padding-bottom: 1.75em;
  line-height: 2;
  font-size: 0.938em;
}
 #content .col p:last-of-type {
  padding-bottom: 0;
}

#content .col ul {
  list-style: disc;
  margin-left: 1em;
}
#content .col ul li {
  padding-bottom: 0.75em;
  line-height: 2;
  font-size: 0.938em;
}


/* competition page */

.form-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60,96,138,0.4);
  display: none;z-index: 3;
}
.form-container-inner {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.25);
  width: 90%;
  max-width: 700px;
	padding: 50px;
  max-height: 90%;
  overflow: auto;
}

.form-container .close {
  position: absolute;
  top: 5px;
  right: 5px;
  color:#a6dffc;
  font-size: 1.5em;
  cursor: pointer;
}
form {
	width: 100%;
	text-align: left;

}

form input, form textarea {
	width: 100%;
	border: 2px solid #a6dffc;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 2;
	padding: 2px 10px;
	margin-top: 5px;
	background:#ffffff;
  font-family: 'raleway', sans-serif;
}

form #poststuff {
	min-width: 0;
}
form input:focus, form textarea:focus {
	outline:none;
	border-color: #87cdf5;
}
form input[type="submit"] {
	width: auto;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	background: none;
	font-size: 1em;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 40px;
	border: 2px solid #a6dffc;
	font-weight: 600;
	color: #333333;
	transition: border 0.2s;
}
form input[type="submit"]:hover {
	border-color: #87cdf5;
}


form .acf-form-submit {
	text-align: center;
}
form .acf-field p.description {
  display: block;
  margin: 0;
  padding: 0.5em 0;
	font-size: 0.7em;
	text-align: left;
}
form .acf-fields > .acf-field {
    margin: 0;
    padding: 15px 0;
    position: relative;
    clear: left;
}
.acf-error-message {
	font-size: 12px;
	text-align: left;
	padding: 5px 0;
	line-height: 2;
	color:#e74141;
	display: none;
}

.acf-input .acf-error-message {
	display: block;
}

.sponsor_logos {
  text-align: center;
  display: block !important;
  margin: 120px auto 40px !important;
  padding: 0 80px;
}

.home-2 .sponsor_logos {
  margin: 80px auto !important;
}

.sponsor_logos .logo {
  width: 25%;
  margin: 0 ;
  display: inline-block;
  float: left;
  text-align: left;

}
.sponsor_logos .logo img{
  float: left;
}
.sponsor_logos .logo:first-of-type{
  float: none;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.sponsor_logos .logo:nth-of-type(3), .sponsor_logos .logo:nth-of-type(4)  {
  text-align: center;
}
.sponsor_logos .logo:first-of-type img, .sponsor_logos .logo:nth-of-type(3) img, .sponsor_logos .logo:nth-of-type(4) img{
  margin: 0 auto;
  float: none;
}

.sponsor_logos .logo:last-of-type{
  float: right;
  text-align: right;
}

.sponsor_logos .logo:last-of-type img{
  float: right;
}

.sponsor_logos .logo img {
  width: 90%;
  height: auto;
  display: block;
  max-width: 225px;
}
.sponsor_logos .logo:nth-of-type(1) img {
  max-width: 450px;
  margin: 0 auto;
}

/* projectnorth page */

.project90north #content section .col img {
  margin-top: 40px;
}

/* entries page */
.entries .wrapper {
  min-height: 100vh;
  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -94px;
}
.entries footer, .entries .push {
  height: 94px;
}

.entries #content, .terms-and-conditions #content {
  margin: 80px auto;
}
.entries #content h3 {
  text-align: left;
  float: left;
  margin-bottom: 2.5em;
}
.entries-container {
	width:100%;
	margin: 0 auto;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-container {
  width:100%;
	margin: 80px auto 40px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.entries-container .entry, .news-container .news-item {
	width: 30%;
	text-align: center;
	padding: 0;
  margin-bottom: 3em;
}

.entries-container .entry .image-container, .news-container .news-item .image-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
.entries-container .entry img, .news-container .news-item img {
	width: 100%;
  display: block;
	height: auto;
	margin: 0 auto;
  transition: transform 0.3s;
  backface-visibility: hidden;
}

.entries-container .entry .post-ratings strong {
  display: none;
}
.entries-container .entry img:hover, .news-container .news-item img:hover {
transform: scale(1.05);
}

.entries-container .entry h4, .news-container .news-item h4 {
  float: left;
  text-align: left;
  font-weight: 600;
}

.entries-container .entry h4 span, .news-container .news-item h4 span {
  font-weight: 400;
  display: block;
  margin-top: 0.5em;
}

.entries-container .post-ratings, .single-entry .post-ratings {
  width: 50%;
  text-align: right;
  float: right;
}
.post-ratings .cta {
  margin-top: 0;
}

.entries-sort {
  float: right;
  width: auto;
}

.entries-sort input[type="submit"]{
  visibility: hidden;
  opacity: 0;
  height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.entries-sort .select-style {
    padding: 0;
    margin: 0;
    border: 2px solid #a6dffc;
    width: 200px;
    border-radius: 40px;
    overflow: hidden;
    background-color: #ffffff;
    background:#ffffff url('../gfx/down-arrow.jpg') no-repeat 90% center;
}

.entries-sort .select-style select {
    padding: 0 20px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 18px;
    font-family: 'raleway';
    font-weight: 700;
    line-height: 50px;
}

.entries-sort .select-style select:focus {
    outline: none;
}

/* single entry page */


.single-entry #content {
  margin: 80px auto;
}
.single-entry  #content h3 {
  text-align: left;
  float: left;
  margin-bottom: 2.5em;
}

.single .cta.right {
  float: right;
  margin-top:0;
}

.video-details {
	width: 90%;
	max-width: 1000px;
  margin: 0 auto;
}

.video-details p {
  width: 100%;
  float: left;
  text-align: left;
}

.video-details .cta-holder .cta {
  margin-top: 0;
}
.single h1 {
  float: left;
  text-align: left;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.single h1 span {
  font-weight: 500;
  display: block;
  margin-top: 0.5em;
  font-size: 0.667em;
}

.videoblock {
	width: 100%;
	max-width: 1000px;
	margin: 40px auto;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* single post page */

.single-post .link-holder {
  padding: 0 40px 40px;
}
.single-post .link-holder .cta {
  margin: 0;
}
.single-post #content {
    margin: 40px auto 80px;
}
.single-post #content section:first-of-type {
  margin: 0 auto;
}
.single-post img {
  margin: 0 auto 20px;
  width: 100%;
}
.single-post h3 {
  text-align: left;
}
.single-post h3 span {
    font-weight: 500;
    display: block;
    margin-top: 0.5em;
    font-size: 0.667em;
}
.single-post .post-content {
  margin: 0 auto;
}

.single-post .post-content p {
  margin-bottom: 1em;
  line-height: 1.5;
}

/* contact pop up */


.contact-container, .mailchimp-container, .thankyou-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60,96,138,0.4);
  display: none;
  z-index: 7;
}
.contact-container-inner, .mailchimp-container-inner, .thankyou-container-inner  {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.25);
  width: 90%;
  max-width: 700px;
	padding: 50px;
  max-height: 90%;
  overflow: auto;
  text-align: center;
}

.contact-container-inner p, .mailchimp-container-inner p, .thankyou-container-inner p {
  padding-bottom: 1.5em;
  font-size: 0.9em;
}

.contact-container-inner p:last-of-type, .mailchimp-container-inner p:last-of-type, .thankyou-container-inner p:last-of-type  {
  padding-bottom: 0;
}
.contact-container-inner a, .mailchimp-container-inner a {
  color:#87cdf5;
  text-decoration: underline;
}

.contact-container .close, .mailchimp-container .close, .thankyou-container .close {
  position: absolute;
  top: 5px;
  right: 5px;
  color:#a6dffc;
  font-size: 1.5em;
  cursor: pointer;
}

.mailchimp-container .indicates-required {
  text-align: right;
  font-size: 0.7em;
}

.mailchimp-container input[type="submit"] {
  margin: 2em auto 0;
  display: block;
  padding: 0 2em;
}

.mailchimp-container .mc-field-group.half {
  float: left;
  width: 48%;
  margin: 1em 0;
}

.mailchimp-container .mc-field-group.half.right {
  float: right;
}

.mailchimp-container-inner .cta.close {
  display: inline-block;
  text-decoration: none;
  margin: 1em auto 0;
  position: relative;
  width: auto;
  color: #333;
  font-size: 1em;
  font-weight: 600;
}

#mc_embed_signup input.mce_inline_error {
    border: 2px solid #a6dffc !important;
}

#mc_embed_signup div.mce_inline_error {
  background-color: #fff !important;
  color: red !important;
  font-weight: normal !important;
  font-size: 0.8em !important;
  padding: 5px 0 !important;
}

#mce-error-response {
  padding-top: 10px;
  line-height: 1.2;
  font-size: 0.8em;
  color: red;
}

#mce-success-response {
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
}

.thankyou-container a.cta {
  color: #333333;
  margin-top: 0;
  font-weight: 600;
}

.thankyou-container h3 {
  margin-bottom: 1em;
}

.thankyou-container h3:after {
  display: none;
}
.terms-and-conditions ol {
  max-width: 90%;
  margin: 0 auto;
}
.terms-and-conditions ol li, .terms-and-conditions p {
  margin-bottom: 1em;
  line-height: 1.5;
}

/* map page */

.map-container {
  margin: 80px auto;
  width: 90%;
  position: relative;
  max-width: 1200px;
}

.map-container::after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content:'';
}
.map-container iframe {
 position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* TIMER POP UP */

.timer-holder {
  /*
  margin: 0 auto;
  width: 490px;
  padding: 0;
  background: #4a5159;
  position: fixed;
  right: -3px;
  color:#ffc942;
  top: 140px;
  border: 3px solid #ffc942;
  transition: right 0.4s;  */
  margin: 0 auto;
  width: 490px;
  padding: 0;
  background: rgba(255,255,255,0.75);
  position: absolute;
  right: -3px;
  color:#3a4146;
  top: 140px;
  border: 3px solid #a6dffc;
  transition: right 0.4s;
  z-index: 5;
}

.timer-holder.inactive {
  right: -470px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 30s linear infinite;
  -moz-animation: rotating 30s linear infinite;
  -ms-animation: rotating 30s linear infinite;
  -o-animation: rotating 30s linear infinite;
  animation: rotating 30s linear infinite;
}

#clock {
  position: absolute;
  top: -3px;
  right: 10px;
  width: 206px;
  height: 206px;
  margin: 0 auto;
  background: url(../gfx/clockface.png);
  list-style: none;
  float: left;
  background-size: 206px;
  }

#sec, #min, #hour , #stopwatch {
  position: absolute;
  width: 10px;
  height: 200px;
  top: 3px;
  background-size: 10px;
  left: 97px;
}

#sec {
  background-image: url(../gfx/sechand.png);
  z-index: 1;
  left: 67px;
}

#min {
  background-image: url(../gfx/minhand.png);
  z-index: 3;
    }

#hour {
  background-image: url(../gfx/hourhand.png);
  z-index: 2;
}

#stopwatch {
  background-image: url(../gfx/stopwatchhand.png);
  z-index: 1;
}

#countdown {
  float: left;
  width: 275px;
  height: 200px;
  font-family: 'hevletica neue', helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.2;
  display: table;
  padding: 25px 20px 0 25px;
}
#countdown .inner {
  display: table-cell;
  vertical-align: middle;
}

.timer-holder.inactive i {
  -ms-transform: rotate(45deg); /* IE 9 */
   -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
   transform: rotate(45deg);
}

.timer-holder i {
     -ms-transform: rotate(0); /* IE 9 */
      -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
      transform: rotate(0);
      transition: transform 0.4s;
}

span.minimise {
  position: absolute;
  top: 5px;
  left: 5px;
  font-weight: bold;
  font-size: 13px;
  color: #4b759d;
  cursor: pointer;
  z-index: 1;
}

#countdown #timer {
  margin: 0.5em auto;
  letter-spacing: 1px;

}
#countdown .sponsor {
  display: block;
  margin: 2em auto 0;
  width: 120px;
  height: auto;
}

.countdown-rtl {
	direction: rtl;
}

#GMTclock{
  text-align: center;
  display: block;
  width: 100%;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  color: #4b759d;
  margin: 0.5em auto;
}
#GMTclock span {
  font-size: 15px;
}
/* breakpoints */

@media screen and (max-width: 900px) {
	.entries-container .entry, .news-container .news-item {
		 width: 45%;
	}
}


@media screen and (max-width:776px) {



  .timer-holder {
    width: 280px;
  }

  .timer-holder #clock {
    display: none;
  }

  .timer-holder #countdown {
    width: 100%;
    padding: 25px 20px 0;
  }

  .page-header {
    min-height: auto;
  }

  .home .main img, .home-2 .main img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 100px;
  }
  .preloader {
    display: none;
  }
  .sponsor_logos {
    padding: 0 20px;
  }
  .scroll:after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .scroll::after {
    width: 20px;
    height: 20px;
  }

  .scroll {
    margin-left: -10px;
    bottom: 40px;
  }

  .videobg {
    display: none;
  }

	.entries-container .entry, .news-container .news-item {
		 width: 100%;
	}
  h2 {
  font-size:1.5em;
  }
  .home .main p, .home-2 .main p {
    font-size: 0.9em;
    max-width: 90%;
    margin: 0 auto;
  }
  .home .main a.cta, .home-2 .main a.cta {
    font-size: 16px;
    margin-top: 1.5em;
  }
  header h1 {
    max-width: 75px;
  }

  .page-header {
    padding: 100px 0 40px;
  }
  header nav {
    display: block;
    position: fixed;
    background:#3c608a;
    width: 100%;
    top: 0;
    left: 100%;
    transition: left 0.5s;
    padding: 10px;
    height: 100%;
  }
  header nav.active {
    left: 0;
  }
  header nav .socials {
    text-align: center;
    padding: 1em;
  }

  header nav ul {
    margin-top: 1em;
  }
  header nav ul li {
    display: block;
    margin-bottom: 1em;
  }

  header nav ul li.donate a {
    display: inline-block;
  }
  #nav-icon1 {
    display: block;
    top: 20px;
    right: 20px;
  }

  #content section,   .single-entry #content {
    margin: 40px auto;
  }
  #content section .col {
    width: 100%;
    padding: 0 40px;
  }



  #content section .col.image {width: 100%;padding: 40px 40px 0;}

  footer {
    padding: 20px;
  }
  footer .socials {
    float: none;
    margin-bottom: 1em;
  }
  footer p {
    text-align: center;
    font-size: 8px;
  }

  .form-container-inner {
    padding: 25px;
    font-size: 14px;
  }
  form .acf-fields > .acf-field {
    padding: 10px 0;
  }

  form input {
    font-size:14px;
    -webkit-appearance: none;
  }

  .entries #content {
    margin: 40px auto;
  }
  h3 {
    font-size: 1.5em;
  }

  .entries-sort {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
  .video-details span.cta-holder {
    display: block;
    margin-top: 0.5em;
  }

  .mailchimp-container .mailchimp-container-inner {
    padding: 25px;
    font-size: 0.8em;
  }
}


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {

  .home .main h2, .home-2 .main h2 {
    margin-bottom: 0.5em
  }

  .home .main .cta, .home-2 .main .cta {
    margin-top: 1em;
    font-size: 16px;
  }
  .home .main p, .home-2 .main p {
    font-size: 1em;
    width: 90%;
  }

  header nav ul li {
    display: block;
    margin-bottom: 0.5em;
  }

}
