@charset "utf-8";
/* CSS Document */

.navbar-right {
    box-shadow: 1px -1px 1px #252525;
    background-color: #ef8b1e;
    position: relative;
}
.squeezedrop {  width: 600px !important; }
.loginemulator2 a {
    display: block;
    text-align: right;
    background-color: #498c7f;
    padding: 8px;
    color: #fff;
    width: 100%;
}
.dropdown-menu.wider {min-width: 250px;}
.navbar-default {background-color: #622682;}
.navbar-default .navbar-nav > li > a:link, .navbar-default .navbar-nav > li > a:visited {
	color: #ffffff; }
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #d9886a;
    color: #ffffff;
}
.welcome {
    display: none;
}
.welcome.animated { display: block;
    position: absolute;
    background-color: #8ca92e;
    padding: 6px;
    margin-top: 49px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 19px;
}
.container-fluid {
  padding: 0px; margin-right: auto;
    margin-left: auto;
}.container-fluid > .row {
    margin: 0px !important;
    padding: 0px !important;
}
img.right {
    float: right;
}.newfeature {
    color: red;
    padding: 10px 0px;
}
h1 {
    color: #ef8b1e;
    font-family: "Trocchi", serif;
    font-size: 41px;
}h2, .h2 {
	font-family: "Trocchi", serif;
      font-size: 33px;
    text-transform: uppercase;
}h3, .h3 {
    color: #ef8b1e;
    font-family: "Trocchi", serif;
    font-size: 27px;
}h4, .h4 {
    font-size: 21px;
    font-weight: bold;
}h5, .h5 {
    font-size: 19px;
}
.nav-sidebar ul {
    margin: 0px;
    padding: 0px;
}

.nav-sidebar ul li {
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
}

.nav-sidebar ul li a {
    padding: 15px;
    display: block;
    text-decoration: none;
}
ul.dropdown-menu.search {
    width: 300px; position: fixed;
    top: 49px;
}
form#search {
    padding: 5px 9px;
}
.nav-sidebar ul li a:hover {
    background-color: #f9f9f9;
}.nav-sidebar ul {
    margin: 0px;
    padding: 0px;
}

.nav-sidebar ul li {
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
}

.nav-sidebar ul li a {
    padding: 15px;
    display: block;
    text-decoration: none;
}

.nav-sidebar ul li a:hover {
    background-color: #f9f9f9;
}
.nav.nav-sidebar {
    border-bottom: solid 1px #ccc;
}
.full.featureimage {
    margin-top: 49px;
}.featureimage img {
    width: 100%;
    height: auto;
}

.column.full.featureimage {
 max-height: 314px;
    overflow: hidden;
}.card { margin-bottom: 25px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 9px;
}.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0,0,0,.125);
}.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}.uploadfiles {
   display: inline;
    margin-right: 6px;
}a.btn.btn-default.right {
    float: right;
}.card-footer span.glyphicon {
    margin-right: 7px;
}.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}.linksubmit {
    border: none;
    color: #000;
}.card-block-2 {
    padding: 0px 10px;
}.card-outline-primary {
    background-color: transparent;
    border-color: #909090;
} .card-footer {
    padding: .75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0,0,0,.125);
} .card-link+.card-link {
    margin-left: 1.25rem;
} .list-group-item span {
    float: right;
}li.list-group-item.alert {
    background-color: #ffef8a;
}.alert .glyphicon {
    margin-right: 5px;
}
div.deletefile {
    float: left;
    margin-right: 17px;
    border: solid 1px #ccc;
    padding: 3px;
    background-color: #fff;
}
.login-dropdown span, #output1 span {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: yellow;
    margin: 12px;
    padding: 11px;
    display: block;
}
li.list-group-item:hover {
    background-color: #fdfdfd;
}
.card.loaded {
  border-color: #ffab00;
  
   background-color: #ffee89;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.container-fluid.dashboard {
    margin-top: 106px;
}
/*admin dashboard styles
judge dashboard */
.scoreentry .form-control {
   height: auto !important;
    padding: 5px !important;
    margin: 0px !important;
}.submissionstatus {
    float: right;
    border: solid 1px #ccc;
    border-radius: 2px;
    padding: 7px;
}.green {
    color: green;
}

.red {
    color: red;
}a.deleteupload {
    color: red;
    display: block;
    float: right;
    margin-left: 22px;
    background-color: #f3f3f3;
    padding: 2px;
}
.pointsavail li {  float: left;
    font-size: 16px;
    list-style: none;
    padding:7px 0px 7px 10px;
    border-bottom: solid 1px whitesmoke;
    width: 100%;
}.pointsavail li:hover {
    background-color: #efefef;
}span.maxpoints, #total_quantity {
    font-size: 23px;
}.scoreentry label.error {
    float: right;
    font-size: 11px;
    width: 100%;
} .pointentries {margin-bottom: 31px;}li.scoreheader {
    border-bottom: solid 2px;
    font-weight: bold;
}.pointsavail span.small {
    float: none !important;
    font-weight: normal;
    display: block;
}
.form-control.form-check-input {
    width: 16%; height: 28px;
}
.pointsavail span {
    float: right; 
}
li.max {
    border-top: solid;
    font-weight: bold;
}ul.pointsavail {
    margin: 0px;
    padding: 0px;
}label span {
    font-weight: normal !important;
}
/* end judge dashboard */
label.error {
    color: red;
}.card-block-2.notice {
    color: red;
}
.pr10 {
    padding-right: 8px;
}
.pt-100 {margin-top: 100px;}
.pt-25 {
    margin-top: 25px;
}
.card .list-group {
    margin-bottom: 3px;
}
.popimg {
    float: left;
   /* margin-right: 28px;
    padding: 8px;
    border: 1px dotted #525252;*/
}

.fileuploads li.list-group-item {
    border-right: solid 1px #ccc;
    float: left;
    width: 30%;
    border-left: solid 1px #ccc;
}

ul.list-group.list-group-flush.fileuploads {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.list-group-item span.glyphicon {
    float: left;
    padding-right: 8px;
    font-size: 16px;
    padding-top: 3px;
}li.welcome {
    padding: 5px;
    background-color: #ffffb9;
}h2.sub-header {
    margin-bottom: 25px;
}
a.clearright {
    width: 100%;
}div#contentarea {
    border: dashed 1px #000;
    padding: 20px;
}
td.centered {
    text-align: center;
}td.centered a {
    float: left;
    font-size: 10px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}td.centered a:hover { text-decoration: none; }td.centered a span {
    display: block;
    font-size: 20px;
}.table-responsive {
    margin-top: 42px;
}
.admintable td {
    border-top: solid 1px #ccc;
    padding: 8px 10px;
}.admintable th {
    border-right: solid 1px grey;
    padding: 5px;
}table.dataTable tbody tr.group {
    background-color: #e0e0e0;
}td.adminlinks a {
    border: solid 1px #ccc;
    margin-left: 5px;
    padding: 3px;
}
.form-control {
     margin-left: 25px;
    width: 67%;
    float: left;
}label {
    float: left;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    width: 20%;
}label.fullwidth {
    width: 100%;
}label.form-check-label {
    width: 100%;
}
td.adminlinks a:hover {
    background-color: whitesmoke;
    color: #525252;
}
#neworg {display: none;}
.actions a {
    float: left;
    padding: 5px;
    background-color: whitesmoke;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
border: solid 1px #666;
}.receivethis {
    cursor: pointer;
}
span.glyphicon.green {
    color: green;
}
span.glyphicon.red {
    color: red;
}span.glyphicon {
    font-size: 16px;
}
a.btn-group-lg:hover {
    background-color: #3a6f66;
}.btn-group-lg.right {
    float: right;margin-left: 20px;
}input.entercontest {    margin-left: 26px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    background-color: #498c80;
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
    border: 0px;
}.thecontestlist {
    height: 200px;    padding: 10px; 
}div#neworgactivate {
    font-size: 16px;
    padding: 4px;
    background-color: #ccc;
    float: left;
    border-radius: 5px;
    cursor: pointer;
}

#neworgactivate .glyphicon {
    margin-right: 6px;
}

div#neworgactivate:hover {
    background-color: #ddd;
}
.theme-btn.btn-style-one {display: none;}
.thecontestlist .inner-box {
   position: absolute;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    /* background-color: whitesmoke; */
    /* display: block; */
    height: 100%;
    padding: 5px 25px;
    width: 100%;
    left: 0;
    top: 0;
    border: 15px solid transparent;
}.submissions span.glyphicon {
    float: left;
    left: -3px;
    top: 6px;
    position: absolute;
    font-size: 15px;
    color: red;
}li.login {
    color: #fff;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 15px 15px;
}

li.login:hover , li.search:hover {
    background-color: #d9886a;
}li.search {
    color: #fff;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 15px 15px;
}.login.closewindow , .search.closewindow {
   background-color: #9e9d9d;
    color: #fafafa;
    cursor: pointer;
    float: right;
    padding: 5px;
    font-size: 25px;
}
 .login-dropdown {
  position: absolute;
    right: 0;
    z-index: 9999;
    top: 100%;
    width: 469px;
    border: 1px solid #498c80;
    border-top-width: 0px;
    background: #fff;
    display: none;
    border-radius: 0 0 3px 3px;
}
 .search-dropdown {
  position: absolute;
    right: 0; color: #535353;
    z-index: 9999;
    top: 100%;
    width: 295px;
    border: 1px solid #498c80;
    border-top-width: 0px;
    background: #fff;
    display: none;
    border-radius: 0 0 3px 3px;
}
.divisionsentered  {display: none;}
.thecontestlist:hover .inner-box {
    background-color: rgba(212, 210, 210, 0.78);
}
.thecontestlist:hover .theme-btn.btn-style-one {
  text-align: center;
    position: relative;
    display: inline-block;
    line-height: 24px;
    font-size: 15px;
    text-transform: uppercase;
    background: #498c80;
    border: 2px solid #498c80!important;
    color: #fff!important;
    border-radius: 3px;
    padding: 10px;
}
.thecontestlist a h2 {
    color: #428bca;
}

.thecontestlist a {
    color: #000 !important;
}

.thecontestlist a:hover {
    text-decoration: none;
}
  img.sponsors {
      float: left;
    width: 100%;
    margin-right: 20px;
    height: auto !important;
}
.carousel {    padding: 0px 25px;}
.carousel-inner>.item {
	height: 155px;}
.sponsors h2, .sponsors h3 {
    margin: 3px;
}
.item.sponsor-item {
    border-bottom: solid 1px #ccc;
    float: left;
    margin-top: 10px;
    width: 100%;
    padding-bottom: 11px;
}
.sponsors h4 {
    margin: 0px;
}
div#theSponsors {
    float: left;
    margin-bottom: 25px;
    padding-bottom: 17px;
}ul.ulrules {
    margin: 28px 0 0px 0px;
    padding: 0px;
}

li.rules {
    margin: 0px;
    list-style: none;
}

.ulrules li a {
    font-weight: bold;
    display: block;
    padding: 3px;
    border-bottom: solid 1px #ccc;
}.ulrules li.main a {
    font-size: 16px;
    padding: 8px 16px;
    border-bottom: solid 2px #ccc;
}

.ulrules li a:hover {
    text-decoration: none;
    background-color: #e0e0e0;
}
.ulrules li a.selected {
    background-color: #efefef;
}
.carousel-control.left,
.carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

.carousel-control.left span {
  
}

.carousel-control.right span {
  
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
 
    color: #737373;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
.modal .form-group label {
    font-weight: normal;
    width: 100%;
}
div#site_login_form {
    -webkit-transform: translate3d(0, 0, 0);
}

.modal .form-group input {
    width: 100%;
    margin: 0px;
}.fileadd span {
    float: left;
    border-radius: 10px;
    background-color: gainsboro;
    padding: 4px 10px;
    font-size: 15px;
}

.fileadd {    float: left;
    padding-top: 5px;
    border-bottom: solid 1px #CCD;
}
div#addupload {
   border-radius: 5px;
    cursor: pointer;
    background-color: #ccc;
    float: left;
    padding: 5px;
    margin-top: 8px;
}div#addupload:hover {
    background-color: #ddd;
}#addupload .glyphicon {
    margin-right: 7px;
}form#entry {float: left;
    border: solid 4px #ccc;
    padding: 10px;
    border-radius: 10px;
}.form-text {
   width: 100%;
    float: left;
    display: block;
}.text-muted {
    color: #969696!important;
}.fileadd .form-group a {
    float: right;
    font-size: 12px;
    background: #ccc;
    padding: 5px;
    color: #31708f;
}
.borderbottom {
    margin-bottom: 10px;
    border-bottom: solid 2px #ccc;
    padding-bottom: 10px;
}
/**********************************
    Grid
***********************************/
.container {
    margin: 0 auto;
}.container.homepagecontent {
    margin-top: 54px;
}
.row {padding-top:10px;padding-bottom:10px}		
@media (min-width: 33rem) { /* 40rem */
    .column {
        float: left;
        padding-left: 1.32rem; /* 1rem */
        padding-right: 1.32rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-third { width: 66.7%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.3%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }
    .column.flow-opposite { float: right; }  
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

   
/**********************************
    Elements
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

img.circle {border-radius:500px;margin-top:0;}
img.bordered {border: #ccc 1px solid;}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

.column > img, 
.column > figure, 
.column > .embed-responsive {
    margin-top: 1em;margin-bottom: 1em;
}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-3px;font-size:2em;}
.list > h2, .list > h3 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;color:rgba(51,51,51,0.44);}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

.btn {
    font-size: 1em;
    line-height: 2em;
    border-radius: 5px;
    letter-spacing: 1px;   

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.btn.btn-primary {color: #ffffff;background-color:#622682;}
.btn.btn-primary:hover {color: #ffffff;background-color: #3c1352;
    border-color: #3c1352;}
.btn.btn-default {color: #333333;background-color: #d3d3d3;}
.btn.btn-default:hover {color: #111;background-color: #ccc;border-color: #ccc;}

.btn.btn-default.removefromfaves {
  background-color: red !important;
  color: #fff !important;
}
.social a > i {text-decoration:none;color:#333;font-size:1.5em;margin:0 5px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#08c9b9;}


/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: #000;   
}
figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.hdr:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%; 
	padding: 0 2.5em;
	color: #fff;
	font-size: 1.55em;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
figure.hdr h2 {
	font-weight: 300;
	text-transform: uppercase;
    color: rgba(255,255,255,0.9);
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-transform: uppercase;
}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
	height: 70%; 
}
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
} 
/* Four */
figure.four figcaption {
	height: 60%; 
	text-align: left;
}
figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure.six figcaption {
	height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
figure.six p {
	padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
	height: 90%;
	text-align:left;
}
figure.seven h2 {
	border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}
div#s-results {
    margin-bottom: 11px;
    margin-top: 15px;
}
a.black {
    text-decoration: underline;
    color: #000;
}

.rightactioncard {
    float: right;
}

.rightactioncard a {
    margin-left: 3px;
}

a.btn.btn-default.red {
    color: red;
}
.alert-success2 {
    padding: 2px 17px;
    margin-bottom: 0px;
    background-color: orange;
}
.alert-success2 a {
    color: #fff;
    font-size: 1.5em;
    padding-top: 5px;
    display: block;
}
.card-header.winner {
    background-color: orange;
    padding: 0px 15px;
}
h2 span {
    font-size: 18px;
}
.alert-success2 .col-md-3.pull-right {
    display: block;
    border-left: solid 1px #fff;
    height: 100% !important;
}
ul li a span {
    display: block;
    font-size: 12px;
    font-style: italic;
}