/*** Design v7-  Dark Peaks Theme ***/

/********** LOGO CUSTOMIZATIONS ************************************************/
/*** Logo size adjustment ***/
/* Assumes the image is 200% intended size to account for retina display */
.layout_logo { 
    display: block;
        margin-left:1%;
        margin-right: 0%;        
        width: 200px;
        height: auto;
        float: left;
}
.layout_mainHeaderLeft {
width: 100%;
align: left;
}
/* If logo is too large */  
.layout_logo {
    max-width: 50%;
}
/*** Logo size adjustment -- narrow screen (mobile) ***/
@media screen and (max-width: 768px) {
    .layout_logo {
    max-width: 90%;
    height: auto;
    }
}
/********** HEADER CUSTOMIZATION ***********************************************/
/* Black header by default with spacing on the bottom */
header {
    background-color: white;
    border-bottom: none;
    margin-bottom: 20px;
}
/* Hide the language selector */
.layout_mainHeaderRight {
  display: none;
}

.layout_mainHeader {
    padding: 20px 0;
    min-height: 54px;
    display: table;
    width: 100%;
}

#survey {
    background-image: url(https://www.mcalistersdeli.com/assets/McAlisters-redesign/css/img/new-paper.png);
    background-repeat: repeat;
    position: relative;
    width: 100%
}
/********** BACKGROUND IMAGE CUSTOMIZATION *************************************/
/*html {
    background-image: url(IMG_REF_10_CONTACTUS_MOESJPG);
    background-attachment: fixed;
        background-position-x: center;
        background-position-y: center;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
   height: 600px;
width: auto;
    text-align: left;
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}*/
/********** DO NOT EDIT - WHITE BLOCKS AROUND QUESTION ELEMENTS ****************/
.questionBlock,
.invitationErrorFooterNode {
    margin-bottom: 20px;
}
.calendar_calendarContainer {
    width: auto;
}
.questionBlock.ratingGridQuestion.ratingGridQuestion_hasOneRow .question_questionTitle {
    margin: 0px;
}
.questionBlock .question_questionTitle {
    padding: 0px 0px 20px 0px;
font-size: 18px;
text-align: left;
}
.layout_answers {
    margin-bottom: 0px;
}
.nestedDropdownQuestion {
	margin-bottom: 0px;
}
.questionTextNode, .textNode {
    display: block;
    width: auto;

}


.layout_text {
  padding: 20px 0;
  
}

.calendarQuestion .question_questionTitle {
    background-color: #FFFFFF;
margin: 0px 0px 0px -20px;
padding: 20px 20px 20px 20px;
}
.additionalValidationNode {
    background-color: #FFFFFF;
    padding: 20px;
    margin-top: -40px;
}
.validation_validationBlock {
    margin-bottom: 0px;
}
/********** PROGRESS BAR CUSTOMIZATION *****************************************/
/*** Progress bar ***/
.progressbar_progressBarIndicator {
    background-color: #4E6E60;
}
/********** QUESTION & ANSWER HOVER & SELECTION COLOR CUSTOMIZATIONS ***********/
/* Optional: Adjusts font color within grids for when a light highlight color is used */
/* .indicatorCircle_label_isSelected {
    color: #4E6E60;
} */
/*** Selected vertical radio button (Choose One) color ***/
.indicatorRadio_indicatorRadioContainer_isSelected {
    border: 8.4px solid #4E6E60;
}
/*** Selected checkbox (Choose Many) color ***/
.indicatorCheckbox_indicatorCheckboxContainer_isSelected {
    background: #4E6E60;
    border: 2px solid #4E6E60;
}
/* Calendar Icon Primary Color */
.calendar_calendarIcon, .calendarDatePickerButton .calendar_calendarIcon {
    color: #4E6E60;
}
.calendar_calendarIconContainer_isActive {
    background-color: #4E6E60;
}
/* Calendar Icon Secondary Color (White) */
.calendar_calendarIconContainer_isActive .calendar_calendarIcon {
    color: #FFFFFF;
}
/* Optional: Dropdown Max Height Adjustment */
/* When setting max-height value, use a multiple of 55px, since that aligns to height of an individual list item */
/* .dropdown_dropdownList.dropdown_dropdownList_isActive {
    max-height: 330px; 
    padding: 3px; 
    overflow: auto; 
} */
/********** FONT CUSTOMIZATIONS ************************************************/
/* Adjusts color + font family of all text in the survey that are not links or error validations */
body {
    color: #635E3D;
    font-family: Tahoma;
}
/* Optional: Dark Background & Light Body Text Color Combinations Only - Adjusts font color for text within selectable containers */
/* .dropdown_dropdownContainer, .calendarTitle_calendarTitleLabel, .weekdayHeaders_weekdayHeadersContainer, .layout_answer, .modal_modalContainer, .tooltip_tooltipContentContainer {
    color: #363636;
} */
/* Adjusts color + font family of all error validations */
.layout_globalErrorBlock, .validation_errorBlock {
    color: #E03131;
    font-family: Tahoma;
 font-size: 16px;
    font-weight: 700
}
/* Adjusts color + font family of all text in the survey are links */
a {
    color: #ec643c;
    font-family: Tahoma;
}
/* Adjusts color + font family of all footer links within the survey */
.layout_footer .layout_legalLinks a {
    color: #635E3D;
    font-family: Tahoma;
}
/* Recommended: Decrease Font Size on Mobile If Your Client is Optimizing for Response Rates Over Accessibility */
@media screen and (max-width: 768px) {
    /* Reduce Font Size on Question */
    .questionCaption {
       font-size: 18px;
       line-height: 1.2;
       display: block;
    }
	/* Reduce Padding on Questions */
	.question_questionTitle {
	   /* padding: 10px; */
	   padding-bottom: 30px;
	}
    /* Reduce Padding on Text Blocks */
    .layout_text {
       padding: 10px;
    }
    .layout_answers {
      margin: 0px 0px 5px;
    }
    /* Reduce Font Size for Validation Block */
    .validation_validationBlock {
       font-size: 15px;
    }
    /* Hide Longform Multiselect Message */
    .longform_multiSelectMessage {
       display: none;
    }
}

@media screen and (max-width: 600px) {
.longform_group {
    display: block;
    padding-bottom: 5px;
}

}
/********** BUTTON CUSTOMIZATIONS **********************************************/
/*** Primary button background & font color customization - Includes Begin Survey, Next, and Finish ***/
/* Primary button - color upon display */
.button_button_isPrimary {
    background-color: #fbdb54;
    color: #937b46;
}
/* Primary button - colors upon hover & focus */
.button_button_isPrimary:focus, 
.button_button_isPrimary:hover {
    background-color: #ec643c;
    color: #fcfbfb;
}
/*** Secondary button background & font color customization - Back button only ***/
/* Secondary button - color upon display */
.button_button_isSecondary {
    background-color: #ec643c;
    color: #fcfbfb;
}
/* Secondary button - colors upon hover & focus */
.button_button_isSecondary:focus, 
.button_button_isSecondary:hover {
    background-color: #fbdb54;
    color: #937b46;
}
#content h1{
color: #635e3d !important;
    font-family: Tahoma !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}
#intro{
    color: #4E6E60;
    font-family: Tahoma;
    font-size: 16px;
}
* {
  box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
color: #4E6E60; 
    font-family: Tahoma;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
color: #4E6E60; 
    font-family: Tahoma;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
/* FOOTER CUSTOMIZATION */
footer.layout_layoutContainer.layout_layoutContainer_fadeIn {
    background-color: #fafafa;
    text-align: center;
    display: table;
    max-width: 100%;
    width: 100%;
}
footer.layout_layoutContainer.layout_layoutContainer_fadeIn:before {
}
div#mca_footer {
    font-size: 12px;
    text-align: center;
    padding-bottom: 32px;
    
    padding-top: 10px;
  
}
.layout_footer .layout_legalLinks a {
    color: #63513d;
}

div#cinn_footer, div#jam_footer, div#aa_footer, div#car_footer, div#moes_footer, div#undef_footer, div#sch_footer{
    display: none;
}

.popup_popupContainer {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.layout_text {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
