.content {
    position: relative;
}



/*************************** FORCE SALESFORCE SANS BOLD FOR BOLDED TEXT ***************************/


b, strong, [style*='bold'] {
    font-family: 'SalesforceSans-Bold' !important;
}

/*************************** BORDER RADIUS ***************************/

.brad100 {
    border-radius: 100%;
}


/*************************** HOTELS PAGE ***************************/

span.responsive-font-36 {
    letter-spacing: -1px !important;
}


.hotel_h1 span {
    font-size: 65px !important;
    line-height: 100% !important;
}


@media all and (max-width: 510px) and (min-width: 200px) {
                    /* Change Resolutions Here */
.hotel_h1 span {
	line-height: 100% !important;
    font-size: 3em !important;
}
}


/*************************** HYPERLINKS ***************************/

.content a, .content a span {
    text-decoration: none !important;
    color: #BF1D66 !important;
    font-family: 'SalesforceSans-Bold' !important;
}

.act_desc_text a, .act_desc_text a span {
    text-decoration: underline !important;
    color: #FFF !important;
    font-family: 'SalesforceSans-Bold' !important;
}

/*************************** BULLETS ***************************/

li {
    color: #707070 !important;
}


/*************************** CUSTOM-COLUMN-WIDTHS ***************************/

.custom_col_43Perc {
    min-width: 43%;
}

.custom_col_57Perc {
    min-width: 57%;
}


.custom_col_55Perc {
    min-width: 55%;
}

.custom_col_45Perc {
    min-width: 45%;
}


.custom_col_60Perc {
    min-width: 60%;
}

.custom_col_40Perc {
    min-width: 40%;
}


.custom_col_65Perc {
    min-width: 65%;
}

.custom_col_35Perc {
    min-width: 35%;
}

.custom_col_62Perc {
    min-width: 62%;
}

.custom_col_38Perc {
    min-width: 38%;
}


.custom_col_80Perc {
    min-width: 80%;
}

.custom_col_20Perc {
    min-width: 20%;
}




/*************************** MOBILE PADDING ADJUSTMENTS ***************************/

@media all and (max-width: 989px) and (min-width: 200px) {
                    /* Change Resolutions Here */

.mobile_padding_adjust {
    padding-top: 10px;
    padding-bottom: 10px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}

}



/*************************** AGENDA ***************************/

.anchor_position {
    position: relative;
    top: -100px !important;
    visibility: hidden;
     height: 0;
}


div#daydropdown {
    padding-left: 0px;
}

.dropbtn {
    background-color: #f9f9f9;
    cursor: pointer;
    padding: 10px;
    background: #FFF;
    color: #406FB6;
    font-size: 18px;
    font-family: 'SalesforceSans-Regular';
    width: 225px;
    border: none;
}

.agenda_dropdown {
    position: relative;
    display: inline-block;
    border: 1px solid #406FB6;
}

.dropdown-content {
    font-size: 16px;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 98;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    width: 202px;
    border: 1px solid #406FB6;
    border-top: none !important;
    left: -1px;
}

.dropdown-content a {
    color: #406FB6;
    background-color: #f9f9f9;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'SalesforceSans-Regular';
}

.dropdown-content a:hover {
    background-color: #e2e2e2;
}

.agenda_dropdown:hover .dropdown-content {
    max-height: 500px;
    min-width: 160px;
    transition: max-height 0.25s ease-in;
}

.agenda_dropdown:hover .dropbtn {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    transition: max-height 0.25s ease-in;
}




/*************************** ACTIVITIES ***************************/


.pp_act_pill {
    margin-top: -50px;
}


@media all and (max-width: 989px) and (min-width: 200px) {
                    /* Change Resolutions Here */

.act_pad_adjust {
    padding: 10px;
}

}