@viewport{
    /*zoom: 1.0;
    width: extend-to-zoom;*/
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

@-o-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}


html {}

body {
  background: #ddd;
  color: #000000;
  font-family: 'Merriweather Sans', sans-serif;
  height: 100vh;
}

a:link, a:visited {
	color: #0f5bf7;
	text-decoration: none;
}

a:hover, a:active {
	color: #ED002F;
	text-decoration: none;
}

p.italic {
  font-style: italic;
}

p.red {
  color: #d92027;
}

p.blue {
  color: #16A1FB;
}

p.italic {
  font-style: italic;
}

li.blue {
  color: #16A1FB;
}

table tr:nth-child(even) {
  background: #eeeeee;
}

table tr:nth-child(odd) {
  background: #b8d0e8;
}

/* Blue Button */
.btn-primary:link,
.btn-primary:visited {
	color: #FFFFFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #214c70;
	*background-color: #214c70;
	background-image: -moz-linear-gradient(top, #337ab7, #214c70);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#337ab7), to(#214c70));
	background-image: -webkit-linear-gradient(top, #337ab7, #214c70);
	background-image: -o-linear-gradient(top, #337ab7, #214c70);
	background-image: linear-gradient(to bottom, #337ab7, #214c70);
	background-repeat: repeat-x;
	border-color: #214c70;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#337ab7', endColorstr='#214c70', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus {
	color: #FFFFFF;
	background-color: #214c70;
	*background-color: #214c70;
  background-image: none;
}

.btn-primary:active {
  color: #FFFFFF;
  background-color: #337ab7;
  *background-color: #337ab7;
  background-image: none;
}

/* Red Button */
.btn-primary:link.redBtn,
.btn-primary:visited.redBtn {
	color: #FFFFFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #851418;
	*background-color: #851418;
	background-image: -moz-linear-gradient(top, #d92027, #851418);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d92027), to(#851418));
	background-image: -webkit-linear-gradient(top, #d92027, #851418);
	background-image: -o-linear-gradient(top, #d92027, #851418);
	background-image: linear-gradient(to bottom, #d92027, #851418);
	background-repeat: repeat-x;
	border-color: #851418;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92027', endColorstr='#851418', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover.redBtn,
.btn-primary:focus.redBtn {
	color: #FFFFFF;
	background-color: #851418;
	*background-color: #851418;
  background-image: none;
}

.btn-primary:active.redBtn {
  color: #FFFFFF;
  background-color: #d92027;
  *background-color: #d92027;
  background-image: none;
}


div.inset {
  padding-left: 15px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Ubuntu', sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
}

ul {

}

ul.disc {
  list-style-type: disc;
  padding-left: 20px;
}

ul.spacing li {
  padding-bottom: 5px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 360px;
}

#page-container {
  min-height: 100%;
  position: relative;
  padding-bottom: 70px;
}

#header-container {
  position: relative;
  height: 220px;
  background: #EEEEEE url('../images/banner_sasca_rccc_s.png') no-repeat center center;
  background-size: cover;
  transition: 0.2s;
}

#content-container {
  padding: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#footer-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #003d64;
  color: #FFF;
  border-top: 2px #000 solid;
}

#header-logo {
  border: 0;
  height: 150px;
  margin: 13px;
}

#nav-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3em;
  background-color: #003d64;
  box-shadow: 0px 3px 3px #888888;
  border-top: 1px solid #000000;
}

nav {
  font-weight: bold;
  text-transform: uppercase;
}

nav .menu-btn {
  display: none;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 1em;
}

nav ul li a {
  display: block;
  float: left;
  width: 8em;
  height: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 2.99em;
  transition: 0.2s;
  font-family: 'Ubuntu', sans-serif;
}

nav ul li a.wide {
  width: 12em;
}

nav ul li a:link,
nav ul li a:visited {
  background-color: #003d64;
  color: #FFFFFF;
}

nav ul li a:hover,
nav ul li a:active {
  background-color: #16A1FB;
  color: #FFFFFF;
}



/* ******************************************************* */

/*********************************
******* Index Page ***************/
.notification-block {
  margin-bottom: 10px;
  display: none;
}

.notification-block .btn {

}

#content-notifications {
  display: block;
  margin-bottom: 5px;
}

.quick-block {
  position: relative;
  width: 31%;
  height: 8.5em;
  border: 1px solid #000;
  background-color: #FFFFFF;
  color: #000000;
  float: left;
  margin-left: 2%;
  box-shadow: 3px 3px 3px #888888;
}

.quick-block .title {
  position: relative;
  margin: 0;
  width: 100%;
  height: 25%;
  line-height: 2em;
  vertical-align: middle;
  padding-left: 7px;
  background-color: #003d64;
  color: #FFFFFF;
  font-weight: bold;
  overflow: hidden;
}

.quick-block .content {
  height: 75%;
  width: 100%;
  margin: 0;
  padding: 3px;
  overflow: hidden;
}

.quick-block .btn {
  padding: 6px 10px;
}

/* Next Event */
.quick-block .content.nextEvent,
.quick-block .content.nextMeeting {
  padding: 0;
}

.quick-block-left {
  float: left;
  width: 50%;
  padding: 3px 5px;
}

.quick-block-right {
  float: left;
  width: 50%;
  height: 100%;
  padding: 3px 3px 5px 15px;
  text-align: center;
}

.quick-block .nextEvent .quick-block-left {
  width: 40%;
}

.quick-block .nextEvent .quick-block-right {
  width: 60%;
  margin-top: 16px;
}

.quick-block .nextEvent .quick-block-right .btn {
  margin-right: 4px;
  margin-top: 5px;
}

.quick-block-right .btn {
  margin: 2px auto;
}

/* Event Results */
.quick-block .resultsGroup {
  text-align: center;
  margin-top: 13px;
}

.quick-block .resultsGroup .btn-primary {
  margin-right: 5px;
  width: 7em;
}

.quick-block .resultsGroup .btn-primary:last-of-type {
  margin-right: 0px;
}

/* Next Meeting */
.nextMeeting .quick-block-left {
  width: 13em;
}

.nextMeeting .quick-block-right {
  float: left;
  padding: 0;
  width: 50%;
  height: 100%;
  margin-top: 20px;
  text-align: center;
}

.nextMeeting .quick-block-right a.btn {
  align-self: center;
}

/* @Content */
#content {
  margin-top: 15px;
  width: 695px;
  display: inline-block;
}

img.merch-link {
  width: 700px;
}

/*********************************
******* @BOD **********************/
#bod {
	margin: 0 auto 0 auto;
}

table.bod,
table.chairs {
	background: #fff;
	border: 1px solid #ccc;
}

table.bod td,
table.chairs td {
	margin-right: 1px;
	padding: 2px 5px;
	border-left: 1px solid #ccc;
}

table.bod td.title {
    width: 145px;
    font-weight: bold;
}

table.chairs td.title {
	width: 175px;
	font-weight: bold;
}

table.bod td.name {
    width: 200px;
}

table.chairs td.name {
	width: 250px;
}

table.bod td.email a {
  font-size: 1.25em;
  margin-top: 2px;
}


table.chairs tr.even {
	background-color: #b8d0e8;
}

table.chairs tr.even td.name, table.chairs tr.even td.email {
	border-left: 1px solid #fff;
}

table.chairs tr.odd td.name, table.chairs tr.odd td.email {
	border-left: 1px solid #ddd;
}

/* @Calendar */
#calendar {
  margin-top: 15px;
}

#calendar .add_cal {
  float: left;
  height: 80px;
  margin-right: 25px;
  text-align: center;
}

#calendar .add_cal .icon {
  height: 4em;
  border: 0;
}

#calendar .add_cal p {
  text-align: justify;
  margin-top: 10px;
  line-height: 2em;
}


/* @ByLaws */
#bylaws .heading {
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}

#bylaws .top {
	margin-top: 0 !important;
}

#bylaws .subheading {
	text-align: center;
	margin-top: 5px;
}

#bylaws .section {
	margin-top: 20px;
}

#bylaws .description {
	margin-top: 15px;
	margin-left: 20px;
}

/* @Itinerary Page */
#itinerary {
	margin: 0 auto 0 auto;
}

#itinerary tr:nth-child(even) {
  background: #eeeeee;
}

#itinerary tr:nth-child(odd) {
  background: #b8d0e8;
}

#itinerary tr.even {
	background: #b8d0e8;
}

#itinerary tr.odd {
	background: #FFF;
}

#itinerary table {
	margin-top: 5px;
}

#itinerary table tr {
	height: 18px;
}

#itinerary table th {
	height: 23px;
	padding-left: 0px;
	vertical-align: middle;
	background: #003d64;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
}

#itinerary table th.right {
  text-align: right;
}

#itinerary table td {
	vertical-align: middle;
	height: 25px;
	padding-left: 10px;
}

#itinerary table td.desc {
	text-align: left;
	font-weight: bold;
	width: 150px;
}

#itinerary table td.time {
	text-align: right;
  width: 7em;
}

#itinerary table td.dash {
	width: 30px;
	text-align: center;
}

#itinerary table td.ext {
	width: 250px;
}

/* @Registration Page */
#register {
	width: 100%;
	margin: 0 auto 0 auto;
}

#events {

}

#events tr:nth-child(even) {
  background: #eeeeee;
}

#events tr:nth-child(odd) {
  background: #b8d0e8;
}

#events td {
	text-align: center;
	vertical-align: middle;
	height: 30px;
}

#events td .btn {
  padding: 3px 6px;
}

#events th {
	height: 23px;
	vertical-align: middle;
	background: #003d64;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
	font-size: 16px;
	padding-left: 5px;
}

#events th.number {
	width: 55px;
}

#events th.date {
  text-align: center;
	width: 150px;
}

#events th.location {
  text-align: center;
	width: 175px;
}

#events th.register {
  text-align: center;
	width: 125px;
}

#events th.info {
	width: 300px;
}

#events td.number {
	text-align: left;
}

#events td.date {
	text-align: left;
	padding-left: 15px;
}

#events td.location {
	text-align: center;
}

#events td.register {
	text-align: center;
}

#events td.info {
	text-align: left;
	padding-left: 15px;
}

#events tr.even {
	background: #b8d0e8;
}

#events tr.odd {
	background: #FFF;
}

#events td.canceled, a.canceled {
  color: #FF0000;
}

.ques_ans p.ques {
  font-size: 14px;
  font-weight: bold;
}

.ques_ans p.ans {
  margin: 5px 0 15px 20px;
}

.ques_ans li {
  list-style-type: disc;
  margin-left: 15px;
}

/* @FAQ - FAQ Page */

#faq {

}


/* @Tech Inspection Page */
#tech p {
	padding-left: 20px;
}

#tech p.top {
	padding-top: 15px;
}

#tech p.heading {
	padding-top: 15px;
	padding-left: 0px;
	font-weight: bold;
}

#tech ol {
	margin-top: 5px;
	margin-left: 20px;
}

#tech li {
	margin-left: 15px;
	list-style-type: decimal;
}


/* @Rules - Club Rules */
#rules .heading {
	font-weight: bold;
	text-align: center;
}

#rules ol {
	margin-top: 5px;
	margin-left: 7px;
}

#rules li {
	margin-top: 15px;
	margin-left: 15px;
	list-style-type: upper-roman;
}

#rules ol ol {
	margin-top: 20px;
	margin-left: 20px;
}

#rules ol ol li {
	margin-top: 10px;
	margin-left: 15px;
	list-style-type: upper-alpha;
}

#rules ol ul {
	list-style-type: none;
}

#rules ol ul li {
	list-style-type: none;
}

#rules ol ul ol {

}

#rules ol ul ol li {
	list-style-type: upper-alpha;
}

#rules table.schedule {
	text-align: left;
}

#rules table.schedule td {
	width: 175px;
}


/* @History Page */
#history {

}

#history p {
	margin-bottom: 20px;
}

/* @Novices - Main Page */
#novice_links {
  width: 1450px;
  margin: 0 auto;
  text-align: center;
}

#novice_links .btn {
  width: 20%;
  margin-bottom: 5px;
}


/* @Novices - First Time */
#firsttime p {
	margin-bottom: 15px;
}

#firsttime p.heading {
	margin-left: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

#firsttime p.desc, #firsttime ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

#firsttime ul {
	list-style-type: disc;
}

#firsttime ul li {
	margin-bottom: 10px;
}

/* @Membership Page */
#membership {

}

#membership p {
	display: block;
	padding: 5px 0 5px 15px;
}

#membership ul {
	padding-left: 15px;
}

#membership ul li {
	list-style: disc;
	list-style-position: inside;
}

/* Doubles - @Doubles */
#doubles_require, #doubles_work, #doubles_rules {
  list-style-type: decimal;
  margin-left: 10px;
}


/* Covid Page */
#covid table {
  border: 1px solid #000000;
}

#covid table tr {

}

#covid table tr th {
  background-color: #b8d0e8;
  text-align: center;
  border: 1px solid #000000;
  font-size: 24px;
}

#covid table tr td {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding: 1px 9px;
}

#covid table tr td div.sub-info {
  margin-left: 40px;
}

#covid table tr td ol {
  list-style: decimal;
}

#covid table tr td ul {
  list-style: disc;
}


/*** End Covid Styles ***/

@media only screen and (max-width : 1425px) {
  .quick-block .nextEvent .quick-block-left {
    width: 50%;
  }

  .quick-block .nextEvent .quick-block-right {
    width: 50%;
    margin-top: 0;
  }

  .quick-block .nextEvent .quick-block-right a.btn {
    margin-top: 3px;
  }

  .quick-block .resultsGroup a.btn {
    width: 23%;
    padding: 6px 8px;
  }

  .nextMeeting .quick-block-right {
    width: auto;
    padding: 0;
  }

  img.merch-link {
    width: 700px;
  }

  /* @Novices - Main Page */
  #novice_links {
    width: 100%;
    margin: 0 auto;
  }

  #novice_links .btn {
    width: 49%;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
  }
}

@media only screen and (max-width : 1200px) {
  /* Event Results - 1200 */
  .quick-block.results p {
    display: inline-block;
    width: 20%;
    text-align: center;
  }

  .quick-block .resultsGroup {
    float: right;
    text-align: center;
    margin-top: 5px;
    width: 15em;
  }

  .quick-block .resultsGroup a.btn {
    width: 7em;
    font-size: 100%;
    margin-bottom: 3px;
  }

  .quick-block .resultsGroup a.btn:nth-of-type(even) {
    margin-right: 3px;
  }

  .quick-block .nextMeeting a.btn {

  }

  #novices {
    width: 100%;
  }

  #novice_links .btn {
    width: 49%;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
  }
}

/* ******************************************************* */
/*MEDIA QUERY*/
@media only screen and (max-width : 1025px) {
  nav ul li a {
    width: 6em;
    font-size: 14px;
  }
}

@media only screen and (max-width : 960px) {

  html {}

  body {

  }

  #page-container {
    position: relative;
  }

  #header-container {

  	/*background-image:url('../images/sasca_header.png');*/
  }

  .quick-block.results p {
    display: inline-block;
    width: 20%;
    text-align: center;
  }

  .quick-block {
    width: 45%;
  }

  /* Next Event - 960 */
  .quick-block.meeting {
    width: 50%;
    margin-top: 20px;
    margin-left: 25%;
  }

  /* Event Results - 960 */
  .quick-block .resultsGroup {
    float: right;
    text-align: center;
    margin-top: 3px;
    width: 15em;
  }

  .quick-block .resultsGroup a.btn {
    width: 7em;
    font-size: 100%;
    margin-bottom: 3px;
  }

  .quick-block .resultsGroup a.btn:nth-of-type(even) {
    margin-right: 3px;
  }

  img.merch-link {
    width: 500px;
  }

  #novices {
    width: 100%;
  }

  #novice_links .btn {
    width: 49%;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  nav ul li a {
    width: 6em;
    font-size: 14px;
  }

  #content-container {

  }

  #content {
    width: 100%;
  }

  #footer-container {

  }
}

@media only screen and (max-width : 850px) {
  nav ul li a {
    width: 6em;
    height: 100%;
    font-size: 12px;
    line-height: 3.49em;
  }

  nav ul li a.wide {
    width: 10em;
  }
}

/* 680 */
@media only screen and (max-width : 680px) {

  html {}

  body {

  }

  img.merch-link {
    width: 350px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3, h4, h5 {
    font-size: 22px;
  }

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

  #page-container {
    position: relative;
  }

  #header-container {
    position: relative;
    height: 130px;
    background: #000000;
  }

  #header-logo-url {
    display: block;
    text-align: center;
  }

  #header-logo {
    border: 0;
    margin: 7px 0 0 0;
    height: 75px;
  }

  #nav-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3em;
    background-color: #003d64;
    z-index: 98;
  }

  .menu-btn {
    display: block;
    position: absolute;
    width: 20px;
    right: 10px;
    top: 7px;
  }

  .menu-btn div {
   position: absolute;
   right: 10px;
   top: 15px;
   width: 20px;
   padding-right: 8px;
   line-height: 1.2;
   font-size: 18px;
   font-weight: 200;
   vertical-align: middle;
   z-index: 99;
  }

  .menu-btn span {
   display: block;
   width: 19px;
   height: 3px;
   margin: 4px 0;
   background: rgb(255,255,255);
   z-index: 99;
  }

  .responsive-menu{
   display: none;
  }

  .expand {
   display: block !important;
  }

  #nav-links {
    display: none;
  }

  nav {
    font-weight: bold;
    text-transform: uppercase;
  }

  nav .menu-btn {
    display: none;
  }

  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 1em;
  }

  nav ul li a {
    display: block;
    width: 100%;
    height: 3em;
    text-align: center;
    font-size: 14px;
    line-height: 3em;
    transition: 0.2s;
  }

  nav ul li a.wide {
    width: 100%;
  }

  nav ul li a:link,
  nav ul li a:visited {
    background-color: #003d64;
    color: #FFFFFF;
  }

  nav ul li a:hover,
  nav ul li a:active {
    background-color: #16A1FB;
    color: #FFFFFF;
  }

  #content-container {

  }

  #content {
    width: 100%;
  }

  #footer-container {

  }

  /* @Home - 640 */
  #novices {
    width: 100%;
  }

  #novice_links .btn {
    width: 100%;
    clear: both;
    margin-bottom: 5px;
    margin-right: 5px;
  }


  /* Mobile View */
  .notification-block {
    display: block;
  }

  .notification-block .btn {
    width: 100%;
    margin-bottom: 5px;
  }

  #content-notifications {
    display: none;
    margin-bottom: 0px;
  }

  .quick-block .nextEvent .quick-block-left {
    width: 30%;
  }

  .quick-block .nextEvent .quick-block-right {
    width: 70%;
    margin-top: 20px;
  }

  .quick-block .nextEvent .quick-block-right a.btn {
    margin-right: 4px;
    margin-top: 5px;
  }

  .quick-block.results p {
    width: 100%;
    text-align: left;
  }

  .quick-block .resultsGroup {
    width: 100%;
  }

  .quick-block, .quick-block.meeting {
    width: 100%;
    height: 8.5em;
    margin: 0 auto 1em auto;
    border: 1px solid #000;
    float: none;
  }

  .quick-block .title {
    position: absolute;
    top: 0;
    height: 1.7em;
    line-height: 1.7em;
    vertical-align: middle;
    width: 100%;
    padding: 0 5px;
    background-color: #003d64;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
  }

  .quick-block .content {
    margin-top: 1.6em;
  }

  /* Next Event */
  .quick-block-right {
    margin-top: 4px;
  }

  /* Event Results */
  .quick-block .resultsGroup {
    margin-top: 10px;
  }

  .quick-block .resultsGroup a.btn {
    margin-right: 4px !important;
  }
}

@media only screen and (max-width : 460px) {
  .quick-block .nextEvent .quick-block-left {
    width: 50%;
  }

  .quick-block .nextEvent .quick-block-right {
    width: 50%;
    margin-top: 2px;
  }

  .quick-block.results p {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin-top: 10px;
  }

  .quick-block .resultsGroup {
    float: right;
    text-align: center;
    margin-top: 8px;
    width: 15em;
  }

  #novice_links .btn {
    width: 100%;
    margin-bottom: 5px;
  }
}
