/* ---------------------- */
/*	Basic Styling	*/
/* ---------------------- */

body {
	color:#19305C;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:12pt;
}

body, html {
	height: 100%;
}

body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url(Sedona_142102429_full.jpg) top center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

img {	border:0;}


/* ---------------------- */
/*	Header Styling	*/
/* ---------------------- */
.headbar {
	position:fixed;
	top:0;
	z-index: 100;
	border-collapse:collapse;
	margin:0;
	padding:0;
	width: 100%;
}
.subheadbar {
	border-collapse:collapse;
	margin:100px 0 0 0;
	padding:0;
	width: 100%;
}
.gradientclass {
	background: #19305c; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(-90deg, #19305c 10%, #6b7a95, #19305c 90%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-90deg, #19305c 10%, #6b7a95, #19305c 90%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(-90deg, #19305c 10%, #6b7a95, #19305c 90%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-90deg, #19305c 10%, #6b7a95, #19305c 90%); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19305c', endColorstr='#19305c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
p.headertext {
	font-size:120%;
	line-height:1;
	color:#fff;
	letter-spacing:4px;
	font-weight:300;
	margin-top:.2em;
	margin-bottom:.4em;
}
img.logo {
	margin:10px auto;
	padding:0;
	height:80px;
	width:223px;
}


/* ---------------------- */
/*	Body Content	*/
/* ---------------------- */

img.icon {
	width:19px;
	height:auto;
}
i.carat {
	border: solid #19305c;
	border-width: 6px 0 0 6px;
	border-radius: 5px 0 0 0;
	display: inline-block;
	padding: 9px;
	width:7px;
	height:7px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.parallax {
	padding-top:7.5vh;
}
.overlay-header {
	width: 65vw;
	max-width: 900px;
	padding:1% 3% 3% 3%;
	margin:3vh auto 12vh auto;
	background: rgba(256, 256, 256, 0.92);
	border-radius:13px;
	box-shadow:10px 20px 15px rgba(0, 0, 0, 0.4);
}
.overlay-call {
	width: 55vw;
	max-width:600px;
	padding:.5em;
	margin:-17vh auto 7vh auto;
	background: rgba(256, 256, 256, 0.97);
	border-radius:13px;
	border:6px solid #d40000;
	box-shadow:10px 20px 15px rgba(0, 0, 0, 0.4);
}
#flex-column-row {
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:92vw;
	justify-content: center;
	padding: 0 1vw 10vh 1vw;
	margin:0 auto;
}
.overlay-columns {
	display:inline-block;
	width: 19vw;
	padding:1em 1em .7em 1em;
	background: rgba(256, 256, 256, 0.92); 
	border-radius:13px;
	box-shadow:10px 20px 15px rgba(0, 0, 0, 0.4);
}
.over-col-1 {	margin: 0 1vw 1vw 0	}
.over-col-2 {	margin: 0 1vw 1vw 1vw	}
.over-col-3 {	margin: 0 1vw 1vw 1vw	}
.over-col-4 {	margin: 0 0 1vw 1vw	}
.overlay-columns p {
	margin: auto auto 7px auto;
}
.blockbar {
	height:57px;
	width:90%;
	max-width:600px;
	background-color:#fff;
	margin:0 auto;
	text-align:center;
	background: rgba(256, 256, 256, 0.92);
	border-radius:13px;
	box-shadow:10px 20px 15px rgba(0, 0, 0, 0.4);
}
.overlay-overview {
	display: block;
	width: 80vw;
	padding:2% 3%;
	margin: 12vh auto;
	background: rgba(256, 256, 256, 0.92);
	border-radius:13px;
	box-shadow:10px 20px 15px rgba(0, 0, 0, 0.4);
}
.over-rover {
	display: inline-block;
	width: 55%;
}
.objectives {
	display: inline-block;
	width: 37%;
	padding-left: 3%;
}
.progbar {
	width:80vw;
	max-width:450px;
	background-color:#fff;
	margin:12vh auto 3vh auto;
	padding:1.5em;
	text-align:center;
	background: rgba(256, 256, 256, 0.92);
	border-radius:13px;
	box-shadow:10px 20px 15px rgba(0, 0, 0, 0.4);
}
.overlay-program {
	width: 80vw;
	padding: 2% 3% 3.5% 3%;
	margin: 1vh auto 56vh auto;
	background: rgba(256, 256, 256, .92);
	border-radius:13px;
	box-shadow:10px 20px 15px rgba(0, 0, 0, 0.4);
}
.overlay-callpage {
	width: 90vw;
	max-width: 900px;
	padding:1% 3%;
	margin: 0 auto 8vh auto;
	background: rgba(256, 256, 256, .92);
	border-radius:13px;
	box-shadow:10px 20px 15px rgba(0, 0, 0, 0.4);
}
.overlay-posterpage {
	width: 90vw;
	max-width:1300px;
	padding: 1% 3%;
	margin: 0 auto 8vh auto;
	background: rgba(256, 256, 256, .92);
	border-radius: 13px;
	box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.4);
}
.overlay-reg-grid {
	width: 90vw;
	max-width:1200px;
	padding: 2% 3% 3.5% 3%;
	margin: 0 auto 12vh auto;
	background: rgba(256, 256, 256, .92);
	border-radius:13px;
	box-shadow:10px 20px 15px rgba(0, 0, 0, 0.4);
}
.overlay-reg-columns {
	display:inline-block;
	width: 30vw;
	padding: 1em 2em;
	background: rgba(256, 256, 256, 0.92); 
	border-radius:13px;
	box-shadow:10px 20px 15px rgba(0, 0, 0, 0.4);
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 101; /* Sit on top */
  padding-top: 67px; /* Location of the box */
  padding-bottom: 25px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgb(f,f,f);
  background-color: rgba(0,0,0,0.4);
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #19305c;
  margin: auto;
  padding: 0;
  border: 6px solid #19305c;
  border-radius:13px;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: yellow;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding:1em 1em 1.6em 1em;
  background-color: #19305c;
  color: white;
}
.modal-body {
  padding: 2px 16px;
  background-color: #eee;
  border-radius:9px;
  max-height:80vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal-footer {
  padding: 2px 16px;
  background-color: #19305c;
  color: white;
  margin-bottom:0;
}
.button-style {
  font-size:10.5pt;
  background: ddd;
  border: 2px solid #19305c;
  color: #19305c;
  padding:4px 9px 3px 9px;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 7px;
}
.button-transit {
  color: #19305c;
}
.button-transit:hover {
  background-color: #15B0D6;
  color: #fff;
}
/* Columns for modal content */
div.collies {
	width:100%;
	max-width:1170px;
	
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	
	-webkit-column-width:30%;
	-moz-column-width:30%;
	column-width:30%;
	
	-webkit-column-rule: 2px dotted #19305c; /* Chrome, Safari, Opera */
	-moz-column-rule: 2px dotted #19305c; /* Firefox */
	column-rule: 2px dotted #19305c;
	
	-webkit-column-gap: 5%; /* Chrome, Safari, Opera */
	-moz-column-gap: 5%; /* Firefox */
	column-gap: 5%;
}
.collies p {
	line-height:1.3; 
}
img.modal-icon {
	height:20px;
	width:20px;
	margin:0;
	border:0;
	vertical-align:middle;
}

/*	*/
/* Button styling for Call and Reg pages	*/
/*	*/

.big-button {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  display: block;
  border-radius: 31px;
  background-color: #0caedf;
  border: 3px solid #19305c;
  color: #FFFFFF;
  text-align: center;
  vertical-align:middle;
  font-size: 225%;
  font-weight: 600;
  padding: 20px;
  overflow: auto;
  transition: all 0.5s;
  cursor: pointer;
  width:40%;
  margin:2% auto 2% auto;
}
.big-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.big-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.big-button:hover span {
  padding-right: 25px;
}
.big-button:hover span:after {
  opacity: 1;
  right: 0;
}
.button2 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  display: block;
  border-radius: 15px;
  background-color: #F2AF2E;
  border: 2px solid #19305c;
  color: #000;
  text-align: center;
  vertical-align:middle;
  font-size: 85%;
  font-weight: 600;
  padding: 12px;
  overflow: auto;
  transition: all 0.5s;
  cursor: pointer;
  width: 37%;
  max-width: 450px;
  margin:1% auto;
}
.button2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button2 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button2:hover span {
  padding-right: 25px;
}
.button2:hover span:after {
  opacity: 1;
  right: 0;
}

/* ---------------------- */
/*	Credit Modal	*/
/* ---------------------- */

div.credit {
	width:80%;
	margin:3em auto;
}

/* ---------------------- */
/*	Program Grid	*/
/* ---------------------- */

table.program-grid {
	width:100%;
	border-collapse:collapse;
	margin:0 auto 4vh auto;
	border:3px solid #19305c;
}

td.grid {
	border: 1px solid #d1d6dd;
	vertical-align: top;
	background-color: #fff;
	padding: 0.5em 0.7em;
}

.btime {
	width:10%;
	text-align:center;
}
.btitle {
	width:50%;
}
.bname {
	width:40%;
}

td.day {
	border: 3px solid #19305c;
	font-size: 120%;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
	vertical-align: middle;
	background-color: #19305C;
	padding: 0.8em 1.5em !important;
}

td.sesh {
	font-weight: 700;
	font-size: 110%;
	line-height:1;
	background-color:#DBDFE4;
	padding: 1em 1.75em !important;
	border: 3px solid #19305c;
}

td.mods {
	font-size:87%;
	font-weight:600;
	font-style:italic;
	padding: 0.5em 1.25em;
}

table.proff {
	border-collapse:collapse;
	width:99%;
	margin-left:1%;
	background:#f6f6f6;
	border:1px solid #19305c;
}
table.proff td {
	border:1px solid #CCC;
	vertical-align:top;
	padding: 0.3em 0.5em;
}
table.proff td p {
	margin: 0 !important;
	line-height: 1.4;
}

/*	*/
/* Accordion for bottom of Program grid	*/
/*	*/

.accordion {
	background-color: #fff;
	border:0;
	color: #19305c;
	font-size:100%;
	cursor: pointer;
	padding:0;
	text-decoration:underline;
	font-weight:600;
}

.active, .accordion:hover {
	background-color: #7899da;
	color: #FFF;
}

.panel {
	background-color: #fff;
	border:5px solid #19305c;
	color: #19305c;
	display: none;
	overflow: hidden;
	padding: 15px 21px;
	margin: 11px;
	outline: none;
}

/* ---------------------- */
/*	Registration	*/
/* ---------------------- */

table.reg-grid {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto 1.5vh auto;
	border: 3px solid #19305c;
}

.reg-grid td {
	border: 1px solid #9eaaba;
	font-size: 90%;
	padding: .2em 1em
}
.reg-grid td.reg-dark { background:#C6CDD6; }
.reg-grid td.reg-light { background:#DBDFE4; }

ul.reg-includes {
	margin-top:.2em;
	margin-left:-12px;
}

/* ---------------------- */
/*	Supporters Modal	*/
/* ---------------------- */

div.supportercolumn {
	margin:0 10%;
	vertical-align:top;
	text-align:center;
	line-height:1.5;
}

#supcol1 {
	float: left;
}

#supcol2 {
	float: right;
}

/* ---------------------- */
/*	Declarations Modal	*/
/* ---------------------- */

div.declarations {
	font-size:90%;
	line-height:1.25;
	width:96%;
	margin:auto;
	vertical-align:top;
	padding:0;
}

div.decLeft {
	float:left;
	width:48%;
	padding:1%
	vertical-align:top;
}

div.decRight {
	float:right;
	width:48%;
	padding:1%
	vertical-align:top;
}

table.decblock td {
	padding:3px 5px;
	width:50%;
	border:1px solid #d1d6dd;
	vertical-align:top;
}


/* ---------------------- */
/*	Footer Styling	*/
/* ---------------------- */

div.gray-bar {
	background:#DBDFE4;
	font-size:85%;
	font-style:italic;
	line-height:2.6em;
	height:2.8em;
	width:100%;
	margin:0;
}
div.footerbar {
	text-align:center;
	width:100%;
	color:#FFF;
	font-size:93%;
	margin:0;
	padding:37px 0;
}


/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
/* BEGIN RESPONSIVE ADJUSTMENTS */
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */


@media screen and (max-width:1342px) {
  body {
	font-size: 11pt;
  }
}


@media screen and (max-width:1280px) {
  body {
	font-size: 11pt;
  }
  .program-grid td {
	padding: 4px 9px;
  }
  .overlay-columns {
	width: 18vw;
  }
  .over-col-1 {	margin: 2vh 1vw	}
  .over-col-2 {	margin: 2vh 1vw	}
  .over-col-3 {	margin: 2vh 1vw	}
  .over-col-4 {	margin: 2vh 1vw	}

  .overlay-call {
	margin: -15.5vh auto 7vh auto;
  }
}


@media screen and (max-width:1080px) {
  body, html {
	height: 100vh;
  }
  .overlay-columns {
	width: 40vw;
  }
  .over-col-1 {	margin: 0 1vw 2vw 0	}
  .over-col-2 {	margin: 0 0 2vw 1vw	}
  .over-col-3 {	margin: 0 1vw 2vw 0	}
  .over-col-4 {	margin: 0 0 2vw 1vw	}

  .overlay-columns ul {
	margin-left:1px;
  }
  .overlay-columns li {
	margin-left:-25px;
	font-size:87%;
	text-indent:-5px;
  }
  .overlay-columns li {
	margin-left: -17px;
  }
}


@media screen and (max-width:875px) {
  body {
	font-size:10pt;
  }
  .program-grid td {
	padding:3px 6px;
  }
  p.headertext {
	font-size:95%;
	letter-spacing:1.5px;
  }
  img.logo {
	margin:7px auto;
	height:60px;
	width:auto;
  }
  .subheadbar {
	margin:74px 0 0 0;
  }
  .overlay-call {
	padding: .35em;
	margin: -15vh auto 7vh auto;
	border-radius: 11px;
	border: 5px solid #d40000;
  }
  img.icon {
	width:15px;
  }
  div.decLeft {
	float:none;
	width:95%;
	margin:auto;
  }
  div.decRight {
	float:none;
	width:95%;
	margin:auto;
  }
  .button-style {
	font-size:9.5pt;
  }
  img.modal-icon {
	height:16px;
	width:16px;
  }
}



@media screen and (max-width:769px) {
  div.credit {
	width: 97%;
	padding: 5px;
  }
  img.icon {
	width:13px;
  }
  .btitle {
	width:45%;
  }
  .bname {
	width:45%;
  }
  div.supportercolumn {
	width:96%;
	margin:0 auto;
	float:none;
  }
  .overlay-columns {
	width: 80vw;
	border-radius:11px;
  }
  .overlay-reg-columns {
	display: block;
	width: 85vw;
	padding: 1em 2em;
	border-radius:11px;
  }
  .over-col-1 {	margin: 2vh 1vw	}
  .over-col-2 {	margin: 2vh 1vw	}
  .over-col-3 {	margin: 2vh 1vw	}
  .over-col-4 {	margin: 2vh 1vw	}

  .objectives {
	display:block;
	width:100%;
		padding-left: 0;
  }
  .over-rover {
	display: block;
	width: 100%;
  }
  .overlay-call {
	margin: -14vh auto 4vh auto;
  }
  .big-button {
   width:70%;
   margin-left: auto;
   margin-right: auto;
  }
  .button2 {
   width:50%;
   margin-left: auto;
   margin-right: auto;
  }
  .modal {
	position: fixed; /* Stay in place */
	z-index: 101; /* Sit on top */
	padding-top: 50px; /* Location of the box */
  }
  .modal-header {
	padding:.4em 1em .85em 1em;
	line-height:1;
	font-size: 87%;
  }
  .modal-footer {
	display:none;
  }
  .modal-body {
	max-height:70vh;
	overflow-y: scroll;
	overflow-x: hidden;
  }
  .close {
	font-size: 20px;
  }
  div.collies {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	
	-webkit-column-width:47%;
	-moz-column-width:47%;
	column-width:47%;
	
	-webkit-column-rule: 2px dotted #19305c; /* Chrome, Safari, Opera */
	-moz-column-rule: 2px dotted #19305c; /* Firefox */
	column-rule: 2px dotted #19305c;
	
	-webkit-column-gap: 5%; /* Chrome, Safari, Opera */
	-moz-column-gap: 5%; /* Firefox */
	column-gap: 5%;
  }
}



@media screen and (max-width:450px) {
  body {
	font-size:8.5pt;
  }
  p.headertext {
	font-size:80%;
	letter-spacing:1.3px;
  }
  img.icon {
	width:12px;
  }
  .reg-grid td.reg-dark { font-size:80%; padding: .2em .5em; }
  .reg-grid td.reg-light { font-size:80%; padding: .2em .5em; }
  ul.reg-includes {
	margin-left:-24px;
  }
  i.carat {
	border-width: 5px 0 0 5px;
	border-radius: 5px 0 0 0;
	padding: 6px;
	width: 5px;
	height: 5px;
  }
  .button-style {
	font-size:8pt;
  }
  img.modal-icon {
	height:13px;
	width:13px;
  }
  .modal {
	position: fixed; /* Stay in place */
	z-index: 101; /* Sit on top */
	padding-top: 50px; /* Location of the box */
  }
  #OrgzModal .modal-body {
	max-height:70vh;
	overflow:scroll;
	scroll-y:hide;
  }
  div.collies {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
	
	-webkit-column-width:90%;
	-moz-column-width:90%;
	column-width:90%;
	
	-webkit-column-rule: none;
	-moz-column-rule: none;
	column-rule: none;
	
	-webkit-column-gap: none;
	-moz-column-gap: none;
	column-gap: none;
  }
  .overlay-call {
	padding: .35em;
	margin: -13.5vh auto 4vh auto;
  }
  .overlay-columns {
	padding:7px 3px 7px 7px;
	border-radius:9px;
	width: 90vw;
  }
  .overlay-columns li {
	margin-left:-25px;
	font-size:87%;
	text-indent:-5px;
  }
}



@media screen and (max-width:350px) {
  table.reg-grid td {	font-size:6pt !important; }
}