@import url("../fonts/veluxgothic.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
@import url("normalize.css");

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: border-box;
}

/* Site styles */

html, button, input, select, textarea {
    color: #777879;
}

img {
  display: block;
}

img.scaled-img {
  width: 100%;
}

html {

}

body {
  font-family: 'VeluxGothic', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  background: url('../images/iva2016-background.png') no-repeat center center;
  background-size: cover;
}

.btn {
  background: #FE0000;
  color: #FFF;
  text-decoration: none;
  padding: 8px 16px;
}

.btn:hover {
    background: #777879;
    color: #fff;
}

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

.container {
  max-width: 1220px;
  margin: 0 auto;
}

#info {

}

#top_banner {
  background: white;
}

  #logo_area {
    float: left;
    margin: 20px 0px 20px 20px;
  }

  #logo_area img {
    height: 40px;
  }

  #pages_nav {
    float: right;
    margin: 20px;
    line-height: 40px;
    font-size: 15px;
    padding: 0;
  }

  #pages_nav li {
    list-style-type: none;
    display: inline-block;
    margin: 0 0 0 15px;
  }

  #pages_nav li a {
    color: #777879;
    text-decoration: none;
  }

  #pages_nav li a:hover, #pages_nav li.active a {
    color: #333;
  }

  #pages_nav i.fa {
    font-size: 20px;
  }

#competition_info {
  padding: 0 0 20px;
  float: left;
  width: 100%;
}

  .branding {
    width: 100%;
    float:left;
    padding: 60px 20px 40px;
    position: relative;
  }

  .branding img {
    width: 100%;
    max-width: 500px;
    float: left;
    left: -2px;
  }

  .circle {
    background: #ff0000;
    color: #fff;
    font-size: 36px;
    line-height: 23px;
    text-align: center;
    height: 224px;
    width: 224px;
    border-radius: 127px;
    position: absolute;
    top: 60px;
    right: 20px;
    display: none;
    align-items: center;
  }

  .circle p {
    line-height: 32px;
  }

  @media only screen and (min-width: 1140px) {
    .mobile-show {
      display: none;
    }
  }

  .countdown {
    padding: 20px;
    float: left;
    font-size: 36px;
    line-height: 36px;
  }

  .cta {
    background: #ff0000;
    color: #fff;
    width: 254px;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    padding: 12px 10px;
    text-decoration: none;
    float: left;
    position: relative;
    margin: 18px 0 20px 20px;
  }

  .cta i {
    position: absolute;
    right: 10px;
  }

  .cta:hover {
    background: #777879;
    color: #fff;
  }

  .intro {
    width: 100%;
    float: left;
    padding: 0 20px;
    font-size: 22px;
  }


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

  ul.process li {
    list-style-type: none;
    display: inline;
    float: left;
    width: 100%;
    margin: 20px 0 0;
    border: 1px solid #ff0000;
    text-align: left;
    position: relative;
    padding: 0 0 0 55px;
  }

  ul.process li:after {
    content: '';
    display: block;
    height: 20px;
    width: 2px;
    position: absolute;
    background: #ff0000;
    left: 50%;
    bottom: -21px;
    margin-left: -1px;
  }

  ul.process li.last {
    margin-right: 0;
  }

  ul.process li.last:after {
    display: none;
  }

  ul.process span {
    display: block;
    padding: 10px;
  }

  ul.process span.title {
    font-weight: 700;
    padding: 10px 10px 0;
  }

  ul.process img {
    width: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px
  }

/* Commented out by Weiyan */
/*#home #secondary_content_frame {
  color: #fff;
  padding: 20px 0;
  background: #333 url('http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/my-iva-background.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#home #secondary_content_frame a.cta{
  margin: 0;
}
*/
#secondary_content_frame,
#competition_presentation_frame {
  background: white;
}

#instafeed {
  margin-bottom: 20px;
}

  #instafeed a {
    width: 25%;
    float: left;
    display: block;
  }

  #instafeed img {
    width: 98%;
    margin: 1%;
  }

  #instafeed a:hover img {
    opacity: 0.7;
  }

#footer_content_frame .sqore {
  height: 40px;
  background: url('http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/sqore-logo.png') no-repeat left center;
  width: 187px;
  background-size: 187px 40px;
  text-indent: -9999em;
  text-decoration: none;
  display: block;
  margin: 20px auto;
}

#footer_content_frame .payoff {
  height: 40px;
  margin: 20px auto 40px;
  position: relative;
  top:6px;
}

p {
  margin: 1em 0;
}
a {
  text-decoration: none;
}

table {
  margin: 1em 0;
}

table td.first {
  font-weight: 700;
  padding-right: 20px;
  width: 40%;
}

table td {
  padding: 5px;
}

table tr.odd td {
  background: #eee;
}

h1, h2, h3, h4 {
  font-weight: 400;
  margin: 1em 0 0;
  line-height: 1;
}

h1 {
  font-size: 48px;
  color: #ff0000;
}

h2 {
  font-size: 36px;
}

a {
  color: #ff0000;
}

a:hover {
  color: #333;
}

.full {
  width: 100%;
  float: left;
  padding: 0 20px 20px;
}

.half {
  width: 100%;
  float: left;
  padding: 0 20px 20px;
}

.fifth {
  width: 100%;
  float: left;
  padding: 0 20px 20px;
}
  .fifth img {
    width: 100%;
  }
.mosaic {
  width: 100%;
}

/* Page styles */

#page .intro,
#login_or_register .intro,
#profile .intro,
.logged-in .cta,
#login_or_register .cta,
.logged-in .countdown {
  display: none;
}

/* Login/signup styles */
#login_or_register #secondary_content,
#profile #secondary_content {
  padding: 0 20px 40px 20px;
}

.form_row, .actions {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  position: relative;
}

label {
  display: block;
  color: #777879;
  font-weight: 700;
  font-size: 16px;
}

label.message {
  color: #ff0000;
  padding: 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}

select {
  width: 100%;
/*  margin: 0 0 10px 0;
  float: left;*/
}

input[type=text], input[type=email], input[type=password] {
  padding: 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #777879;
}

input[type=submit], button {
  width: 100%;
  background: #FF0000;
  border: none;
  color: #fff;
  padding: 10px;
  border-radius: 0;
}

input[type=submit]:hover, button:hover {
  background: #777879;
}

fieldset {
  padding: 0;
  margin: 0;
  border:  none;
}

label[for=profile_participate_as_a_team] {
  display: inline-block;
}

.select-style {
    display: block;
    width: 100%;
    float: left;
    border: 1px solid #777879;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 5px;
}

.select-style select {
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
}

.select-style:after {
    content: '\f0dc';
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.75019rem;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
}

/* File upload */

#progress {
  background: #ebeced;
  border-radius: 2px;
}

#progress .bar {
  height: 11px;
  border-radius: 2px;
  background-color: #FF0000;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  width: 0%;
}

.file_input_label {
    overflow: hidden;
    position: relative;
    width: 30%;
    background: #FF0000;
    border: none;
    color: #fff;
    padding: 10px 0;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    font-weight: 100;
}

.file_input_label [type=file] {
    opacity: 0;
    cursor: inherit;
    display: block;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

#team_fields, .actions {
  float: left;
  padding: 20px 0;
}

.forgot_password, .linkedin_login, .facebook_login {
  display: block;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #777879;
  float: left;
}

.linkedin_login, .facebook_login {
  width: 50%;
  color: #fff;
  padding: 5px;
  text-decoration: none;
}

  .linkedin_login {
    background: #007bb5;
  }

  .facebook_login {
    background: #3b5998;
  }

  .linkedin_login:hover, .facebook_login:hover {
    background: #777879;
    color: #fff;
  }

.message p {
  background: #fff;
  color: #ff0000;
  padding: 1em 0;
  text-align: center;
  margin: 0;
}

p.error {
  color: #ff0000;
}
.message.error h4 {
  color: #ff0000;
}
/* Hide */

.weibo_login,
#pages_nav,
#selected_school_name {
  display: none;
}

/* Mobile Menu */

.slicknav_menu {
  width: 100%;
  background: #777879;
  color: #fff;
}

.slicknav_menu a {
  color: #fff;
}

.slicknav_menutxt {
  display: block;
  text-align: right;
  padding: 10px 20px;
}

.slicknav_nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.slicknav_nav li {
  border-top: 1px solid #333;
}

.slicknav_nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;

}

.slicknav_nav li.active a, .slicknav_nav li:hover a {
  background: #333;

}


/* Lightbox Styles */
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-caption a {
  color: #FFF!important;
}
.lb-caption a:hover {
  color: #FFF!important;
  text-decoration: underline;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-link {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  background: #F5F3EE;
  margin: 20px 0 0;
  color: #333;
  text-decoration: none;
}

.lb-link div {
  padding: 5px;
  width: 50%;
  float: right;
}

.lb-link div p {
  text-align: left;
  margin: 0 0 5px 0;
  font-size: 11px;
}

.lb-img {
  padding: 5px;
  width: 50%;
  float: left;
}

.lb-link:hover {
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.lb-prize {
  text-align: center;
  margin: 10px 0;
  color: #777879;
}

  #homepage_jury .cta {
    margin: 0;
    display: block!important;
  }

/* FAQ Page */
.faqs h4 {
  font-weight: bold;
}
.faqs p {
  margin-top: 5px;
}

/* Jury Page */
.jury-list {
    margin: 30px 0;
    padding: 0;
    clear: both;
    overflow: hidden;
}
.jury-list li {
  list-style-type: none;
  width: 25%;
  float: left;
}
.jury-list li img {
  width: 100%;
  box-shadow: inset 0 5px 0 #000;
}
.jury-list li:hover {
    background: #777879;
}
.jury-list li img:hover {
  opacity: 0.5;
}

/* Project Page */
.student-pic {
  float: right;
  margin: 0 0 1px 1px;
  width: 70px;
}
.slideshow-wrap {
  width: 100%;
  position: relative;
  display: block;
}

#next, #prev {
  position: absolute;
  top: 50%;
  z-index: 999;
  color: #FFF;
  background: #FE0000;
  padding: 8px 5px 5px 5px;
}
#next {
  right: 0;
  padding: 8px 8px 5px 10px;
}

#prev {
  left: 0;
  padding: 8px 10px 5px 8px;
}

.cycle-slide {
  width: 100%;
}

.cycle-slide img {
  width: 100%;
}

.cycle-slide .videowrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.cycle-slide .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Homepage Latest News */
#before_secondary_content_frame {
  background: #e1e1e1;
}

article.latest-news-article.four-col {
    width: 48%;
    float: left;
    /* padding: 0 5px; */
    margin: 0 4% 0 0;
}
article.latest-news-article.four-col img {
  width: 100%;
}
article.latest-news-article.four-col:nth-of-type(2) {
    margin: 0;
}
article.latest-news-article.four-col:last-of-type {
    margin: 0;
}

@media only screen and (min-width: 540px) {
  article.latest-news-article.four-col {
     width: 20%;
    float: left;
    /* padding: 0 5px; */
    margin: 0 6.9% 0 0;
}
article.latest-news-article.four-col:nth-of-type(2) {
    margin: 0 6.2% 0 0;
}
}

#homepage-news h2 {
margin-bottom: 0.5em;
}

/* Blog */
#posts #secondary_content_frame .container {
  margin: 0 auto;
  width: 90%;
  max-width: 700px;
}

#posts #secondary_content_frame .container img  {
  width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.front_page_post {
margin: 0 0 15px 0;
}
.front_page_post a {
 text-decoration: none;
 color: #333333;
}
.front_page_post .news_title {
  font-weight: 400;
  margin: 1em 0 0;
  line-height: 1;
  display: block;
  font-size: 24px;
  color: #FF0000;
}

#posts h1 {
  color: #333333;
}

.front_page_post:first-of-type {
  margin: 40px 0;
}

.front_page_post {
  clear: both;
  margin: 0 0 40px 0;
  overflow: hidden;
}

.front_page_post .post-image {
  width: 100%;
  float: left;
}

.front_page_post .post-text {
  width: 100%;
  float: left;
}

.news_author {
  display: block;
  margin: 15px 0 0 0;
}

/*! Media Queries */
@media only screen and (min-width: 540px) {

  #footer_content_frame .sqore {
    float: left;
    margin: 20px;
  }

  .jury-list li {
    width: 20%;
  }

}

@media only screen and (min-width: 600px) {
  .front_page_post {
  clear: both;
  margin: 0 0 40px 0;
  overflow: hidden;
  }

  .front_page_post .post-image {
    width: 30%;
    float: left;
  }

  .front_page_post .post-text {
    width: 70%;
    float: right;
    padding: 0 0 0 20px;
  }

  .front_page_post .news_title {
    margin: 0;
  }

}

@media only screen and (min-width: 1150px) {

  .slicknav_menu {
    display: none;
  }

  .circle {
    display: flex;
  }

  #pages_nav {
    display: block;
  }

  ul.process li {
    width: 18.4%;
    margin: 20px 2% 20px 0;
    text-align: center;
    height: 230px;
    padding: 0px;
  }

  ul.process li:after {
    height: 2px;
    width: 12%;
    right: -12%;
    left: auto;
    top: 50%;
    margin-top: -1px;
    margin-left: 0;
  }

  ul.process img {
    width: 60%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 20%;
  }

  .half {
    width: 50%;
  }

  #profile_form, #new_user, #new_session, #entry_form, #new_judge,
  .social_login {
    width: 50%;
  }

  #entry_form textarea {
    width: 100%;
  }
  #home #entry_form legend {
    font-size: 20px;
  }
  #home #entry_form label {
    color: #FFF;
  }

  #home #entry_fieldset_files {
    margin: 20px 0 0 0;
  }

  #home #secondary_content_frame a.cta{
    float: right;
    top: 82px;
    position: relative;
    display: block!important;
  }

  #instafeed a {
    width: 12.5%;
  }

  .fifth {
  width: 20%;
  float: left;
  padding: 0 20px 20px;
}

  #homepage_jury .cta, #secondary_content_frame .cta {
    float: right;
    top: 82px;
    position: relative;
  }

}

@media only screen and (min-width: 900px) {
  .lb-link {
    width: calc(50% - 10px);
    margin: 20px 20px 0 0;
  }

  .lb-link:nth-child(2n) {
    margin: 20px 0 0;
  }


}

@media only screen and (min-width: 1140px) {
  .lb-link {
    display: block;
    float: left;
    width: calc(33.333% - 15px);
    padding: 5px;
    background: #F5F3EE;
    margin: 20px 20px 0 0;
    color: #333;
    text-decoration: none;
    height: 250px;
  }

  .lb-link:nth-child(2n) {
    margin: 20px 20px 0 0;
  }

  .lb-link:nth-child(3n) {
    margin: 20px 0 0;
  }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px;}
.ir:before{content:"";display:block;width:0;height:150%;}
.hidden, .hide {display:none !important;visibility:hidden;}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}
.invisible{visibility:hidden;}
.clearfix:before,
.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

#footer_content_frame .container.clearfix {
  padding: 0 20px;
}

  #footer_content_frame .payoff {
    margin: 20px auto 40px auto;
    clear: both;
  }
.full.logos div {
  text-align: center;
}
.full.logos img {
  max-width: calc(100% - 40px);
  height: 80px;
  display: inline-block;
  margin: 20px;
}


/*! Media Queries */
@media only screen and (min-width: 800px) {

  #footer_content_frame .payoff {
    float: right;
    margin: 40px 0 40px 40px;
    clear: none;
  }

}


/* ==========================================================================
   JURY SECTION
   ========================================================================== */

  /* Set the container width of the site to bee 100% with 20px left and right
  padding. */
  .jury.single .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .jury.single #logo_area {
    margin-left: 0;
  }
  .jury.single #pages_nav {
    margin-right: 0;
  }


  /* Hide the competition info elemetns from the jury section. Not needed. */
  .jury .countdown, .jury .cta, .jury .intro, .jury .circle {
    display: none;
  }


/* Judges Area Table */
  .jury table {
    width: 100%;
    text-align: left;
    margin: 30px 0 70px 0;
  }

  .jury table td {
    color: #858581;
  }

  .jury table td, .jury table th {
    padding: 10px 15px;
    font-size: 28px;
  }

  .jury table tr:nth-of-type(odd) td, .jury table tr:nth-of-type(odd) th {
    background-color: #F5F3EE;
    border-right: 1px solid #FFF;
  }

  .jury table tr:nth-of-type(odd) td:last-of-type {
    border: none;
  }

  .jury table tr:nth-of-type(even) td, .jury table tr:nth-of-type(even) th {
  border-right: 1px solid #F5F3EE;
  }

  .jury table tr:nth-of-type(even) td:last-of-type {
  border-right: none;
  }

  .jury table a {
    display: block;
  }

  /* Jury Entry */
  .jury-entry { margin: 30px 0 0 0; }

  /* Jury image */
  .jury-entry .image { width: 100%; }
  .jury-entry .image img { max-width: 100%; max-height: 1800px; margin: 0 auto; clear: both; }

  /* Jury text area */
  .jury-entry .text-wrap {
      padding: 20px 0;
    }
  @media only screen and (min-width: 1000px) {
    .jury-entry .text-wrap {
      width: 50%;
      margin: 0 auto;
    }
      .jury-entry {font-size: 24px; }
  }

  .jury-entry .title h2 {
    margin: 0;
  }


  /* Jury form area */
    .jury-entry form {
      clear: both;
      overflow: hidden;
    }

    .jury-entry .button_field {
      .text-align: center;
      clear: both;
      overflow: hidden;
      margin: 20px 0;
    }

    .jury-entry .button_field input {
      width: 48%;
      background-color: #C5C5C3;
      padding: 10px;
    }

    .jury-entry .button_field input:hover {
      background: #FE0000;
    }

    .jury-entry .button_field input:first-of-type {
      float: left;
      background: #78787A;
    }

    .jury-entry .button_field input:first-of-type:hover {
      background: #FE0000;
    }

    .jury-entry .button_field input:last-of-type {
      float: right;
    }

    .undo_link {
      text-align: center;
      padding: 0 0 30px 0;
    }

  /* Jury Login */
    #judge_remember_me {
      float: left;
      margin: 3px 5px 0 0;
    }

.image img:hover {
cursor: pointer;
}




/*@media only screen and (min-width: 2000px) {
  body {
    font-size: 25px;
  }

  .container {
    max-width: 2000px;
  }

  ul.process li {
    height: 325px;
  }

  #posts #secondary_content_frame .container {
    max-width: 1500px;
  }

  #pages_nav {
    font-size: 25px;
  }

  body {
    zoom: 1.75;
    -moz-transform: scale(1.75);
    -moz-transform-origin: 0 0;
  }
  #jquery-fullsizable {
    zoom: 0.56;
    -moz-transform: scale(0.56);
  }
}*/


.bucket_count {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 0 10px 0;
}

.jury-entry .button_field .prev, .jury-entry .button_field .next {
  width: 48%;
  border: none;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  background-color: #C5C5C3;
  display: block;
  text-align: center;
}
.jury-entry .button_field .next {
      float: right;
}
.jury-entry .button_field .prev {
      float: left;
    background: #78787A;
}
.jury.single .container { max-width: 100%; width: 100%; }
.jury.single #secondary_content_frame { background: #333; }
.jury.single #secondary_content_frame h2 { color: #efefef; }
.jury.single #secondary_content_frame p { color: #efefef; }
.jury.single .category { margin: 0; }
.jury.single .bucket_count a:hover, .undo_link a:hover  { color: #FFF; }

.jury-entry .title p { margin-bottom: 0; }




/* Style updates july 2016 */

.pagination {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.pagination li.current {
    padding: 10px 20px;
    text-decoration: none;
}

.pagination li a {
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    background: rgba(255,255,255,0.2);
}

.pagination li a:hover {
    background: rgba(255,255,255,0.3);
}


#filters {
  float: left;
  width: 100%;
  padding: 0;
}
/* Custom Select Styles */
.select {
  display: block;
  width: 100%;
  border: 1px solid #777879;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin: 10px 0;
}

.select:after {
  content: "\f0dc";
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}

.select select {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 10px 7px;
}

.select select:focus {
  outline: none;
}

.text-field {
  position: relative;
  float: left;
  width: 100%;
}

.text-field i {
  position: absolute;
  right: 10px;
  top: 11px;
  color: #ff0000;
}

.submit input[type=submit] {
    display: none;
}

@media only screen and (min-width: 900px) {

  .select {
    float: left;
    width: calc(50% - 10px);
    margin: 20px 20px 20px 0;
  }

  .select:nth-child(3n) {
    margin: 20px 0 0 0;
  }

}

@media only screen and (min-width: 1140px) {
  .select {
    float: left;
    width: calc(33.333% - 15px);
    margin: 20px 20px 0 0;
  }

.show-mobile {
  display: none;
}

  .text-field {
    float: left;
    width: calc(33.333% - 15px);
    margin: 20px 0 0 20px;
  }
}

/* Winner Video */

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin: 20px 0 0;
}

.video iframe {
  display: block;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Juicer */

.juicer-feed {
  font-family: 'VeluxGothic', Arial, sans-serif !important;
}

.juicer-feed .j-paginate {
  color: #ff0000 !important;
  border: 2px solid #ff0000 !important;
}

.juicer-feed .j-paginate:hover   {
  background: #ff0000 !important;
  color: #fff !important;
}


/* Winners */

.winning-entries {
  float: left;
  margin: 0 0 20px;
}

/* submission success page */

.submission-after #entry_form_container {
  width: 95%;
  margin: 0 auto;
}

#entry_form_container > h2:first-of-type {
  text-align: center;
  font-weight: bold;
}

.submission-after h2.project-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 23px;
  margin-top: 30px;
  text-align: center;
}

.submission-after .image img {
  margin: 0 auto;
  margin-bottom: 30px;
}

.submission-after .submission-success-text {
  text-align: justify;
}

#entry_form_container select#entry_category {
  height: 40px;
}

#entry_form_container .help {
  font-size: 13px;
  margin-top: 7px;
  display: block;
}

#entry_form_container #entry_form {
  padding-top: 10px;
}

#entry_form_container .entry_fieldset {
  margin-top: 20px;
}

#entry_form_container .entry_fieldset legend {
  font-weight: bold;
  text-transform: uppercase;
}

body#news #secondary-content {
  max-width: 1220px;
}

body#news #secondary_content_frame .container > *:not(.forty-width):not(.sixty-width) {
  width: 90%;
  max-width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body#news #secondary_content_frame .container img {
    width: 100%;
}

body#news .front_page_post .post-image img {
  width: 100%;
}

.forty-width {
  width: 40%;
  padding: 35px 0 0 50px;
  float: right;
}

.sixty-width {
  width: 60%;
  padding: 20px;
  float: left;
}


@media only screen and (max-width: 799px) {
  .forty-width {
    width: 100%;
    padding: 20px;
    float: none;
  }

  .sixty-width {
    width: 100%;
    padding: 20px;
    float: none;
  }
}

/* Homepage news */

body#home #before_secondary_content_frame #before_secondary_content {
  max-width: unset;
  margin: 0;
}

body#home #before_secondary_content_frame #before_secondary_content #homepage-news .clearfix {
  max-width: 1220px;
  margin: 0 auto;
}

body#home #before_secondary_content_frame #before_secondary_content #homepage-news:first-child {
  background-color:  #737371;
  color: #fff;
}

body#home #before_secondary_content_frame #before_secondary_content #homepage-news:first-child article a:link,
body#home #before_secondary_content_frame #before_secondary_content #homepage-news:first-child article a:visited {
  color: #fff;
}

body#home #before_secondary_content_frame #before_secondary_content #homepage-news:first-child article a:hover {
  color: #333;
}

body#page.submissions .full .submissions {
  max-width: 1220px;
  margin: 0 auto;
}

body#page.submissions .full {
  padding: 0;
}


/* hide the 2016 projects */

body.submissions #secondary_content_frame .container#secondary_content > .full > .submissions {
  display: none;
}


#cboxLoadingOverlay {
  background: #fff url(https://case-challenge-static-assets.s3.amazonaws.com/IVA/images/loading.gif) no-repeat 5px 5px !important;
  height: 100%;
}

#jquery-fullsizable {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}
#jquery-fullsizable.fullsized_spinner {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPIAAAAAAP///zw8PLy8vP///5ycnHx8fGxsbCH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQACgABACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkEAAoAAgAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkEAAoAAwAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkEAAoABAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQACgAFACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQACgAGACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAAKAAcALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#jquery-fullsizable #fullsized_image_holder img {
  display: block;
  margin: 0 auto;
}

#fullsized_go_prev, #fullsized_go_next {
  position: absolute;
  top: 40%;
  display: block;
  width: 32px;
  height: 126px;
}
#fullsized_go_prev {
  left: 0;
  background: url('http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/jquery-fullsizable.png');
}
#fullsized_go_prev:hover {
    background-position: 0 -126px;
}
#fullsized_go_next {
  right: 0;
  background: url('http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/jquery-fullsizable.png') -32px 0;
}
#fullsized_go_next:hover {
  background-position: -32px -126px;
}
#fullsized_close, #fullsized_fullscreen {
  position: absolute;
  top: 0;
  display: block;
  width: 32px;
  height: 32px;
}
#fullsized_close {
  right: 0;
  background: url('http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/jquery-fullsizable.png') -64px 0;
}
#fullsized_close:hover {
  background-position: -64px -32px;
}
#fullsized_fullscreen {
  right: 40px;
  background: url('http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/jquery-fullsizable.png') -96px 0;
}
#fullsized_fullscreen:hover {
  background-position: -96px -32px;
}
:fullscreen #fullsized_fullscreen { background-position: -96px -64px; &:hover {background-position: -96px -96px;}}
:-webkit-full-screen #fullsized_fullscreen { background-position: -96px -64px; &:hover {background-position: -96px -96px;}}
:-moz-full-screen #fullsized_fullscreen { background-position: -96px -64px; &:hover {background-position: -96px -96px;}}



/* ========================================================================== */
/* Zoomify CSS Styling
/* ========================================================================== */

/*.zoomWrapper{
}

.zoomIn{
  cursor:url("http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/zoomin.png"), -moz-zoom-in ;
}

.zoomOut{
  cursor: url("http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/zoomout.png"), -moz-zoom-in ;
}

.move{
  cursor: url("http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/cursor-hand.png"), -moz-zoom-in !important;
}

.grab{
  cursor: url("http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/cursor-grab.png"), -moz-zoom-in !important;
}

#loader{
  background: rgba(0,0,0,.5);
}

img.zoomify{
  cursor:url("http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/zoomin.png"), -moz-zoom-in;
}

.zoomControls{
  position:absolute;
  bottom:10px;
  right:10px;
  background: rgba(0,0,0,.6);
  padding: 5px 5px 0 5px ;
  text-align: center;
  border-radius: 8px;
  margin-top: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.zoomInControl{
  display: inline-block;
  width: 30px;
  height: 25px;
  background:   url("http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/zoomin.png") no-repeat center center;
  cursor: pointer;
  opacity: .5;
  border-right: 1px solid #666;
}

.zoomOutControl{
  display: inline-block;
  width: 30px;
  height: 25px;
  background:  url("http://case-challenge-static-assets.s3.amazonaws.com/IVA/images/zoomout.png") no-repeat center center;
  cursor: pointer;
  opacity: .5;
}

.zoomCloseControl{
  display: inline-block;
  position: fixed;
  top:20px;
  right: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: .5;
  background: #000;
  padding: 10px 0 10px 0;
  text-align: center;
  border-radius: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 110000;
}

.zoomCloseControl:after{
  content: "close";
  color:white;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed","Open sans","Helvetica Neue", Arial, san-serif;
}

.zoomOutControl:hover,
.zoomInControl:hover,
.zoomCloseControl:hover {
  opacity: 1;
}

.zoomOutControl.disabled, .zoomInControl.disabled {
  opacity: .2 !important;
}

#zoomScreenOver{
  background: rgba(0,0,0,.5);
  z-index: 100000 !important;
}

#zoomScreenOver img{
  max-width: none !important;
  max-height: none !important;
}

#zoomScreen{
  width: 80%;
  height: 80%;
  background: #000000;
  border: 5px solid rgba(0,0,0,0.7);

  -webkit-user-select: none !important;
  -moz-user-select: -moz-none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;

}

#zoomScreen.isTouch{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  border: 0px solid white;
}
*/
.jury .at4-share-outer.addthis-smartlayers.addthis-smartlayers-desktop {
  display: none!important;
}

@media only screen and (max-width: 1139px) {
  .desktop-only {
    display: none;
  }
}

@media only screen and (min-width: 1140px) {
  .mobile-only {
    display: none;
  }
}
