a {
  color:#000000;
}

a:hover {
  color:#000000;
}

body {
  background-color: #EDEDED;
  font-family: "freight-text-pro", serif;
}

h1 {
  color:#ffffff;
  font-size: 6.2rem;
}

h1, h2, h4 {
  font-weight: 300;
  text-align: center;
}

h1, h2, h4, h5, h6 {
  font-family: "brandon-grotesque",sans-serif;
}

h1, h2, h3, h4, h5, h6 {letter-spacing: 0;}

h2 {
  padding-bottom: 20px;
  padding-top: 40px;
}

h3 {
  font-weight: 600;
  margin-top: 20px;
}

h3, h5 {font-size: 2.2rem;}

h5 {
  font-weight:400;
}

h5, h6 {text-align: left;}

h6 {
  font-family: "freight-text-pro", serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
}

html {
  font-size: 10px;
}

img {
  height: auto;
  max-width: 100%;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #000000;
  box-shadow: none;
  box-sizing: border-box;
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #2AF2D0;
  outline: 0;
}

input[type="submit"].button-primary {
  background-color: #713DF2;
  border-color: #713DF2;
  border-radius: 0;
  border-width: 2px;
  color:#ffffff;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 18px;
  font-weight: 500;
  height:50px;
  line-height:50px;

  -webkit-transition: background-color 300ms linear, border-color 300ms linear, color 300ms linear;
  -moz-transition: background-color 300ms linear, border-color 300ms linear, color 300ms linear;
  transition: background-color 300ms linear, border-color 300ms linear, color 300ms linear;
 }

input[type="submit"].button-primary:hover {
  background-color: #2AF2D0;
  border-color: #000000;
}

label > .label-body {
  margin-left: 1rem;
}

nav {
  background-color: #CCC;
  box-sizing: border-box;
  display: block;
  left: 0;
  line-height: 2em;
  margin: 0;
  max-width: 100%;
  padding: 0.5em 20px;
  position: absolute;
  text-align: center;
  top: 93px;
  transform-origin: top center;
  transform: rotateX(-90deg);
  width: 100%;
  z-index: 1;

  -webkit-transition: background-color 300ms ease, transform 300ms ease;
  -moz-transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
}

nav.active {
  background-color: #DDD;
  transform: rotateX(0);
}

nav a {
  color: #000000;
  margin-left: 15px;
  text-decoration: none;
}

nav a:hover {
  color:#713DF2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  font-size: 1.1em;
}

.box, .textbox {
  background-color: #ffffff;
}

.button {
  border-width: 2px;
  border-color: #000000;
  border-radius: 0;
  color:#000000;
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height:50px;
  height:50px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.button:hover {
  background-color:#2AF2D0;
  border-color: #000000;
  content: '';
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.button.button-primary {
  background-color: #713DF2;
  border-color: #ffffff;
  margin:0px;
}

.button.button-primary:hover {
  background-color: #2AF2D0;
  border-color: #000000;
  color:#000000;
}

.button.button-primary:after {
  background-color: #713DF2;
  border-color: #ffffff;
}

.button.button-primary:focus {
  background-color: #2AF2D0;
  border-color: #000000;
  color:#000000;
}

.cah-burg {
  background-image: url("../images/burg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 35px;
  width: 20px;
}

.center {
  text-align: center;
  margin-top: 20px;
}

.dotted {
  background-image: url("../images/dot.svg");
  background-position: top center;
  background-repeat: repeat;
  background-size: 23px 23px;
}

.names {
  background-color: #ffffff;
  border-top: 3px solid black;
  margin-top: 35px;
  padding-bottom: 5px;
  padding: 10px;
}

.navbar {
  background-color: #ffffff;
  border-bottom: 3px solid #2AF2D0;
  box-sizing: border-box;
  display: table;
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 500;
  height:100px;
  margin-bottom: 0;
  table-layout: fixed;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  z-index:100;
}

.navbar .columns {
  display: table-cell;
}

.press a {
  text-decoration: none;
}

.press a:hover {
  color:#713DF2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.press h5 {
  font-size: 14px;
  margin-top: 5px;
}

.purple {
  text-align: center;
  background-color: #713DF2;
  color: #ffffff;
  padding-bottom: 25px;
  padding-top: 25px;
}

.purple h2 {
  color: #ffffff;
  margin-bottom: 0;
}

.purple h5 {
  font-size: 16px;
  margin-top: -10px;
  text-align: center;
}

.textbox {
  margin-top: 30px;
  padding: 20px;
  border-top: 3px solid black;
}

.text-center {
  text-align: center;
}

.white {
  background-color: #ffffff;
  padding-bottom: 40px;
}

.vcenter {
  position: relative;
  top: 60%;
  transform: translateY(-50%);
}

.column.centered, .columns.centered {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

.on-success {
  display: none;
}

form.submitting {
  pointer-events: none;
}

form.submitting button, form.submitting input, form.submitting label {
  opacity: 0.5;
}

form.success {
  display: none !important;
}

form.success + .on-success {
  display: block;
}

hr {
  background: #2AF2D0;
  border: 0;
  display: block;
  height: 3px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.container.unpadded {
  padding: 0;
}

.sas-announcement {
  background: linear-gradient(to bottom, transparent 0, transparent 36px, #713DF2 36px, #713DF2 100%);
  color: white;
  font-size: 18.1818181818px;
  font-weight: 100;
  line-height: 1em;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.sas-announcement p {
  letter-spacing: 1px;
  line-height: 1em;
}

.sas-announcement .sas-announcement-title {
  letter-spacing: initial;
  line-height: 1.5em;
}

.sas-announcement, .sas-year .digit {
  font-family: "brandon-grotesque",sans-serif;;
}

.sas-announcement-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 460px;
  text-transform: uppercase;
}

.sas-error {
  color: #f23d99;
  display: block;
  font-size: ;
  font-family: "brandon-grotesque", sans-serif;
  margin: -1.25rem auto 0.75rem;
  padding: 0 11px;
}

.sas-year {
  background: #2AF2D0;
  color: #FFF;
  height: 370px;
  left: 0;
  margin-bottom: -65px;
  top: 0;
  width: 100%;
}

.sas-year, .sas-year .digits {
  display: block;
  position: absolute;
}

.sas-year .digits {
  border: 3px solid #FFF;
  box-sizing: border-box;
  height: 175px;
  left: 50%;
  top: 65px;
  transform: translateX(-50%);
  width: 175px;
}

.sas-year .digit {
  display: block;
  font-size: 56px;
  height: 84px;
  line-height: 84px;
  position: absolute;
  width: 60px;
}

.sas-year .digit:nth-child(1), .sas-year .digit:nth-child(2) {
  top: 0;
}

.sas-year .digit:nth-child(1), .sas-year .digit:nth-child(3) {
  left: 24px;
  text-align: left;
}

.sas-year .digit:nth-child(2), .sas-year .digit:nth-child(4) {
  right: 24px;
  text-align: right;
}

.sas-year .digit:nth-child(3), .sas-year .digit:nth-child(4) {
  bottom: 0;
}

#apply {
  border-top: 3px solid #2AF2D0;
}

#apply h5 {
  color: #2AF2D0;
}

#apply h5, #how-to-apply h5 {
  text-transform: uppercase;
}

#apply .button {
  width: 100%;
}

#announcement {
  padding: 305px 0 0;
  position: relative;
}

#announcement .button {
  background: #FFF;
  border: 2px solid #FFF;
  color: #713DF2;
  margin-bottom: 45px;
  padding-left: 50px;
  padding-right: 50px;
}

#announcement .button:hover {
  background-color: #2AF2D0;
}

#fem-freq-logo {
  display: block;
  height: 120px;
  margin: 1em auto;
  width: 120px;
}

#header {
  margin-top: 0;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

#header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#how-to-apply ul {
  list-style-position: outside;
  margin: 0 auto 2.5rem;
  padding-left: 5%;
  text-align: left;
  width: 90%;
}

#judges a {
  text-decoration: none;
}

#judges a:hover {
  color:#713DF2;
}

#logo {
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#logo img {
  float: left;
  max-height: 100%;
}

@media (max-width: 480px) {
  .sas-announcement {
    background: linear-gradient(to bottom, transparent 0, transparent 28px, #713DF2 28px, #713DF2 100%);
  }

  .sas-announcement-title {
    font-size: 36px;
  }
}

@media (max-width: 667px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    height:93px;
  }

  #logo {
    height: 90px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }

  #logo img {
    float: none;
  }

  #seal {
    margin-bottom: 20px;
  }

  #seal, #seal + .columns {
    margin-left: 0;
    width: 100%;
  }
}

@media (min-width: 668px) {
  nav {
    background: transparent;
    display: inline-block;
    line-height: 90px;
    padding: 0;
    position: static;
    text-align: right;
    transform: rotateX(0);
  }

  nav a {
    margin-left: 9px;
  }

  .cah-burg {
    display: none;
  }

  #cah-sponsor-logo {
    padding-top: 1em;
  }
}

@media (min-width: 668px) and (max-width: 1199px) {
  .navbar {
    font-size: 1.5vw;
    height: 90px;
  }

  #logo {
    height: 90px;
  }
}

@media (min-width: 900px) {
  .sas-announcement {
    background: linear-gradient(to right, transparent 0, transparent 305px, #2AF2D0 305px, #2AF2D0 395px, #713DF2 395px, #713DF2 100%);
    box-sizing: border-box;
    height: 370px;
    padding: 65px 0 0 340px;
    width: 100%;
  }

  .sas-year {
    width: 370px;
  }

  #announcement {
    min-height: 370px;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  nav {
    line-height: 100px;
  }

  .navbar {
    font-size: 1.2em;
  }
}

@media (max-width: 960px) {
  .press .columns {
    margin-left: 0;
    padding: 0 15px;
    width: 100%;
  }
}

@media (max-resolution: 149dpi) {
  .hide-normal {
    display: none !important;
  }
}

@media (min-resolution: 150dpi) {
  .hide-retina {
    display: none !important;
  }
}
