/*************************** DISPLAY NONE ***************************/

.none {
    display: none !important;
}


.content {
    position: relative;
}

/*************************** FORCE SALESFORCE SANS FAMILY ***************************/

[style*='18px'] {
    font-family: 'SalesforceSans-Regular' !important;
}


.gdpr {
    font-family: 'SalesforceSans-Regular' !important;
}

/*************************** 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;
}

/*************************** 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%;
}




/*************************** 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 !important;
}

}

ol, ul {
    margin-bottom: 0px !important;
}



/*************************** AGENDA ***************************/

.anchor_position {
    position: relative;
    top: -100px !important;
    visibility: hidden;
     height: 0;
}


div#daydropdown {
    padding-left: 30px;
}

.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;
}

}



/**********************  FAQ PAGE *************************/

.timezone_table td {
    border: none !important;
    padding: 6px;
    border-bottom: 1px solid #707070 !important;
}

.faq_right_column {
    background-size: 105%;
}



/****************** WHITE HYPERLINKS ***************************/

.white_links a, .white_links a span {
	color:#FFFFFF !important; 
	text-decoration: underline !important; 
}

.white_links a:hover, .white_links a span:hover {
	text-decoration:underline !important; 
}



/****************** BADGE BOX ***************************/

.badge_box {
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    background-color: #f9f9f9;
}


/****************** GUEST MESSAGE ***************************/
.error.text-center {
    font-family: 'SalesforceSans-Regular' !important;
    color: #707087;
}

/****************** PRIMARY-ACTIVITY-TAG ***************************/

.ptag_Primary-Activity-Details-List_ {
    position: relative;
    margin-top: -25px !important;
}



/****************** TASK MANAGER ***************************/

table.table.task-table {
    border-radius: 10px !important;
    overflow: hidden;
    border: none !important;
}

table.table.task-table td {
    border: none;
}

td.task-category {
    padding: 12px !important;
}

tr.table-row-1 td {
    padding: 10px !important;
}

td.task-category {
    border-bottom: 3px solid #FFF !important;
}


/****************** REG-FORM-ACTIVITY CARDS ***************************/

td.activity-cell.table-cell-largest.text-center {
    text-align: left;
}


.act_card01 {
    margin-bottom: 10px;
    border-radius: 10px;
}


.hrz_line {
    border-bottom: 2px solid #28a9c1;
    margin-bottom: 10px;
    margin-top: 20px;
}

.act_desc_notes {
    background-color: #f3f3f3;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    border-radius: 3px;
}


/****************** MEDIA PRINT CSS ***************************/

@media print {
  /* All your print styles go here */
	.printer {
    	display: none !important;
  }

	.event-logo, .print-sign {
    	max-width: 138px !important;
  }


}




/****************** DEFAULT BUTTON FOCUS EFFECT ***************************/

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px !important;
    border: 1px solid #c01e67 !important;
}

.w_consent_button:hover {
    border: 1px solid #C01E67 !important;
}