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


* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
html {
    font-family: "Lucida Sans", sans-serif;
}
body{
margin:0;
padding:0;
}
img {
    max-width: 100%;
	height:auto;
}
img.club2logo{
	border:none;
}
table {
	width:98%;
}

td {
	width:24.5%;
}
td input{
	cursor:pointer;
	color:#3b5998;
	font-size:10px; 	
}
td input:hover{
	background-color:#3b5998; 
	color:#ffffff;
}
.tadmin{
	font-size:5.5px;
}
.form {
	background-color:#3b5998;
	color:#ffffff;
	cursor: pointer;
	padding:5px;
	border-radius:4px;
}
.form:hover {
    background-color: #ffffff;
	color: #3b5998;
}
.search {
	background-color:#dd4b39;
	color:#ffffff;
	cursor: pointer;
	padding:5px;
	border-radius:4px;
}
.search:hover {
    background-color: #ffffff;
	color: #dd4b39;
}
.headerlogo{
	margin:1px 0px 0px 5px;
	margin-top:5px;
}
.clublogo{
	display:none;
}
.club2logo{
	display:inline-block;
	margin: 0 0 0 2px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0 5px 0 5px;
    overflow: hidden;
    background-color: #3b5998;
}

li {
    float: right;
}

li a{
	display: inline-block;
    color: white;
    text-align: center;
    padding: 2px 5px;
	margin-top: 12px;
    text-decoration: none;
	cursor: pointer;
}
li a:hover{
    background-color: white;
	border-radius:4px;
	color: #3b5998;
}
.dropdown{
	display:inline-block;
}
.dropdown li{
	padding: 5px;
	margin: 5px;
    text-decoration:none;
	text-align: center;
	font-weight:bold;
	border-radius:4px;
	position: relative;
    display: inline-block;
	cursor: pointer;
	}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3b5998;
    min-width: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px;
    z-index: 1;
	right: 5px;
}
.dropdown-content a {
    padding: 2px 2px;
	margin: 4px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
	background-color: white;
	border-radius:4px;
	color: #3b5998;
}
.dropdown:hover .dropdown-content {
    display: block;
	border-radius:4px;
}

.contentinfo {
    background-color: whitesmoke;
    text-align: center;
    padding: 2px 0px 2px 0px;
}
.plansinfo {
    display:none;
}
.splansinfo {
    background-color: whitesmoke;
    text-align: center;
    padding: 2px 0px 2px 0px;
}
.bottomcontent {
    display:none;
}
.submenu {
    background-color: whitesmoke;
    color: #000000;
    text-align: center;
}
.submenu a {
	color: white;
	padding: 5px 4px 5px 4px;
	margin: 4px;
	display:inline-block;
}
.cbutton {
	margin: auto;
	text-decoration:none;
	border-radius:6px;
	background-color:#dd4b39;
	padding: 1px 2px;
	margin: 2px;
	font-size:12px;
	}
.cbutton:hover {
    background-color: white;
	color: #dd4b39;
}
.topbutton {
	margin: auto;
	text-decoration:none;
	border-radius:6px;
	background-color:#3b5998;
	padding: 1px 2px;
	margin: 2px;
	font-size:12px;
	}
.topbutton:hover {
    background-color: white;
	color: #3b5998;
}
.aside {
    background-color: white;
    padding: 15px;
    color: #000000;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.content {
    background-color: white;
    padding: 15px;
	color: #000000;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.plans {
    display:none;
}
.splans {
    background-color: white;
    padding: 15px;
	color: #000000;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.caption{
	font-size:14px; 
	background-color:#3b5998; 
	color:#ffffff;
	font-weight:bold;
	padding:8px;
	}
.thead {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
	font-size:10px; 
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}	
.forminfo {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
	padding-top:20px;
	padding-bottom:5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}	
.footer {
    background-color: #696969;
    color: #3b5998;
    text-align: center;
    font-size: 12px;
    padding: 5px;
}
.footer a {
	color: white;
}
.footer p {
	color: white;
}
#scroll{
	background-color:#696969;
	color:#ffffff;
	text-decoration:none;
	border-radius:4px;
}
#scroll:hover{
	background-color:#ffffff;
	color:#696969;
	border-radius:4px;
}
.fbutton {
	margin: auto;
	padding:5px;
    text-decoration:none;
	border-radius:2px;
	}
.fbutton:hover {
    background-color: white;
	color: #696969;
}

input[type=text], input[type=email], input[type=password], input[type=date],  input[type=file], textarea, select {
    width: 100%;
    min-width:90%; 
    padding: 12px;
    border: 1px solid #ccc;
	border-radius:4px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px
}

input[type=submit] {
	background-color: #3b5998;
	color: #ffffff;
	padding: 12px 20px;
	border: none;
	border-radius:4px;
	cursor: pointer;
	-webkit-appearance: none;
}

input[type=submit]:hover {
		background-color: #ffffff;
		color: #3b5998;
	}

audio {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
	
input[type="date"]::before{
    color: #999;
    content: attr(placeholder) ": ";
}
input[type="date"]:focus::before {
    content: "" !important;
}

select:required:invalid {
  color: #999;
}
/*option[value=""][disabled] {
  display: none;
}*/
option {
  color: black;
}


button{
		background-color: #3b5998;
		color: #ffffff;
		padding: 5px;
		border: none;
		border-radius:4px;
		cursor: pointer;
	}

button:hover {
		background-color: #ffffff;
		color: #3b5998;
	}

.button a{
    background-color: #dd4b39;
	color:white;
    padding: 6px 4px;
    width: 50%;
	text-decoration:none;
	border-radius:6px;
	font-weight:normal;
}
.button a:hover {
    background-color: white;
	color:#3b5998;
}
.container {
    padding: 16px;
}

.modal-content {
	color: #000000; 
    background-color: #fefefe;
    margin: 0% auto 5% auto; /* 0% from the top, 5% from the bottom and centered */
    border: 1px solid #888;
	border-radius:8px;
	width:90%;
}

.portal-content {
	color: #000000; 
    background-color: #fefefe;
    margin: 0% auto 5% auto; /* 0% from the top, 5% from the bottom and centered */
    border: 1px solid #888;
	border-radius:8px;
	width:95%;
}

.indent{
	padding:0 0 0 15px; 
	margin:0 0 0 0;
}
.post{
	padding:0 10px 0 15px; 
	margin:0 0 0 0;
	text-align:left;
}

.post a{
	color:#3b5998; 
	background-color:#ffffff;
	text-decoration:none; 
	padding:0 4px 0 0;
	border-radius:4px;
}

.post a:hover {
    background-color: #3b5998;
	color:#ffffff;
	padding:2px 2px 2px 2px;
}

.accordion{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	font-size:16px;
}
button.accordion {
    background-color: #ffffff;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #eee;
}

button.accordion:after {
    content: '\02795';
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	text-align:left;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}

.btn{
	margin:5px;
	-moz-box-shadow:inset 0 1px 0 0 #fff;
	-webkit-box-shadow:inset 0 1px 0 0 #fff;
	box-shadow:inset 0 1px 0 0 #fff;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#e9e9e9));
	background:-moz-linear-gradient(center top,#f9f9f9 5%,#e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	text-shadow:1px 1px 0 #fff;
}

.btn:hover{
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#e9e9e9),color-stop(1,#f9f9f9));
	background:-moz-linear-gradient(center top,#e9e9e9 5%,#f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}

.sidenav {
    height: 415px;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 74px;
    background-color: whitesmoke;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 70px;
	border-radius:8px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #3b5998 ;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #ffffff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 20px;
}


/* Style the container/contact section */
.contactcontainer {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px;
}

/* Create two columns that float next to eachother */
.contactcolumn {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
}

/* Clear floats after the columns */
.contactrow:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .contactcolumn{
        width: 100%;
        margin-top: 0;
    }
	
	.sidemain {
	display:none;
	}
}

@media screen and (max-height: 480px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}		
		
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (max-width: 320px) {
	/* For smart phones (portrait): */

	li a{
	font-size:13px;
	}
	
}

@media only screen and (min-width: 320px) {
	/* For smart phones (landscape): */
	
	.modal-content {
	width: 90%; /* Could be more or less, depending on screen size */
	}
	
	.portal-content {
	width: 95%; /* Could be more or less, depending on screen size */
	}
	
}

@media only screen and (min-width: 480px) {
	/* For smart phones (landscape): */
	
	ul {
    padding: 0 15px 0 5px;
    }
	
	.clublogo{
	display:inline-block;
	margin: 0 0 0 5px;
	}
	
	.club2logo{
	display:none;
	}
	
	li a{
    padding: 2px 10px;
	}
	
	.dropdown-content {
    min-width: 88px;
    right: 15px;
	}
	
	.dropdown-content a {
    padding: 2px 5px;
	}
	
	td input{
	font-size:14px;
	}
	
	.thead {
	font-size:14px; 
	}
	
	.caption{
	font-size:15px;
	}
	
	.tadmin{
	font-size:10px;
	}
	
	.modal-content {
	width: 80%; /* Could be more or less, depending on screen size */
	}
	
	.portal-content {
	width: 90%; /* Could be more or less, depending on screen size */
	}
	
}

@media only screen and (min-width: 600.02px) {
    /* For smaller tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	
	.headerlogo{
	margin:1px 0px 0px 20px;
	margin-top:5px
	}

	ul {
    padding: 0 30px 0 30px;
    }

	li a{
    padding: 2px 10px;
	margin: 10px;
	}
	
	.dropdown-content {
    min-width: 90px;
    right: 35px;
	}
	
	.dropdown-content a {
    padding: 2px 10px;
	}
	
	.plansinfo {
	display:inline-block;
    background-color: whitesmoke;
    text-align: center;
    padding: 2px 0px 2px 0px;
	}
	
	.splansinfo {
	display:none;
	}
	
	.sidemini {
	display:none;
	}
	
	.plans {
	display:inline-block;
    background-color: white;
    padding: 15px;
	color: #000000;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	}
	
	.splans {
	display:none;
	}

	.footer {
    padding: 5px;
	}
	
	.tadmin{
	font-size:14px;
	}
	
	.modal-content {
	width: 65%; /* Could be more or less, depending on screen size */
	}
	
	.portal-content {
	width: 80%; /* Could be more or less, depending on screen size */
	}
}
@media only screen and (min-width: 768px) {
    /* For larger tablets (portrait): */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
	.headerlogo{
	margin:1px 0px 0px 30px;
	margin-top:5px
	}
	
	ul {
    padding: 0 80px 0 80px;
    }

	li a{
    padding: 2px 10px;
	margin: 10px;
	}
	
	.dropdown-content {
    min-width: 90px;
    right: 85px;
	}
	
	.dropdown-content a {
    padding: 2px 10px;
	}
	
	td input{
	font-size:16px;
	}
	
	.thead {
	font-size:16px; 
	}

	.caption{
	font-size:16px; 
	}
	
	table {
	width:80%;
	}

	td {
	width:20%;
	}
	
	.fbutton {
	margin: 0 10px 0 10px;
	}
	
	.modal-content {
	width: 50%; /* Could be more or less, depending on screen size */
	}
	
	.portal-content {
	width: 70%; /* Could be more or less, depending on screen size */
	}
	
}

@media only screen and (min-width: 1024px) {
    /* For larger tablets (landscape),notebooks, and desktop: */
	.bottomcontent {
	display:inline-block;
    background-color: whitesmoke;
    color: #3b5998;
    text-align: center;
    padding: 4px 8px 4px 8px;
	}
	
	.tadmin{
	font-size:16px;
	}
	
	.modal-content {
	width: 35%; /* Could be more or less, depending on screen size */
	}
	
	.portal-content {
	width: 60%; /* Could be more or less, depending on screen size */
	}
}