body{background: none;}
.std-btn{background-color: rgb(255, 241, 0);color: rgb(0,0,0);padding: 10px 20px;text-decoration: none;}
.std-btn:hover{color: rgb(255, 241, 0);background-color: rgb(0,0,0);text-decoration: none;}
.part-img{text-align: center;margin: 0 auto; width: 100px; height: 100px;}
.spacer{padding: 30px 0;}
.navbar{border-radius: 0;}
.participants-list{padding-bottom: 60px;}
.participants-list h4{background-color: rgb(0,0,0); color: rgb(255, 241, 0); padding: 10px 0;}
.participants-list li strong{font-size: 14px;}.participants-list li{line-height: 2em;}
.sponsors-list img{max-width:200px; max-height: 130px; margin-right: 30px; margin-bottom: 30px;}
.highlights-nav{position: fixed;top: 30%; right:0;width: 150px;z-index: 300;text-align: center;}
.highlights-nav a{padding: 15px 20px; background-color: rgb(255, 241, 0); color: rgb(0,0,0); display: block;font-family: Abel, Arial, Helvetica, sans-serif;font-size: 14px; font-weight: bold;text-decoration: none;margin-bottom: 1px;}
.highlights-nav a:hover{background-color: rgb(0,0,0); color: rgb(255,255,255)}

.highlightInfo h3{margin:0; padding: 10px 20px;text-align:left; font-size: 18px; color: rgb(23,23,23); font-family: Abel, Helvetica, Arial;}
.highlightInfo h3 a{text-decoration: none; color: rgb(23,23,23); text-align: left;}
.highlightInfo a:hover{text-decoration: underline;}
.intro-vid{ background-color: rgba(0,0,0,0.9); margin-top: 300px;position: relative;}
.intro-vid-holder{margin: 0 auto;width: 853px;padding: 0 0 30px; display: block;position: relative;}
.intro-vid-holder:hover{border-bottom: 5px solid rgb(255, 241, 0);}
#concept{}
.intro-vid-play{position: absolute;top: 200px; left: 370px; }

h2.video-title{color: rgb(255,255,255); text-align:center; padding: 20px 0 0; margin: 0;line-height: 1; font-size: 23px;}

.u18-logo{height: 42px;display: inline; vertical-align: top;}

#sponsors{margin: 0 0 0 0;}

.site-heading{
	font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    vertical-align: top;
    display: inline-block;
    font-size: 42px;
    font-weight: normal;
    line-height: 100%;
}
/*
    Document   : main.css
    Created on : May 20, 2013, 3:31:44 PM
    Author     : syn1st3rx
    Description:
        Purpose of the stylesheet follows.
*/


.register-btn-holder{
    position: relative;
}

.register-btn{
    position: absolute;
    top: -30px;
}

.register-btn img{
    width: 150px;
    height: 150px;
}

.registration-btn{
    background-color: #000000;
    color: #ffffff;
    padding: 20px;
    border-radius: 0;
    border:none;
    width: 100%;
    margin-bottom: 50px;
}
.registration-btn:hover{
    background-color: #FFF100;
    color: #000000;
}

.finalist-list{
    list-style: none;
}

.finalist-list h4{
    font-size: 32px;
    text-align: center;
    background-color: #000000;
    font-weight: 900;
    padding: 20px 0;
    color: #ffffff;
    clear: both;
}

#participants h4{
    clear: both;
}

.finalist-list li{
    list-style: none;
    background-color: #FFF100;
    color: #000000;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 1px;
    font-weight: 700;
}

.bg-success{
    padding: 20px;
}

#cboxWrapper{
    background-color: rgb(255,255,255);
    padding: 5px;
}

#colorbox{
    z-index:1000 !important;
}

#cboxOverlay{position:fixed; width:100%; height:100%; background:#000; top: 0; left: 0; z-index: 1000; display: block;}

#cboxClose{
    background: url('../img/sprites.png');
    background-position: -26px 0;
    text-indent: -9999px;
    width: 77px;
    height: 77px;
    position: absolute;
    top: -41px;
    right: -50px;
    border: none;
    cursor: pointer;
}

#cboxClose:hover{
    background-position: -103px 0;
}

#cboxPrevious{
    background: url('../img/sprites.png');
    background-position: 0px 79px;
    text-indent: -9999px;
    width: 40px;
    height: 78px;
    position: absolute;
    top: 40%;
    left: -80px;
    border: none;
    cursor: pointer;
}

#cboxPrevious:hover{
    background-position: -40px 79px;
}

#cboxNext{
    background: url('../img/sprites.png');
    background-position: -140px 79px;
    text-indent: -9999px;
    width: 40px;
    height: 78px;
    position: absolute;
    top: 40%;
    right: -80px;
    border: none;
    cursor: pointer;
}

#cboxNext:hover{
    background-position: -100px 79px;
}

.overlink{
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    position: absolute;
}

.overlink:hover{
    background-color: rgba(230,180,0,0.3);
}

/*POPUP*/
.popupWrap{
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
}

.bioPopup{
    width: 760px;
    min-height: 400px;
    margin: 10% auto 0;
    background-color: rgb(255,255,255);
    position: relative;
    padding: 20px;
}

.bioPopup h3{
    font-family:Lato, Arial, sans-serif;
    font-size: 29px;
    color: rgb(184,178,146);
    font-weight: normal;
    margin: 0 0 0 30px;
}

.bioPopup p{
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:150%;
    color:rgb(38,30,30);
    text-align:center;
    margin-bottom: 40px;
}

  .popup_background {
    z-index: 2000; /* any number */
  }
  .popup_wrapper {
    z-index: 2001; /* any number + 1 */
  }

  .popup_content{
      outline: none;
  }

root {
    display: block;
}

*{
    outline: none;
}

body, html{
    margin: 0; padding: 0;;
}

html{background-color:rgb(0,0,0);}

ul,p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 150%;
}

img{
    border: none;
}

#header{
    width: 100%;
    background-color: rgb(255, 241, 0);
    z-index: 1;
}
#gfh2013{margin: 0 0 0 0;}
.logo{z-index: 1000;}
.header-content{background-color: rgb(0,0,0)}
.title{
    display: inline-block;
    height: 100%;
    background-color: rgb(0, 0, 0);
    vertical-align: top;
    padding: 50px 0 0 20px;
}

.title-sub{
    font-size: 24px;
    color: #FFF100;
    font-weight: 600;
    text-align: center;
    display: block;
    text-indent: -120px;
}

#header .title h1{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    vertical-align: top;
    display: inline-block;
    font-size: 42px;
    font-weight: normal;
    line-height: 100%;
}

.social{
	z-index: 1000;
    margin: 50px 20px 0 0;
    position: relative;
}

.social li{
    display: inline-block;
}

.social li a{
    width: 40px;
    height: 40px;
    background-image: url('../img/social.png');
    text-indent: -9999px;
    display: block;
    margin: 0 20px 0 0;
}
.social li a:hover{
    border-bottom: 1px solid rgb(255,255,0);
}

.twitter{background-position: 40px 0;} .facebook{
    background-position: 0 0;}

.rFloat{
    float: right;
    margin-right: 30px;}

.footer .gutter span{
    float: left;
}

.footer .social{
    float: right;
    margin-top: 0px;
    margin-bottom: 20px;
}

.navbar-custom{
	background-color: rgba(0,0,0,0.9);
}

.navbar-toggle{font-size: 16px; color: rgb(255,255,255); text-align: center; float: left;}.icon-bar{background-color: rgb(0,0,0);}

.nav{
    padding: 0;
    padding: 0;
    margin: 0;
}

.nav li{
    display: inline-block;
    font-family: Abel, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: rgb(255,255,255);
    margin: 0 -4px 0 0;
}

.nav li a{
    color: rgb(255,255,255);
    padding: 25px 20px;
    display: block;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    margin-left:5px;
}

.nav li a:hover{
    background-color: rgb(255, 241, 0);
    color: rgb(0,0,0)
}

.nav li a.currentPage{
    background-color: rgb(255, 241, 0);
    color: rgb(0,0,0)
}

.background{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-size: cover;
    background-position: center 50px;
    z-index: -1;
    background-repeat: no-repeat;
}

.main{
    width:100%;
    background-color: rgb(255,255,255);
    position: relative;
}

/*NEW HOME*/

#homeModal .modal-content{
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.ebola-info{
    background-color: #FFF100;
    padding: 0px 30px 30px;
    margin-top: 30px;
}

.ebola-info h2{
    color: #FFFFFF;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 50px;
    background-color: #d72926;
    padding: 20px;
}

.ebola-info h3{
    color: #d72926;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', sans-serif;
    margin: 30px 10px 10px;
}

.ebola-info h4{
    color: #000000;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', sans-serif;
    font-size: 24px;
    margin: 10px;
}

.home-main{
    background-color: #FFF100;
    min-height: 300px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
}

.home-main h1{
    font-weight: 900;
    font-size: 48px;
    font-style: italic;
}

.home-main h2{
    color: #d72926;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 50px;
}

.home-main h5{
    display: inline;
    color: #d72926;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 22px;
}

.ebola-free{
    margin: 30px 0;
}

.home-dates{
    text-align: left;
    list-style: none;
}

.home-text{
    background-color: #d72926;
    padding: 30px;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 900;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

.home-banner{
    height: 200px;
    background-image: url('../img/background.jpg');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-info{
    border-left: 2px solid #D72926;
    padding-left: 50px;
    padding-right: 0px;
    margin-top: 20px;
}

.row .home-info h4{
    font-size: 28px;
    color:#D72926;
    font-weight: bold;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-align: left;
}

.row .home-info h5{
    font-size: 42px;
    color:#D72926;
    font-weight: bold;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-align: left;
    text-decoration: none;
    display: block;
    margin: 0;
    line-height: 1em;
}

.row .home-info h5 small{
    font-size: 28px;
    color:#D72926;
    font-weight: bold;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-align: left;
}

.row .home-info h6{
    font-size: 24px;
    color: #000000;
    text-align: left;
    font-weight: bold;
}

.row .home-info .times{
    padding-top: 20px;
}

.row .home-info .times .event{
    text-align: left;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.row .home-info .times .time{
    text-align: left;
    font-size: 24px;
    color: #D72926;
    font-weight: bold;
}

.home-info-footer{
    background-color: #D72926;
    padding: 20px;
    margin-top: 30px;
}

.row .home-info-footer h6{
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
}

.row .home-info-footer hr{
    float: left;
    width: 200px;
    margin-right: 30px;
    border-color: #FFF100;
}

.row .home-info-footer p{
    color: #FFF100;
    text-align: left;
    margin-left: 10px;
}

.home-dates li{
    border-left: 5px solid #000000;
    padding-left: 10px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 900;
}

a.home-btn{
    padding: 30px;
    display: block;
    color: #00619F;
    font-weight: bold;
}

.home-btn:hover{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.home-main h3{
    color: #d72926;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', sans-serif;
    margin: 10px;
}

.home-main h4{
    color: #000000;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', sans-serif;
}

#home .winners h2{
    width: 100%;
    text-align: center;
    font-family:Abel, Arial, sans-serif;
    font-size:48px;
    color:rgb(255,255,255);
    padding: 30px 0;
    background-color:rgb(17,17,17);
    margin: 0;
}

#home .winners .fastest{
    width: 50%;
    margin: 0 -4px 0 0;
    vertical-align: top;
    background-size: cover;
    height: 500px;
    display: inline-block;
    position: relative;
}

.fastest-u18{
    width: 50%;
    display: inline-block;
    margin: 0 -4px 0 0;
    position: relative;
    vertical-align: top;
    height: 500px;
    background-position: center 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

#home .winners .fastest h5, .fastest-u18 h5{
    width: 100%;
    text-align: center;
    font-family:Abel, Arial, sans-serif;
    font-size:35px;
    color:rgb(0,0,0);
    padding: 10px;
    background-color:rgb(255,241,0);
    margin: 0;
    text-decoration: none;
    border-right: 1px solid rgb(0,0,0);box-sizing: border-box;
}

#home .winners .fastest h6, .fastest-u18 h6{
    width: 100%;
    text-align: center;
    font-family:Abel, Arial, sans-serif;
    font-size:35px;
    color:rgb(255,255,255);
    padding: 10px;
    background-color:rgb(0,0,0);
    margin: 0;
    border-right: 1px solid rgb(255,255,255);box-sizing: border-box;
}

.fastest-titles{
    bottom: 0;
    width: 100%;
}

.man{
    background-image: url('../img/highlights/gfm-2013.jpg');
}

.woman{
    background-image: url('../img/highlights/gfw-2013.jpg');
}

#home h3{
    font-style: italic;
}

#home h4, #registration h4{
    font-weight: bold;
    color: rgb(0,0,0);
    font-family: Abel, Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.main .gutter{
    padding: 50px 10%;
}

#home .gutter{
    padding: 0 10%;
}

.prize-money{position: absolute; top: -100px; right: 20px; width: 200px;}

.prizeMoney{
    position: absolute;
    top: -150px;
    right: 0;
    width: 250px;
}

h2{
    text-align: center;
    font-family: Abel, Arial, Helvetica, sans-serif;
    font-size: 38px;
}

h3{
    text-align: center;
    font-family: Georgia, 'Times New Roman', sans-serif;
    color: rgb(51, 51, 51);
    line-height: 150%;
    font-weight: normal;
    margin: 20px 20% 50px;
    font-size: 22px;
}

h4{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(144,144,144);
    line-height: 150%;
    font-weight: normal;
}

h5{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0,0,0);
    line-height: 150%;
    text-decoration: underline;
    font-size: 16px;
}

p{
    font-size: 15px;
    text-align: center;
    line-height: 150%;
    margin: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.main h3{
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.sponsorsLogos{
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0 0 50px 0;
    padding: 0;
}

.sponsorsLogos li{
    display: inline-block;
    margin: 0 20px;
    list-style: none;
}

.footer{
    width: 100%;
    background-color: rgb(0,0,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgb(255,255,255);
}

.footer .gutter{
    padding: 20px;
}

.success p{
    text-align: left;
}

.success li{
    margin: 0 5%;
}

#registration h4, #registration p{
    text-align: left;
}

#press .gutter{
    padding: 50px 20px;
}

.pressList{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pressList li{
    width: 360px;
    height: 570px;
    margin: 0 0 23px 23px;
    display: inline-block;
    background-color: rgb(247,247,247);
    vertical-align: top;
    overflow: hidden;
    padding: 0 0 20px 0;
    position: relative;
}

.pressList li img{
    width: 100%;
    display: block;
}

.pressList li h4{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: rgb(255,241,0);
    font-family: Abel, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    font-style: normal;
    color: rgb(0,0,0);
}

.pressList li a{
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.pressList li a.inlineLink{
    text-decoration: none;
    font-weight: bold;
    color: rgb(0,0,0)
}

.pressList li a.inlineLink:hover{
    text-decoration: underline;
}

.pressList li h3{
    font-family: Abel, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 26px;
    margin: 0;
    padding: 20px 20px;
    line-height: 100%;
    font-weight: bold;
}

.pressList li p{
    font-size: 12px;
    padding: 0 20px 10px;
    margin: 0;
    line-height: 150%;
}

.pressList ul li{
    display: list-item;
    margin: 0 0 0 20px;
    padding: 10px 10px 0;
    text-align: left;
    width: auto;
    height: auto;
    font-size: 12px;
    overflow: visible;
}

.pressList ul{
    margin: 0 0 0 20px;
    padding: 0;
}

.pressContent{
    width: 70%;
    margin: 0 auto;
}

.pressContent p{
    text-align: left;
}

.pressContent h2{
    margin: 10px 0;
    font-size: 28px;
}

.pressContent h4{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
}

.pressBack{
    padding: 15px 60px 15px 20px;
    background-color: rgb(231,202,3);
    border: none;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-position: 120px;
    background-repeat: no-repeat;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    cursor: pointer;
    margin: 15px 0 0 15%;
    display: inline-block;
    text-align: center;
    color: rgb(0,0,0);
}

.pressBack:hover{
    background-color: rgb(255,241,0);
}

.teamList{
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
    text-align: center;
}

.teamList li{
    width: 270px;
    margin: 0 0 23px 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-top: 1px solid rgb(255,241,0);
}

.teamList li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-decoration: none;
}

.teamOverlay{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0;
    filter:alpha(opacity=0); /* For IE8 and earlier */
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background-color: rgba(0,0,0,0.6);
    z-index: 120;
}

.teamOverlay:hover{
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.teamOverlay h5{
    margin: 60% 0 0 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255,241,0);
    font-size: 18px;
    text-decoration: none;
}

.teamName{
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
}

.teamRole{
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    color: rgb(144,144,144);
}

.personBio{
    vertical-align: top;
    width: 70%;
    margin: 0 -4px 0 0;
    display: inline-block;
}

.personBio h3{
    text-align: left;
    color: rgb(0,0,0);
}

.personBio h4{
    text-align: left;
    font-size: 15px;
    padding: 0 0 15px 0;
    margin: 0 0 30px 30px;
    border-bottom: 1px solid rgb(255,241,0);
}

.personBio p{
    padding: 0 30px;
    text-align: left;
    font-size: 14px;
    margin: 10px 0 0;
    line-height: 150%;
}

.personBio p img{
    display: inline;
    width: 100%;
}

.personImg{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 -4px 0 0;
}

.personImg img{
    width: 100%;
}

.tourClose{
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background-image: url('../img/close.png');
    text-indent: -9999px;
}

.tourClose.modded{
	top:20px;
}

#invitation .row{
    margin-top: 30px;
}

#gallery .gutter{
    padding: 50px 0 0;
}

.galTitle{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: rgb(28,28,28);
}

.galTitle h3{
    text-align: center;
    font-family: Abel, Arial, Helvetica, sans-serif;
    font-size: 38px;
    color: rgb(255,255,255);
    font-style: normal;
    margin: 0;
}

.galTitle h4{
    padding: 0 10%;
}

.galList{
    width: 100%;
    margin: 0;
    padding: 0;
}

.galList li{
    width: 25%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}

.galList li a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.galList li img{
    width: 100%;
}

.regDateMain{
    width: 350px;
    position: absolute;
    top: 170px;
    right: 0px;
}

#registration .regDateMain{
    top: 0px;
    right: 0px !important;
}

.regDateTitle{
    padding: 10px 20px;
    font-family: Abel, Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: rgb(0,0,0);
    text-align: right;
    background-color: rgb(255,241,0);
    width: 310px;
    height: 30px;
    font-weight: bold;
    text-decoration: none;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.regDateTitle:hover{
    color: rgb(255,255,255);
    background-color:rgb(0,0,0);
}

.regDate{
    width: 200px;
    font-family: Abel, Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: rgb(255,255,255);
    text-align: left;
    background-color: rgb(0,0,0);
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding: 10px 20px;
    height: 50px;
}

.regYear{
    width: 70px;
    font-family: Abel, Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: rgb(255,255,255);
    text-align: left;
    background-color: rgb(26,26,26);
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding: 10px 20px;
    height: 50px;
}

#contact .gutter{
    padding: 50px 0 0;
}

.contactInfoWrap{
    width: 60%;
    margin: 0 auto 30px;
}

.contactInfo{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    text-align: center;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    color: rgb(144,144,144);
}

.contactInfo span{color: rgb(231,202,3);}

.contactFormWrap{
    width: 100%;
    background-color: rgb(27,27,27);
    padding: 20px 0 50px;
}

.contactForm{
    width: 40%;
    padding: 20px;
    margin: 0 auto;
}

.contactForm label.error{
    font-family: Lato, Arial, Helvetica, sans-serif;;
    font-size: 12px;
    color: rgb(231, 202, 3);
    padding:0 0 10px;
    margin: 0;
    display: block;
}

.contactForm input[type=text].error{
   color: rgb(255, 0, 0);
}

.contactForm input{
    clear: both;
}

.contactForm .gutter{
}

.contactForm h6{
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: rgb(247,247,247);
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0;
}

.contactForm input[type=text]{
    width: 100%;
    padding: 15px;
    margin: 20px 0 0 0;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.contactForm textarea{
    width: 100%;
    padding: 15px;
    margin: 20px 0 0 0;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.contactForm input[type=submit]{
    padding: 15px 60px 15px 20px;
    background-color: rgb(231,202,3);
    border: none;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-image: url('../img/contact-arrow.png');
    background-position: 120px;
    background-repeat: no-repeat;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    cursor: pointer;
    margin: 15px 0 0 0;
}

.contactForm input[type=submit]:hover{
    background-color: rgb(255,241,0);
}

.contactForm label{
    color: rgb(231,202,3);
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 20px;
    display: block;
}

#recaptcha_widget_div{
    margin-top: 15px;
}

.highlight{
    background-color: rgb(255,255,255);
    width: 100%;
    border-bottom: 2px solid rgb(17,17,17);
}

.highlight-img{
    width: 100%;}

.highlightInfo{
    position: relative;
}

.highlightInfo h3{width: 80%;}

.highlightInfo h2{
    text-align: left;
    width: 80%;
    display: inline-block;
    padding: 0;
    margin: 0 0 10px 20px;
    font-size: 26px;
}

.highlightInfo h2 a{
    color: rgb(0,0,0);
    text-decoration: none;
}

.highlightInfo h2 a:hover{
    text-decoration: underline;
}

.highlightInfo p{
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: rgb(0,0,0);
    text-align: left;
    margin: 0 0 0 20px;
}

.highlightInfo h4{
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal !important;
    color: rgb(17,17,17) !important;
    margin: 10px 0 0 20px;
}

.eventItem{
    width: 100%;
    position: relative;
}

.eventItem img{
    width: 100%;
    vertical-align: top;
}

.eventDate{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: rgb(255,255,255);
    border: 10px solid rgb(255,241,0);
    position: absolute;
    top: 80px;
    left: 10%;
    z-index: 100;
}

.eventDate h4{
    font-size: 68px;
    color: rgb(0,0,0);
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 1.0;
}

.eventDate h5{
    color: rgb(0,0,0);
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.eventDate p{
    color: rgb(60,60,60);
    font-family: Lato, Arial, Helvetica, sans-serif;
}

.eventItem h2{
    color: rgb(255,255,255);
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background-color:rgba(191,164,4,0.8);
    top: 150px;
    font-size: 22px;
    z-index: 99;
}

#event h2{
    margin: 0;padding: 30px 0;
}

.overlay{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 98;
}

.sponsor-bold{
    font-size: 21px;
    color: rgb(254,180,28);
}

.readMoreHighlight{
    clear: both;
    display: block;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #d9271b;
    text-align: left;
    font-weight: bold;
    margin: 20px 0 20px 15px;
}

.readMoreHighlight:hover{
    text-decoration: none;
}

.navbar {
	margin-top: 20px;
}

.schedule {
	margin-top: 20px;
}

.schedule-item{
	margin-bottom: 30px;
	text-decoration: none;
	cursor: pointer;
}

.schedule-item:hover{
	color: #d9271b;
	text-decoration: none;
	cursor: pointer;
}

.schedule-item:hover h3 {
	color: #d9271b;
	cursor: pointer;
}

.schedule-item:hover h4 {
	color: #d9271b;
	cursor: pointer;
}

.block {
	margin-top: 100px;
}

.gal-winners {
	background-color: #FFF100;
	padding-top: 20px;
	padding-bottom: 30px;
}

.gal-winners h1{
	font-size: 20px;
	color: #000;
	text-align: center;
	font-weight: bolder;
}

.gal-winners h2{
	font-size: 16px;
	color: #000;
	font-weight: bolder;
}

.gal-winners ul{
	text-align: center;
}

.gal-winners ul li{
	list-style: none;
	font-size: 13px;
	color: #000;
	display: block;
	text-align: center;
	width: 100%;
	line-height: 1.5em;
	font-weight: bold;
}

.schedule h2 {
	font-size: 4em;
	color: #000;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1em;
	margin: 40px 0 0 0;
}

.schedule h3 {
	font-size: 2em;
	color: #000;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1em;
	margin: 0;
}

.schedule h4 {
	margin: 0;
	font-size: 1.5em;
	color: #d72926;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 900;
	line-height: 1em;
	font-style: normal;
}

.base{
	padding-bottom: 40px;
}

.base-white{
	background-color: #fff;
}

.base-white h3 {
	margin: 0;
	font-family: 'Abel', Arial, Helvetica, sans-serif;
	color: #000;
}

.register-message h2 {
	color: rgb(254,180,28);
}

.qualified {
	background-color: #000;
	padding: 20px;
	text-align: center;
}

.qualified ul {
	list-style: none;
	text-align: center;
}

.qualified ul li{
	display: inline-block;
	margin: 10px 20px;
	text-align: center;
}

.qualified ul li a{
	display: block;
	padding: 10px 15px;
	border: 2px solid #FFF100;
	color: #FFF100;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Abel', Helvetica, Arial, sans-serif;
	text-align: center;
	transition: all .2s ease-out;
}

.qualified ul li a:hover{
	text-decoration: none;
	cursor: pointer;
	background-color: #fff;
	color: #000;
	border-color: #FFF;
	transition: all .2s ease-in;
}

.qualified h3{
	text-align: center;
  font-family: Abel, Arial, Helvetica, sans-serif;
  font-size: 38px;
  color: #FFF100;
  font-style: normal;
  margin: 0;
	font-weight: bold;
}

.qualified h3 a{
color: #FFF100;
}

.qualified h3 a:hover{
	color: #fff;
}
