/* compiled by scssphp v0.0.12 on Mon, 14 Aug 2017 15:42:41 +0000 (0.0276s) */

@charset "utf-8";
body {
  position: relative;
  font-family: "canada-type-gibson", sans-serif; }

.container {
  padding-left: 32%;
  padding-right: 5%;
  width: 100%;
  box-sizing: border-box;
  min-height: 100vh;
  display: table;
  z-index: 1;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 1040px) {
  .container {
    padding: 75px 5%; } }
  .container .background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat; }
  .container .inner-container {
    box-sizing: border-box;
    background-color: #fff;
    filter: alpha(opacity=85);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 40px; }
    @media only screen and (max-width: 1040px) {
  .container .inner-container {
    padding: 40px 20px; } }
  .container .content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    z-index: 10; }
    .container .content table {
      position: relative; }
    @media only screen and (max-width: 1040px) {
    .container .content td {
      display: block;
      width: 100% !important;
      box-sizing: border-box; } }
  .container h1 {
    font-weight: bold;
    text-align: left;
    font-size: 4em;
    line-height: 0.9;
    margin: 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 1550px) {
  .container h1 {
    font-size: 3.2em !important; } }
    @media only screen and (max-width: 1040px) {
  .container h1 {
    font-size: 1.9em !important; } }
  .container h2 {
    font-weight: 600;
    font-size: 1.5em;
    margin-top: 0;
    color: #484848;
    text-align: left;
    text-transform: uppercase; }
    @media only screen and (max-width: 1040px) {
  .container h2 {
    font-size: 1.2em !important; } }
  .container h3 {
    font-weight: 600;
    font-size: 1.6em;
    margin: 0;
    color: #484848;
    text-align: left;
    text-transform: uppercase; }
    @media only screen and (max-width: 1040px) {
  .container h3 {
    font-size: 1.1em !important; } }
  .container h4 {
    font-weight: 600;
    margin: 0;
    color: #ee2a7b;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: left; }
    @media only screen and (max-width: 1040px) {
  .container h4 {
    font-size: 1.1em !important; } }

.strike {
  text-decoration: line-through; }

.grid {
  position: relative; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  .grid > .item {
    float: left;
    width: 16.66667%;
    box-sizing: border-box;
    padding: 5px; }
    @media only screen and (min-width: 1041px) and (max-width: 1440px) {
  .grid > .item {
    width: 25%; } }
    @media only screen and (min-width: 600px) and (max-width: 1041px) {
  .grid > .item {
    width: 25%; } }
    @media only screen and (max-width: 600px) {
  .grid > .item {
    width: 50%; }
    .grid > .item:nth-child(odd) {
      padding-right: 5px;
      padding-left: 0; }
    .grid > .item:nth-child(even) {
      padding-right: 0;
      padding-left: 5px; } }
    .grid > .item:nth-child(6n+1) {
      clear: both; }
    @media only screen and (min-width: 1041px) and (max-width: 1440px) {
  .grid > .item:nth-child(6n+1) {
    clear: none; }
    .grid > .item:nth-child(n+7) {
      border-top: none; }
    .grid > .item:nth-child(4n+1) {
      clear: both; } }
    @media only screen and (min-width: 600px) and (max-width: 1041px) {
  .grid > .item:nth-child(6n+1) {
    clear: none; }
    .grid > .item:nth-child(n+7) {
      border-top: none; }
    .grid > .item:nth-child(4n+1) {
      clear: both; } }
    @media only screen and (max-width: 600px) {
  .grid > .item:nth-child(6n+1) {
    clear: none; }
    .grid > .item:nth-child(n+7) {
      border-top: none; }
    .grid > .item:nth-child(2n+1) {
      clear: both; } }

img.next {
  width: 60px;
  margin-top: 20px; }

#top-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  background-color: black;
  padding: 15px;
  color: white; }
  #top-bar img {
    display: inline-block;
    vertical-align: middle; }
  #top-bar .hamburger {
    color: white;
    font-size: 33px;
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    float: right; }
  @media only screen and (max-width: 1040px) {
  #top-bar {
    display: block; } }

#nav-buttons {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99; }
  #nav-buttons .nav-button {
    height: 20px;
    width: 20px;
    background-color: #f0f0f0;
    display: block;
    margin: 10px;
    border-radius: 50%; }
    #nav-buttons .nav-button.active {
      background-color: #484848; }

#sidebar {
  padding-left: 20px;
  width: 27%;
  box-sizing: border-box;
  position: fixed;
  height: 100%;
  z-index: 99;
  font-size: 13px;
  background-color: #ee2a7b;
  filter: alpha(opacity=80);
  background-color: rgba(238, 42, 123, 0.8);
  font-weight: 600; }
  @media only screen and (max-width: 1040px) {
  #sidebar {
    left: -100%;
    width: 100%;
    padding-top: 55px;
    padding-left: 0;
    padding-bottom: 25px;
    background-color: rgba(238, 42, 123, 0.95);
    height: auto;
    font-size: 0.8em;
    transition: left 0.15s; } }
  #sidebar .logo {
    width: 200px;
    margin-top: 35px; }
    @media only screen and (max-width: 1040px) {
  #sidebar .logo {
    display: none; } }
  #sidebar .nav {
    list-style-type: none;
    padding-left: 23px;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 1px; }
    #sidebar .nav li {
      margin-bottom: 20px; }
      #sidebar .nav li.categories {
        margin-bottom: 10px; }
        #sidebar .nav li.categories a {
          display: block;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1200px) {
  #sidebar .nav li.categories a {
    font-size: 0.8em; } }
      #sidebar .nav li ul {
        list-style-type: none;
        padding-left: 15px;
        margin: 0;
        overflow-y: hidden;
        transition: max-height 0.3s linear;
        max-height: 1000px; }
        #sidebar .nav li ul.shrunk {
          max-height: 0; }
        @media only screen and (max-width: 1040px) {
  #sidebar .nav li ul {
    padding: 0; } }
        #sidebar .nav li ul li {
          margin-bottom: 5px;
          font-size: 0.8em;
          font-weight: normal; }
          #sidebar .nav li ul li:last-child {
            margin: 0; }
  #sidebar .last-year {
    position: absolute;
    bottom: 50px;
    left: 50px;
    text-transform: uppercase; }
    #sidebar .last-year a {
      color: white; }
    @media only screen and (max-width: 1040px) {
  #sidebar .last-year {
    position: static;
    margin-left: 20px; } }
  #sidebar a {
    color: white;
    text-decoration: none; }
    #sidebar a:hover {
      text-decoration: underline; }
  #sidebar.active {
    left: 0; }

#photos {
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 1040px) {
  #photos {
    padding: 0; }
    #photos .content {
      display: block; } }
  #photos h2 {
    text-align: center;
    margin: 0;
    color: black;
    font-size: 5em;
    font-weight: bold; }
    @media only screen and (max-width: 1040px) {
  #photos h2 {
    font-size: 2em; } }
  #photos .inner-container {
    transition: all 0.3s; }
    #photos .inner-container.active {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0; }
      @media only screen and (max-width: 1040px) {
  #photos .inner-container.active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; } }
  #photos .background {
    overflow: hidden; }
    @media only screen and (max-width: 1040px) {
  #photos .background {
    position: static; } }
    #photos .background div {
      float: left;
      position: relative; }
      @media only screen and (max-width: 1040px) {
  #photos .background div {
    height: 0 !important;
    width: 100% !important;
    float: none;
    padding-bottom: 60%; } }
      #photos .background div::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        @media only screen and (max-width: 1040px) {
  #photos .background div::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }
        #photos .background div:nth-child(1)::before {
          right: 0; }
        #photos .background div:nth-child(2)::before {
          right: 0; }
        #photos .background div:nth-child(4)::before {
          right: 0; }
        #photos .background div:nth-child(5)::before {
          right: 0; }
        #photos .background div:nth-child(7)::before {
          right: 0; }
        #photos .background div:nth-child(4)::before {
          top: 0; }
        #photos .background div:nth-child(5)::before {
          top: 0; }
        #photos .background div:nth-child(6)::before {
          top: 0; }
        #photos .background div:nth-child(7)::before {
          top: 0; }
      #photos .background div:nth-child(1) {
        height: 33.33333%;
        width: 50%; }
        #photos .background div:nth-child(1)::before {
          background-position: center 30%;
          background-image: url('../images/photos/SDP_2896.jpg'); }
      #photos .background div:nth-child(2) {
        height: 33.33333%;
        width: 25%; }
        #photos .background div:nth-child(2)::before {
          background-position: center center;
          background-image: url('../images/photos/KSP_FS_50_214.jpg'); }
      #photos .background div:nth-child(3) {
        height: 33.33333%;
        width: 25%; }
        #photos .background div:nth-child(3)::before {
          background-position: center center;
          background-image: url('../images/photos/15693312037_cc338cda9a_k.jpg'); }
      #photos .background div:nth-child(4) {
        height: 33.33333%;
        width: 50%; }
        #photos .background div:nth-child(4)::before {
          background-image: url('../images/photos/Goldy-Group.jpg'); }
      #photos .background div:nth-child(5) {
        height: 66.66667%;
        width: 25%; }
        #photos .background div:nth-child(5)::before {
          background-position: 90% center;
          background-image: url('../images/photos/8240680341_fa611ab7f4_o.jpg'); }
      #photos .background div:nth-child(6) {
        height: 66.66667%;
        width: 25%; }
        #photos .background div:nth-child(6)::before {
          background-position: left center;
          background-image: url('../images/photos/8240639039_820e273f85_b.jpg'); }
          @media only screen and (max-width: 1040px) {
  #photos .background div:nth-child(6)::before {
    background-position: center 15%; } }
      #photos .background div:nth-child(7) {
        height: 33.33333%;
        width: 50%;
        position: absolute;
        float: none;
        left: 0;
        bottom: 0; }
        @media only screen and (max-width: 1040px) {
  #photos .background div:nth-child(7) {
    position: relative;
    left: auto;
    bottom: auto; } }
        #photos .background div:nth-child(7)::before {
          background-image: url('../images/photos/15256824034_17a735a4ba_k.jpg'); }

#about {
  text-align: center; }
  #about .background {
    background-image: url("../images/backgrounds/about.jpg"); }
  #about .inner-container {
    background: none; }
  #about h3 {
    margin-bottom: 0;
    color: #ee2a7b; }
  #about p {
    font-size: 1.1em;
    text-align: left;
    color: #484848;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    margin: 7px 0; }
    #about p:first-of-type {
      font-weight: 600;
      margin-top: 0; }
  #about .box {
    box-sizing: border-box;
    padding: 20px;
    background-color: lightgray;
    margin-top: 25px; }
    #about .box p {
      font-weight: normal;
      margin: 1em 0; }
    #about .box strong {
      font-weight: 600; }

#award-categories {
  text-align: center; }
  #award-categories .background {
    background-image: url("../images/backgrounds/categories.jpg"); }
  #award-categories h3 {
    margin-bottom: 30px; }
  #award-categories h4 {
    font-size: 1.3em;
    line-height: 0.9; }
    @media only screen and (max-width: 1550px) {
  #award-categories h4 {
    font-size: 1.1em; } }
  #award-categories table {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    margin-top: 15px; }
    #award-categories table .spacer {
      width: 2%;
      padding: 0;
      background: none; }
    #award-categories table strong {
      font-weight: 600; }
    #award-categories table td {
      vertical-align: top;
      width: 49%;
      line-height: 1.5; }
      #award-categories table td:first-of-type {
        padding-right: 5%; }
  #award-categories p {
    margin-top: 0;
    margin-bottom: 25px;
    color: #484848;
    line-height: 1.4;
    font-weight: 600;
    font-size: 0.8em; }
  #award-categories .nominate {
    display: inline-block;
    margin: 20px auto;
    padding: 15px 20px;
    background-color: #ee2a7b;
    color: white;
    border-bottom: 7px solid #a50d4c;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
    box-sizing: border-box; }
    #award-categories .nominate:active {
      border-bottom: none;
      margin-top: 27px; }

#vote .background {
  opacity: 0.1; }
  #vote .inner-container {
    background-color: transparent; }
  #vote .heading {
    background-image: url("../images/backgrounds/Fed50pic_2017_edited.jpg");
    background-position: center 70%;
    background-size: cover;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 30px; }
    @media only screen and (max-width: 1040px) {
  #vote .heading {
    padding: 0; } }
    #vote .heading > div {
      background-color: #fff;
      filter: alpha(opacity=85);
      background-color: rgba(255, 255, 255, 0.85);
      padding: 50px 20px; }
      #vote .heading > div h1 {
        font-size: 3.6em; }
      #vote .heading > div h2 {
        margin-bottom: 0; }
  #vote h3 {
    margin: 0; }
  #vote h4 {
    margin-bottom: 0; }
  #vote .category {
    padding-top: 40px; }
    @media only screen and (max-width: 1040px) {
  #vote .category {
    padding-top: 65px; } }
    #vote .category p {
      margin-top: 0;
      margin-bottom: 25px;
      color: #484848;
      line-height: 1.4;
      font-weight: 600;
      font-size: 0.8em; }
  #vote .nominee {
    margin-bottom: 15px;
    height: auto;
    position: relative;
    padding-top: 0 !important;
    margin-bottom: 30px !important;
    padding-bottom: 0 !important;
    word-wrap: break-word; }
    #vote .nominee .image {
      overflow: hidden;
      border: 1px solid lightgray;
      box-sizing: border-box;
      background-color: white; }
      #vote .nominee .image::after {
        position: absolute;
        width: 200px;
        top: 8px;
        right: -80px;
        content: 'Bio';
        text-align: center;
        background-color: #ee2a7b;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        padding: 5px 0;
        color: white;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.75); }
    #vote .nominee.vote .image::after {
      content: 'Vote'; }
    #vote .nominee:hover {
      cursor: pointer; }
      #vote .nominee:hover .image::before {
        background-color: rgba(238, 42, 123, 0.5); }
      #vote .nominee:hover .nom-name {
        text-decoration: underline; }
      #vote .nominee:hover .image::after {
        text-decoration: underline; }
    #vote .nominee .image {
      margin-bottom: 5px;
      position: relative; }
      #vote .nominee .image::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s; }
    #vote .nominee .nom-img {
      width: 100%;
      display: block; }
    #vote .nominee .nom-name {
      font-size: 22px;
      color: #ee2a7b;
      line-height: 24px;
      font-weight: 600; }
    #vote .nominee .nom-title {
      color: #404040;
      font-style: oblique;
      font-family: "Georgia", serif;
      line-height: 18px;
      font-size: 14px; }

.pop-up-container {
  display: none; }

.pop-up {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 99;
  display: table; }
  .pop-up .container {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
    @media only screen and (max-width: 1040px) {
  .pop-up .container {
    cursor: pointer; } }
    .pop-up .container .content {
      background-color: black;
      color: white;
      padding: 25px 27px 25px 25px;
      box-sizing: border-box;
      width: 700px;
      position: relative; }
      @media only screen and (max-width: 1040px) {
  .pop-up .container .content {
    width: 95%;
    overflow: scroll; } }
      .pop-up .container .content table td {
        vertical-align: top; }
        @media only screen and (max-width: 1040px) {
    .pop-up .container .content table td {
      display: block; } }
      .pop-up .container .content .image {
        height: 100%;
        margin-right: 15px; }
        @media only screen and (max-width: 1040px) {
  .pop-up .container .content .image {
    display: none; } }
        .pop-up .container .content .image img {
          width: 150px; }
      .pop-up .container .content .name {
        font-size: 30px;
        color: #ee2a7b;
        line-height: 28px;
        font-weight: 600; }
      .pop-up .container .content .title {
        color: gray;
        font-style: oblique;
        font-family: "Georgia", serif;
        line-height: 18px;
        font-size: 15px; }
      .pop-up .container .content .bio {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.3; }
        @media only screen and (max-width: 1040px) {
  .pop-up .container .content .bio {
    font-size: 13px;
    margin-top: 5px; } }
      .pop-up .container .content .big-button {
        margin: 25px 0;
        text-align: center; }
        @media only screen and (max-width: 1040px) {
  .pop-up .container .content .big-button {
    margin-bottom: 0; } }
        .pop-up .container .content .big-button input[type=submit] {
          display: inline-block;
          border: 2px solid white;
          color: white;
          text-decoration: none;
          padding: 10px 20px;
          text-transform: uppercase;
          transition: all 0.3s;
          background-color: black; }
        .pop-up .container .content .big-button input[type=submit]:hover {
          background-color: white;
          color: black; }
      .pop-up .container .content .close-pop-up {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #ee2a7b;
        width: 40px;
        height: 50px; }
        @media only screen and (max-width: 1040px) {
  .pop-up .container .content .close-pop-up {
    cursor: pointer; } }
        .pop-up .container .content .close-pop-up::before {
          content: '';
          width: 0;
          height: 0;
          left: -50px;
          bottom: 0;
          border-left: 50px solid transparent;
          border-right: 0px solid transparent;
          border-top: 50px solid transparent;
          border-bottom: 50px solid #ee2a7b;
          position: absolute; }
        .pop-up .container .content .close-pop-up .close {
          width: 40px;
          height: 50px; }
        .pop-up .container .content .close-pop-up .close::before, .pop-up .container .content .close-pop-up .close::after {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          content: '';
          position: absolute;
          width: 50%;
          top: 50%;
          height: 2px;
          background: white;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg); }
        .pop-up .container .content .close-pop-up .close::after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.thanks {
  position: fixed;
  z-index: 99;
  top: 20px;
  text-align: center;
  width: 100%;
  -webkit-transition: opacity 1s 2s;
  -moz-transition: opacity 1s 2s;
  -ms-transition: opacity 1s 2s;
  -o-transition: opacity 1s 2s;
  transition: opacity 1s 2s; }
  @media only screen and (max-width: 1040px) {
  .thanks {
    top: 80px; } }
  .thanks > div {
    display: inline-block;
    padding: 20px;
    box-shadow: 0px 0px 9px 0px black;
    background-color: #ee2a7b;
    color: white; }
    .thanks > div h3 {
      margin: 0;
      font-weight: 600; }
  .thanks.hidden {
    opacity: 0; }

#tech-program-of-the-year .nominee .nom-name {
  font-size: 18px !important;
  line-height: 22px !important; }

#golden-gov {
  padding-top: 15px !important; }

#sponsors {
  background-color: #f0f0f0;
  min-height: 0;
  padding-left: 27%;
  padding-right: 0; }
  #sponsors .inner-container {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f0f0f0; }
  #sponsors .sponsor {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 15px 0;
    margin: 0 15px; }
    #sponsors .sponsor img {
      width: 100%; }
    #sponsors .sponsor:last-child {
      padding-right: 0; }
      @media only screen and (max-width: 1040px) {
  #sponsors .sponsor:last-child {
    padding-bottom: 0; } }
