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

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

body {
    background: #fff; /*c2c2c2*/
    color: #000;
}

a, a:link, a:active, a:visited {
	color: #6B1111;
	text-decoration: underline;
}

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

.row {
	background: #fff;
}

.row.nobg {
	background: none;
}

.red-text {
	color: #f00;
}

.fancy-container {
    background: #c2c3c7 url("../img/layout/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
 	background-attachment: fixed;
}


/***** NAVIGATION STYLES *****/
#toggle-menu, #logo-small-wrap, #logo-small {
	display: none;
}

#logo-wrap {
    float: left;
    position: relative;
    top: 0;
    left: 0;
}

#logo {
    float: left;
    position: relative;
}

#logo img {
    width: auto;
    height: 80px;
    margin-top: 5px;
}

.tab-bar {
	display: none;
	background: #6B1111;
}

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

.navbuttons {
	background: #6B1111;
	width: 100%;
	height: 90px;
}

.top-bar-section {
    width: auto;
	height: 75px;
    background: #6B1111;
}

.top-bar-section ul {
    margin-left: 0px;
}

.top-bar-section ul.left {
	margin-top: 20.5px;
}

.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
    background: #6B1111;
    font-family: "Sofia Sans", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.navbuttons li {
	list-style-type: none;
}

.navbuttons ul.left li {
	list-style-type: none;
    margin-right: 25px;
}

.navbuttons section ul.left li.has-dropdown ul.dropdown li a {
    font-size: 15px;
    color: #fff;
}

.navbuttons-sub {
	display: block;
	float: left;
	width: 100%;
	background: #ffde05;
	height: 65px;
}

.navbuttons-sub h2 {
	font-family: "Sofia Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	line-height: 60px;
	color: #fff;
    margin-left: 15px;
}

.navbuttons-sub p {
	font-family: "Sofia Sans", sans-serif;
	font-size: 15px;
	font-style: normal;
    font-weight: 700;
	text-transform: uppercase;
	line-height: 60px;
	color: #6B1111;
	text-align: right;
}

.navbuttons-sub a:link, .navbuttons-sub a:active, .navbuttons-sub a:visited {
	color: #6B1111;
	text-decoration: none;
}

.navbuttons-sub a:hover {
	color: #6B1111;
	text-decoration: underline;
}

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

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

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

/***** HOME NEWS STYLES *****/
.home-news-story, .home-news-story-small {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.home-news-story img, .home-news-story-small img {
    width: 100%;
    height: auto;
    display: block;
}

.headline-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px;
    background: rgba(0, 0, 0, 0.5); /* dark fade overlay */
    color: #fff;
}

.headline-container h2 {
    font-family: "Sofia Sans", sans-serif;
	font-size: 45px;
	line-height: 60px;
	font-weight: 700;
	text-transform: capitalize;
    color: #fff;
}

.headline-container h2 a:link, .headline-container h2 a:active, .headline-container h2 a:visited, .headline-container h2 a:hover {
	color: #fff;
	text-decoration: none;
}

.headline-container h6 {
    font-size: 14px;
	color: #fff;
}

.headline-container-small {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5); /* dark fade overlay */
    color: #fff;
}

.headline-container-small h3 {
    font-family: "Sofia Sans", sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	text-transform: capitalize;
    color: #fff;
}

.headline-container-small h3 a:link, .headline-container-small h3 a:active, .headline-container-small h3 a:visited, .headline-container-small h3 a:hover {
	color: #fff;
	text-decoration: none;
}

.headline-container-small h6 {
    font-size: 12px;
	color: #fff;
}

#st-1 {
    margin-top: 8px;
}

#headlines #social-inside img {
    border: none;
}

#social-inside {
    display: block;
    position: static;
    width: 100%;
    height: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

ul.sidebar-list {
	list-style-type: none;
	margin-top: 0; /*15px;*/
	margin-left: 0;
}

ul.sidebar-list li:before {
	float: left;
	content: ">";
	color: #c5c5c5;
	font-size: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
}

ul.sidebar-list li {
	font-size: 14px;
	border-bottom-color: #eee;
	border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
}

ul.sidebar-list li a:link, ul.sidebar-list li a:active, ul.sidebar-list li a:visited, ul.sidebar-list li a:hover {
	text-decoration: none;
}

/***** PAGINATION STYLES *****/
.news-pagination {
	display: block;
	position: static;
	clear: left;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.news-pagination a:link, .news-pagination a:active, .news-pagination a:visited {
    text-decoration: none;
	border: 1px solid #f5f5f5;
	color: #6B1111;
}

.news-pagination a:hover {
    text-decoration: none;
	border: 1px solid #6B1111;
	color: #6B1111;
}

.news-pagination a, .news-pagination span {
    display: block;
	position: static;
	float: left;
    padding: 0.5em 0.75em;
    margin-right: 5px;
	min-width: 1em;
	text-align: center;
}

.news-pagination .current {
	background-color: #f5f5f5;
	border: 1px solid #6B1111;
	color: #6B1111;
}

.pagination .current {
    /*background-color: #cccccc;
	border: 1px solid #3b5998;*/
	color: #6B1111;
}

/***** CONTENT STYLES *****/
#content, #headlines {
    width: 100%;
    background: #fff;
}

#content h1, #headlines h1 {
	font-family: "Sofia Sans", sans-serif;
	font-weight: bold;
	font-size: 45px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #000;
}

#content h2, #headlines h2 {
	font-family: "Sofia Sans", sans-serif;
	font-weight: bold;
	font-size: 32px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #6B1111;
}

#content h3, #headlines h3 {
	font-family: "Sofia Sans", sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #000;
}

#content ul.accordion .accordion-navigation > a, #content ul.accordion dd > a {
    color: #6B1111;
    text-decoration: none;
	font-weight: 700;
}

#content ul.accordion-navigation-sub-list li {
	margin-bottom: 15px;
}

/***** TABLE STYLES *****/
#alumni-navigation table {
	width: 100%;
}

.score-wrapper table.opponents {
	width: 100%;
	border: 0px;
}

.score-wrapper table.opponents th {
	background: #6B1111;
	color: #fff;
}

.score-wrapper table.opponents td {
	font-size: 30px;
	font-weight: bold;
	height: 75px;
	vertical-align: middle;
}

.score-wrapper table.opponents th, .score-wrapper table.opponents td {
	border: 1px solid #6B1111;
	text-align: center;
	width: 25%;
}

.score-wrapper table.opponents.schedule th, .score-wrapper table.opponents.schedule td {
	border: 1px solid #6B1111;
	text-align: center;
	width: auto;
}

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

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

.table-wrapper th h3, #team-content .table-wrapper th h3 {
	font-family: "Sofia Sans", 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;
}

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

.schedule-wrapper table td img {
    width: 50px;
    margin-right: 10px;
}

.schedule-wrapper table td {
    font-weight: 700;
}

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

.player-coach-wrapper th, .player-coach-wrapper tfoot td {
	padding: 15px 0px;
	background-color: #6B1111;
	text-align: center;
}

.player-coach-wrapper th, .player-coach-wrapper tfoot td p, #main-content .player-coach-wrapper th, #main-content .player-coach-wrapper tfoot td p {
	font-family: "Sofia Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
	color: #fff;
}

.player-coach-wrapper tfoot td p {
	font-family: "Sofia Sans", sans-serif;
	font-size: 15.5px;
	font-weight: bold;
	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%;
}

/***** SCOREBOARD STYLES *****/
#scoreboard {
    width: 100%;
    max-height: 975px;
    overflow-y: scroll;
    /*background: #000;*/
}

#scoreboard table {
    width: 100%;
}

.scoreboard-wrapper table {
	width: 100%;
	padding: 0px;
	margin-top: 7.5px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0;
}

.scoreboard-wrapper th {
	background: #6B1111;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.scoreboard-wrapper table tr {
	background: #fff;
}

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

.scoreboard-wrapper table td img {
	width: 45px;
	height: 45px;
}

/***** FOOTER STYLES *****/
#footer {
	display: block;
	width: 100%;
	background: #6B1111;
	padding-top: 25px;
    padding-bottom: 25px;
    font-size: 12px;
    color: #fff;
}

#footer h4 {
	font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 24px;
    font-weight: 700;
    color: #ffde05;
}

#footer ul li {
	margin-left: -15px;
	margin-bottom: 15px;
	list-style-type: none;
}

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

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

#footer-logo-holder {
	display: block;
}

#footer-logo-holder p {
    font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

#footer-logo {
	display: flex;
    justify-content: left;
	height: 100px;
}

#footer-logo img {
	width: 100px;
	height: 100px;
}

#sub-footer {
	background: #000;
	color: #fff;
}

#sub-footer .right {
	text-align: right;
}

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

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

.cws-branding p {
	color: #fff;
}

.cws-branding p a:link, .cws-branding p a:active, .cws-branding p a:visited {
	color: #fff;
	text-decoration: none;
}

.cws-branding p a:hover {
	color: #fff;
	text-decoration: underline;
}

.cws-footer-logo {
	width: 265px;
	height: 60px;
}

/***** MODAL STYLES *****/
.reveal-modal {
    background: #6B1111;
    padding: 0;
}

.reveal-modal .close-reveal-modal {
    color: #fff;
    text-decoration: none;
}

.reveal-modal h2 {
    font-family: "Sofia Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 1.25rem;
    left: 1.375rem;
}

.reveal-modal-body {
    background: #fff;
    margin-top: 75px;
    padding: 25px 15px;
}

.reveal-modal-body p {
    color: #000;
}

/***** 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;
}

/***** MISC STYLES *****/
#loading-wrap {
    float: left;
    position: relative;
    left: 50%;
}

#loading {
    float: left;
    position: relative;
    left: -50%;
}

img.ajax-loader {
	width: 32px;
	height: 32px;
}

#schedule-form {
    display: block;
    float: left;
    width: 100%;
    height: 55px;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	padding: 0px 5px;
	padding-top: 7.5px;
	margin-top: .25rem;
    margin-bottom: 1.25rem;
}

#schedule-form select {
	float: right;
}

ul.roster-schedule-print {
	float: right;
    list-style: none;
    margin: 0 -4px;
    /*padding-top: 2.5px;*/
}

ul.roster-schedule-print a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: white;
    text-align: left;
}

ul.roster-schedule-print a {
	font-size: 15px;
	font-weight: 700;
    color: #323337;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    text-decoration: none;
}

ul.roster-schedule-print a span {
	padding-right: 2.5px;
}

ul.roster-schedule-print a span.no-pad {
	padding-right: 0px;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin-left: 1px;
}
  
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.profile-header {
    background: #fff;
    width: 100%;
    height: 50px;
}

.profile-header img {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.profile-header h3, #content .profile-header h3 {
    font-family: "Sofia Sans", sans-serif;
	font-size: 20px;
    line-height: 50px;
	font-weight: 700;
	font-style: normal;
	color: #6B1111;
    margin: 0;
	padding: 0;
	white-space: nowrap;
	text-transform: uppercase;
}

.profile-header span, #content .profile-header span, #team-content .profile-header span {
	float: right;
	font-size: 12px;
	text-align: right;
	line-height: 50px;
    padding-right: 10px;
}

.profile-header span a:link, .profile-header span a:active, .profile-header span a:visited {
    color: #6B1111;
	text-decoration: none;
}

.profile-header span a:hover {
    color: #6B1111;
	text-decoration: underline;
}

.team-info-title {
    height: 40px;
    background: #6B1111;
}
  
.team-info-title h2, #content .team-info-title h2, #team-content .team-info-title h2 {
    font-family: "Sofia Sans", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 10px;
}

.team-info-title h2 a:link, .team-info-title h2 a:active, .team-info-title h2 a:visited {
    color: #fff;
    text-decoration: none;
}

.team-info-title h2 a:hover {
    color: #fff;
    text-decoration: underline;
}