/***** LAYOUT STYLES *****/
html, body {
	height: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

html, body {
	font-size: 100%;
}

body {
	background: #ccc;
}

img {
	width: 100%;
}

a:link, a:active, a:visited {
	color: #09afcb;
	text-decoration: none;
}

a:hover {
	color: #fc5730;
	text-decoration: underline;
}

.red-text {
	color: #f00;
}

.row {
	background: #fff;
}

.row.nobg {
	background: none;
}

.row.inside {
    width: 80em;
}

/***** MENU STYLES *****/
#toggle-menu {
	display: none;
}

.off-canvas-list li a, .off-canvas-submenu li a {
	text-decoration: none;
}

.off-canvas-submenu li {
	list-style-type: none;
}

.tab-bar {
	display: block;
	background: #fff;
}

a:link.menu-icon, a:active.menu-icon, a:visited.menu-icon, a:hover.menu-icon {
    text-decoration: none;
}

.tab-bar .menu-icon span {
    display: block;
    float: left;
    font-size: 24px;
    margin-top: 9px;
    margin-left: -25px;
    color: #fff;
	text-decoration: none;
}

/***** HEADER STYLES *****/
#header {
    width: 100%;
	height: 80px;
    background: #fff;
}

#logo-wrap {
    float: left;
    position: relative;
    /*left: 40%;*/
    left: 10%;
}

#logo {
    float: left;
    position: relative;
    /*left: -40%;*/
}

#logo img {
	width: 150px;
    margin-top: -10px;
}

#logo h1 {
    display: none;
}

#logo-wrap-small {
    display: none;
}

.top-bar-section {
    height: 80px;
}

.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
    background: #fff;
    color: #000;
}

.top-bar-section .has-dropdown > a::after {
    border-color: rgb(0, 0, 0) transparent transparent transparent;
}

.navbuttons {
    display: block;
    height: 80px;
    padding-top: 20px;
    z-index: 9999;
}

.navbuttons li {
	list-style-type: none;
    z-index: 9999;
    margin-right: 20px;
}

.navbuttons a:link, .navbuttons a:active, .navbuttons a:visited, .navbuttons a:hover {
	font-family: 'Arial';
	font-size: 16.5px;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

#social-icons a {
    color: #000;
    background: none;
    text-decoration: none;
}

/***** CONTENT STYLES *****/
#content {
    width: 100%;
}

#content h2 {
    font-family: 'Arial';
    font-weight: 700;
    font-size: 40px;
}

#content h3 {
    font-family: 'Arial';
    font-weight: 700;
    font-size: 28px;
}

.team-info-title {
    height: 40px;
    font-weight: 700;
    background: #000;
}

#content .team-info-title p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
    color: #fff;
    font-size: 18px;
    margin: 5px 0px;
    line-height: 40px;
    text-align: center;
}

#about {
    width: 100%;
	height: 750px;
    background: #fff url("../img/layout/banner-color.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#about .container {
	display: block;
	position: absolute;
	overflow: hidden;
    top: 80px;
	width: 100%;
    height: 750px;
	color: #fff;
	background: rgba(0, 0, 0, 0);
	z-index: 999;
}

#about h3 {
    font-family: 'Arial';
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    position: relative;
    top: 6.5em;
    margin-left: 3em;
}

.black-row {
    position: absolute;
    width: 85%;
    height: 65px;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 9999;
}

.black-row span {
    color: #fff;
    font-size: 32px;
    margin-left: 15px;
    line-height: 65px;
}

.nomination-holder {
    background: #09afcb;
    height: 65px;
}

.class-holder {
    background: #fc5730;
    height: 65px;
}

.nomination-holder p, .class-holder p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 15px;
    line-height: 65px;
}

.nomination-holder a:link, .nomination-holder a:active, .nomination-holder a:visited {
    text-decoration: none;
    color: #fff;
}

.nomination-holder a:hover {
    text-decoration: underline;
    color: #fff;
}

.class-holder a:link, .class-holder a:active, .class-holder a:visited {
    text-decoration: none;
    color: #fff;
}

.class-holder a:hover {
    text-decoration: underline;
    color: #fff;
}

.white-holder {
    float: left;
    width: 100%;
    background: #fff;
}

.white-holder h2, h2.recent {
    font-family: 'Arial';
    font-weight: 700;
    font-size: 40px;
    color: #000;
}

.hof-class {
    position: relative;
    width: 90%;
    top: -20px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 15px;
    background: #fff;
    z-index: 1;
}

.hof-class p {
    font-family: 'Arial';
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}

.hof-class p.small {
    font-size: 15px;
}

.player-coach-wrapper table {
	width: 100%;
	padding: 0px;
	border: 1px solid #000;
	border-spacing: 0px;
	border-collapse: collapse;
}

.player-coach-wrapper th, .player-coach-wrapper tfoot td {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	padding: 15px 0px;
	background-color: #000;
	text-align: center;
}

.player-coach-wrapper th, .player-coach-wrapper tfoot td p, #content .player-coach-wrapper th, #content .player-coach-wrapper tfoot td p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
    font-size: 15px;
    margin: 0;
	color: #fff;
}

.player-coach-wrapper tfoot td p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
}

.player-coach-wrapper td {
	background: #f5f5f5;
	text-align: center;
}

.player-coach-wrapper tfoot td p a:link, .player-coach-wrapper tfoot td p a:active, .player-coach-wrapper tfoot td p a:visited {
	color: #fff;
	text-decoration: none;
}

.player-coach-wrapper tfoot td p a:hover {
	color: #fff;
	text-decoration: underline;
}

.player-coach-wrapper img {
	width: 100%;
}

/***** TABLE STYLES *****/
.table-wrapper table {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #fff;
}

.table-wrapper th {
	background: #000;
	color: #fff;
	font-size: 16px;
}

.table-wrapper th h3, #team-content .table-wrapper th h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.table-wrapper table th, .table-wrapper table td {
	border: none;
	padding: 15px;
}

.table-wrapper table td {
	font-size: 15px;
}

/***** FOOTER STYLES *****/
#footer {
    display: block;
    float: right;
    clear: both;
    width: 92%;
}

#footer-inner {
    float: right;
    clear: both;
    width: 100%;
    background: #000;
}

#footer-inner h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
}

#footer-inner p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
    color: #fff;
}

#footer-inner ul {
	margin-left: 0;
	list-style-type: none;
}

#footer-inner li {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
}

#footer-inner a:link, #footer-inner a:active, #footer-inner a:visited {
	color: #fff;
	text-decoration: none;
}

#footer-inner a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer-bottom {
    float: right;
    clear: both;
    width: 100%;
    height: 70px;
    background: #1a1a1a;
    color: #fff;
}

#footer-bottom p {
    color: #fff;
    margin-top: 10px;
    margin-left: 15px;
}

#footer-bottom p a:link, #footer-bottom p a:active, #footer-bottom p a:visited {
    color: #fff;
    text-decoration: none;
}

#footer-bottom p a:hover {
    color: #fff;
    text-decoration: underline;
}

.cws-footer-logo {
    float: right;
    width: auto;
    height: 50px;
    margin-top: 10px;
    margin-right: 50px;
}

/***** SEARCH STYLES *****/
/***** https://www.w3schools.com/howto/howto_css_fullscreen_search.asp *****/
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 40%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay #closeBtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.overlay #closeBtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 20px;
    border: none;
    float: left;
    width: 95%;
	height: 60px;
    background: white;
}

.overlay input[type=text]::-webkit-input-placeholder { /* Edge */
    color: #000;
}

.overlay input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.overlay input[type=text]::placeholder {
    color: #000;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 5%;
	height: 60px;
    padding: 15px;
    background: #ddd;
    font-size: 30px;
    border: none;
    cursor: pointer;
	color: #333;
}

.overlay button:hover {
    background: #bbb;
}