.top_search{
    background: #39596f none repeat scroll 0 0;
    height: 240px;
    width: 100%;
}
#banner-grey{
    background: none;
}
.full-width .overlay{
    bottom: 89px;
}
#homepage_search .overlay.desktop #text-24 h1{
    font-size: 53px;
    padding-top: 0;
    text-shadow: none;
    text-transform: inherit;
}
#homepage_search .overlay.desktop #text-24 p{
    margin-top: 8px;
    text-shadow: none;
}
#homepage_search .overlay.desktop .header-desc{
    color: white;
    float: right;
    font-size: 23px;
    font-weight: bold;
    margin-top: 32px;
}
.homepageSection{
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
.homepageSection h2{
    font-weight: 400 !important;
    margin-bottom: 22px !important;
    margin-top: 14px !important;
}
.homepageSection h2, .homepageSection h3{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0.7em;
    margin-top: 0.2em;
}
.homepageSection .listItem, .homepageSection .listItem li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.homepageSection .listItem li{
    padding: 6px 0;
}
.homepageSection .listItem li a{
    color: #60b2d0;
}
.homepageSection .listItem li a:hover{
    text-decoration: none;
    color: black;
}
.homepageSectionHeader{
    border-bottom: 1px solid #ececed;
    margin-bottom: 5px;
}
.homepageSection .insert.nohover{
    overflow: hidden;
    padding: 22px;
}
.nopadding{
    padding: 0;
}
.nomargin{
    margin: 0;
}
.location-box{
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 129px;
}
.location-box .location-box-image{

}
.location-box .location-box-image:after{
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease 0s;
}
.location-box .location-box-image img{
    left: 0;
    min-width: 100%;
    opacity: 1;
    position: absolute;
}
.location-box .location-box-text{
    color: white;
    left: 0;
    position: absolute;
    right: 0;
    top: 40%;
}
.location-box .location-box-text .location-box-name{
    color: white;
    font-weight: 300;
    margin-bottom: 8px;
}
.location-box .location-box-text .location-box-meta{
    color: white;
    font-weight: normal;
}
.homepageSection h3{
    color: #999;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 23px;
    margin-top: 30px;
    text-transform: uppercase;
}
.image-banner-block{
    background: rgba(0, 0, 0, 0) url("/img/landingpage/todaysgolfer/homepageimageblue.jpg") no-repeat scroll center center / cover ;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.image-banner-block .image-banner-block-body{
    color: #fff;
    margin: 0 auto;
    max-width: 31.25rem;
    padding: 58px 2rem 54px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.image-banner-block .image-banner-block-body h3{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0.75rem;
}
.image-banner-block .image-banner-block-body p{
    font-size: 15px;
    margin-bottom: 1.85rem;
}
.image-banner-block .image-banner-block-body a{
    background: #da3743 none repeat scroll 0 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 31px;
    margin: auto;
    padding: 10px 0;
    text-transform: none;
    width: 172px;
}
#todaysgolferHeaderLogo{
    bottom: 102px;
    left: 328px;
    position: absolute;
}
#homepage_search .overlay.mobile{
    padding-left: 0;
}
#homepage_search .overlay.mobile h1{
    margin-top: 19px;
    text-shadow: none;
}
#homepage_search .overlay.mobile p{
    color: white;
    font-size: 15px;
}
#homepage_search .overlay.mobile #todaysgolferHeaderLogo{
    position: inherit;
}
#ads_right{
    margin-top: 1.5em;
}




@media only screen and (max-width:1024px) {
    .location-box{
        height: auto;
    }
    .location-box .location-box-image img{
        left: 0;
        min-width: 100%;
        opacity: 1;
        position: inherit;
    }
    .full-width .overlay.desktop{
        left: 36px;
        top: inherit;
    }
}

@media only screen and (max-width:769px) {
    .full-width .overlay.desktop{
        left: auto;
    }
}

@media only screen and (max-width:750px) {
    .full-width .overlay.desktop{
        left: 16px;
        top: 19px;
    }
    .full-width .overlay{
        left: 14px;
        top: 18px;
    }
    .full-width .overlay.mobile{
        top: 39px;
    }
    .top_search{
        height: 382px;
    }
}