@font-face {
    font-family: 'Trebuchet MS';
    src: url('fonts/TrebuchetMS.woff2') format('woff2'),
        url('fonts/TrebuchetMS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lucida Grande';
    src: url('newfonts/LucidaGrande.eot');
    src: url('newfonts/LucidaGrande.eot?#iefix') format('embedded-opentype'),
        url('newfonts/LucidaGrande.woff2') format('woff2'),
        url('newfonts/LucidaGrande.woff') format('woff'),
        url('newfonts/LucidaGrande.ttf') format('truetype'),
        url('newfonts/LucidaGrande.svg#LucidaGrande') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lucida Grande';
    src: url('newfonts/LucidaGrande-Bold.eot');
    src: url('newfonts/LucidaGrande-Bold.eot?#iefix') format('embedded-opentype'),
        url('newfonts/LucidaGrande-Bold.woff2') format('woff2'),
        url('newfonts/LucidaGrande-Bold.woff') format('woff'),
        url('newfonts/LucidaGrande-Bold.ttf') format('truetype'),
        url('newfonts/LucidaGrande-Bold.svg#LucidaGrande-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('newfonts/TrebuchetMS-Bold.eot');
    src: url('newfonts/TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'),
        url('newfonts/TrebuchetMS-Bold.woff2') format('woff2'),
        url('newfonts/TrebuchetMS-Bold.woff') format('woff'),
        url('newfonts/TrebuchetMS-Bold.ttf') format('truetype'),
        url('newfonts/TrebuchetMS-Bold.svg#TrebuchetMS-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('newfonts/TrebuchetMS.eot');
    src: url('newfonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'),
        url('newfonts/TrebuchetMS.woff2') format('woff2'),
        url('newfonts/TrebuchetMS.woff') format('woff'),
        url('newfonts/TrebuchetMS.ttf') format('truetype'),
        url('newfonts/TrebuchetMS.svg#TrebuchetMS') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('newfonts/TrebuchetMS-Italic.eot');
    src: url('newfonts/TrebuchetMS-Italic.eot?#iefix') format('embedded-opentype'),
        url('newfonts/TrebuchetMS-Italic.woff2') format('woff2'),
        url('newfonts/TrebuchetMS-Italic.woff') format('woff'),
        url('newfonts/TrebuchetMS-Italic.ttf') format('truetype'),
        url('newfonts/TrebuchetMS-Italic.svg#TrebuchetMS-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('newfonts/TrebuchetMS-Italic_1.eot');
    src: url('newfonts/TrebuchetMS-Italic_1.eot?#iefix') format('embedded-opentype'),
        url('newfonts/TrebuchetMS-Italic_1.woff2') format('woff2'),
        url('newfonts/TrebuchetMS-Italic_1.woff') format('woff'),
        url('newfonts/TrebuchetMS-Italic_1.ttf') format('truetype'),
        url('newfonts/TrebuchetMS-Italic_1.svg#TrebuchetMS-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('newfonts/Trebuchet-BoldItalic.eot');
    src: url('newfonts/Trebuchet-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('newfonts/Trebuchet-BoldItalic.woff2') format('woff2'),
        url('newfonts/Trebuchet-BoldItalic.woff') format('woff'),
        url('newfonts/Trebuchet-BoldItalic.ttf') format('truetype'),
        url('newfonts/Trebuchet-BoldItalic.svg#Trebuchet-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

body{
    /*font-family: "Lucida","Lucida Grande","Trebuchet MS",Tahoma,Verdana,sans-serif;*/
    font-family:'Trebuchet MS', 'Lucida Grande';
    background: #ccc url(../images/bleeds.png) 0px -80px repeat-x fixed;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 13px;
    line-height: 20px;
}
.container{
    max-width: 980px
}
a {
    color: #006;
    transition: .2s ease all;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #02F;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
/** Update font size - 04232019 ***/
input, select, textarea, body {
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*--------------------------Table CSS Starts-----------------------*/
table {
  width:100%;
  font-size:11px;
  line-height:15px;
  margin:0px 0px 10px;
  background-color:#fff;
  border-collapse:collapse;
  border-color:#ccc #ddd #eee;
  border-width:1px;
  border-style:solid;
}

table td,table th {
  vertical-align:top;
  border-width:1px 0px;
  border-style:solid;
  border-color:#ddd;
  padding:5px;
}

table th {
  text-align:left;
  font-weight:normal;
  color:#666;
  background:#eee;
}
table thead th { border-top-color:#ccc; }
table td.active { background:#e4f0f8; }
table tr.odd td.active { background:#ecf8fc; }
table tr.selected td.active,
table tr.selected td {
  background:#ffc;
  border-color:#eeb;
}
.fieldset table { margin:0px; }
table td.module { font-weight:bold; }
table td.permission { padding-left:19px; }

/*--------------------------Table CSS Ends-----------------------*/

/*------------------------Header CSS Starts-----------------------*/
header{
    background: url(../images/header_top_bg.gif);
    background-repeat: repeat-x;
}
header a.logo img{
    margin-top: -22px;
}
header #block-headerad, header .block-headerad,header .block-s1s-account-menu{
    max-width: 980px;
    margin: 0 auto;
}
header .header-ad-banner{
    margin-top: 0;
    width: calc(100% - 220px);
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float:right;
}
header .block-s1s-account-menu ul {
    text-align: right;
}
header .block-s1s-account-menu ul li{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
header .block-s1s-account-menu ul li a{
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    /*font-family:"Lucida","Lucida Grande","Trebuchet MS",Tahoma,Verdana,sans-serif;*/
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-weight:700;
}
header .block-s1s-account-menu ul li a:hover{
    background-color: #0D2B43;
    color: #fff;
}

header .header_ad_menu > nav{
    background: url(../images/header_menu_bg.jpg);
    background-size: contain;
    height: 30px;
    border-top: 1px solid #e5e5e4;
}
header .header_ad_menu > nav .navbar-collapse{
    padding: 0;
}
header .header_ad_menu > nav li a{
    color: #fff !important;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 27px;
    padding: 3px 7px;
    background: transparent url(../images/menu_sep.jpg) left center no-repeat;
}
header .header_ad_menu > nav li:first-child a{
    background: none;
}
header .header_ad_menu > nav li.dropdown{
    background-image: url(../images/menu_arrow_down.jpg);
    background-repeat: no-repeat;
    background-position: right top 8px;
}
header .header_ad_menu > nav li.dropdown a{
    padding-right: 15px;
    height: 26px;
}
header .header_ad_menu > nav li.dropdown .dropdown-menu{
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease all;
    background: url(../images/menu_gradient.gif) left repeat-y;
    padding: 0;
    margin-top: -10px;
}
header .header_ad_menu > nav li.dropdown:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
header .header_ad_menu > nav li.dropdown .dropdown-menu li {
    padding: 0px 7px;
}
header .header_ad_menu > nav li.dropdown .dropdown-menu li a {
    text-transform: none;
    font-weight: normal;
    background: none;
}
header .header_ad_menu > nav li.dropdown .dropdown-menu li a:hover {
    text-decoration: underline;
}

header .header_ad_menu > nav .navbar{
    max-width: 980px;
    margin: 0 auto;
    background-color: transparent;
    border: 0;
}
/*------------------------Header CSS Starts-----------------------*/
/*------------------------Footer CSS Starts-----------------------*/
footer {
    font-size: 11px;
    padding: 10px 30px 30px;
    text-shadow: #fff 0px 1px 0px;
}
footer #block-s1s-footer{
    border: 1px solid #aaa;
    background-color: #eee;
    border-radius: 3px;
    text-align: center;
    margin: 0 0 10px 0;
}
footer #block-s1s-footer ul li{
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px 4px;
}
footer #block-s1s-footer ul li a{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    line-height: 21px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
}
footer #block-footer{
    text-align: center;
    margin: 0 0 10px 0;
}
footer #block-footer a:hover{
    text-decoration: none;
    color: #02F;
}
footer #block-footer p{
    margin: 0;
}
/*------------------------Footer CSS Ends-----------------------*/

/*------------------------Main Content CSS Starts--------------------*/
.main-content {
    margin-top: 10px;
}
.main-content .main-content-inner{
    padding: 5px;
    border-radius: 3px;
    background: #f4f4f4;
    border: 1px solid #fff;
}
.main-content >.container > .main-content-inner > .row > .col-lg-4 > section{
    margin-bottom: 15px;
}
.search-block-form .form-search{
    background-image: url(../images/search_bg.jpg);
    border: 1px solid #183E5E;
    padding: 2px;
    background-size: cover;
    font-size:13px;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-weight:400;
    line-height:20px;
}
.button{
    font-size: 13px;
    font-weight: normal;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-weight:400;
    line-height:20px;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 2px 10px;
    text-align: center;
    box-shadow: #ddd 0px 1px 1px;
    background: #0f2b41;
    color: #fff;
    transition: .2s ease all;
}
.button:hover{
    border-color: #999 #999 #888;
    background: #888 url(../images/bleeds.png) 0px 0px repeat-x;
    color: #fff;
}
.search-block-form{
    float:left;
    width:100%;
}
.search-block-form .form-item {
    width: calc(100% - 75px);
    float: left;
    margin-right: 3px;
}
.search-block-form .form-actions{
    float: left;
    margin-top: 1px;
    margin-left:7px;
}
.search-block-form .form-item input{
    width: 100%;
}
.section-box {
    /*position: relative;*/
    position: unset;
}
.section-box h2,.section-box-black h2{
    margin: 0;
    height: 32px;
    background: url(../images/block_heading_bg.jpg) repeat-x;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 9px;
    display: block;
    border-radius: 2px 2px 0 0;
}
#block-views-block-business-directory-card-rotator-directory-block{
    /*float:left;*/
    width:100%;
    margin-top: 35px;
}
.section-ad-images .college-signings,.section-ad-images .forecaster{
    margin-bottom: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/biglink_3_bg.png) repeat-x;
    padding: 5px 8px;
    height: 32px;
}
.section-ad-images .college-signings a,.section-ad-images .forecaster a{
    color: #fff;
}
.section-ad-images .subscribe{
    margin-top: 10px;
    border: 2px solid black;
    padding: 10px 9px 9px;
    background-color: #fff;
}

.section-box {
    margin-bottom: 10px;
}
.section-box-black{
    position: relative;
    margin-bottom: 10px;
}
.section-box-black footer{
    padding: 0 0 10px 0;
    background-color: #000;
}
.section-box-black img,.section-box-black footer img{
    width: 100%;
    height: auto;
}
.section-box h2,.section-box-black h2{
    margin-top: 10px;
}
.section-box-black h2{
    height: 38px;
    background-color: #000;
}
.section-box > div{
    padding: 1px 9px 9px;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    border: 2px solid black;
    border-top: 0;
}
.section-box-black > div{
    border: 2px solid black;
    border-top: 0;  
    padding: 0 10px;
    background-color: #000;
    display: inline-block;
}
.section-box-black .col-lg-6{
    background-color: #fff;
    padding: 5px 6px 15px 5px;
    text-align: center;
    background-color: #fff;
}
.section-box-black .more-link{
    display: block;
    float: right;
    position: absolute;
    top: 12px;
    right: 11px;
    background-color: #ed1c27;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.section-box-black .more-link a{
    display: block;
    width: 96px;
    height: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    line-height: 22px;
}

.main-content .main-content-inner .content h1{
    font-size: 20px;
    font-weight: 300;
    font-family:'Trebuchet MS', 'Lucida Grande';
    line-height:20px;
    margin: 15px 0 10px 5px;
	float: left;
    width: 100%;
}
.item-list {
    background: #fff;
    margin: 0px 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
    border-radius: 3px;
    box-shadow: #fff 0px 1px 0px;
}
.item-list ul li {
    float: none;
    display: block;
    padding: 5px 10px 4px;
    border-bottom: 1px solid #f4f4f4 !important;
}
.scoreboard-links-block .scoreboard-links-boys {
    float: left;
    width: 50%;
}
.views-element-container .alert{
    float: left;
    width: 100%;
    background:none;
    border:0px;
    padding:0;
    margin: 0;
}
.views-element-container .alert a{
    color: #751;
}
.views-element-container .carousel{
    padding: 2px;
    background-color: #000;
    float: left;
    margin-bottom: 0;
}
.views-element-container .carousel .carousel-indicators{
    position: relative;
    float: left;
    width: 103px;
    border:2px solid #2C76B7;
    margin: 0 !important;
    left: 0;
    top: 0;
}
.views-element-container .carousel .carousel-indicators li{
    display:inherit;
    width: auto;
    height: auto;
    text-indent: unset;
    margin: 0;
    border: 0;
    position: relative;
}
.views-element-container .carousel .carousel-indicators li img{
    float:left;
    border-top: 2px solid #2C76B7;
    height: 74px;
}
.views-element-container .carousel .carousel-indicators li:first-child img{
    border:0px;
}
.views-element-container .carousel .carousel-indicators li:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}
.views-element-container .carousel .carousel-indicators li.active:before{
    opacity: 0;
}
.views-element-container .carousel .carousel-inner{
    float: right;
    width: calc(100% - 103px);
}
.views-element-container .carousel .carousel-caption{
    left: 0;
    top: auto;
    bottom: 0;
    padding: 5px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    opacity: 0.5;
    color: #fff;
    background-color: #000;
}
.views-element-container .carousel .carousel-caption p{
    margin: 0;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size:12px;
    line-height:16px;
    color:#fff;
    font-weight:400;
}
.views-element-container .carousel .carousel-caption p .fa_link{
    float: right;
}
.section-box .views-field {
    padding: 5px 0 10px;
    padding-top: 0px;
    border-bottom: 1px solid black;
}
.section-box footer{
    padding: 0;
}
.section-ad-images img{
    width: 100% !important;
    height: auto !important;
}
.section-box.views-element-container .carousel {
    border: 0;
    padding: 0;
    margin: 0;
}
.section-box.views-element-container .carousel .carousel-inner{
    width: 100%;
}
.section-box.views-element-container .carousel .carousel-caption{
    display: none;
}
.section-box .views-row > .views-field {
    padding: 0;
    border: 0;
}
.section-box .item-list{
    width: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: left;
}
.section-box .item-list.scoreboard-boys ul{
    float:left;
    width:100%;
    background-image: url(../images/boys_sports.gif);
    padding-left: 25px;
    background-repeat: no-repeat;
}
.section-box .views-element-container ul{
    float:left;
    width:100%;
    background-image: url(../images/girls_sports.gif);
    padding-left: 25px;
    background-repeat: no-repeat;
}
.section-box .item-list.scoreboard-girls{
    width: 100%;
}
.section-box .scoreboard-links-block {
    padding-top: 10px;
}
.section-box .item-list.scoreboard-boys li,.section-box .item-list.scoreboard-boys li .views-field,.section-box .item-list.scoreboard-girls li,.section-box .item-list.scoreboard-girls li .views-field{
    padding: 0;
    border: 0;
    padding-right: 5px;
}

/*------------------------Main Content CSS Ends--------------------*/

/*------------------------Featured Athletes CSS Starts-------------------------*/
.path-featured-athletes .main-content,.path-archives .main-content,.path-standings .main-content,.path-user .main-content, .path-cart .main-content{
    margin-top: 45px;
}
#block-s1s-local-tasks {
    margin-top: -31px;
}
.path-standings .main-content ul{
    border: 0;
}
#block-s1s-local-tasks ul li,.path-standings .main-content ul li{
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
#block-s1s-local-tasks ul li a,.path-standings .main-content ul li a{
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size:11px;
    line-height:20px;
    font-weight:400;
    border-radius: 2px 2px 0 0;
    padding: 8px 18px;
    font-size: 11px;
    color: #999;
}
#block-s1s-local-tasks ul li a.is-active,.path-standings .main-content ul li a.is-active{
    color: #333;
    border-bottom: 0px;
    border-color: #fff;
    background: #f4f4f4 url(../images/bleeds.png) 0px -41px repeat-x;
}
#block-s1s-local-tasks ul li a:hover,.path-standings .main-content ul li a:hover{
    box-shadow: #fff 0px 1px 0px;
    border-color: #999;
    background: #888 url(../images/bleeds.png) 0px 0px repeat-x;
    color: #fff;
}
.views-exposed-form{
    margin-bottom: 10px;
}
.views-exposed-form .js-form-item {
    background: #fff;
    margin: .5em 1em 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
    box-shadow: #fff 0px 1px 0px;
    border-radius: 3px;
    position: relative;
    padding: 9px;
    display: inline-block;
    vertical-align: bottom;
}
.views-exposed-form .js-form-item select{
    padding: 2px;
    background: #fff;max-width: 100%;
    border: 2px solid #ccc;
    border-color: #e8e8e8 #f0f0f0 #f8f8f8;
}
.views-exposed-form .form-actions {
    margin: 3em 1em 0 0;
    float:left;
    vertical-align: bottom;
}
.views-exposed-form .form-actions .button{   
}
form.views-exposed-form {
    float:left;
    width:100%;
    padding:0 0 20px;
    margin:0;
}
.views-exposed-form .js-form-type-select{
    float: left;
    width: 31%;
    padding:10px;
    position: relative;
    margin-top: 30px;
    box-sizing:border-box;
}
/* Remove width from dropdown on preview pages */
.views-exposed-form .previews-dropdown{
    width: auto;
}
.views-exposed-form .js-form-type-select select.form-select{
    width:100%;
}
.views-exposed-form .js-form-type-select label{
    position: absolute;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size:13px;
    font-weight:700;
    line-height:20px;
    top: -25px;
    left: 0;
}
.path-featured-athletes .js-form-type-select{
    margin-top: 0;
}
.path-featured-athletes .views-element-container h3{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px;
}
.path-featured-athletes .views-element-container .views-view-grid {
    background-color: #fff;
    box-shadow: #fff 0px 1px 0px;
    border-color: #ccc #ddd #eee;
    border-width: 1px;
    border-style: solid;
}
.path-featured-athletes .views-element-container .views-view-grid .views-row ~ .views-row {
    border-top: 1px solid #ddd;
}
.path-featured-athletes .views-element-container .views-view-grid .views-col {
    padding: 5px;
    width: 25%;
    font-size: 11px;
}
.path-featured-athletes .views-element-container .views-view-grid .views-col img{
    width: 123px;
    height: 123px;
}
.path-featured-athletes .views-element-container .views-view-grid .views-field {
    line-height: 13px;
    margin-top: 2px;
}
.path-featured-athletes #views-exposed-form-featured-athletes-page-1 .form-actions{
    margin:10px;
}
/*------------------------Featured Athletes CSS Ends-------------------------*/
/*------------------------College Signing CSS Starts-------------------------*/
.path-college-signings .item-list,.path-league-info .item-list,.path-archives .item-list,.path-alumni .item-list{
    line-height: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.path-college-signings .item-list li,.path-league-info .item-list li,.path-archives .item-list li,.path-alumni .item-list li{
    padding: 7px 0px 7px;
}
.path-college-signings .item-list li ~ li,.path-league-info .item-list li ~ li,.path-archives .item-list li ~ li,.path-alumni .item-list li ~ li{
    border-top: 1px solid #000;
}
.path-college-signings .item-list .views-field-field-sport-icon,.path-league-info .item-list .views-field-field-sport-icon,.path-archives .item-list .views-field-field-sport-icon{
    float: left;
}
.path-college-signings .item-list .views-field-created,.path-league-info .item-list .views-field-created,.path-archives .item-list .views-field-created{
    font-size: 10px;
    color: #ed1c27;
    line-height: 12px;
}
.path-college-signings .item-list .views-field-title,.path-league-info .item-list .views-field-title, .views-field-title-1, .views-field-title-2, .views-field-field-article-link, .path-archives .item-list .views-field-title,.path-college-signings .item-list .views-field-created,.path-league-info .item-list .views-field-created,.path-archives .item-list .views-field-created,.path-college-signings .item-list .views-field-field-teaser,.path-league-info .item-list .views-field-field-teaser,.path-archives .item-list .views-field-field-teaser{
    margin-left: 33px;
}
/*------------------------College Signing CSS Ends-------------------------*/

/*------------------------League News CSS Starts-------------------------*/
.league-news-section,.league-history-section,.alumni-where-section,.alumni-checking-in-section,.student-voice-school,.section-headlines {
    position: relative;
}
.league-news-section h2,.league-history-section h2,.alumni-where-section h2,.alumni-checking-in-section h2,.sponsored-listings-school h2,.student-voice-school h2,.section-headlines h2{
    height: 32px;
    background: url(../images/block_heading_bg.jpg) repeat-x;
    color: #fff;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-weight: 700;
    font-size: 14px;
    line-height:20px;
    text-transform: uppercase;
    padding: 7px 9px;
    display: block;
    margin: 0;
    border-radius: 2px 2px 0 0;
}
.league-news-section header,.league-history-section header,.alumni-where-section header,.alumni-checking-in-section header,.student-voice-school header,.section-headlines header{
    display: block;
    float: right;
    position: absolute;
    top: 6px;
    right: 2px;
    background-color: #ed1c27;
    border-radius: 5px 5px 0 0;
    background-image: none;
    text-align: center;
}
.league-news-section header a,.league-history-section header a,.alumni-where-section header a,.alumni-checking-in-section header a,.student-voice-school header a,.section-headlines header a{
    color: #fff;
    display: block;
    width: 90px;
    height: 26px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    line-height: 22px;
    font-weight: bold;
}
.league-news-section .item-list,.league-history-section .item-list,.alumni-where-section .item-list,.alumni-checking-in-section .item-list{
    border: 2px solid black;
    border-top: 0;
    padding: 10px 9px 9px;
    background-color: #fff;
    border-radius: 0;
}
.item-list .views-field-field-sport-icon{
    float: left;
    min-height: 1px;
    width: 30px;
}
.item-list .views-field-title,.item-list .views-field-created,.item-list .views-field-field-teaser , .views-field-nothing {
    margin-left: 33px;
}
/* Added a new css for comment section design issue - 04192019 */
.views-field-nothing{
 margin-left: 0px;   
}
.sport-align{
 margin-left: 33px;   
}

.item-list .views-field-created{
    color: #ed1c27;
    font-size: 10px;
    line-height: 10px;
}
.league-news-section .item-list ul li,.league-history-section .item-list ul li,.alumni-where-section .item-list ul li,.alumni-checking-in-section .item-list ul li{
    border: 0;
    padding: 0;
    padding: 5px 0 10px;
}
.league-news-section .item-list ul li:first-child,.league-history-section .item-list ul li:first-child,.alumni-where-section .item-list ul li:first-child,.alumni-checking-in-section .item-list ul li:first-child{
    padding-top: 0;
}
.league-news-section .item-list ul li:last-child,.league-history-section .item-list ul li:last-child,.alumni-where-section .item-list ul li:last-child,.alumni-checking-in-section .item-list ul li:last-child{
    padding-bottom: 0;
}
.league-news-section .item-list ul li ~ li,.league-history-section .item-list ul li ~ li,.alumni-where-section .item-list ul li ~ li,.alumni-checking-in-section .item-list ul li ~ li{
    border-top: 1px solid #000;
}
/*------------------------League News CSS Ends-------------------------*/

/*------------------------Path Archives CSS Starts-------------------------*/
.path-archives table{
    box-shadow: #fff 0px 1px 0px;
    font-size: 11px;
    line-height: 15px;
    margin: 0px 0px 10px;
    background-color: #fff;
    border-collapse: collapse;
    border-color: #ccc #ddd #eee;
    border-width: 1px;
    border-style: solid;
    width: 100%;
}
.path-archives table thead th {
    border-top-color: #ccc;
    text-shadow: #fff 0px 1px 0px;
    text-align: left;
    font-weight: normal;
    color: #666;
    background: #eee;
}
.path-archives table th,.path-archives table td {
    vertical-align: top;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #ddd;
    padding: 5px;
}
.path-archives table tr.odd td.active {
    background: #ecf8fc;
}
.path-archives table td.active {
    background: #e4f0f8;
}
/*------------------------Path Archives CSS Ends-------------------------*/

/*------------------------Schoold CSS Starts-------------------------*/
.page-node-type-school .content-left,.page-node-type-school .content-right{
    margin-top:10px;
}
.page-node-type-school #block-connectwithus-2.margin10px{
    margin:0 0 10px;
}
.page-node-type-school .main-content .main-content-inner .content h1{
    margin: 0;
    height: 32px;
    background: url(../images/block_heading_bg.jpg) repeat-x;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 9px;
    display: block;
    border-radius: 2px 2px 0 0;
}
.page-node-type-school .school-details{
    border: 2px solid black;
    padding: 10px 9px 9px;
    background-color: #fff;
    float: left;
    width: 100%;
    font-size: 13px;
}
.page-node-type-school .school-logo{
    width: 275px;
    min-height: 200px;
    float: left;
    margin-right: 20px;
}
.page-node-type-school .school-logo img{
    width: 100%;
    height: auto;
}
.page-node-type-school .school-address div{
    display: inline-block;
    vertical-align: top;
}
.page-node-type-school .school-address ~ * {
    font-weight: bold;
}
.page-node-type-school .school-address ~ * div{
    display: inline-block;
    vertical-align: top;
}
.page-node-type-school .school-address ~ * div:first-child{
    font-weight: normal;
}
.page-node-type-school .school-address,.page-node-type-school .school-website,.page-node-type-school .school-athletic-director-email,.page-node-type-school .school-assistant-email{
    margin-bottom: 10px;
}
.page-node-type-school .school-website div{
    display: inline;
}
/*------------------------Schoold CSS Ends-------------------------*/

.page-node-type-article #block-s1s-content{
    padding: 19px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc #ddd #eee;
    margin: 0px 0px 10px;
    box-shadow: #fff 0px 1px 0px;
    border-radius: 3px;
    font-size: 12px;
    float: left;
    width: 100%;
    word-break: break-word;
}
.page-node-type-article table{
    width: 100%;
}
.page-node-type-article table p{
    margin: 0;
}
.sponsored-listings-school .item-list,.student-voice-school .item-list{
    padding: 10px;
    border: 2px solid #000;
    border-top: 0;
    border-radius: 0;
}
.student-voice-school .item-list{
    padding: 0;
}
.sponsored-listings-school .item-list ul {
    border-radius: 3px;
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC #DDD #EEE;
}
.sponsored-listings-school .item-list ul li{
    border-bottom: 0;
} 
.sponsored-listings-school .item-list ul li .views-field-field-business-description{
    padding-left: 15px;
}
.sponsored-listings-school .item-list .views-field-title, .sponsored-listings-school .item-list .views-field-created, .sponsored-listings-school .item-list .views-field-field-teaser{
    margin-left: 0;
}
.poll-view{
    border: 2px solid #000;
    padding: 10px;
}
.poll-view h2,.poll-view h3{
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}
.section-headlines h2{
    margin-top: 10px;
}
.section-headlines .item-list{
    width: 100%;
}
.section-headlines .views-field{
    padding: 0;
    border: 0;
}
.section-headlines .item-list ul li{
    padding: 10px 0;
    border-bottom: 0;
}
.section-headlines .item-list ul li ~ li{
    border-top: 1px solid #000;
}
.section-headlines .item-list ul li:last-child{
    padding-bottom: 0;
}
.scores-links,.school-links {
    margin-bottom: 10px;
}
.scores-links header,.school-links header{
    background-image: none;
    float: left;
    width: 100%;
}
.scores-links p,.school-links p{
    margin: 2px 0;
}
.scores-links p a,.school-links p a{
    display: block;
    line-height: 16px;
    font-size: 16px;
    font-weight: 700;
    font-family:'Trebuchet MS', 'Lucida Grande';
    padding: 8px;
    position: relative;
    text-transform: uppercase;
    background-image: url(../images/biglink_1_bg.png);
}
.right-sidebar .scores-links p a,.right-sidebar .school-links p a{
    background-image: url(../images/biglink_2_bg.png);
}
.right-sidebar .scores-links p a:hover,.right-sidebar .school-links p a:hover,.right-sidebar .scores-links p a:focus,.right-sidebar .school-links p a:focus{
    text-decoration:none;
    outline:none;
    outline-width:0px;
}
.scores-links p ~ p a,.school-links p ~ p a{
    background-image: url(../images/biglink_2_bg.png);
}
.scores-links p a,.school-links p a{
    color: #fff;
}
/*-----------------------Season Builder Form Starts-----------------------*/
.season-builder-form .js-form-item  label{
    margin: 0;
}
.season-builder-form .form-item-header-start h2{
    font-size: 20px;
    font-weight: 300;
    margin: 15px 0 10px 5px;
}
.season-builder-form .js-form-item p{
    margin: 0;
}
.season-builder-form .form-item > .form-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
}
.season-builder-form .form-item > .form-item > .form-item{
    margin-bottom: 0px;
}
.season-builder-form .form-item .form-item h2{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.season-builder-form .form-item-header-start .col-lg-12{
    padding: 0;
}
.season-builder-form .form-item .accordion{
    box-shadow: #fff 0px 1px 0px;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
    border-radius: 3px 3px 0 0;
}
.season-builder-form .form-item .accordion a{
    position: relative;
    display: block;
    text-align: left;
    font-size: 11px;
    margin: 0px;
    padding: 4px 9px 5px;
    background: #eee;
    color: #999;
    padding-bottom: 4px;
    text-decoration: none;
}
/* 2019-04-30 season builder plus/minus icon css change, comment below for plus minus issue */
/*.season-builder-form .form-item .accordion a:before{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/sprite.png) 0px 0px no-repeat;
    top: 2px;
    left: -22px;
}*/

.season-builder-form .form-item .accordion .glyphicon{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: -22px;
    background: #bbb;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    padding: 5px 6px;
    font-size: 9px;
}

.season-builder-form .form-item .collapse{
  border-top: transparent !important;
}
.panel-group .panel1 {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default .panel-heading {
  padding: 0;
  border-radius: 0;
  color1: #212121;
  background-color: #FFF;
  border-color: #ccc #ddd #eee;
  border-radius: 3px 3px 0 0;
}
/* 2019-04-30 end */
.season-builder-form .form-item .collapse{
    padding: 10px 9px 9px;
    background: #fff;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
}
.season-builder-form .form-item .session-header{
    text-align: left;
    font-weight: normal;
    color: #666;
    background: #eee;
    padding: 5px;
    border-top: 1px solid #ddd;
    font-size: 11px;
}
.season-builder-form .form-item .session-row{
    clear: left;
    box-shadow: #fff 0px 1px 0px;
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 5px;
    font-size: 11px;
}
.season-builder-form .form-item .session-row select{
    font-size: 12px;
    padding: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #e8e8e8 #f0f0f0 #f8f8f8;
    background: #fff;
    color: #666;
    max-width: 100%;
}

/*-----------------------Season Builder Form Ends-----------------------*/

/*-----------------------Prediction Form CSS Starts-----------------------*/
.forecaster-predictions-form{
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px 0;
}
.forecaster-predictions-form .participant-title{
    margin-top: 5px;
}
.forecaster-predictions-form .participant-affiliation{
    margin-bottom: 5px;
}
.forecaster-predictions-form .participant-title,.path-football-forecaster .participant-title,.forecaster-predictions-form .participant-affiliation,.path-football-forecaster .participant-affiliation{
    font-size: 11px;
    text-align: center;
    color: #666;
}
.forecaster-predictions-form .predictions-row ~ .predictions-row{
    border-top: 1px solid #ddd;
    padding: 0;
    background-color: #fff; 
}
.forecaster-predictions-form .predictions-row ~ .predictions-row .predictions-col{
    padding: 5px;
    font-size: 11px;
}
.forecaster-predictions-form .predictions-row select{
    font-size: 12px;
    padding: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #e8e8e8 #f0f0f0 #f8f8f8;
    background: #fff;
    color: #666;
    max-width: 100%;
}
.forecaster-predictions-form .button{
    margin: 10px 5px 5px 5px;
}
/*-----------------------Prediction Form CSS Ends-----------------------*/

/*----------------------Football Forecaster CSS Starts----------------------*/
.path-football-forecaster .predictions-row{
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px 0;
    font-size: 11px;
}
.path-football-forecaster .predictions-row .predictions-row{
    border: 0;
    border-top: 1px solid #ddd;
    padding: 0;
    background-color: #fff;
}
.path-football-forecaster .predictions-row .predictions-row .predictions-col{
    padding: 5px;
}
/*----------------------Football Forecaster CSS Ends----------------------*/

.path-sessions .item-list ul li .views-field-title{
    margin: 0;
}

/*** Add new web site - 13-09-2018 -- 2268 ***/
.section-box h2, .section-box-black h2,.section-ad-images .college-signings a,.section-ad-images .forecaster a, .sponsored-listings-school h2, .student-voice-school h2{
    font:700 14px/18px 'Trebuchet MS', 'Lucida Grande';
    text-transform:uppercase;
    letter-spacing:normal;
    margin:0;
    float: left;
    width: 100%;
}
#block-views-block-s1s-announcements-site-wide-announcement-block,
#block-views-block-s1s-announcements-school-announcement-block{
    background-color: #fff4c0;
    color: #751;
    border: 1px solid #a84;
    padding: 5px 5px 0;
    line-height: 15px;
    float:left;
    width:100%;
}
#block-views-block-s1s-announcements-site-wide-announcement-block.views-element-container .alert a,
#block-views-block-s1s-announcements-school-announcement-block .alert a{
    float:left;
    width:100%;
    font:400 13px/15px 'Trebuchet MS', 'Lucida Grande';
    color:#751;
    margin-bottom:5px;
}
.section-headlines .views-field .field-content a, #block-views-block-videos-block-1 .views-field-title span a, .sponsored-listings-school .item-list .views-field-title .field-content a, .sponsored-listings-school .item-list .views-field-field-business-description .field-content, #block-views-block-s1s-headlines-block-2 .item-list .views-field-title {
    font:400 13px/20px 'Trebuchet MS', 'Lucida Grande';
    color:#006;
}
.sponsored-listings-school .item-list .views-field-field-business-description .field-content{
    color:#333;
}
.section-headlines .views-field.views-field-created .field-content{
    font:10px/10px 'Trebuchet MS', 'Lucida Grande';
}
.path-league-info .item-list .views-field-title,.path-league-info .item-list .views-field-created, #block-s1s-content .item-list .field-content, .page-node-type-school .school-details .school-detail-info div, #block-views-block-s1s-headlines-block-2 .item-list .views-field-created,#block-views-block-scoreboard-links-block-1 .scoreboard-links-block .item-list ul li .views-field .field-content a,footer #block-footer p,footer #block-footer p a,#block-views-block-featured-athletes-block-1 .col-md-6 a, #block-views-block-featured-athletes-block-1 .col-md-6 div{
    /*font-family:"Lucida","Lucida Grande","Trebuchet MS",Tahoma,Verdana,sans-serif;*/
    font-family:'Trebuchet MS', 'Lucida Grande';
}
#block-s1s-content .item-list{
    float:left;
    width:100%; 
}
#block-s1s-content .item-list ul li{
    float:left;
    width:100%;
}
/* Commented out by Brian */
/*#block-s1s-content .item-list ul li:first-child{
    border:0px;
    padding-top:0;
}*/
.pager{
    float:left;
    width:100%;
}
.path-schools .item-list{
    float:left;
    width:100%;
}
.path-schools .item-list .views-field.views-field-title{
    margin-left:0;
}
.page-node-type-school #block-views-block-school-page-links-block-block-1{
    float:left;
    width:100%;
}
.page-node-type-school .school-website div a{
    word-wrap:break-word;
}
/*#block-connectwithus-2, #block-views-block-s1s-business-birectory-block-1, #block-views-block-s1s-headlines-block-2, #block-s1s-search, #block-businessdirectoryimagelink, #block-footballforecaster, 
#block-openxzone1, #block-openxzone2, #block-mostrecentpoll,#block-connectwithus,#block-openxzone7,#block-views-block-featured-athletes-block-1{
    float:left;
    width:100%;
}*/
#block-businessdirectoryimagelink{
    margin-top:0;
    margin-bottom:10px;
}
.path-frontpage #block-businessdirectoryimagelink{
    margin-top:0;
    margin-bottom:10px;
}
.path-frontpage .innerpg-football-block{
    margin-bottom:0;
}
.path-frontpage .home-univest-ad{
    margin-bottom:10px;
}
#block-businessdirectoryimagelink p{
    margin-bottom:0;
}
#block-views-block-featured-athletes-block-1.section-box-black .more-link{
    top: 12px;
    right: 12px;
}
.subscribe-page{
    float:left;
    width:100%;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc #ddd #eee;
    background: #fff;
    font:400 13px/20px 'Trebuchet MS', 'Lucida Grande';
    color:#333;
    margin: 0px 0px 10px;
    -moz-box-shadow: #fff 0px 1px 0px;
    -webkit-box-shadow: #fff 0px 1px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing:border-box;
    padding:19px;
    margin:0;
}
.subscribe-page h3{
    float:left;
    width:100%;
    font:700 13px/20px 'Trebuchet MS', 'Lucida Grande';
    padding:0;
    margin:0px 0px 20px;
}
.subscribe-page form{
    float:left;
    width:100%;
    padding:10px 0 40px;
    margin:0;
}
#user-login-form .form-item,#user-pass .form-item{
    float:left;
    width:100%;
    background: #fff;
    padding:10px;
    box-sizing:border-box;
    margin: 0px 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
    border-radius: 3px;
    box-shadow: #fff 0px 1px 0px;
}
#user-login-form .form-item label,#user-pass .form-item label{
    float:left;
    width:100%;
    margin: 0px;
    padding: 0px;
    color: #999;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-weight: 700;
    font-size: 10px;
    line-height:20px;
    text-transform: uppercase
}
#user-login-form .form-item input.form-text,#user-pass .form-item input.form-text{
    float:left;
    width:100%;
    padding: 2px;
    margin:0;
    border-width: 2px;
    border-style: solid;
    border-color: #e8e8e8 #f0f0f0 #f8f8f8;
    background: #fff;
    color: #666;
    max-width: 100%;
    font:13px/20px 'Trebuchet MS', 'Lucida Grande';
}
#user-login-form .form-item .description,#user-pass .form-item .description{
    float:left;
    width:100%;
    color: #666;
    font-size: 11px;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-weight:400;
    line-height:20px;
    padding:0;
    margin:0;
}
#user-login-form .form-actions,#user-pass .form-actions{
    float:left;
    width:100%;
    background: #eee;
    padding:10px;
    box-sizing:border-box;
    margin: 0px 0px 10px;
    border:1px solid #ddd;
    margin:0 0 10px;
}
#user-login-form .form-actions .form-submit,#user-pass .form-actions .form-submit{
    font-size: 11px;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-weight:400;
    line-height:20px;
}
.content-border .item-list, .item-list.content-border, .path-links .item-list{
    float:left;
    width:100%;
    background: #fff;
    padding:0;
    box-sizing:border-box;
    margin: 0px 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
    border-radius: 3px;
    box-shadow: #fff 0px 1px 0px;
}
.path-links .item-list .views-field-title{
    margin-left:0;
}
#block-openxzone6,#block-openxzone3{
    float:left;
    width:100%;
}
#block-openxzone6 img,#block-openxzone3 img{
    width:100%;
}

/*----------------------------Standing CSS Starts-------------------------*/
.standings{
    border: none;
}
.standings td{
    padding: 2px;
    color: #000;
    border: none;
}
.standings .standings-title{
    background-color: transparent;
}
.standings .standings-title td{
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size:16px;
    line-height:15px;
    font-weight:400;
    padding:7px 0px 7px 5px;
    font-size: 16px;
    border: none;
}
.standings tbody .standings-header td{
    background-color: #555;
    color: #fff;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size:11px;
    line-height:15px;
    font-weight:700;
    text-align: center;
}
.standings tbody .standings-header .standings-school-header{
    text-align: left;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size:11px;
    line-height:15px;
    font-weight:700;
}
.standings .standings-row td{
    background-color: #BBB;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size:11px;
    line-height:15px;
    font-weight:400;
}
.standings .standings-row .standings-school{
    text-align: left;
}
.standings .standings-non-league-wins{
    border-left: 1px solid #000;
}
.standings .even td{
    background-color: #DDD;
}
.standings td{
}
/*----------------------------Standing CSS Ends-------------------------*/

/*----------------------------Result CSS Starts-------------------------*/
.result-detail-page h2{
    font-size: 20px;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.result-detail-page .col-md-6{
    margin-bottom:10px;
}
.result-detail-page .col-md-6 > span, .result-detail-page .result-comment > span, .result-detail-page .result-comment2 > span{
    float:left;
    width:100%;
    margin: 0;
    height: 32px;
    background: url(../images/block_heading_bg.jpg) repeat-x;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 9px;
    display: block;
    border-radius: 2px 2px 0 0;
    font-family: 'Trebuchet MS', 'Lucida Grande';
}
.result-detail-page .col-md-6 .team-detail{
    float: left;
    width: 100%;
    border: 2px solid black;
    border-top: none;
    padding: 10px 9px 9px;
    background-color: #fff;
}
.result-detail-page .result-comment .team-detail, .result-detail-page .result-comment2 .team-detail{
    float: left;
    width: 100%;
    border: 2px solid black;
    border-top: none;
    padding: 10px 9px 9px;
    background-color: #fff;
}
.result-detail-page .result-comment .team-detail{
    margin-bottom: 15px;
}
.result-detail-page .col-md-6 .team-detail .team-title a{
    font-size: 20px;
}
.result-detail-page .col-md-6 .team-detail .team-score{
    font-size: 40px;
    line-height: 40px;
    margin: 36px 0;
    text-align: center;
}
.result-detail-page .col-md-6 .team-logo{
    float: right;
}
.result-detail-page .col-md-6 img{
    width: 123px;
    height: 123px;
}

.result-section-info table{
     border: none;
     border-bottom: 2px solid black;
     border-collapse: separate;
     margin-top: 0;
}
.result-section-info .table > thead > tr > th{
     border: none;
     background: url(../images/block_heading_bg.jpg) repeat-x;
     color: white;
     font-weight: bold;
     font-size: 14px;
     line-height: 23px;
     text-transform: uppercase;
     padding: 5px 6px 4px 9px;
     text-shadow: none;
     border: 0;
}
.result-section-info .table > tbody > tr > td{
     border: 0;
     font-size: 12px;
     padding: 5px 6px 4px 9px;
     background-color: white;
}
.result-section-info .table > tbody .views-field-field-result-date{
    border-left: 2px solid black;
}
.result-section-info .table > tbody .views-field-field-result-overtime{
    border-right: 2px solid black;
}

.page-node-type-sport .content-right .section-headlines {
    position: static;
    padding:10px 9px 9px;
}
/*----------------------------Result CSS Ends-------------------------*/

.user-logged-in .main-content{
    margin-top: 40px;
}
.page-node-type-sport .main-content .main-content-inner .content h1{
    margin: 0;
    height: 32px;
    background: url(../images/block_heading_bg.jpg) repeat-x;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 9px;
    display: block;
    border-radius: 2px 2px 0 0;
}
.path-blogs .content-border ul.views-view-list-group{
    float:left;
    width:100%;
    padding:0;
    margin:0;
}
.path-blogs .content-border ul.views-view-list-group li{
    float: left;
    width: 100%;
    background: #fff;
    padding:19px;
    box-sizing: border-box;
    margin: 0px 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
    border-radius: 3px;
    box-shadow: #fff 0px 1px 0px;
}
.path-blogs .content-border ul.views-view-list-group li.list-group-item:first-child{
    border-radius: 3px;
}
.path-blogs .content-border ul.views-view-list-group li ul li{
    border:0px;
    border-radius:0px;
    padding:0;
    margin:0;
}
.path-blogs .content-border ul.views-view-list-group li .author-date{
    float:left;
    width:100%; 
    font:13px/15px 'Trebuchet MS', 'Lucida Grande';
    color:#333;
    padding:0 0 20px;
    margin:0;
}
.path-blogs .content-border ul.views-view-list-group li h2{
    float:left;
    width:100%; 
    padding:0 0 20px;
    margin:0;
}
.path-blogs .content-border ul.views-view-list-group li h2 a{
    font:16px/18px 'Trebuchet MS', 'Lucida Grande';
    color:#006;
}
.path-blogs .content-border ul.views-view-list-group li h2 a:hover {
    color: #02F;
}
.path-blogs .content-border ul.views-view-list-group li p{
    float:left;
    width:100%;
    padding:0;
    margin:0;
}
.page-node-type-blog #block-s1s-content article{
    float: left;
    width: 100%;
    background: #fff;
    padding:19px;
    box-sizing: border-box;
    margin: 0px 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
    border-radius: 3px;
    box-shadow: #fff 0px 1px 0px;
}
.page-node-type-blog #block-s1s-content article .author-date{
    float:left;
    width:100%;
    font:13px/15px 'Trebuchet MS', 'Lucida Grande';
    color:#333;
    padding:0 0 20px;
    margin:0;
}
.page-node-type-featured-athlete #block-s1s-content,.uc-product-node #block-s1s-content{
    border-style: solid;
    border-width: 1px;
    border-color: #ccc #ddd #eee;
    background: #fff;
    margin: 0px 0px 10px;
    box-shadow: #fff 0px 1px 0px;
    border-radius: 3px;
    padding: 19px;
}
.page-node-type-featured-athlete #block-s1s-content .author-date{
    margin-bottom: 19px;
}
.page-node-type-featured-athlete #block-s1s-content .athlete-image{
    float: left;
    margin: 0 10px 3px 3px;
}
.page-node-type-featured-athlete #block-s1s-content .athlete-school {
    font-weight: bold;
    margin-bottom: 20px;
}
.page-node-type-featured-athlete #block-s1s-content .athlete-school div{
    display: inline;
}
.page-node-type-featured-athlete #block-s1s-content .athlete-info p:first-child img{
    max-width: 432px;
    margin: 10px;
    float: right;
}
.page-node-type-featured-athlete #block-s1s-content .athlete-info p ~ p img{
    float: none;
}
.page-node-type-featured-athlete #block-s1s-content .athlete-info p{
    margin: 0 0 20px;
}

.addtoany_list.a2a_kit_size_32 > a {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
}
.addtoany_list.a2a_kit_size_32 a > span{
    height: 16px;
    width: 16px;
    margin-right: 5px;
    margin-top: -2px;
    text-align: center;
    background-color: #ff693a !important;
}
.addtoany_list.a2a_kit_size_32 a > span svg{
    left: 1px;
}
.left-side-blocks{
    float:left;
    width:100%;
    padding:0;
    margin:0;
}
.left-side-blocks img.external-ad-img{
    width:100% !important;
}
.score-board-block{
    float:left;
    width:100%;
    padding:0;
    margin:0 0 10px;
}
.score-board-block h2{
    margin:0;
}
.right-sidebar #block-openxzone6 p{
    padding:0;
    margin:0;
}
/*----------------Subscription CSS Starts-----------------------*/
.uc-product-node .product-add-to-cart{
    margin:0 0 10px;
}
.comment-form-section .form-wrapper{
    margin-bottom: 15px;
    margin-bottom: 15px;
}
.comment-form-section .form-text{
    width: 100%;
    border: 1px solid #d1d1d1;
}
/*----------------Subscription CSS Ends-----------------------*/
.innerpg-football-block{
    display: inline-block;
    box-sizing: border-box;
    width:100%;
    padding:0;
    margin:0 0 10px;
}
.right-side-block .carousel{
    width:100%;
}
/*------------------ Video list page css start --------------*/
.path-articles .item-list {
    border:0px;
    border-radius:0px;
    background:none;
    margin:0;
}
.path-articles .item-list ul{
    float:left;
    width:100%;
    padding:0;
    margin:0;
}
.path-articles .item-list ul li{
    float:left;
    width:100%;
    border-top: 1px solid #000;
    padding:5px 0 10px;
    margin:0;
}
.path-articles .item-list ul li:first-child{
    border:0px;
    padding-top:0;
}
.path-videos #block-s1s-content .item-list{
    float:left;
    width:100%;
    border:0px;
    border-radius:0px;
    box-shadow:none;
    padding:0 0 ;
    margin:0 0 10px;
    background:transparent;
}
.path-videos #block-s1s-content .item-list ul {
    float:left;
    width:100%;
    padding:0;
    margin:0;
}
.path-videos #block-s1s-content .item-list ul li{
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    padding: 5px 10px 4px;
    margin: 0;
}
.path-videos #block-s1s-content .item-list ul li.video-block{
    float:left;
    width:100%;
    border:0px;
    padding:0 0 15px;
    margin:0;
}
.path-videos #block-s1s-content .item-list ul li.video-block .views-field-field-video-video{
    float:left;
    width:120px;
    padding:0;
    margin:0 10px 0 0;
}
.path-videos #block-s1s-content .item-list ul li.video-block .views-field-title,.path-videos #block-s1s-content .item-list ul li.video-block .views-field-field-video-date,.path-videos #block-s1s-content .item-list ul li.video-block .views-field-field-video-description{
    float:right;
    width:79%;
    padding:0;
    margin:0;
}
.path-videos #block-s1s-content .item-list ul li.video-block .views-field-title a{
    float:left;
    width:100%;
    color: #006;
    font:13px/15px 'Trebuchet MS', 'Lucida Grande';
    margin:0 0 3px;
}
.path-videos #block-s1s-content .item-list ul li.video-block .views-field-title a:hover{
        color: #02F;
}
.path-videos #block-s1s-content .item-list ul li.video-block .views-field-field-video-date{
    float:right;
    color: #333;
    font:10px/12px 'Trebuchet MS', 'Lucida Grande';
    margin:0 0 5px;
}
.path-videos #block-s1s-content .item-list ul li.video-block .views-field-field-video-description{
    float:right;
    color: #333;
    font:13px/15px 'Trebuchet MS', 'Lucida Grande';
    margin:0 0 0px;
}
/*.item-list ul li.video-block:first-child { 
  padding: 0px !important;
}*/
.item-list ul li.video-block div:first-child { 
  float:left;
}
.page-node-type-video section article{
    float: left;
    width: 100%;
    background: #fff;
    padding:19px;
    box-sizing: border-box;
    margin: 0px 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
    border-radius: 3px;
    box-shadow: #fff 0px 1px 
}
/***/
.section-box.home-video-block .item-list{
    float:left;
    width:100%;
    border:0px;
    padding:0;
    margin:0;
}
.section-box.home-video-block .item-list ul {
    float:left;
    width:100%;
    border:0px;
    padding:0;
    margin:0;
}
.section-box.home-video-block .item-list ul li{
    float:left;
    width:100%;
    border:0px;
    padding:0;
    margin:0;
}
.section-box.home-video-block .item-list ul li .views-field{
    float:left;
    width:100%;
    border:0px;
    padding:0;
    margin:0;
}
/*** Football Forecaster page css start **/
.path-football-forecaster .predictions-row .col-lg-12{
    padding:0;
}
.path-football-forecaster .predictions-row .participant-title,.path-football-forecaster .predictions-row .participant-affiliation{
    font:bold 11px/15px Arial, Helvetica, sans-serif;
    color:#666;
    text-transform:capitalize;
    padding:2px 0;
}
.path-football-forecaster .predictions-row .predictions-col{
    font:bold 11px/15px Arial, Helvetica, sans-serif;
    color: #333;
    text-transform:uppercase;
}
.path-football-forecaster .predictions-row.last-week .predictions-col,.path-football-forecaster .predictions-row.overall .predictions-col{
    font:700 11px/15px Arial, Helvetica, sans-serif;
    color: #333;
    text-align:center;
    text-transform:capitalize;
}
.path-football-forecaster .predictions-row.last-week .last-week-col,.path-football-forecaster .predictions-row.overall .overall-col{
    font:11px/15px Arial, Helvetica, sans-serif;
    color: #333;
    text-align:center;
}
/***/

/**** Announcement page css start  **/
.page-node-type-announcement section article{
    float: left;
    width: 100%;
    background: #fff;
    padding:19px;
    box-sizing: border-box;
    margin: 0px 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
    border-radius: 3px;
    box-shadow: #fff 0px 1px;
}
.page-node-type-announcement section article p{
    padding:0 0 20px;
	margin:0;
}
.page-node-type-announcement section article p a{
    word-break:break-all;
}
.author-date {
    padding: 0 0 20px;
    background: #0000;
	font-size: 13px;
}
/***/
.section-ad-images p{
    margin:0;
}
section.margin10px{
    margin:10px 0 0;
}
section.margin10px-btm{
    margin:0 0 10px;
}
.section-ad-images.back-border{
    border: 2px solid #000;
}
section.search-block-form{
    margin:0 0 10px;
}

/**** Add new css - 10-01-2018 - Carousal Css ***/
.main-carousel-section{
    float:left;
    width:100%;
    padding:0;
    margin:0 0 10px;
}
.main-carousel-section .carousel .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition: opacity ease-out .1s;
  transition-timing-function:linear;
}
.main-carousel-section .carousel .carousel-inner .active {
  opacity: 1;
  transition: opacity 1s ease-in;
}
.main-carousel-section .carousel .carousel-inner .active.left,
.main-carousel-section .carousel .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.main-carousel-section .carousel .carousel-inner .next.left,
.main-carousel-section .carousel .carousel-inner .prev.right {
  opacity: 1;
}
.main-carousel-section .carousel .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .main-carousel-section .carousel .carousel-inner > .item.next,
    .main-carousel-section .carousel .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .main-carousel-section .carousel .carousel-inner > .item.prev,
    .main-carousel-section .carousel .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .main-carousel-section .carousel .carousel-inner > .item.next.left,
    .main-carousel-section .carousel .carousel-inner > .item.prev.right,
    .main-carousel-section .carousel .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/***/

/*** Add new css - Contact Page - 04-10-2018 ***/
.webform-submission-form .form-item{
    float:left;
    width:100%;
    background: #fff;
    padding:10px;
    box-sizing:border-box;
    margin: 0px 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
    border-radius: 3px;
    box-shadow: #fff 0px 1px 0px;
}
.webform-submission-form .form-item label{
    float:left;
    width:100%;
    margin: 0px;
    padding: 0px;
    color: #999;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase
}
.webform-submission-form .form-item input.form-text,.webform-submission-form .form-item input.form-email,.webform-submission-form .form-item input.form-textarea{
    float:left;
    width:100%;
    padding: 2px;
    margin:0;
    border-width: 2px;
    border-style: solid;
    border-color: #e8e8e8 #f0f0f0 #f8f8f8;
    background: #fff;
    color: #666;
    max-width: 100%;
    font:13px/20px 'Trebuchet MS', 'Lucida Grande';
}
.webform-submission-form .form-item.form-item-captcha-response input.form-text{
    width:auto;
    float:none;
}
.webform-submission-form .form-item .description{
    float:left;
    width:100%;
    color: #666;
    font-size: 11px;
    font-family:'Trebuchet MS', 'Lucida Grande';
    line-height:13px;
    padding:0;
    margin:0;
}
.webform-submission-form .form-actions{
    float:left;
    width:100%;
    background: #eee;
    padding:10px;
    box-sizing:border-box;
    margin: 0px 0px 10px;
    border:1px solid #ddd;
    margin:0 0 10px;
}
/***/
.path-scores section div.table-responsive{
    display:inline-block;
    width:100%;
}

/**** Cart and Checkout Page Css ***/
.path-cart .uc-cart-view-form{
    float:left;
    width:100%;
    padding:0;
    margin:0;
}
.path-cart .uc-cart-view-form table tr th,.path-cart .uc-cart-view-form table tr td{
    font-family: 'Trebuchet MS', 'Lucida Grande';
    font-size:11px;
    line-height:15px;
    font-weight:400;
}
.path-cart .uc-cart-view-form input.form-submit {
    background: #0f2b41;
    border: none;
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Grande';
    font-size: 11px;
    line-height:15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: .5em .5em .5em 0em;
    padding: 5px 10px;
}
.path-cart .uc-cart-view-form .uc-cart-checkout-button-container input.form-submit{
    background:none;
}
.path-cart .uc-cart-view-form .form-actions{
    float:left;
    width:100%;
    background:#fff;
    border: solid 1px #bbb;
    margin: .5em 0em;
    text-align: right;
}   
.path-cart .uc-cart-checkout-form{
    float:left;
    width:100%;
    padding:0;
    margin:0;
}

.path-cart .uc-cart-checkout-form .js-form-wrapper{
    float:left;
    width:100%;
    box-sizing:border-box;
    padding:0;
    background: #fff;
    margin: 0px 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
}
.path-cart .uc-cart-checkout-form .cart-review td.products{
    vertical-align: top;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #ddd;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    display: table-cell;
    font-family: 'Trebuchet MS', 'Lucida Grande';
    font-size:13px;
    line-height:20px;
}
.path-cart .uc-cart-checkout-form .js-form-wrapper .form-item{
    float:left;
    width:100%;
    box-sizing:border-box;
    padding:9px;
    margin:0;
}
.path-cart .uc-cart-checkout-form .js-form-wrapper input,.path-cart .uc-cart-checkout-form .js-form-wrapper select{
    float:left;
    width:100%;
    font:13px/20px 'Trebuchet MS', 'Lucida Grande';
    box-sizing:border-box;
    padding: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #e8e8e8 #f0f0f0 #f8f8f8;
    background: #fff;
    color: #666;
    max-width: 100%;
    margin:0;   
}
.path-cart .uc-cart-checkout-form .js-form-wrapper label{
    float:left;
    width:100%;
    text-align:left;
    margin: 0px;
    padding: 0px;
    color: #999;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase
}
.path-cart .uc-cart-checkout-form .js-form-wrapper summary {
    display: block;
    font-size: 11px;
    margin: 0px;
    padding: 4px 9px 5px;
    color: #333;
    background: #f4f4f4;
}
.path-cart .uc-cart-checkout-form .js-form-wrapper table.uc-payment-totals{
    float:left;
    width:auto;
    font-size: 11px;
    line-height: 15px;
    margin: 0px 0px 10px;
    background-color: #fff;
    border-collapse: collapse;
    border-color: #ccc #ddd #eee;
    border-width: 1px;
    border-style: solid;
    padding:0;
    margin:5px 9px;
}
.path-cart .uc-cart-checkout-form .js-form-wrapper table.uc-payment-totals td {
    padding: 0em 1em;
    vertical-align: top;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #ddd;
}
.path-cart .uc-cart-checkout-form .js-form-wrapper .form-item#edit-panes-payment-payment-method--wrapper{
    float:left;
    width:100%;
    border:0px;
    box-sizing:border-box;
    padding:16px 9px;
    margin:0;
}
.path-cart .uc-cart-checkout-form .js-form-wrapper .form-item#edit-panes-payment-payment-method--wrapper legend{
    float:left;
    width:100%;
    margin: 0px;
    padding: 0px;
    color: #999;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    border:0px;
}
.path-cart .uc-cart-checkout-form .js-form-wrapper .form-item#edit-panes-payment-payment-method--wrapper legend .visually-hidden{
        position: inherit !important;
    clip: inherit;
    overflow: visible;
    height: auto;
    width: auto;
    word-wrap: normal;
}
.path-cart .uc-cart-checkout-form .js-form-wrapper .form-item#edit-panes-payment-payment-method--wrapper label.option{
    float:left;
    width:auto;
    margin:2px 0 0 5px;
}
.path-cart .uc-cart-checkout-form .js-form-wrapper .form-item#edit-panes-payment-payment-method--wrapper input.form-radio{
    float:left;
    width:auto;
    margin:5px 0 0;
}
.path-cart .uc-cart-checkout-form .js-form-wrapper .payment-details-paypal-ec#payment-details{
    float:left;
    width:97%;
    font:13px/20px 'Trebuchet MS', 'Lucida Grande';
        color: #333;
    box-sizing:border-box;
    border: solid 1px #bbb;
    padding: 5px;
    margin:0 9px;
}
.path-cart .uc-cart-checkout-form .js-form-wrapper.form-actions{
    float:left;
    width:100%;
        border: solid 1px #bbb;
        text-align:right;
    padding: 5px;
    margin:0;
}
.path-cart .uc-cart-checkout-form .js-form-wrapper.form-actions input.form-submit{
    float:none;
    width:auto;
    background: #0f2b41;
    border: none;
    color: #fff;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    padding: 2px 10px;
    margin: .5em .5em .5em 0em;
}
.path-cart .table > tbody > tr > td{
    border-bottom:solid 1px #999;
    border-top:solid 1px #999;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size: 12px;
    font-weight: 700;
    line-height:17px;
}
.path-cart .table > tbody > tr > td{
    text-align:center;
    border:0px !important;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size: 12px;
    font-weight: 700;
    line-height:17px;
}
.path-cart .table > tbody > tr > td table.cart-review.table{
    margin:0;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size: 12px;
    font-weight: 700;
    line-height:17px;
}
.path-cart .table > tbody > tr > td table.cart-review.table > tbody > tr > td{
    text-align:left;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size: 12px;
    font-weight: 700;
    line-height:17px;
}
.path-cart .table > tbody > tr > td.title-col{
    text-align:left;
    width:15%;
    padding:8px;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size: 12px;
    font-weight: 700;
    line-height:17px;
}
.path-cart .table > tbody > tr > td.data-col{
    text-align:left;
    width:85%;
    padding:8px;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size: 12px;
    font-weight: 700;
    line-height:17px;
}
/***/

/*** Add new css - Advertise Page - 04-10-2018 ***/
.webform-submission-add-form .form-item{
    float:left;
    width:100%;
    background: #fff;
    padding:10px;
    box-sizing:border-box;
    margin: 0px 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
    border-radius: 3px;
    box-shadow: #fff 0px 1px 0px;
}
.webform-submission-add-form .form-item label{
    float:left;
    width:100%;
    margin: 0px;
    padding: 0px;
    color: #999;
    font-weight: 700;
    font-size: 10px;
    font-family:'Trebuchet MS', 'Lucida Grande';
    line-height:15px;
    text-transform: uppercase;
}
/* For asterisk color - AT-01182018-2045  */
.marker, .form-required {
    color: #f00;
}
/* For validation input border color - AT-01182018-2045  */
.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red !important;
}
input.form-autocomplete:hover, input.form-text:hover, input.form-email:hover, textarea.form-textarea:hover, select.form-select:hover, input.form-autocomplete:focus, textarea.form-textarea:focus, select.form-select:focus {
    color: #333 !important;
    border-color: #ace !important;
}
.webform-submission-add-form .form-item.form-item-captcha-response label{
    padding:0 0 10px;
}
.webform-submission-add-form .form-item.form-item-captcha-response span.field-prefix{
    font-weight: 400;
    font-size: 13px;
    font-family:'Trebuchet MS', 'Lucida Grande';
    line-height:20px;
}
.webform-submission-add-form .form-item.form-item-captcha-response .description{
    float:left;
    width:100%;
    font-weight: 400;
    font-size: 13px;
    font-family:'Trebuchet MS', 'Lucida Grande';
    line-height:20px;
    padding:5px 0 0;
}
.webform-submission-add-form .form-item input.form-text,.webform-submission-add-form .form-item input.form-email,.webform-submission-add-form .form-item textarea.form-textarea{
    float:left;
    width:100%;
    padding: 2px;
    margin:0;
    border-width: 2px;
    border-style: solid;
    border-color: #e8e8e8 #f0f0f0 #f8f8f8;
    background: #fff;
    color: #666;
    max-width: 100%;
    font:13px/20px 'Trebuchet MS', 'Lucida Grande';
}
.webform-submission-add-form .form-item.form-item-captcha-response input.form-text{
    width:auto;
    float:none;
}
.webform-submission-add-form .form-item .description{
    float:left;
    width:100%;
    color: #666;
    font-size: 11px;
    font-family:'Trebuchet MS', 'Lucida Grande';
    line-height:13px;
    padding:0;
    margin:0;
}
.webform-submission-add-form .form-actions{
    float:left;
    width:100%;
    background:none;
    border:0px;
    padding:0;
    box-sizing:border-box;
    margin: 0px 0px 10px;
}
/***/

/** Add new css - 23-10-2018 - Update font size - 04192019 ***/
.views-element-container .item-list ul li .views-field .field-content a{
    float:left;
    width:100%;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#006;
}
.views-element-container .item-list ul li .views-field .field-content a:hover{
    color:#02F;
    text-decoration:none;
}
/** Update font size - 04232019 ***/
.views-element-container .item-list ul li .views-field.views-field-created .field-content{
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size:11px;
    line-height:10px;
    font-weight:400;
    color:#ed1c27;
}
.page-node-type-article .author-date,.page-node-type-article #subscribers-only-message, .page-node-type-article #block-s1s-content article{
    float:left;
    width:100%;
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size:13px;
    line-height:20px;
    font-weight:400;
}
.page-node-type-article #subscribers-only-message .uc-product-add-to-cart-form .form-actions .form-submit{
    background-color: #0f2b41;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.75em 1em;
    border-radius: 4px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    margin:0 0 20px;
}
.page-node-type-article #subscribers-only-message .uc-product-add-to-cart-form .form-actions .form-submit:hover{
    background-color: #888;
}
.path-blogs #block-s1s-content .item-list ul li,.path-blogs #block-s1s-content .item-list ul li a{
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size:13px;
    line-height:20px;
    font-weight:400;
}
input:hover, select:hover, textarea:hover, a:hover, input:focus, select:focus, textarea:focus, a:focus{
    text-decoration:none;
    outline:none;
    outline-width:0px;
}
#block-views-block-featured-athletes-block-1 .col-md-6 a{
    
}
.page-node-type-product .product-info{
    font-family:'Trebuchet MS', 'Lucida Grande';
    font-size:12px;
    line-height:20px;
    font-weight:400;
}
.page-node-type-product .uc-price {
    clear: right;
    float: right;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: center;
    width: 100px;
    white-space: nowrap;
}
.page-node-type-product input.form-submit {
    font-family:'Trebuchet MS', 'Lucida Grande';
    background: #0f2b41;
    border: none;
    color: #fff;;
    font-size: 11px;
    line-height:20px;
    font-weight: bold;
    text-transform: uppercase;
}
/** Add new css - 14-02-2019 - 2069 ***/
.content #block-s1s-content .views-element-container .item-list h3 {
    font-size: 11px;
    margin: 0px;
    padding: 4px 9px 5px;
    color: #333;
    background: #f4f4f4;
    font-family: "Lucida","Lucida Grande","Trebuchet MS",Tahoma,Verdana,sans-serif;
    line-height: 20px;
}
.content #block-s1s-content .views-element-container .contextual-region .item-list ul li:first-child{
    padding:5px 0px 4px;
}
.content #block-s1s-content .views-element-container .contextual-region .winter-sports ul li:first-child{
    padding:5px 10px 4px;
}
.content #block-s1s-content .views-element-container .linkslist .item-list ul li:first-child{
    padding:5px 10px 4px;
}
#block-views-block-game-results-block-1 div table tr:nth-child(even) td:first-child {
    background: #ecf8fc;
}
#block-views-block-game-results-block-1 div table tr:nth-child(odd) td:first-child {
    background: #e4f0f8;
}
#block-s1s-content .views-element-container table.responsive-enabled tr:nth-child(even) td:first-child {
    background: #e4f0f8;
}
#block-s1s-content .views-element-container table.responsive-enabled tr:nth-child(odd) td:first-child {
    background: #ecf8fc;
}

/** Add new css start - 21-02-2019 - 2069 page Kaelin Mealey ***/

.content #block-s1s-content .search-form .js-form-wrapper{
    background: #fff;
    margin: 0px 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ddd #eee;
    -webkit-border-radius: 3px;
    padding: 9px;
}
.content #block-s1s-content .search-form .js-form-wrapper .js-form-item label {
    margin: 0px;
    padding: 0px;
    color: #999;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
}
.content #block-s1s-content .search-form .js-form-wrapper .js-form-item .form-search {
    padding: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #e8e8e8 #f0f0f0 #f8f8f8;
    background: #fff;
    color: #666;
    width: 80%;
    margin: 0 0 10px;
}
.content #block-s1s-content .search-form .js-form-wrapper .js-form-item .form-search:hover {
    color: #333;
    border-color: #ace;
}
.search-result-box {
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
    background: #eee;
    border: 1px solid #ddd;
    padding: 4px 9px;
    margin: 0px 0px 10px;
    -webkit-border-radius: 3px;
    font-family: "Lucida","Lucida Grande","Trebuchet MS",Tahoma,Verdana,sans-serif;
    line-height: 20px;
}
#block-s1s-content ol {
    background-color: white;
    padding: 10px 20px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    list-style-type: none;
}
#block-s1s-content ol li h3 {
    font-size: 16px;
    margin: 0 -10px;
    font-family: "Lucida","Lucida Grande","Trebuchet MS",Tahoma,Verdana,sans-serif;
}
#block-s1s-content ol li {
    margin: 0 0 15px;
}
#block-s1s-content ol li p.search-info {
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}
/** Add new css end - 21-02-2019 - 2069 page Kaelin Mealey ***/

#block-s1s-content .views-element-container .views-row .views-field-nothing {
    margin-left: 0;
}
/** Add new css end - 28-02-2019 - 2069 ***/
#block-s1s-content .views-element-container table.responsive-enabled tbody tr td {
    width: 120px;
}
.content.col-md-12 #block-s1s-local-tasks {
    margin-top: 0;
}
/*.content.col-md-12 .tabs_view {
    margin-top: -31px !important;
}*/
.content.col-md-12 .tabs_view_schools {
    margin-top: 0px !important;
}
/* Add css for roster view/edit tabs AT-06242019 */
.content.col-md-12 .rosters_view {
   position: absolute;
   top: -30px !important;
}
/* Add css for businesses view/edit tabs AT-06242019 */
.content.col-md-12 .businesses_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for conferences view/edit tabs AT-06242019 */
.content.col-md-12 .conferences_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for results view/edit tabs AT-06242019 */
.content.col-md-12 .results_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for links view/edit tabs AT-06242019 */
.content.col-md-12 .links_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for about-us view/edit tabs AT-06242019 */
.content.col-md-12 .about-us_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for contribute view/edit tabs AT-06242019 */
.content.col-md-12 .contribute_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for website-user-agreement view/edit tabs AT-06242019 */
.content.col-md-12 .website-user-agreement_view {
   position: absolute;
   top: 43px !important;
}
/* Add css for subscribe view/edit tabs AT-06242019 */
.content.col-md-12 .subscribe_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for test-ckeditor-image-link view/edit tabs AT-06242019 */
.content.col-md-12 .test-ckeditor-image-link_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for announcements view/edit tabs AT-06242019 */
.content.col-md-12 .announcements_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for content view/edit tabs AT-06242019 */
.content.col-md-12 .content_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for product view/edit tabs AT-06242019 */
.content.col-md-12 .node_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for schedules view/edit tabs AT-06242019 */
.content.col-md-12 .schedules_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for seasons view/edit tabs AT-06242019 */
.content.col-md-12 .seasons_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for sports view/edit tabs AT-06242019 */
.content.col-md-12 .sports_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for videos view/edit tabs AT-06242019 */
.content.col-md-12 .videos_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for league-info view/edit tabs AT-06242019 */
.content.col-md-12 .league-info_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for alumni view/edit tabs AT-06242019 */
.content.col-md-12 .alumni_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for blog view/edit tabs AT-06242019 */
.content.col-md-12 .blog_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for college-signings view/edit tabs AT-06242019 */
.content.col-md-12 .college-signings_view {
   position: absolute;
   top: -31px !important;
}
/* Add css for contact view/edit tabs AT-06242019 */
.content.col-md-12 .contact_view {
   position: absolute;
   top: 44px !important;
}
.js-form-item label{
    color: #333;
}
#block-s1s-content .views-element-container .item-list ul li.video-block .views-field-field-video-video .field-content {
    float: left;
}
.right-sidebar .views-element-container #views-bootstrap-business-directory-card-rotator-directory-block .carousel-inner .item a img {
    height:170px\9\0;
    width: 100%;
}
#block-s1s-content .bdirectorylist .item-list ul li{
    list-style: disc;
    display: list-item;
    margin: 0 33px;
    width: 93%;
}
#block-s1s-content .bdirectorylist .item-list ul li .views-field-title{
    margin-left: 0;
}
#block-s1s-content .bdirectorylist .item-list ul li .views-field-field-business-description{
    padding-left: 10px;
}
#block-s1s-content .views-element-container .bdirectorylist {
    border-radius: 3px;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC #DDD #EEE;
    float: left;
    width: 100%;
}
#block-s1s-content .bdirectorylist .item-list {
    background: #fff;
    margin:0;
    border: none;
    border-radius: none;
    box-shadow: none;
    font-family: 'Trebuchet MS', 'Lucida Grande';
}
.content #block-s1s-content .views-element-container .bdirectorylist .item-list h3{
    font-size: 14px;
    font-weight: bold;
    background: none;
    font-family: 'Trebuchet MS', 'Lucida Grande';
}
#block-s1s-content .bdirectorylist .item-list ul li {
    border: none !important;
}
/*
#block-s1s-content article div ul.links.inline {
    position: absolute;
    bottom: 36px;
}*/
/*Add new css to overwrite above css */
#block-s1s-content article div ul.links.inline {
    position: inherit;
    bottom: 36px;
	display: block;
}
/* commented for the comment alignment on vdo and other pages
#block-s1s-content article .comment-share {
    margin: 0 160px;
}*/

/*commented for the overlap issue when login*/
.content.col-md-12 #block-s1s-local-tasks ul {
    /* margin-top: -31px; */
}
/* Add new css 04192019 */
.views-bootstrap-list-group li.list-group-item article div img{
    display: none;
}
.views-bootstrap-list-group li.list-group-item article h2 a span{
    font-size: 16px;
}

.contextual-region{
    position: unset;
}
.page-node-type-article .contextual-region{
   /* position: relative; */ /*commented to avoid search issue - AT-09122019-2045 */
}
#block-s1s-content .contextual-region{
    position: relative;
}
.views-bootstrap-list-group li.list-group-item article div#subscribers-only-message{
    border: none;
    background-color: transparent;
    padding: 0px;
}
.main-content >.container > .status-message-div div[role=contentinfo]{
    border-color: #f8fffc;
    color: #687;
    background: #ecf8f4;
    padding: 15px;
    font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    -moz-box-shadow: #ddd 0px 1px 3px;
    -webkit-box-shadow: #ddd 0px 1px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 5px solid #fff;
    margin-bottom: 38px;
	/*margin-top: -30px;*/
	display: inline-block;
    width: 100%;
}
.main-content >.container > .status-message-div div a{
    color: #687;
}
div.timeline-Tweet--isRetweet {
  display: none !important;
}
.member_for_label{
    color: inherit;
}

/* Edits by Brian for school-specific announcements */
#block-s1s-content {
    overflow: auto; /* allow height to fill properly */
    margin-bottom: 10px;
	float: left;
    width: 100%;
}
/* End edits by Brian */

/* Edits by Brian for view: blog_post */
body.path-blogs #block-s1s-content #views-bootstrap-blog-post-page-1 .blog-post {
    padding: 2rem;
}

body.path-blogs #block-s1s-content #views-bootstrap-blog-post-page-1 .blog-post-list {
    border: none;
}

body.path-blogs #block-s1s-content #views-bootstrap-blog-post-page-1 {
    background-color: #f4f4f4;
}

body.path-blogs #block-s1s-content #views-bootstrap-blog-post-page-1 .views-field-title {
    margin-left: 0;
}

body.path-blogs #block-s1s-content #views-bootstrap-blog-post-page-1 span.author-by {
    float: right;
}

body.path-blogs #block-s1s-content #views-bootstrap-blog-post-page-1 h4 {
    margin-bottom: 2rem;
}

body.path-blogs #block-s1s-content ul.js-pager__items li.pager__item{
    width: auto;
}

body.path-blogs #block-s1s-content ul.js-pager__items li.pager__item.pager__item--ellipsis{
    display: none;
}

body.path-blogs #block-s1s-content ul.js-pager__items li.pager__item.is-active{
    pointer-events: none;
    cursor: not-allowed;
}

body.path-blogs #block-s1s-content ul.js-pager__items li.pager__item.is-active a{
    pointer-events: none;
    cursor: not-allowed;
    background: #eee;
}

#block-s1s-content .item-list.blog-post-list {
    border: 0;
}

body.page-node-type-roster #block-s1s-content td{
    border: 1px solid #ddd;
}

form.comment-form {
    display: none; /* shown by clicking "Add a comment" */
}

div.comment-share .comment-toggle {
    cursor: pointer;
}

div.comment-box ul.links.inline li {
    display: inline;
    padding-right: 1rem;
}

div.comment-box footer {
    padding: 0;
}

body.page-node-type-article #edit-comment-body-0-format {
    display: none;
}

body.page-node-type-video #block-s1s-content div.video-embed-field-responsive-video {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/*******/

body.path-standings section#block-s1s-page-title {
    overflow: auto;
    overflow-x: hidden;
}

body.path-standings section#block-s1s-local-tasks {
    /* margin-top: -78px !important; */
}

body.path-standings section#block-s1s-content {
    margin-top: 45px;
}

.standings .standings-row td {
    padding: 3px;
}

div.site-maintenance-alert {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #c8fafc;
    color: #3e588f;
}

#block-views-block-featured-athletes-block-1 {
    position: relative;
}

#block-views-block-videos-block-1 header{
    right: 7px;
}

/* End edits by Brian */

.date_style div:nth-child(1){
    display: inline;
    font-weight: bold;
    float: left;
    /* padding-right: 5px; */
	width: 100%;
}
.date_style1{
    display: inline;
    font-weight: bold;
    float: left;
    padding-right: 5px;
}

.page-node-type-article #block-s1s-content article p {
	margin: 0 0 20px;
/*    float: left;*/
    width: 100%;
    word-break: break-word;
}

.page-node-type-article #block-s1s-content article p img.float-right{
    float: right;
    margin: 10px 0 10px 10px;
    border-width: 2px;
    border-style: solid;
}

.page-node-type-article #block-s1s-content .table-responsive {
	float:left;
	width: 100%;
}
.table-responsive .table tbody tr td div {
	display:block !important;
	
}
.content-classes ul li{
    list-style-type:disc;
}
.content-classes ul.links li{
    list-style-type:none !important;
}
/*ul.links ,ul.inline{
    display: none !important;
}
.comment-share .add-new-comment-login{
    display: block !important;
}*/
.student-voice-school > div{
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    border: 1px solid black;
}
.student-voice-school .view-empty p{
    margin: 10px;
}
.status-message-div a{
    color: gray !important;
}