html {
    background: #017185 url(https://coastsoccer.com/images/website/kp-background.jpg) top center no-repeat;
}
body {
    background: none;
}
#siteWrapper {
    width: 1049px;
    margin: auto;
    background: #fff;
    position: relative;
    top: -63px;
    -webkit-box-shadow: 0px 0px 15px 5px #001120;
    box-shadow: 0px 0px 15px 5px #013c49;
}
.siteContainer {
    top: 65px;
}
#siteContainer2.one_panel #panelTwo,
#siteContainer2.one_panel #yieldContent {
    background: none;
}
#accountNav {
    position: fixed;
    background-image: none;
    background-color: rgba(15, 173, 174, 0.50);
    float: initial;
    left: 0;
    top: 0;
}
#accountNav a,
#accountNav .secondary a {
    color: #FFF;
}
#accountNav a:hover,
#accountNav .secondary a:hover {
    color: #FFF;
    text-decoration: underline;
}
#pageContentContainer {
    margin-top: 3px;
    margin-bottom: 0;
    background: none;
    min-height: 600px;
}
#panelTwo {
    border: none;
}
/* TOP NAV */

#topNav {
    top: -43px;
	background: linear-gradient(-30deg, rgba(199,155,94,1) 0%, rgba(255,222,178,1) 51%, rgba(254,206,137,1) 86%, rgba(254,206,137,1) 100%);
	

}
#topNav tr td {
    min-width: 120px;
    background: linear-gradient(-30deg, rgba(199,155,94,1) 0%, rgba(255,222,178,1) 51%, rgba(254,206,137,1) 86%, rgba(254,206,137,1) 100%);
	transition: background ease 1s;
    border-right: 3px solid #FFF;
    text-align: center;
    vertical-align: auto;
	
}
#topNav tr td:hover {
    background: linear-gradient(180deg, rgba(9,126,145,1) 10%, rgba(9,126,145,1) 90%, rgba(58,152,167,1) 90%, rgba(58,152,167,1) 100%);
	
	
}
#topNav tr td a {
    padding: 0 10px;
    font-size: 24px;
    line-height: 40px;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
	color:#097e91;
    height: 38px;
    padding-top: 2px;
}

#topNav tr td a:selected {
    padding: 0 10px;
    font-size: 24px;
    line-height: 40px;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
	color:#ffffff;
    height: 38px;
    padding-top: 2px;
}
#topNav tr td a:hover {
    border-bottom: none;
    padding-bottom: 0;
	color:#FFFFFF;
}

#topNav td ul {
    -moz-box-shadow: none;
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.83);
    box-shadow: 5px 5px rgba(0, 0, 0, 0.83);
}
#topNav td ul li a {
    border: none;
    border-top: none;
    border-bottom: none;
    background: #d8b381;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    padding: 5px 0 0 10px;
}
#topNav td ul li:hover > a,
#topNav td ul li.hover > a {
    border: none;
    border-top: none;
    border-bottom: none;
    background: #006669;
}
/* -------------------------------------------------- */

/* Trash Icon */

td#top_nav_node_page_node_1221950 {
    position: absolute;
    right: -150px;
    top: 150px;
    width: 65px !important;
    overflow: visible !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 70px !important;
    background: none !important;
}
a#nav_id-page_node_1221950 {
    width: 65px !important;
    height: 70px !important;
    padding: 0 !important;
    margin: 0 !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(i/trashToggleSquare.png);
    background-color: rgba(255, 255, 255, 0.00) !important;
    text-indent: -9000px;
    display: block !important;
}
a#nav_id-page_node_1221950:hover {
    background-position: center -70px !important;
    background-color: rgba(255, 255, 255, 0.00) !important;
}
/* -------------------------------------------------- */

/* SUBNAV */

.subNav .parents li a {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    background: linear-gradient(-30deg, rgba(199,155,94,1) 0%, rgba(255,222,178,1) 51%, rgba(254,206,137,1) 86%, rgba(254,206,137,1) 100%);
    color: #FFF;
    display: block;
    padding: 10px 10px 5px 10px;
    margin: 0 0 2px 0;
}
.subNav ul li a,
.relatedSections ul li a {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    background-image: none;
    background-color: #097e91;
    color: #FFF;
    display: block;
    margin: 0 0 2px 0;
    padding: 10px 10px 5px 10px;
}
.subNav ul.children li a:hover,
.relatedSections ul.siblings li a:hover {
    background-color: #00294F;
    color: #fff;
}
.relatedSections h4 {
    font-size: 18px;
    Color: #097e91;
    line-height: 30px;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}
/* __________________________________________________ */

/* ADMIN & EDIT BUTTONS */

#siteHeader .adminToggle {
    top: -45px;
    z-index: 25;
    position: absolute;
    right: -95px;
    height: 65px;
}
#siteHeader .adminToggle:hover {
    background-position-y: -70px;
}
#siteHeader #adminNav,
#tstRegistrationHeader #adminNav {
    bottom: initial;
    position: absolute;
    right: -95px;
    top: 12px;
}
.goToAdmin {
    background-image: url(i/adminToggleSquare.png);
}
#siteHeader #adminNav a,
#tstRegistrationHeader #adminNav a {
    height: 65px;
    width: 65px;
    background: url(i/editUserSquare.png) 0 0 no-repeat;
    margin: 0;
}
#siteHeader #adminNav a img,
#tstRegistrationHeader #adminNav a img {
    display: none;
}
#siteHeader #adminNav a:hover,
#tstRegistrationHeader #adminNav a:hover,
.edit_mode #siteHeader #adminNav a,
.edit_mode #tstRegistrationHeader #adminNav a {
    background-position-y: -70px;
}
.edit_mode #siteHeader #adminNav a:hover,
.edit_mode #tstRegistrationHeader #adminNav a:hover {
    background-position-y: 0;
}
/* -------------------------------------------------- */

#siteHeader {
    height: 200px;
    top: auto;
    background: rgba(0, 0, 0, 0) url(https://www.coastsoccer.com/images/kphomeheader.jpg) 0 0 no-repeat;
    padding: 0;
    margin-top: 63px;
}
#pageContentContainer {
    margin: 0;
    padding: 0;
}
#panelOne {
    border-top: none;
    width: 162px;
}
#panelTwo {
    border-top: none;
    width: 820px;
}
.layoutContainer .pageElement,
.layoutContainer .hrElement {
    margin: 4px 0 0 0;
}
#displayBodyHeader {
    color: #097e91;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 38px;
    margin-top: 15px;
    background-color: #00969B;
    padding-left: 10px;
    padding-top: 3px;
    text-transform: uppercase;
    background: linear-gradient(-30deg, rgba(199,155,94,1) 0%, rgba(255,222,178,1) 51%, rgba(254,206,137,1) 86%, rgba(254,206,137,1) 100%);
}
.textBlockElement a {
    text-decoration: underline;
}
.textBlockElement a:hover {
    color: #00959A;
}
.mainSubMenu table {
    font-size: 20px;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    width: 990px;
    table-layout: fixed;
}
.mainSubMenu table a {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #097e91;
    display: block;
    line-height: 31px;
    padding-top: 3px;
    text-decoration: none;
}
.mainSubMenu table td:hover {
    color: #fff;
}
.mainSubMenu table td {
    background: linear-gradient(-30deg, rgba(199,155,94,1) 0%, rgba(255,222,178,1) 51%, rgba(254,206,137,1) 95%, rgba(254,206,137,1) 100%);
    padding: 0 10px;
    text-align: center;
    border-right: 3px solid #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.mainSubMenu table td:last-child {
    border-right: none;
}
.mainSubMenu table td:hover {
    background: rgb(9,126,145);
    background: linear-gradient(180deg, rgba(9,126,145,1) 10%, rgba(9,126,145,1) 90%, rgba(58,152,167,1) 90%, rgba(58,152,167,1) 100%);
}
.mainSubMenu table td:hover a {
    color: #fff;
}
/* News Slideshow */

.homeSlideshow {
    padding-bottom: 25px;
    overflow: hidden;
    width: 990px;
}
.newsSlideShow-container {
    overflow: visible;
}
.layout_classic.aspect_ratio_4_1 .newsSlideShow-headline h1,
.layout_classic.aspect_ratio_3_1 .newsSlideShow-headline h1 {
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
}
.layout_classic.aspect_ratio_4_1 .newsSlideShow-headline,
.layout_classic.aspect_ratio_3_1 .newsSlideShow-headline {
    padding: 0;
}
.layout_classic.aspect_ratio_4_1 .newsSlideShow-headline h1 a {
    height: auto;
}
.layout_classic .newsSlideShow-headline h1 a {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    Color: #097e91;
    line-height: 55px;
    height: auto;
    padding-left: 16px;
    margin: 0;
    top: 0;
    left: 0;
    height: auto;
}
.layout_classic .newsSlideShow-headline {
    padding-bottom: 0;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.75) url(https://coastsoccer.com/images/website/slideshow-arrow-gold.png) right center no-repeat;
    height: 85px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 2px;
}
.layout_classic .newsSlideShow-headline:hover {
    padding-bottom: 0;
    bottom: 15px;
    left: 15px;
    width: 97%;
    background: rgba(255, 255, 255, 0.75) url(https://coastsoccer.com/images/website/slideshow-arrow-goldhover.png) right center no-repeat;
    height: 85px;
}
.layout_classic .newsSlideShow-headline h1 {
    background: url(customGraphics/slideBanner.png) 0 0 no-repeat;
    padding: 3% 33% 3% 5%;
}
.layout_classic .newsSlideShow-more {
    /* 
	left: auto;
	right: 1%;
	top: auto;
	*/
    display: none;
}
.layout_classic .newsSlideShow-headline p span {
    padding-left: 10px;
    font-family: "jaf-bernino-sans-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    float: none;
    text-align: left;
}
.layout_classic .newsSlideShow-headline p {
    background: none;
    text-align: left;
    padding: 0;
}
.newsSlideShow-headline h1 {
    width: 62%
}
.layout_classic.aspect_ratio_4_1 .newsSlideShow-thumbnails li,
.layout_classic.aspect_ratio_3_1 .newsSlideShow-thumbnails li {
    width: 158px;
    margin: 0 3px;
    padding-top: 5px;
    height: 8px;
    overflow: hidden;
}
.layout_classic.aspect_ratio_4_1 .newsSlideShow-thumbnails,
.layout_classic.aspect_ratio_3_1 .newsSlideShow-thumbnails {
    bottom: -20px;
}
.layout_classic.aspect_ratio_4_1 .newsSlideShow-thumbnails li a,
.layout_classic.aspect_ratio_3_1 .newsSlideShow-thumbnails li a {
    background: #57babf;
    border: none;
    width: 158px;
}
.layout_classic.aspect_ratio_4_1 .newsSlideShow-thumbnails li a.current,
.layout_classic.aspect_ratio_3_1 .newsSlideShow-thumbnails li a.current {
    background: #002D56;
}
.newsSlideShow-thumbnails img {
    display: none;
}
/* SLIDE ELEMENT */

.slide .textBlockElement h3 {
    cursor: pointer;
}
.slide .textBlockElement h3::before {
    color: #666;
    display: inline-block;
    width: 15px;
}
.slide .textBlockElement h3.show::before {
    color: #666;
    display: inline-block;
    width: 15px;
}
/* -------------------------------------------------- */

/* Link block */

.linkBlock ul {
    padding: 0;
    margin: 0 12px 0 0;
    list-style-type: none;
}
.linkBlock ul li {
    background: rgb(216,179,129);
    background: linear-gradient(-30deg, rgba(199,155,94,1) 0%, rgba(255,222,178,1) 51%, rgba(254,206,137,1) 86%, rgba(254,206,137,1) 100%);
    margin: 0 0 1px 0;
    height: 44px;
}
.linkBlock ul li:last-child {
    margin-bottom: 0;
}
.linkBlock ul li a {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    display: block;
    color: #097e91;
    line-height: 44px;
    padding-left: 10px;
    background: url(https://coastsoccer.com/images/website/slideshow-arrow-teal.png) right center no-repeat;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}
.linkBlock ul li a:hover {
    color: rgba(255, 255, 255, 1.00);
    padding-left: 15px;
    background-position: 270px center;
}
/* -------------------------------------------------- */

/* Mobile App Ad */

.mobileApp {
    margin-left: 0;
}
/* -------------------------------------------------- */

/* 4 across ad secion */

.adSection {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin: 7px 0 7px 0;
}
/* -------------------------------------------------- */

/* Site Footer */

#siteFooter {
    font-family: "jaf-bernino-sans-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    background: #000 url(/images/website/kp-footer-wave.jpg) center top no-repeat;
    height: 197px;
    position: relative;
    margin-top: 65px;
}
#siteFooter a:hover {
    color: #fff;
    text-decoration: underline;
}
#siteFooter ul {
    position: absolute;
    border-top: none;
    top: 150px;
    left: 35px;
}
#siteFooter ul li a {
    color: #fff;
    text-decoration: underline;
}
#siteFooter ul li a:hover,
#siteFooter a {
    color: #0EA3C2;
}
#siteFooter ul li a.legalLink {
    padding-right: 5px;
    border-right: 1px solid #fff;
}
#siteFooter ul li:nth-last-child(2) a.legalLink {
    border: none;
}
.logged_in #siteFooter ul li:nth-last-child(3) a.legalLink {
    border: none;
}
#siteFooter ul li#poweredByNGIN {
    display: inline-block;
    right: 10px;
    position: absolute;
}
#footerSection {
    margin-left: -30px;
    margin-right: -29px;
    background: #000 url(/images/website/kp-footer-wave.jpg) center top no-repeat;
    height: 197px;
    color: #fff;
}
#footerSection a {
    color: #fff;
}
#footerSection a:hover {
    color: #01b1af;
}
#footerAddress {
    position: absolute;
    top: 70px;
    left: 25px;
    width: 472px;
}
#footerAddress td {
    font-family: "jaf-bernino-sans-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}
#footerAddress p {
    font-size: 14px;
    line-height: normal;
}
#footerLogos {
    position: absolute;
    top: 59px;
    left: 526px;
    width: 550px;
}
#footerLogos ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
#footerLogos ul li {
    margin-right: 10px;
    height: 50px;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
}
#footerLogos ul li:hover {
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.78) 50.77%, rgba(255, 255, 255, 0.60) 51.81%, rgba(255, 255, 255, 0.00) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.78) 50.77%, rgba(255, 255, 255, 0.60) 51.81%, rgba(255, 255, 255, 0.00) 100%);
}
#footerLogos ul li a {
    display: block;
    text-indent: -9000px;
    height: 50px;
}
#footerLogos ul li#clubs {
    width: 55px;
    margin-right: 12px;
}
#footerLogos ul li#csl {
    width: 62px;
    margin-right: 12px;
}
#footerLogos ul li#calsouth {
    width: 67px;
    margin-right: 12px;
}
#footerLogos ul li#usys {
    width: 50px;
    margin-right: 12px;
}
#footerLogos ul li#crl {
    width: 72px;
    margin-right: 12px;
}
#footerLogos ul li#ussa {
    width: 50px;
    margin-right: 12px;
}
#footerLogos ul li#fifa {
    width: 50px;
    margin-right: 12px;
}
/* -------------------------------------------------- */

/* Video Section */

.videoSection {
    width: 656px;
    height: 390px;
}
/* -------------------------------------------------- */

/* Social Icons */

#socialIcons {
    position: absolute;
    top: -33px;
    right: 10px;
    background: url(http://coastsoccer.com/images/website/social-icons-1.png) 0 0 no-repeat;
    z-index: 1000;
    width: auto;
}
#socialIcons ul {
    width: 57px;
    height: 25px;
    margin-top: -3px;
    margin-left: -3px;
}
#socialIcons ul li {
    width: 25px;
    height: 25px;
    display: inline-block;
}
#socialIcons ul li:hover {
    border: 1px solid #fff;
}
#socialIcons ul li a {
    display: block;
    text-indent: -9000px;
    height: 25px;
}
/* -------------------------------------------------- */

/* Seasons Select Form */

#seasonsSection {
    background-image: url("https://www.coastsoccer.com/images/website/kpseasonsectionbg2.jpg");
    background-color: #cd8b381;
	height: 179px;
    margin-right: 10px;
    position: relative;
}
#seasonsSection h2 {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    color: #097e91;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 100%;
}
#seasonsForm {
    position: absolute;
    text-align: center;
    top: 55px;
    width: 100%;
}
#seasonsForm select {
    font-family: "jaf-bernino-sans-condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #097e91;
    border: 1px solid #097e91;
    height: 30px;
    font-size: 14px;
    margin-bottom: 5px;
    width: 150px;
}
#seasonsSubmit {
    background: url("https://www.coastsoccer.com/images/website/go-button-1.png") 0 0 no-repeat;
    width: 32px;
    height: 17px;
    border-style: none;
    background-color: transparent;
    text-indent: -9000px;
    position: absolute;
    bottom: 0;
    right: 10px;
}
#seasonsSubmit:hover {
    background-position: 0 -17px;
}
/* -------------------------------------------------- */

/* Mobile Ad */

#mobileAd {
    background: url(https://cdn1.sportngin.com/attachments/photo/3767/2829/mobile-app.png) 0 0 no-repeat;
    width: 326px;
    height: 179px;
    position: relative;
}
#iosAppStore {
    height: 30px;
    width: 25px;
    position: absolute;
    top: 125px;
    right: 45px;
    text-indent: -9000px;
}
#androidAppStore {
    height: 30px;
    width: 27px;
    position: absolute;
    top: 125px;
    right: 13px;
    text-indent: -9000px;
}
#iosAppStore:hover,
#androidAppStore:hover {
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0.52) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0.52) 100%);
}

#text clearfix p{
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #152f55;
    position: absolute;
    text-align: left;
    padding-left: 10px;
    padding-right: 35px;
    width: 100%;
}

/* -------------------------------------------------- */

/* Twitter Box */

.twitterBox {
    margin-right: 15px;
}
/* -------------------------------------------------- */

/* Calendar */

#monthViewCalendar caption,
#month_navigation h2 {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
}
/* -------------------------------------------------- */

/* HIDE MANAGERS LOGIN MENU ITEM                      */

.user_mode #top_nav_node_page_node_1360533 ul.dropdown li:last-child,
.user_mode #page_node_1369974 {
    display: none;
}


/* -------------------------------------------------- */

/* Mobile Ad */



