@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
* {
  moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Set up containers */
body {
  background: #fcfcfc url(/resources/dyn/files/265684z84ca2bce/_fn/bg-dark.jpg) repeat;
}

#header-wc-0,
#body-wc-0,
#footer-wc-0 {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  min-width: 768px;
}
@media only screen and (min-width: 1025px) and (max-width: 1170px) {
  #header-wc-0,
#body-wc-0,
#footer-wc-0 {
    width: 1016px;
  }
}
@media only screen and (max-width: 1024px) {
  #header-wc-0,
#body-wc-0,
#footer-wc-0 {
    width: 95%;
  }
}

/* Text and Button Styles */
strong,
th {
  font-family: "open_sansbold", "Arial", Helvetica, sans-serif;
  font-weight: normal;
}

.logout a,
#footer a {
  color: #2da0f1;
  text-decoration: none;
}

.cta_btn a {
  display: block;
  background: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: "montserratregular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  width: 200px;
  padding: 20px 0;
}
.cta_btn a:hover {
  background: #0078A3;
  color: #ffffff;
}

/* Header styles */
#header {
  width: 100%;
  height: 95px;
  position: fixed;
  overflow: hidden;
  top: 0;
  z-index: 7777;
  background: #ffffff;
  border-bottom: 3px solid #0078A3;
}

#event_header {
  display: inline-block;
  margin-top: 10px;
  height: 85px;
  max-height: 85px;
  overflow: hidden;
}

#event_header #sponsors,
#header .title {
  display: none;
}

#logo {
  padding-top: 10px;
}

#logo img,
img.logo {
  max-height: 75px;
}

.logout {
  float: right;
  margin-top: 30px;
  font-family: "montserratregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  /* responsive styles */
}
.logout span.username {
  padding: 11px 10px 0 20px;
  white-space: nowrap;
  display: inline-block;
  zoom: 1;
  *display: inline;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.logout span.logout_url {
  padding-left: 10px;
  position: relative;
  top: -3px;
}
.logout a.logout_url {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 8px 25px;
  background: #0078A3;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (min-width: 1025px) and (max-width: 1170px) {
  .logout span.username {
    padding: 11px 0 0 10px;
  }
  .logout span.logout_url {
    padding-left: 10px;
  }
  .logout a.logout_url {
    padding: 8px 15px;
  }
}

/* Nav Styles */
.pitch_nav > .menu {
  position: absolute;
  top: 33px;
  right: 5px;
  padding: 0;
  font-family: "montserratregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  list-style: none;
  transition: 0.5s ease all;
  /* responsive styles */
}
.pitch_nav > .menu > .mi {
  display: inline-block;
}
.pitch_nav > .menu > .mi .menuitemlabel {
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 0px 20px;
}
.pitch_nav > .menu > .mi > .menuitemlabel:hover,
.pitch_nav > .menu .mi_active .menuitemlabel {
  color: #0078A3;
}
.pitch_nav > .menu .mi.apply > .menuitemlabel, .pitch_nav > .menu .mi.login > .menuitemlabel {
  color: #ffffff;
  margin: 0;
  padding: 8px 30px;
}
.pitch_nav > .menu .mi.apply > .menuitemlabel:hover, .pitch_nav > .menu .mi.login > .menuitemlabel:hover {
  background: #000000;
  color: #ffffff;
}
.pitch_nav > .menu .mi.apply > .menuitemlabel {
  background: #1ac362;
  margin-left: 10px;
}
.pitch_nav > .menu .mi.login > .menuitemlabel {
  background: #0078A3;
  margin-left: 25px;
}
@media screen and (min-width: 1025px) and (max-width: 1170px) {
  .pitch_nav > .menu > .mi > .menuitemlabel {
    padding: 0 10px;
  }
  .pitch_nav > .menu > .mi.apply > .menuitemlabel, .pitch_nav > .menu > .mi.login > .menuitemlabel {
    color: #ffffff;
    margin: 0;
    padding: 8px 20px;
  }
  .pitch_nav > .menu > .mi.apply > .menuitemlabel {
    background: #1ac362;
    margin-left: 5px;
  }
  .pitch_nav > .menu > .mi.login > .menuitemlabel {
    background: #0078A3;
    margin-left: 15px;
  }
}

/* Body Styles */
#body {
  padding: 105px 0 80px;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  #body {
    padding-top: 145px;
  }
}
#body h2 {
  color: #696969;
  font-size: 24px;
  font-family: "open_sansbold", "Arial", Helvetica, sans-serif;
  margin: 0 0 15px;
  font-weight: normal;
  text-transform: uppercase;
}
#body h3 {
  font-size: 16px;
  font-family: "open_sansbold", "Arial", Helvetica, sans-serif;
  margin: 0 0 15px;
  line-height: 24px;
  font-weight: normal;
}

/* Footer Styles */
#footer {
  background: #696969;
  position: relative;
  padding: 8px 10px 0;
  overflow: hidden;
}
#footer-wc-0 {
  padding: 10px 0;
  color: #595959;
  font-size: 13px;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}
#footer .ftr_branding_con {
  margin-right: 280px;
}
#footer .ftr_branding {
  float: left;
  margin-right: 20px;
}
#footer #copyright {
  float: left;
  padding-top: 7px;
  color: #ffffff;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#footer #copyright a {
  color: #ffffff;
}
#footer #copyright a:hover {
  color: #e7e7e7;
}

.soc_nav {
  float: right;
  margin-top: -5px;
}
.soc_nav ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.soc_nav .mi {
  display: inline-block;
}
.soc_nav .mi + .mi {
  margin-left: 10px;
}
.soc_nav .menuitemlabel {
  display: block;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
}
.soc_nav .twitter .menuitemlabel {
  background: url("/resources/dyn/files/250800z319ec237/_fn/social-sprite.png") left center no-repeat;
}
.soc_nav .youtube .menuitemlabel {
  background: url("/resources/dyn/files/250800z319ec237/_fn/social-sprite.png") -48px center no-repeat;
}
.soc_nav .facebook .menuitemlabel {
  background: url("/resources/dyn/files/250800z319ec237/_fn/social-sprite.png") -96px center no-repeat;
}
.soc_nav .linkedin .menuitemlabel {
  background: url("/resources/dyn/files/250800z319ec237/_fn/social-sprite.png") -144px center no-repeat;
}
.soc_nav .googleplus .menuitemlabel {
  background: url("/resources/dyn/files/250800z319ec237/_fn/social-sprite.png") -192px center no-repeat;
}