



/*@import "reset.css";
@import url(reset.css);*/
@import url(navigation.css);

.clearfix:after,
.clearfloat:after {
  content: "";
  display: table;
  clear: both;
}


body {
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-image: url("/Content/2017/hero.jpg");
  background-origin: padding-box, padding-box;
  background-position: 0 0%, center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 16px;
}

#header {
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: #01396a;
  background-image: url("/Content/2017/hero.jpg");
  background-origin: padding-box, padding-box;
  background-position: 0 0%, center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 16px;
  height: 300px;
}


h1 {
  color: #01396a;
  font-family: "Raleway",sans-serif;
  font-size: 3em;
  font-weight: 800;
  letter-spacing: 1.3px;
  line-height: 50px;
  padding-bottom: 20px;
}

h2 {
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.8px;
    color:#01396a;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.2em;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    color:#01396a;
}

h4 {
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 1.6px;
}

h5 {
    color: #333;
    letter-spacing: 0.4px;
    font-weight: normal;
    text-transform: uppercase;
}

p {
  letter-spacing: 0.4px;
  line-height: 1.5;
  margin: 0 0 1em;
  color: #000;
}


.flatten {
  font-size: 18px;
  margin-bottom: 0;
}

.content ol 
{
    list-style-type:decimal;
    margin-left:1em;
}

.content ul {
  color: #01396a;
  list-style-type: disc;
  margin-left: 0px;
}

#customsupport div a {
  color: #01396a !important;
  text-decoration: underline;
}

ul span {
    color: #fff !important;
}

li {
    line-height: 1.4;
}

.navbar li {
    margin-bottom: 0;
}

a:hover, a:visited:hover {
  color: #653291;
  text-decoration: none;

}

/*a:visited {
color:#0099CC;
} */

#container {
  margin: 0 auto;
  padding-top: 45px;
  width: 100%;
}

/* ---------------------------- */
/* HEADER / NAV                 */
/* ---------------------------- */

.homeHeader a:hover {
    background: #EBEBEB; 
}

#rockiemobilelogo {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  transform: translateX(-50%);
}

.navigation {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 19px 30px 0 rgba(50, 50, 50, 0.67);
  flex: 0 0 100%;
  margin-top: -5px;
  position: fixed;
  width: 100%;
  z-index: 1;
}

nav a {
  background: #fff none repeat scroll 0 0;
  color: #01396a;
  display: inline-block;
  font-weight: normal;
  padding: 16px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

li {
  line-height: 1.4;
  margin-left: 40px;
}

nav ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

nav li {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
  position: relative;
  z-index: 1;
  margin-left:0px;
}

 #earlybirdcopy {
    color: #01396a;
 }

.hasSubnav ul {
  align-items: stretch;
  border-radius: 5px;
  display: none;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}

.hasSubnav:hover ul {
	display: block;
}


.hasSubnav li {
  align-items: stretch;
  flex-direction: column;
  min-width: 220px;
  text-align: center;
}

header {
  background: #fff none repeat scroll 0 0;
  height: auto;
  margin-top: -2px;
}

/*header {
  
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
    align-items: center;
}
    */
/*.homeHeader {
    margin: 140px 0 0 0;
}*/

#header {
  line-height: 477px;
  min-height: 383px;
  text-align: center;
}

.homePage {
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-image: none;
  background-origin: padding-box, padding-box;
  background-position: 0 10%, center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 16px;
}

.homeHeader #header {
    margin-bottom: 19px;
    text-align: center;


}

header img {
    max-width: 280px;
}

.homeHeader img {
  max-width: 280px;
}


.navigation {
    position: relative;
    margin: 0;
    -webkit-flex: 3 0 60%;
    -moz-flex: 3 0 60%;
    -ms-flex: 3 0 60%;
    -o-flex: 3 0 60%;
    flex: 3 0 60%;
}




#logindisplay 
{
    position: absolute;
    right:0;
    top:0;
}

.maincontent table 
{
    margin:0 auto;
}
.maincontent table td, .content table th
{
    padding: 5px;
}

.table 
{
    display: table;
    clear: both;
    padding:1.5em 0;
    *padding:0;
}
.row 
{
    display: table-row;
}


.scrollingLogo {
    width: 300px;
    text-align: center;
    position: fixed;
    right: calc(60% + 100px);
    top: -210px;
    opacity: 0;
    -webkit-transition: top 1.1s 0.1s, opacity 0.3s;
    transition: top 1.1s 0.1s, opacity 0.3s;
}

.scrollingLogoOn {
    opacity: 1;
    top: 120px;
    -webkit-transition: top 0.6s;
    transition: top 0.6s;
}

.topLink {
    margin-top: 15px;
}

.topLink span {
    margin: 0px 10px;
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle;
}


.content {
  background: #fff none repeat scroll 0 0;
  /*margin-top: 415px;*/
  width: 100%;
}


/* === Home page styles ==== */
.leaderPitch {
  margin-bottom: 20px;
  text-align: center;
}

.homePageContent {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
	justify-content: center;
}

.introCopy {
  clear: both;
  font-size: 18px;
  margin-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  text-align: center;
  width: 100%;
}

.topFirstImg {
    width:800px;
}

.topSecondImg {
    width:370px;
}
#enternow {
    background: #01396a none repeat scroll 0% 0%; 
    border-radius: 5px; 
    color: #fff;
    text-decoration: none; 
    padding: 20px; 
    font-size: 30px;
}

#enternow:hover {
    background: #4FCEFF;
    
}

.maincontent {
  min-height: 256px;
  padding-top: 40px;
}

.callToAction {
  text-align: center;
  width: 100%;
}

.actionBox:first-child {
    padding-bottom: 10px;

}

.actionBox p {
    color: #c9b7d8;
}

.actionBox h2 {
    margin-bottom: 15px;
}

/* Home page nominee list styles START */
.nomineeList h2 {
    margin-bottom: 40px;
    text-align: center;
}

.nomineeList h4 {
    text-align: center;
}

.nomineeCategory {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 60px auto;
}

.nomineeSection {
    margin: 20px 0;
}

.nomineeSection p {
    margin: 0;
    line-height: 1.3;
}
/* Home page nominee list styles END */


/* === Other page styles ==== */
.pageContent {
  margin: 0 5% 0 auto;
  max-width: 700px;
  width: 100%;
}

.advisorText h3 {
    margin-bottom: 0;
}


.deadlinePageButton {
    margin-top: 40px;
}

.deadlinePageButton a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    background: #01396a;
    transition: background 0.2s;
}

.deadlinePageButton a:hover {
    color: #fff;
    background: #0f9bd0;
}


fieldset 
{
    margin-bottom: 1em;
}

legend {
    font-family:Arial, Helvetica, sans-serif;
    font-size:22px;
    font-weight:bold;
    margin: 0;
    padding-bottom:20px;
}

.hasSubnav a span {
  color: #01396a !important;
}


.footer {
  /*background: #fff none repeat scroll 0 0;
  border-top: 1px solid #bbbbbb !important;*/
  background-color:transparent;
  color: #000;
  font-size: 0.9em;
  margin: 20px auto 0;
  padding: 10px;
  text-align: center;
  width: 85%;
}

#logindisplay 
{
    position: absolute;
    top:0;
    right: 0;
        font-weight: bold;
}

sup 
{
    font-size: 0.75em;
    vertical-align:text-top;
    padding:0;
    margin:0;
}

.winnerHeader {
    margin-top:0;
    margin-bottom:0;
}

.winnerImg {
	display: block;
	margin:0 0 10px 10px;
	float: right;
}
.credits {
	margin: 0 10px 0 0;
	clear:both;
	width:100%;
	border-top:1px solid #a48b6c;
	border-bottom:1px solid #a48b6c;
	word-spacing: 2px;
	font-size:0.85em;
}

.creditsHeader {
	font-weight: bold;
	color: rgb(176,110,40);
	line-height: 100%;
	margin-bottom: 5px;
}
.copy {
	letter-spacing: 0px;
}

.copy, .copy p:first-child {
	margin-top:0;
}
.winner 
{
    margin-top: 2em;
}
.highlight 
{
    background-color: red;
}


.headshot 
{
    float: right;
    margin:0 0 10px 20px;
    width: 50%;
    max-width: 250px;
}


/* Judges page */

#judgetype7 h3,
#judgetype8 h3 {
    font-size: 1.7em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

#judgetype8 h3 {
    margin-top: 20px;
}

.judge {
    margin-bottom: 30px;
}

.judge img,
.judgeText {
    display: inline-block;
    vertical-align: middle;
}

.judge img {
    max-width: 250px;
    margin: 0 30px 0 0;
}

.judgeImgTop img {
    vertical-align: top;
}

.judgeText {
    font-size: 1.2rem;
    width: calc(100% - 290px);
}

.judgeText p {
    line-height: 1.3;
}



.advisor 
{
    /*clear: both;*/
    margin:2em 0;
}

.advisorText 
{
    width: 100%;
}

textarea 
{
    display: block;
}

th 
{
    text-align: left;
}

fieldset 
{
    padding:0;
}
input + fieldset 
{
    margin-top: 2em;
}

fieldset table 
{
    margin:0 !important;
    padding:0;
}

fieldset td:first-child 
{
    font-weight: bold;
    padding-left:0;
}
.settings_topnav{float:left;margin-top:-2px; }


.emphasis {
    color: #de8b22;
}

.callToAction img {
    float: none;
}

.audioSponsor {
    margin: 50px 0 30px 0;
    width: 300px;
}

.audioSponsor img {
    float: none;
    margin: 15px 0;
}

.awardsShow .audioSponsor {
    text-align: center;
}

.awardsShow .audioSponsor img {
    width: 300px;

}

li.dropdown.wider-menu:hover .dropdown-menu,
li.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-collapse.collapse {
    transition: height 1s;
}

.nav-collapse.collapse.mobileNavOpen {
    height: auto;
}

#customsupport {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}


/* ======================================
    MEDIA QUERIES
====================================== */

@media screen and (max-width: 1400px) {

    .scrollingLogo {
        width: 250px;
        right: calc(65% + 100px);
    }

} /* END OF @media screen and (max-width: 1400px) */

@media screen and (max-width: 1335px) {
    #homeNav a {
        padding-left:10px;
        padding-right:10px;
    }
    
    

} /* END OF @media screen and (max-width: 1335px) */

@media screen and (max-width: 1240px) {

    .scrollingLogo {
        width: 150px;
        right: auto;
        top: auto;
        bottom: 30px;
        background: #fff;
        border: 1px solid #ccc;
    }

    .topLink span {
        display: none;
    }

} /* END OF @media screen and (max-width: 1240px) */

@media screen and (max-width: 1030px) {
    #homeNav {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }
    #homeNav li {
        display: block;
        position: relative;
    }
    #homeNav a {
        display: block;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase;
        text-align:left;
    }
}/* END OF @media screen and (max-width: 1030px) */

@media screen and (min-width: 1000px) {
    .navigation {
        display: block !important;
    
    }

    #rockiemobilelogo {
        display: none;
    }
}

@media screen and (max-width: 979px) {

    body {
        /*background: linear-gradient(rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 240px, rgba(247, 247, 247, 1) 240px, rgba(247, 247, 247, 1) 314px, rgba(255, 255, 255, 1) 314px), #fff url('/Content/2016/hero.jpg') top center no-repeat;*/
        background-size: 100%;
    }

    .homePage {
        background-attachment: scroll, scroll;
        background-clip: border-box, border-box;
        background-color: #fff;
        background-origin: padding-box, padding-box;
        background-position: 0 0%, center top;
        background-repeat: no-repeat, no-repeat;
        background-size: 100% auto;
        background: none;
        }



    header {
        background: #fff none repeat scroll 0 0;
        height: auto;
    }

    .navigation {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 19px 30px 0 rgba(50, 50, 50, 0.67);
        flex: 0 0 100%;
        margin-top: -15px;
        position: relative;
        top: 0px;
        width: 100%;
        z-index: 1;
        display:none;
    }

    .navigation {
        flex: 1 0 100%;
        /*position: fixed;*/
    }

    h5 {
        font-size: 0.9em;
    }

    #container {
        padding-top: 0;
    }

    .navbar-fixed-top {
        margin-bottom: 10px;
    }

    #header {
        margin-bottom: 19px;
    }

    header img {
        max-width: 150px;
    }

    .homeHeader img {
        max-width: 250px;
    }

    .scrollingLogo {
        width: 120px;
        left: 30px;
    }

    .homePageContent {
        flex-direction: row;
    }
    
    .introCopy,
    .callToAction {
        width: 100%;
    }

    .introCopy {
        max-width: 700px;
    }

    .judge img {
        max-width: 200px;
        margin: 0 20px 0 0;
    }

    nav li {
        align-items: center;
        justify-content: center;
        list-style-type: none;
        position: relative;
        z-index: 1;
    }

    #header {
        background-attachment: scroll, scroll;
        background-clip: border-box, border-box;
        background-color: #01396a;
        background-image: url("/Content/2017/hero.jpg");
        background-origin: padding-box, padding-box;
        background-position: 0 0%, center top;
        background-repeat: no-repeat;
        background-size: 400% auto;
        font-size: 16px;
        height: 300px;
    }

    .content {
        background: #fff none repeat scroll 0 0;
        /*margin-top: 305px;*/
        width: 100%;
    }

    #header {
        line-height: normal;
        min-height: 0px;
        text-align: center;
    }

    .judgeText {
        width: calc(100% - 230px);
    }

} /* END OF @media screen and (max-width: 979px) */

@media screen and (max-width: 900px) {
    #homeNav a {
        padding-left:5px;
        padding-right:5px;
    }
    .navigation {
        position: relative;
        margin-left:0;
    }
}

@media screen and (max-width: 600px) {
    .navigation {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 19px 30px 0 rgba(50, 50, 50, 0.67);
        flex: 0 0 100%;
        margin-top: -15px;
        position: relative;
        top: 0px;
        width: 100%;
        z-index: 1;
        display:none;
    }
}

@media screen and (max-width: 300px) {

    body {
        background: linear-gradient(rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 240px, rgba(247, 247, 247, 1) 240px, rgba(247, 247, 247, 1) 314px, rgba(255, 255, 255, 1) 314px), #fff url('/Content/2016/hero.jpg') top center no-repeat;
        background-size: 150%;
        padding: 0px;
    }

    nav {
        position: relative; 
        top: 80px;
    }

    #header {
        flex: 1 0 100%;
        line-height: 287px;
        min-height: 103px;
        text-align: center;
    }

    .content {
        color: #000;
        margin-top: 345px;
        width: 100%;
    }
        
    .callToAction {
        display: block;
        flex: auto;
    }

    .homePage {
        background-attachment: scroll, scroll;
        background-clip: border-box, border-box;
        background-color: #fff;
        /*background-image: url("/Content/2017/hero.jpg");*/
        background-origin: padding-box, padding-box;
        background-repeat: no-repeat, no-repeat;
        background-size: 150% auto;
    }

    #header {
        background-attachment: scroll, scroll;
        background-clip: border-box, border-box;
        background-color: #01396a;
        background-image: url("/Content/2017/hero.jpg");
        background-origin: padding-box, padding-box;
        background-position: 0 0%, center top;
        background-repeat: no-repeat;
        background-size: 217% auto;
        font-size: 16px;
        height: 300px;
        position: relative;
        top: -334px;
    }

    .homeHeader img {
        max-width: 200px;
    }

} /* END OF @media screen and (max-width: 800px) */

@media screen and (max-width:900px) {
    .navigation {
        display:none;
    }
}

@media (min-width:500px) and (max-width:900px) {
    .homePage {
        background: none;
    }
}

@media screen and (max-width: 800px) {

    body {
        background: linear-gradient(rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 240px, rgba(247, 247, 247, 1) 240px, rgba(247, 247, 247, 1) 314px, rgba(255, 255, 255, 1) 314px), #fff url('/Content/2016/hero.jpg') center 50px no-repeat;
        background-size: 150%;
    }


    .hasSubnav ul {
      align-items: stretch;
      border-radius: 5px;
      flex-direction: column;
      left: 50%;
      position: absolute;
      top: 290%;
      transform: translateX(-50%);
    }

    #nav li {
        line-height:2;
    }


    .homePage {
        /*background: linear-gradient(rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 320px, rgba(247, 247, 247, 1) 320px, rgba(247, 247, 247, 1) 392px, rgba(255, 255, 255, 1) 392px), #fff url('/Content/2016/hero.jpg') center 50px no-repeat;*/
        background-size: 150%;
    }

    #container {
        width: 100%;
    }

     .hasSubnav a span {
        color: #000 !important;
    }

    p {
        color: #000;
    }
    
    li {
        line-height: 1.4;
        margin-left: 15px;
    }



    h1 {
        color: #01396a;
    }   

    h5 {
        font-size: 0.8em;
        line-height: 1;
        margin-top: 5px;
    }

    header {
        display: block;
    }

    nav a {
        background: #FFF  none repeat scroll 0 0;
        color: #000;
        display: inline-table;
        font-weight: lighter;
        padding: 15px 90px;
        text-decoration: none;
        text-transform: uppercase;
    }

    #header img {
        width: 100%;
    }

    .navigation {
        margin-left: 0;
    }

    .scrollingLogo {
        width: 80px;
        left: 10px;
        bottom: 5px;
    }

    
    .introCopy {
        clear: both;
        font-size: 17px;
        margin-bottom: 50px;
        padding-left: 10vw;
        padding-right: 10vw;
        text-align: center;
        width: 100%;
    }

    .actionBox:last-child {
        padding: 40px 0 0 0;
    }

    .headshot {
        float: none;
        display: block;
        margin: 0px auto 20px auto;
        max-width: none;
        width: 80%;
    }

    #judgetype8 h3 {
        margin-top: 0;
    }

    .judge {
        margin-bottom: 40px;
    }

    .judge img,
    .judgeText {
        display: block;
    }

    .judge img {
        max-width: none;
        width: 70%;
        margin: 0 auto 10px auto;
    }

    .judgeText {
        width: 100%;
        text-align: center;
    }

    .judgeText p {
        margin-bottom: 10px;
    }


} /* END OF @media screen and (max-width: 600px) */