/*
-----------------------------------------------------
CSS Table of Contents
-----------------------------------------------------
1.BASE
2.TYPOGRAPHY & LINKS
3.HEADER
4.NAVIGATION
5.CONTENT
5A. HOMEPAGE
6.FOOTER
*/
/* ********************************************* */
/* 1.BASE */

html {
    font-size: 125%;
}

body {
    width: 100%;
    margin: 0;
    background: #F8F8F8;
    *overflow: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7rem;
    line-height: normal;
    color: #333333;
    background-image: url(images/background-pattern.jpg);
    background-repeat: repeat;
}

#header,
#main,
#footer {}
/* ********************************************* */
/* 2.TYPOGRAPHY & LINKS */

h1,
h3,
#footer li {
    /*declare font face only once if at all possible and attach to elements or as class or id */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    line-height: normal;
}

h1 {
    color: #333333;
    font-size: 1.9rem;
}

h2 {
    color: #6D6E71;
    font-size: 1.9rem;
}

h3 {
    color: #4E8ABE;
    font-size: 1.3rem;
}

h4 {
    color: #333333;
    font-size: 1.4rem;
}

h5 {
    /* optional */
}

h6 {
    /* optional */
    
    font-size: 25px;
}

h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline {
    display: inline;
    margin: 0;
    padding: 0;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.blue {
    color: #95B6D9;
}

.red {
    color: #AB1F27;
}

.raleway {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}

p {
    display: block;
    font-size: 1.1rem;
}

a {
    text-decoration: none;
    color: #3A84B5;
}

a:link,
a:visited {}

a:active,
a:hover {
    color: #004A80;
}

input[type="text"] {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: normal;
    color: #4C4C4C;
    font-style: italic;
    padding: 0 5%;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    clear: both;
}

@font-face {
    font-family: "dci";
    src: url("fonts/dci.eot");
    src: url("fonts/dci.eot?#iefix") format("embedded-opentype"), url("fonts/dci.woff") format("woff"), url("fonts/dci.ttf") format("truetype"), url("fonts/dci.svg#dci") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "dci" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "dci" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 56px;
    color: white;
    line-height: 100px;
    margin: 0px 0 0px 0;
}

.icon-sf-about-us:before {
    content: "a";
}

.icon-sf-eat:before {
    content: "b";
}

.icon-sf-itinerary:before {
    content: "c";
}

.icon-sf-map:before {
    content: "d";
}

.icon-sf-parking:before {
    content: "e";
}

.icon-sf-play:before {
    content: "f";
}

.icon-sf-shop:before {
    content: "g";
}

.icon-sf-stay:before {
    content: "h";
}

.icon-4:before {
    content: "i";
}

.icon-11:before {
    content: "j";
}

.icon-26:before {
    content: "k";
}

.icon-30:before {
    content: "l";
}

.icon-32:before {
    content: "m";
}

.icon-37:before {
    content: "n";
}

.icon-40:before {
    content: "o";
}

.icon-42:before {
    content: "p";
}

.icon-45:before {
    content: "q";
}

.icon-46:before {
    content: "r";
}
/* ********************************************* */
/* 3.HEADER */

#header {}

#header #top {
    text-align: center;
    height: 4rem;
    background: #F1EFEF;
}

#header #top a {
    font-size: 1.4rem;
    line-height: normal;
    color: #3A3A3A;
    text-decoration: none;
    font-weight: 800;
    line-height: 4rem;
    display: block;
}

.sfsearchSubmit {
    background-image: url("images/search_button.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: #E6E6E6;
    width: 35px;
    height: 42px;
    border: 0px;
    cursor: pointer;
    margin-left: .5rem;
    text-indent: -9999px;
}

.sfsearchTxt {
    border: 0 !important;
    min-width: 250px;
}

.k-list-container {
    background-color: #eee !important;
}

.sfsearchBox {
    margin: 10px 0;
    font-size: 16px;
}

.sfsearchBox input[type="text"] {
    height: 3.3rem;
    width: 67%;
    max-width: 518px;
    margin: 10px 0 10px 10px;
    border: none;
    box-sizing: border-box;
    margin: 0 !important;
}

#search_forecast {
    background: none repeat scroll 0 0 #E6E6E6;
    padding: 5px 10px 20px;
}

#search_forecast input[type="text"] {
    border: medium none;
    height: 3.3rem;
    margin: 10px 0 10px 10px;
    max-width: 518px;
    width: 67%;
}

.search_submit {
    background-color: #E6E6E6;
    background-image: url("/html/images/search_button.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 42px;
    margin-left: 0.5rem;
    width: 35px;
}

#forecast {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

#forecast h3 {
    text-align: center;
    color: #3A3A3A;
    font-weight: 600;
}

#temperature {
    font-size: 1.5rem;
    line-height: 1.9rem;
    display: inline-block;
    color: #3A3A3A;
}

#temperature sup {
    font-size: 1.2rem;
    vertical-align: super;
}

#forecast_description {
    padding: 0 0 0 .4rem;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
}

#forecast_description.sunny {
    background-image: url(images/sunny.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    color: #FDD636;
    background-size: 21px auto;
}

#happy_hours {
    display: inline-block;
    width: 38%;
    vertical-align: bottom;
}

#close_sub_header {
    display: block;
    text-align: center;
}

#close_sub_header img {
    width: 23%;
    max-width: 117px;
}

#slide_navigation {
    display: inline-block;
    width: 37%;
    margin-top: 15px;
}

#slide_navigation img {
    width: 60%;
    max-width: 107px;
}

#logo {
    display: inline-block;
    float: right;
    padding: 10px 15px 0 0;
    width: 47%;
}

#logo img {
    width: 100%;
    max-width: 162px;
}
/* ********************************************* */
/* 4.NAVIGATION */

#navigation {
    position: absolute;
    left: -100%;
    top: 1em;
    border-right: 1px solid #E9E9E9;
    -moz-box-shadow: 3px 0 4px #EBEBEB;
    -webkit-box-shadow: 3px 0 4px #EBEBEB;
    box-shadow: 3px 0 4px #EBEBEB;
    background: #FFF;
    width: 78%;
    z-index: 100;
    padding-bottom: 1.5rem;
}

#navigation a,
div.top_item {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: normal;
    display: block;
    width: 90%;
    border-bottom: 1px solid #CDCDCD;
    padding: .7rem 5% .7rem 5%;
    color: #333333;
}

#navigation a div {
    display: none;
}

#navigation a.active div {
    display: block;
}

#exploring,
#exploring_links a.active,
#exploring_links a:hover,
#exploring_links a.sfSel {
    color: #AC3243;
}

#living,
#living_links a.active,
#living_links a:hover,
#living_links a.sfSel {
    color: #969400;
}

#parking,
#parking_links a.active,
#parking_links a:hover,
#parking_links a.sfSel {
    color: #6BA1CD;
}

#happening,
#happening_links a.active,
#happening_links a:hover,
#happening_links a.sfSel {
    color: #DAB726;
}
/*#living_links,
    #parking_links,
    #happening_links{
        display:none;
    }*/

#navigation .top_item {
    background-position: 94% center;
    background-repeat: no-repeat;
    background-color: #F1EFEF;
    height: 6rem;
    line-height: normal;
    padding-top: 1em;
    text-align: center;
    padding-right: 13%;
    width: 82%;
    cursor: pointer;
}

#navigation .top_item.active {
    background-position: 94% center;
    background-repeat: no-repeat;
    height: 6rem;
    line-height: normal;
    padding-top: 1em;
}

#navigation #exploring {
    background-image: url("images/nav_red_right.png");
}

#navigation #exploring.active,
#navigation .nav_container.show_navigation #exploring.top_item {
    background-image: url("images/nav_red_down.png");
}

#navigation #living {
    background-image: url("images/nav_green_right.png");
}

#navigation #living.active,
#navigation .nav_container.show_navigation #living.top_item {
    background-image: url("images/living-arrow-down.png");
}

#navigation #parking {
    background-image: url("images/nav_blue_right.png");
}

#navigation #parking.active,
#navigation .nav_container.show_navigation #parking.top_item {
    background-image: url("images/parking-arrow-down.png");
}

#navigation #happening {
    background-image: url("images/nav_yellow_right.png");
}

#navigation #happening.active,
#navigation .nav_container.show_navigation #happening.top_item {
    background-image: url("images/happening-arrow-down.png");
}

#navigation .top_item span {
    color: #333333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
}

#close_navigation img {
    margin: 0 0 0 92%;
}

#navigation .sub_items {
    padding: 35px 0 0;
}

#navigation .sub_items a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: normal;
    display: block;
    width: 90%;
    padding: .3rem 5%;
    border-bottom: none;
    color: #333333;
    height: auto;
}

#navigation .sub_items a:hover {
    color: #3A84B5;
}

#navigation .sub_items a.top {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: #3A3A3A;
}
/*
    #navigation .k-treeview .k-item {
        padding: 0 !important;
        display: block !important;
    }
    #navigation span.k-in
    {
        width:100%;
    }
    
    #navigation .k-treeview .k-in {
        margin: 0 !important;
        padding: 0 !important;
    }
    #navigation div.k-treeview {
        white-space: normal !important;
    }
    #navigation .k-item .k-group
    {
        display:block !important;
    }
    #navigation li.k-item ul.k-group
    {
        padding-left:20px !important;
    }
    #navigation span.k-in.show_navigation
    {
        display:block !important;
    }
    #navigation ul li ul li span.k-in.show_navigation a.sfSel
    {
        color:#3A84B5 !important;
    }
        */

#navigation #exploring_links,
#navigation #living_links,
#navigation #parking_links,
#navigation #happening_links {
    display: none;
}
/* ********************************************* */
/* 5.CONTENT */

.group:after {
    content: "";
    display: table;
    clear: both;
}

#main {
    margin-top: 20px;
}
/* Buttons */

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    height: 3rem;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 3rem;
    padding: 0;
    text-align: center;
}

.button:hover {
    text-decoration: none;
}

.button span {
    -webkit-font-smoothing: antialiased;
}

.mask {
    overflow: hidden;
    display: inline-block;
}

.rounded_corners {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.shadow {
    -moz-box-shadow: 0 1px 1px #575757;
    -webkit-box-shadow: 0 1px 1px #575757;
    box-shadow: 0 1px 1px #575757;
}

.xl_button {
    width: 100%;
}

.large_button {
    max-width: 380px;
    width: 80%;
}

.medium_button {
    max-width: 205px;
    width: 65%;
}

.sm_medium_button {
    width: 198px;
}

.small_button {
    width: 140px;
}

.full_button {
    width: 100%;
}

.auto_height {
    height: auto;
}

.button.right {
    float: right;
}

.button.blue {
    color: #FFFFFF;
    background: #4E8ABE;
    border: none;
}

.button.blue:hover {
    background: #8BB2D3;
    color: #333;
    transition: background 0.35s linear 0s;
    color 0.35s linear 0s;
}

.button.blue_outline {
    color: #3a84b5;
    border: 1px solid #3a84b5;
}

.button.blue_outline:hover {
    background: #3a84b5;
    color: #FFF;
    transition: background 0.35s linear 0s;
    color 0.35s linear 0s;
}

.button.white_outline {
    color: #FFF;
    border: 1px solid #FFF;
}

.button.white_outline:hover {
    background: #8BB2D3;
    color: #333;
    transition: background 0.35s linear 0s;
    color 0.35s linear 0s;
}
/* 5A.HOMEPAGE */

#main {
    padding: 0 3%;
}

.big_button {
    width: 43%;
    height: 10rem;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 10rem;
    display: inline-block;
    text-align: right;
    text-decoration: none;
    padding-right: 5%;
    margin: 0 0 3% 0;
    border: none;
}

.big_button.right {
    margin-right: 0;
    float: right;
}

.big_button.full {
    width: 95%;
}

#left_buttons .big_button:hover {
    transition: background 0.35s linear 0s;
    color 0.25s linear 0s;
}

#eat {
    background: #9A1E2F;
    color: #FEFEFE;
}

#eat:hover {
    background: #C45C6A;
    color: #333;
}

#shop {
    background: #868406;
    color: #FEFEFE;
}

#shop:hover {
    background: #CBCA77;
    color: #333;
}

#stay {
    background: #4C83B3;
    color: #FEFEFE;
}

#stay:hover {
    background: #8BB2D3;
    color: #333;
}

#play {
    background: #CDAD2D;
    color: #FEFEFE;
}

#play:hover {
    background: #FAE17A;
    color: #333;
}

#live {
    background: #D87404;
    color: #FEFEFE;
}

#live:hover {
    background: #FBB362;
    color: #333;
}

#park {
    background: #195B8C;
    color: #FEFEFE;
}

#park:hover {
    background: #418FC8;
    color: #333;
}

.leadin {
    padding: 20px 0;
    border-bottom: 1px solid #C2C2C2;
}

.leadin p {
    font-size: 1.4rem;
    line-height: normal;
    padding: 8px 0 12px;
}

.leadin img {
    display: inline-block;
    width: 20%;
    max-width: 130px;
    vertical-align: top;
}

.leadin .details {
    display: inline-block;
    width: 75%;
    padding-left: 3%;
}

#what_else {
    margin: 24px 0 50px 0;
}

#get_connected {
    background: #3a84b5;
    padding: 19px 0 28px 0;
}

#get_connected p {
    font-size: 1.2rem;
    line-height: normal;
    font-weight: bold;
}

#get_connected img {
    vertical-align: top;
}

#get_connected .details {
    text-align: center;
    color: #FFF;
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}

#get_connected .newsletter_signup {
    display: inline-block;
    width: 48%;
    margin: 20px 4% 0 5%;
    padding-right: 2%;
    vertical-align: top;
}

#get_connected input[type="text"] {
    height: 2.5rem;
    width: 100%;
    display: inline-block;
    background: #FFF;
    border: none;
}

#get_connected .button {
    height: 2.4rem;
    line-height: 2.4rem;
}

#get_connected .get_connected_headers {
    display: inline-block;
    width: 105px;
    padding: 0 0 0 20px
}

#get_connected .get_connected_right {
    display: inline-block;
    float: right;
    padding: 0 20px 0 0;
    clear: right;
}

#get_connected h5 {
    font-size: 30px;
    color: #FFF;
    padding: 0;
}

#get_connected h6 {
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    padding: 0;
}

#get_connected .get_connected_sign_up {
    margin-left: 10px;
}

#sign_up {
    margin: 5% 4% 0 0;
    width: 29%;
    vertical-align: top;
}

#gift_card {
    background-image: url("images/gift_card_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-bottom: 23px;
}

#gift_card_img {
    position: relative;
    width: 80%;
    max-width: 544px;
    padding-top: 5px;
}

#gift_card p {
    font-size: 11px;
    line-height: normal;
    padding: 4% 5% 3%;
    color: #FFF;
}
/*#gift_card p {
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    padding: 10px 15px 15px;
}   */

#purchase_gift_cards {
    padding: 0 10px;
    color: #FFF;
}

#dci_video {
    padding: 4% 0;
    width: 100%;
    max-width: 586px;
}

#main_bottom {
    width: 94%;
    padding: 0 3%;
}

#main_bottom_right .sfContentBlock a img {
    padding: 4% 0;
    width: 100%;
    max-width: 586px;
}

#app_img {
    display: inline-block;
    width: 44%;
    max-width: 243px;
}

#app_details {
    width: 54%;
    display: inline-block;
    vertical-align: top;
}

#app_details h2 {
    border-bottom: 3px dashed #6D6E71;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#app_details p {
    font-size: 1.25rem;
    line-height: normal;
    padding: 2% 0 5%;
    color: #58595B;
}

#app_store {
    display: inline-block;
    width: 50%;
    max-width: 165px;
}

#google_play {
    display: inline-block;
    width: 47%;
    max-width: 148px;
}

#sponsor {
    background: #DEDEDE;
    padding: 15px 0 5px 0;
    margin: 45px 0 5px 0;
    text-align: center;
}

.sponsor_img {
    width: 90%;
    max-width: 584px;
}

#become_sponsor_img {
    display: inline-block;
    width: 21%;
    max-width: 140px;
    padding: 0 2% 0 5%;
}

#sponsor_details {
    display: inline-block;
    width: 65%;
    padding: 4% 5% 4% 0;
    text-align: left;
}

#sponsor h2 {
    font-size: 2.55rem;
    color: #3A84B5;
}

#sponsor h3 {
    font-size: 1.3rem;
    color: #000000;
    font-weight: 400;
}
/* ********************************************* */
/* 6.FOOTER */

#footer {
    height: auto;
    margin: 4% 0 3% 0;
}

.footer-app {
    cursor: pointer;
    margin-left: 30px;
    width: 500px;
    /*position:relative;*/
    
    display: inline-block;
}

.footer-app .app-desc {
    display: inline-block;
    width: 300px;
    margin-left: 10px;
}

.footer-app .app-desc h2 {
    font-weight: 100;
    font-size: 20px;
    text-transform: uppercase;
    color: #3A84B5;
}

.footer-app .app-desc h4 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #9A1E2F;
}

#app-icon {
    position: relative;
    top: 15px;
    width: 100px;
}

#up_arrow {
    display: inline-block;
    padding: 0 3% 0 8%;
    width: 15%;
    cursor: pointer;
}

#copyright {
    font-size: 1.35rem;
    color: #333333;
    display: inline-block;
    width: 72%;
    vertical-align: top;
    padding-top: 1%;
}

.footer_column {
    display: none;
}
/* Internal Pages */

.internal #main {
    padding: 0;
}

.internal #main_bottom {
    display: none;
}

.internal#main_wrap {
    background-image: none;
}

.internal #main_right {
    margin-top: 20px;
}

.internal #main_white {
    padding: 0 3%;
}

.internal #sponsor {
    margin: 0 0 5px;
}

.internal #gift_card {
    margin-top: 55px;
}

.internal #purchase_gift_cards {
    margin-bottom: 30px;
}

.internal #sub_header_wrap {
    background: #EBE9EA;
}

.section_button {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
    margin: 2% 0 0;
    text-align: center;
    padding: 0 0 0 6%;
    background-color: #AB3042;
    color: #FFF;
    text-align: left;
    width: 94%;
}

.section_button:hover {
    color: #FFF;
}

#main_buttons a {
    width: 32%;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
    margin: 2% 2% 0 0;
    text-align: center;
    padding: 0;
}

.section_title_div {
    background-color: #AB3042;
    color: #FFFFFF;
    font-size: 1.4rem;
    height: 4rem;
    line-height: 4rem;
    margin: 2% 0 0;
    padding: 0 0 0 6%;
    text-align: left;
    width: 94%;
}

.section_title_div div {
    font-weight: 800;
}

.section_title span {
    font-weight: 400;
}

.living_downtown .section_title_div {
    background-color: #969400;
}

.parking_downtown .section_title_div {
    background-color: #6BA1CD;
}

.happening_downtown .section_title_div {
    background-color: #DAB726;
}

#main_bottom_left .sfContentBlock iframe {
    padding: 0 0 0 0;
    width: 100%;
}

#category_links {
    background: #C2C2C2;
    margin-top: 2%;
    padding-bottom: 3.0rem;
}

#category_links a {
    padding-left: 2rem;
    color: #3A3A3A;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 3.0rem;
    border-bottom: solid 1px #AEADAD;
    display: block;
}

#category_links a span {
    float: right;
    margin-right: 2rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.6rem;
}

#category_links a:hover,
#category_links a.active {
    color: #FFFFFF;
}

#category_header {
    background: #C2C2C2;
    margin: 3% 4%;
    padding-left: 2rem;
    color: #3A3A3A;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 3.0rem;
    display: none;
}

#category_header span {
    float: right;
    margin-right: 2rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.9rem;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
}

#category_locations {
    background: #F1EFEF;
    margin-top: 2%;
    padding-bottom: 3.0rem;
}

#category_locations .location h3 {
    padding-left: 2rem;
    color: #3A84B5;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 3.0rem;
    border-bottom: solid 1px #BAB8B8;
    display: block;
    cursor: pointer;
}

#category_locations .location h3:hover {
    color: #004A80;
}

.location .details {
    display: none;
    cursor: default;
    padding: 1rem 1rem 1rem 2rem;
}

.location .details p {
    font-size: 1rem;
    line-height: normal;
}

.location .details h4 {
    color: #2C89B5;
    font-size: 1.6rem;
    line-height: normal;
    padding: 1rem 0 .2rem;
}

.location .details p.extra {
    font-style: italic;
    font-size: .8rem;
}

.visit_site {
    color: #C1303A;
    font-size: 1.5rem;
    display: block;
    font-weight: 800;
    text-decoration: underline;
    padding: 2.5rem 0;
}

.giftcard h5 {
    color: #2C89B5;
    font-size: 1.6rem;
    line-height: normal;
    padding: .8rem 0 0;
}

.giftcard h5 span {
    color: #C1303A;
    font-size: 5rem;
    line-height: 3.2rem;
    padding-left: 0;
    vertical-align: top;
    letter-spacing: -0.3rem;
}

.giftcard h6 {
    color: #333333;
    font-size: 1.4rem;
    line-height: normal;
    padding: 0 0 .2rem;
    font-weight: 400;
    margin: -1.8rem 0 0 1.5rem;
}

#main_buttons a.big_button.last,
#main_buttons a.big_button.last_mobile {
    margin-right: 0;
}
/* Google Maps */

.map_container {
    position: relative;
    width: 100%;
    border-style: solid;
    border-color: #BCBDC0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    overflow-y: auto;
}

.map_container.full_screen {
    position: fixed;
    left: 0;
    top: 141px;
    z-index: 1000;
    height: 100%;
    padding-right: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.map_container.no_controls {
    border-right-width: 1px;
    height: 0;
    padding-bottom: 100%;
}

#pnlMapPlaceholder {
    margin-right: 5%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5%;
    width: 20%;
}

#pnlMapPlaceholder .map_placeholder_text {
    padding: 0;
    position: relative;
}

.map_container.full_screen #map {
    max-width: 100%;
}

#map {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 760px;
    width: 100%;
    height: 209px;
}

.establishments_map {
    padding: 25px 15px;
    border-top: 1px solid #CDCDCD;
}

.establishments_map > h3 {
    padding: 10px 0;
}

.map_container.full_screen .map_categories {
    position: absolute;
    right: 0;
    background-color: #F1EFEF;
}

.map_container .map_categories {
    display: block;
    float: right;
    height: 100%;
    border-left: 1px solid #BCBDC0;
}

.map_label {
    color: #4D4278;
    font-weight: bold;
    left: -1px;
    letter-spacing: -2px;
    position: relative;
    top: -36px;
}

.map_category {
    cursor: pointer;
    height: 90px;
    overflow-y: auto;
    width: 149px;
    padding-left: 20px;
    border-bottom: 1px solid #BCBDC0;
}

.map_category:hover {
    background: #E3E3E3;
}

.map_category_on.map_category {
    background: #E3E3E3;
}

.map_category_on.map_category {
    height: 102px;
}

.map_category .subcategory {
    display: none;
    margin-top: 3px;
    width: 138px;
}

.map_category_on.map_category .subcategory {
    display: block;
}

.map_category .title {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    line-height: normal;
    font-style: normal;
    font-size: 39px;
}

.map_eat .title {
    color: #C1303A;
}

.map_shop .title {
    color: #A6AA37;
}

.map_stay .title {
    color: #78A9D0;
}

.map_play .title {
    color: #DCBC3A;
}

.map_live .title {
    color: #D87404;
}

.map_park .title {
    color: #185A8B;
}

.map_park {
    border-bottom: none;
}

.map_category p {
    font-size: 10px;
    font-style: italic;
    width: 140px;
    color: #333333;
}

.marker_content {
    line-height: normal !important;
}

.marker_content > h3 {
    margin-bottom: 8px;
    font-size: 14px !important;
    padding: 0 !important;
}

#btnMapFullScreen {
    margin: 5px;
    padding: 8px 12px;
    background-color: #F1EFEF;
    box-shadow: none !important;
    border: 1px solid #BCBDC0;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 800;
    text-transform: uppercase;
}
/* End Google Maps */
/* Family Oriented */

.family-category-label {
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.family-subcat-label {
    font-size: 14px;
    text-align: left;
    margin-bottom: 7px;
    margin-top: 7px;
}

.subcat-establishments {
    font-size: 12px;
    line-height: 18px;
}

.eat-label,
.eat-subcat-title {
    color: #C5132D;
}

.shop-label,
.shop-subcat-title {
    color: #9EA615;
}

.stay-label,
.stay-subcat-title {
    color: #4E8ABC;
}

.play-label,
.play-subcat-title {
    color: #FE9901;
}
/* End Family Oriented */

.two_column {
    display: inline-block;
    width: 96%;
    padding: 0 2%;
    font-size: 1.2rem;
}

.two_column .sfimageWrp {
    margin: .4rem 0 .4rem 0;
}

.two_column .sfimageWrp img {
    width: 100%;
}

.two_column p {
    padding: .4rem 0 1rem;
    font-size: 1.2rem;
    line-height: normal;
    text-indent: 0 !important;
}

.two_column ul li {
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding-left: 2%;
}

table td {
    vertical-align: top;
}

table td input {
    margin: 0 0 6px 5px;
}

table td label {
    padding-left: 9px;
}

table td input[type=submit] {
    margin: 8px 0 10px;
}

.sfsearchResultTitle {
    color: #6D6E71;
    font-size: 1.5rem;
    padding: 1rem 0 0;
}

.sfsearchResultHighLighter {
    padding: .5rem 0;
}

.sfFormBox label,
.sfFormDropdown label {
    display: block;
    margin: 5px 0 3px;
}

.sfFieldWrp input[type="text"] {
    padding: 0 2%;
    width: 250px;
}

.sfFormDropdown select {
    margin-top: 3px;
    width: 265px;
}

.sfFieldWrp textarea {
    width: 260px;
    margin-top: 7px;
}

.sfTxtBlockLarge .sfFieldWrp {
    width: 100%;
}

.sfTxtBlockLarge {
    margin-top: 15px;
}

.sfFormSubmit {
    margin-top: 7px;
}

.sfError {
    color: Red;
    display: inline-block;
    top: 0;
    margin-bottom: 5px;
    position: relative;
}

.sfFormCheckboxlist {
    margin-top: 7px;
}

.sfFormCheckboxlist input {
    margin-top: 10px;
}

.sfFormInstructions {
    margin-top: 10px;
}

#establishment_details {
    width: 96%;
    padding: 0 0 0 3%;
}

.categories_list {
    background: none repeat scroll 0 0 #C2C2C2;
    border: 0 none;
    color: #3A3A3A;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    height: 3rem;
    line-height: 3rem;
    margin: 3% 4%;
    padding-left: 2rem;
    padding-top: 0.7rem;
    width: 92%;
}

#retail_spaces_search {
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
    height: 45px;
}

input.rs_search_field {
    width: 150px;
    height: 15px;
    float: left;
    border: none;
    margin: 23px 0px 0px 25px;
    padding: 0;
}

.rs_search_field_bg {
    background-image: url('/assets/CSS/Images/retail_space_search_box.png');
    background-repeat: no-repeat;
    background-position: 0 0px;
    height: 45px;
    width: 250px;
    float: right;
}

.SearchBtn {
    float: left;
    margin: 16px 0px 0px 20px;
    vertical-align: bottom;
}

.search_validator {
    float: left;
}

#establishment_details a {
    font-size: 1.1rem;
}

.est_link {
    padding: 18px 0 0 0;
    display: block;
}

#staff_picks_header {
    margin: 0 3%;
    width: 94%;
}

#staff_picks_header img {
    display: inline-block;
    width: 54px;
    margin-left: 0;
}

#staff_picks_header h4 {
    font-size: 30px;
    color: #3887b5;
    display: block;
    margin-left: 8px;
}

#staff_picks_header h5 {
    font-size: 15px;
    color: #414042;
    font-weight: 300;
    margin-left: 27px;
}

#staff_picks_header p {
    text-align: center;
    margin-top: 15px;
}

#staff_picks_header .sf-headers {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
}

#staff_pick_blocks,
#staff_pick_blocks * {
    box-sizing: border-box;
}

#staff_pick_blocks {
    font-size: 0;
    padding: 0;
    margin: 15px 0;
    clear: both;
}

#staff_pick_blocks div.staff_block {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    text-align: center;
    padding: 10px 10px 0 10px;
    vertical-align: top;
}

#staff_pick_blocks .block {
    display: inline-block;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

#staff_pick_blocks .block-inner {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    word-wrap: break-word;
}

#staff_pick_blocks .block-inner .controls-middle {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    padding: 7% 7% 7% 7%;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
}

#staff_pick_blocks .block-inner .controls-middle img {
    margin: 35px 0 25px 0;
}

#staff_pick_blocks .block-inner h6 {
    color: white;
    padding-bottom: 8px;
}

#staff_pick_blocks a:hover .block-inner h6 {
    color: white;
}

#staff_pick_blocks .block-inner p {
    color: white;
}

#staff_pick_blocks a:hover .block-inner .controls-middle {
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
}

#staff_pick_blocks .block .span-full {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#staff_pick_blocks .block .span-full img {
    display: block;
    height: 100%;
    width: 100%;
}

#staff_pick_blocks a:last-child {
    display: block;
    text-align: center;
    margin: 15px auto;
}

#staff_pick_blocks .svg {
    width: 36px;
    height: 70px;
    fill: #FFF;
    margin: 20px 0 15px;
}

#staff_pick_blocks .Parking .svg {
    width: 55px;
}

#staff_pick_blocks .Play .svg {
    width: 46px;
}

#staff_pick_blocks .Map .svg {
    width: 36px;
}

#staff_pick_blocks .Itinerary .svg {
    width: 56px;
}

#staff_pick_blocks .Eat .svg {
    width: 36px;
}

#staff_pick_blocks .About-Us .svg {
    width: 50px;
}

#post_images {
    width: 315px;
    display: inline-block;
    vertical-align: top;
}

#post_images img {
    width: 100%;
    max-width: 100%;
    height: 270px;
}

#post_images .leadin {
    border: none;
    padding: 0;
}

#whats_happening {
    width: 100%;
    display: inline-block;
}

#whats_happening .leadin {}

#whats_happening .leadin .details {
    width: 96%;
}

#whats_happening .leadin .details a {
    margin-top: 20px;
}

#whats_happening h4 {
    padding: 0 0 15px 0;
}

#whats_happening h5 {
    font-size: 21px;
    color: #dab726;
    padding: 10px 0 0 0;
}

#whats_happening h6 {
    font-size: 17px;
    color: #333333;
    font-weight: 400;
    border-bottom: 1px solid #C2C2C2;
    padding: 0 0 15px 0;
}

#whats_happening .button.blue_outline {
    margin: 15px 0 20px 0;
}

.top-margin {
    margin-top: 50px !important;
}

.top-margin h2 {
    padding: 10px 0 0 !important;
    font-weight: 100;
}

.top-margin .app-desc .app-icon .sfimageWrp {
    margin: 0 !important;
}

.top-margin .app-desc .app-icon img {
    margin: 0 0 0 -15px !important;
}

.app-wrapper {
    margin-top: 20px !important;
}

.app-wrapper img,
.app-wrapper .sfimageWrp {
    margin: 0 !important;
}

.app-wrapper h2 {
    padding: 10px 0 0 !important;
    font-weight: 100;
}

.hide {
    display: none;
}

.app-wrapper .store-link img {
    width: 100%;
    margin: 15px 0 0 !important;
}

.app-wrapper .app-desc p,
.app-wrapper .app-desc h2 {
    min-width: 315px;
}

.app-wrapper p {
    margin: 10px 10px 0 !important;
}

.bike-img-wrapper {
    position: relative !important;
}

.bike-img-wrapper h1 {
    color: white !important;
    font-size: 80px !important;
}

.bike-img-wrapper h2,
.bike-img-wrapper h4 {
    color: white !important;
    font-weight: 100 !important;
    padding: 0 !important;
}

.bike-img-wrapper h4 {
    width: 175px;
    margin: 0 auto;
}

.bike-img-wrapper img {
    cursor: pointer;
    margin: 20px 0 !important;
}

.bike-img-wrapper .text-overlay {
    position: absolute !important;
    top: 100px;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}

.home-video,
.home-video img {
    margin: 0 !important;
}

.home-video img {
    max-width: 1000px !important;
}

#modal-button {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
}

.modal > div {
    position: relative;
    width: 900px;
    margin: 12% auto;
}

.modal iframe {
    width: 900px;
    height: 600px;
}


.public-restrooms .EstablishmentItem a{
    font-size:larger;   
}


@media screen and (max-width: 420px) {
    html {
        font-size: 70%;
    }
    .sfsearchSubmit {
        background-size: 25px auto;
        vertical-align: bottom;
    }
}

@media screen and (max-width: 520px) {
    html {
        font-size: 80%;
    }
}

@media screen and (max-width: 760px) {
    div.mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    .location img {
        display: none;
    }
    #btnMapFullScreen {
        display: none;
    }
    .leadin div.sfTxtContent {
        font-size: 1.4rem;
        line-height: normal;
        padding: 8px 0 12px;
    }
    h4 .sfTxtContent {
        color: #333333;
        font-size: 1.4rem;
        padding: 8px 0 0 !important;
    }
    .leadin img {
        display: block;
        max-width: 100%;
        height: auto;
        vertical-align: top;
        width: 100%;
    }
    .leadin p {
        display: inline-block;
    }
    .leadin .details {
        display: inline-block;
        padding: 3% 0;
        width: 94%;
    }
    .get_connected_sign_up {
        margin-top: 20px;
        width: 31%;
    }
    #copyright {
        font-size: 1rem;
        color: #333333;
        display: inline-block;
        width: 72%;
        vertical-align: top;
        padding-top: 1%;
    }
    .two_column h1 {
        padding: 1.5rem 0 1rem 0;
    }
    .two_column .sfpostDetails h1.sfpostTitle {
        color: #3A84B5;
    }
    .two_column ul li {
        padding: 2rem 2% 1rem;
    }
    .two_column img,
    .sfpostContent img {
        display: block;
        float: none !important;
        height: auto !important;
        max-width: 100% !important;
        padding: 5% 0;
    }
    .retail_space_page_label {
        font-weight: bold;
    }
    .retail_space_container #map {
        height: 328px;
    }
    /* Force table to not be like tables anymore */
    
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        max-width: 100%;
        padding: 0 2%;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: 1px solid #ccc;
    }
    tr:first-child {
        display: block;
    }
    td {
        /* Behave  like a "row" */
        
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        font-size: 1rem;
        min-height: 1.7rem;
    }
    .view_link {
        text-align: left !important;
    }
    td:before {
        /* Now like a table header */
        
        position: absolute;
        /* Top/left values mimic padding */
        
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /*
    Label the data
    */
    
    .RetailSpacesGrid td:nth-of-type(1):before {
        content: "Property Name";
    }
    .RetailSpacesGrid td:nth-of-type(2):before {
        content: "SqFt.";
    }
    .RetailSpacesGrid td:nth-of-type(3):before {
        content: "Address";
    }
    .RetailSpacesGrid td:nth-of-type(4):before {
        content: "Property Type";
    }
    .RetailSpacesGrid td:nth-of-type(5):before {
        content: "";
    }
    .app-wrapper {
        margin: 0 !important;
    }
    .app-wrapper .iphone {
        width: 0;
    }
    .app-wrapper .app-desc .icon {
        width: 25% !important;
    }
    .app-wrapper .app-desc .side-bar {
        width: 38% !important;
    }
    .app-wrapper .store-link img {
        margin-top: 0 !important;
    }
    .app-wrapper .app-desc {
        width: 100% !important;
    }
    .app-wrapper .app-desc h2 {
        font-size: 2.2rem !important;
        color: #4E8ABE;
    }
    .app_col_1,
    .app_col_2 {
        width: 100% !important;
    }
    .app_col_2 > div,
    .app-desc > div {
        margin-left: 0 !important;
    }
    .app_col_2 .app-store .side-bar {
        width: 30% !important;
    }
    .app_col_2 .app-store .image {
        width: 40% !important;
    }
    .bike-img-wrapper h1 {
        font-size: 50px !important;
    }
    .bike-img-wrapper h4 {
        width: 100%;
    }
    .bike-img-wrapper img {
        padding: 0 !important;
    }
    .bike-img-wrapper .text-overlay {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .text-overlay img {
        margin: 15px auto !important;
    }
    .footer-app {
        display: block;
        width: 283px;
        padding: 0;
        margin: 30px auto 20px;
    }
    .footer-app #app-icon {
        display: none;
    }
    .footer-app .app-desc {
        display: block;
        width: 100%;
        margin: 0;
    }
    .modal > div {
        width: 500px;
        margin: 5% auto;
    }
    .modal iframe {
        width: 500px;
        height: 275px;
    }
}

@media (max-width: 1275px) {
    .bike-img-wrapper .text-overlay {
        top: 50px;
    }
    .bike-img-wrapper h1 {
        font-size: 60px !important;
    }
}

@media (max-width: 1120px) {
    .bike-img-wrapper .text-overlay {
        top: 10px;
    }
    .bike-img-wrapper h1 {
        font-size: 60px !important;
    }
    .app-wrapper .app-icon {
        display: none;
    }
}

@media (max-width: 900px) {
    .bike-img-wrapper h1 {
        font-size: 40px !important;
    }
    .store-link {
        position: relative;
    }
    .store-link img:last-of-type{
        position: absolute;
        right: -100px;
    }
}

@media (max-width: 800px) {
    .bike-img-wrapper h2 {
        font-size: 20px !important;
    }
}

#establishment_details {
    padding-top: 15px;
}

#establishment_details img {
    margin-bottom: 10px;
}

#establishment_details #map {
    height: 330px;
}

#establishment_details .map_container {
    width: 97%;
}

.sfpostContent td {
    padding-left: 0;
    max-width: 100% !important;
}
@media screen and (max-width: 760px){
    .app-wrapper .app-icon{
        display: block;
    }
    .store-link img:last-of-type{
        position: static;
    }
}
@media screen and (max-width: 420px) {
    .bike-img-wrapper h1 {
        padding: 1.5rem 0 0;
        font-size: 40px !important;
    }
    .bike-img-wrapper h2 {
        font-size: 20px !important;
    }
    .bike-img-wrapper h4 {
        width: 100%;
        margin: 0;
    }
    .bike-img-wrapper img {
        width: 50px;
        margin: 5px auto !important;
    }
    .modal > div {
        position: relative;
        width: 100%;
        margin: 35% auto;
    }
    .modal iframe {
        width: 100%;
        height: 250px;
    }
    #staff_pick_blocks a:nth-child(n+4) {
        display: none;
    }
    #staff_pick_blocks a:last-child {
        display: block;
    }
}