/***** 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: #f2f2f2;
    color: #000;
}

a, a:link, a:active, a:visited {
	color: #033c7c;
	text-decoration: underline;
}

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

.row {
	background: #fff;
}

.row.nobg {
	background: none;
}

.red-text {
    color: #f00;
}

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

.tab-bar {
	display: none;
}

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

.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;
}

.navbuttons {
	background: #033c7c;
	/*width: 100%;*/
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
	height: 5.0rem;
    line-height: 3.75rem;
    border-radius: 8px;
}

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

.top-bar-section ul.left, .top-bar-section ul.right {
	margin-top: 18.5px;
}

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

.navbuttons a:link, .navbuttons a:active, .navbuttons a:visited, .navbuttons a:hover {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
    letter-spacing: 1.5px;
}

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

/***** LOGOS STYLES *****/
#logo1-wrap {
    float: left;
    position: relative;
    top: 5px;
    left: 0;
    z-index: 99999;
}

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

#logo1 img {
    width: 74px;
    height: 70px;
}

#logo2-wrap {
    float: left;
    position: relative;
    top: 5px;
    left: 0;
    z-index: 99999;
}

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

#logo2 img {
    width: 134px;
    height: 70px;
}

#logo3-wrap {
    float: left;
    position: relative;
    top: 3.5px;
    left: 0;
    z-index: 99999;
}

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

#logo3 img {
    width: 74px;
    height: 70px;
}

#logo4-wrap {
    float: left;
    position: relative;
    top: 2.5px;
    left: 0;
    z-index: 99999;
}

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

#logo4 img {
    width: 71px;
    height: 70px;
}

#logo5-wrap {
    float: left;
    position: relative;
    top: 5px;
    left: 0;
    z-index: 99999;
}

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

#logo5 img {
    width: 93px;
    height: 70px;
}

/*#logo-wrap {
    float: left;
    position: relative;
    top: 7.5px;
    left: 0;
    z-index: 99999;
}

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

#logo img {
    width: 158px;
    height: 70px;
}*/

#mini-logo-wrap {
    float: left;
    position: relative;
    left: 50%;
}

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

#mini-logo img {
	width: 158px;
    height: 70px;
    margin-top: 5px;
}

/***** ADVERTISING STYLES *****/
#advertising-top-banner {
    display: block;
    float: left;
    width: 98%;
    background: #000;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 8px;
}

.advertising-img-wrap {
    float: left;
    position: relative;
    left: 50%;
}

.advertising-img, .advertising-img-small {
    float: left;
    position: relative;
    left: -50%;
}

.advertising-img img, .advertising-img-small img {
    height: 120px;
}

.advertising-img-small img {
    border-radius: 8px;
}

/***** LEFT COLUMN STYLES *****/
#left-col {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 8px;
}

#left-col-inner {
    display: block;
    float: left;
    width: 90%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 5%;
}

#left-col-inner h3 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #333;
}

#left-col-inner ul {
	list-style-type: none;
	margin-top: 30px;
	margin-left: 0;
}

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

#left-col-inner ul li {
	list-style-type: none;
	font-size: 16px;
    border-bottom: 1px dotted #ccc;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#left-col-inner ul li a:link, #left-col-inner ul li a:active, #left-col-inner ul li a:visited, #left-col-inner ul li a:hover {
	text-decoration: none;
}

/***** HOME NEWS STYLES *****/
.headline-container {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 97%;
	bottom: 24px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
    border-radius: 0px 0px 8px 8px;
}

.home-news-story img {
    width: 100%;
    border-radius: 8px;
}

.headline-container h2 {
	color: #fff;
	font-size: 45px;
	line-height: 60px;
	font-weight: 700;
	text-transform: capitalize;
    padding: 0px 15px;
}

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

.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-small {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
}

.headline-container-small h2 {
    color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

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

.headline-container-small h2 a:hover {
	color: #ec1c2c;
	text-decoration: underline;
}

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

/***** NEWS STYLES *****/
#headlines {
    display: block;
    float: left;
    background: #fff;
    border-radius: 8px;
}

#headlines-inner {
    display: block;
    float: left;
    width: 90%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 5%;
}

#left-col-inner h3 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #333;
}

#left-col-inner ul {
	list-style-type: none;
	margin-top: 30px;
	margin-left: 0;
}

#headlines img {
	width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
}

#headlines p {
	margin-top: 10px;
}

#headlines h1 {
	font-family: 'Arial';
	font-weight: bold;
	font-size: 40px;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}

#headlines h2 {
	font-family: 'Arial';
	font-weight: bold;
	font-size: 32px;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #033c7c;
}

#headlines h2 a:link, #headlines h2 a:active, #headlines h2 a:visited {
	color: #000;
	text-decoration: none;
}

#headlines h2 a:hover {
	color: #ec1c2c;
	text-decoration: none;
}

#headlines h3 {
	font-family: 'Arial';
	font-weight: bold;
	font-size: 22px;
	text-transform:  capitalize;
	margin-top: 5px;
	margin-bottom: 0px;
}

#headlines h3 a:link, #headlines h3 a:active, #headlines h3 a:visited {
	color: #033c7c;
	text-decoration: none;
}

#headlines h3 a:hover {
	color: #ec1c2c;
	text-decoration: none;
}

#headlines .headline-story {
    border-bottom: 1px dashed #ccc;
}

#headlines .headline-story h2 a:link, #headlines .headline-story h2 a:active, #headlines .headline-story h2 a:visited {
	color: #000;
	text-decoration: none;
}

#headlines .headline-story h2 a:hover {
	color: #ec1c2c;
	text-decoration: underline;
}

#headlines .headline-story span.headline-date {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

#headlines .headline-story .headline-text p {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
}

#headlines .headline-story p.read-more, #headlines .headline-story p.read-more a {
	font-size: 15px;
	font-weight: bold;
	color: #033c7c;
	text-decoration: none;
}

#headlines p.sub-title-text {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin-top: 10px;
}

#headlines p.sub-title-text a:link, #headlines p.sub-title-text a:active, #headlines p.sub-title-text a:visited {
	color: #000;
	text-decoration: none;
}

#headlines p.sub-title-text a:hover {
	color: #ec1c2c;
	text-decoration: underline;
}

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

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

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

/***** 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: #033c7c;
}

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

.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 #033c7c;
	color: #033c7c;
}

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

/***** CONTENT STYLES *****/
#content {
    display: block;
    width: 100%;
	background: #fff;
}

#content h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    color: #033c7c;
    margin-bottom: 15px;
}

#content h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #ec1c2c;
    margin-bottom: 15px;
}

#content img {
    width: 100%;
}

#content .teams {
    background: #eee;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 40px;
    padding-top: 15px;
    text-align: center;
	width: 100%;
    height: 250px;
}

#content .teams img {
	width: 175px;
	height: 175px;
	border: 0;
}

#content .teams h3 {
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

/***** NEWS (PAGE) STYLES *****/
#news img {
	border: 2px solid #008194;
}

#news img.ajax-loader {
    border: none;
}

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

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

#news img.noborder {
	border: 0;
}

/***** TABLE STYLES *****/
#content .table-wrapper table, #content .schedule-wrapper table {
    width: 100%;
}

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

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

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

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

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

.score-wrapper table.opponents th {
	background: #033c7c;
	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 #033c7c;
	text-align: center;
	width: 25%;
}

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

#content .table-wrapper table, #content .schedule-wrapper table, .table-wrapper table, .schedule-wrapper table {
	width: 100%;
}

#content .schedule-wrapper table, .schedule-wrapper table {
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#content .schedule-wrapper th.team-info-title, .schedule-wrapper th.team-info-title {
	padding: 8px;
}

#content .schedule-wrapper .team-info-title h2, .schedule-wrapper .team-info-title h2 {
	font-size: 24px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#content .schedule-wrapper tr, #content .schedule-wrapper tr.blank-row, .schedule-wrapper tr, .schedule-wrapper tr.blank-row {
	background: #fff;
}

#content .schedule-wrapper thead th, .schedule-wrapper thead th {
	font-size: 18px;
}

#content .schedule-wrapper th, #content .schedule-wrapper td, .schedule-wrapper th, .schedule-wrapper td {
	padding: 18px;
	font-size: 18px;
}

#content .schedule-wrapper th, #content .schedule-wrapper td, .schedule-wrapper th, .schedule-wrapper td {
	border: 1px solid #ccc;
}

#content .schedule-wrapper td.helmet, .schedule-wrapper td.helmet {
	width: 85px;
	border-right: 1px solid #fff;
}

#content .schedule-wrapper td span, .schedule-wrapper td span {
	float: right;
}

#content .schedule-wrapper td img, .schedule-wrapper td img {
	width: 50px;
	height: 50px;
}

#content .schedule-wrapper tr.blank-row td, .schedule-wrapper tr.blank-row td {
	border: none;
	padding: .5em;
}

/***** TABLE (LIST) STYLES *****/
.list-wrapper table {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: transparent;
}

/*.list-wrapper table tbody td {
	vertical-align: text-top;
}*/

.list-wrapper table tbody tr.white {
	background: #fff;
}

.list-wrapper table tbody tr.gray {
	background: #f9f9f9;
}

.list-wrapper table tbody tr.white td div.expand-table, .list-wrapper table tbody tr.gray td div.expand-table {
	display: none;
}

.list-wrapper table tbody td img, #content .list-wrapper table tbody td img {
	width: 80px;
	height: 80px;
}

.list-wrapper table tbody td h2, #content .list-wrapper table tbody td h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-transform: none;
    color: #000;
}

.list-wrapper table tbody td h3, #content .list-wrapper table tbody td h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
    color: #000;
}

.list-wrapper table tbody td h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #323337;
}

.list-wrapper table tbody tr td table tr {
	background: #fff;
}

.list-wrapper table tbody tr:nth-of-type(2n) td table tr {
	background: #f9f9f9;
}

/***** TEAM STYLES *****/
#team-profile {
	display: block;
	position: static;
	float: left;
	width: 100%;
	min-height: 300px;
	background: #f2f2f2;
}

#team-profile table {
	width: 100%;
	margin-top: 25px;
	/*margin-left: -3.5em;*/
	margin-bottom: 25px;
	background: #f2f2f2;
	border: 0;
}

#team-profile table tr {
	background: #f2f2f2;
}

#team-profile table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px 0 10px 0;
}

#team-profile table td.info {
	width: 25%;
}

.profile-stripe {
	display: block;
	float: left;
	width: 100%;
	height: 65px;
	margin-top: 50px;
	background: #033c7c;
}

.profile-stripe h1, #content .profile-stripe h1 {
	padding: 10px 0;
	margin-left: 290px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
}

.profile-img {
	float: left;
	width: 250px;
	height: 250px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px;
	margin-top: -90px;
}

#content ul.tabs li {
    list-style-type: none;
    margin: 0;
}

.tabs {
	margin-top: 127px;
}

.tabs dd > a, .tabs .tab-title > a, #content .tabs dd > a, #content .tabs .tab-title > a {
	color: #033c7c;
	text-decoration: none;
	font-weight: 500;
}

.tabs dd.active a, .tabs .tab-title.active a, #content .tabs dd.active a, #content .tabs .tab-title.active a {
	color: #fff;
	background: #033c7c;
	text-decoration: none;
}

/***** TEAM HOLDER STYLES *****/
.team-info-title {
	height: 40px;
	background: #033c7c;
}

#content .team-info-title h2, .team-info-title h2 {
	font-family: 'Arial';
	color: #fff;
	font-size: 18px;
	padding-top: 7px;
	padding-left: 10px;
}

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

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

/***** FORM STYLES *****/
#schedule-form {
	display: block;
	float: left;
	width: 100%;
	height: 55px;
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 7.5px;
	margin-bottom: 1.25rem;
}

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

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

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

/***** FOOTER STYLES *****/
#advertising {
	display: block;
	position: static;
	background: #fff;
}

#advertising img {
	display: block;
	margin: 15px;
	width: 200px;
	height: 200px;
}

#footer {
	display: block;
	width: 100%;
    float: left;
	background: #033c7c;
	padding: 50px 25px;
}

.footer-logo-wrap {
    float: left;
    position: relative;
    left: 50%;
}

.footer-logo {
    float: left;
    position: relative;
    left: -50%;
}

.footer-logo img {
	width: 50%;
    height: auto;
}

#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;
}

/***** 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 *****/
.white-container {
    display: block;
    float: left;
    width: 100%;
	background: #fff;
}

.profile-header, #content .profile-header {
    border-left: 5px solid #033c7c;
    background: #fff;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, .25);
}

.profile-header.small, #content .profile-header.small {
    height: 45px;
}

.profile-header.red, #content .profile-header.red {
    border-left: 5px solid #ec1c2c;
}

.profile-header h3, #content .profile-header h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
    line-height: 62.5px;
	font-weight: 700;
	font-style: normal;
	color: #000;
    margin: 0;
	padding: 0;
	white-space: nowrap;
	text-transform: uppercase;
}

.profile-header.small h3, #content .profile-header.small h3 {
    font-size: 18px;
    line-height: 45px;
	font-weight: 700;
}

.profile-header h3, .profile-header.small, #content .profile-header h3, #content h3.profile-header.small h3 {
    margin-left: 15px;
}

.profile-header h3 span a:link, .profile-header h3 span a:active, .profile-header h3 span a:visited, .profile-header h3 span a:hover {
    text-decoration: none;
}

.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%;
}