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

/* FONT */


/********** 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;

}
/*** Logo size adjustment -- narrow screen (mobile) ***/
@media screen and (max-width: 768px) {
    .layout_logo {
    max-width: 70%;
    height: auto;
    }
}

/********** HEADER CUSTOMIZATION ***********************************************/
/* Black header by default with spacing on the bottom */
header {
    background-color: white;
    border-bottom: none;
    margin-bottom: 20px;
        max-height: 120px;
}

/* Hide the language selector */
.layout_mainHeaderRight {
  display: none;
}


/********** BACKGROUND IMAGE CUSTOMIZATION *************************************/


#survey {
   background-image: url(https://cdn1.schlotzskys.com/-/media/schlotzskys/backgrounds/home-pattern.jpg?v=1&d=20180126T153822Z);
        background-repeat: repeat;
    position: relative;
    width: 100%
}

/********** DO NOT EDIT - WHITE BLOCKS AROUND QUESTION ELEMENTS ****************/

.questionBlock,
.invitationErrorFooterNode {
	margin-bottom: 20px;
}

.calendar_calendarContainer {
    width: auto;
}

.questionBlock.ratingGridQuestion.ratingGridQuestion_hasOneRow .question_questionTitle {
    background: #FFFFFF;
 
}

.questionBlock .question_questionTitle {
     padding: 15px 0px 20px 0px;

}

.layout_answers {
    margin-bottom: 0px;
    /* margin-top: auto; */
}

.nestedDropdownQuestion {
	margin-bottom: 0px;
}

.questionTextNode, .textNode {
    background: #FFFFFF;
    display: block;
    width: auto;

}

.questionCaption {
    font-size: 24px;
}




.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: #e75721;
}


/********** QUESTION & ANSWER HOVER & SELECTION COLOR CUSTOMIZATIONS ***********/

/*** Hover and Focus on the Question options ***/
.dropdown_dropdownSelector:focus, .dropdown_dropdownSelector:hover, .hasNoTouch .option_input:focus+.option_optionContainer, .hasNoTouch .option_input:hover+.option_optionContainer, .hasNoTouch .cellOption_input:focus+.cellOption_indicatorContainer, .hasNoTouch .cellOption_input:hover+.cellOption_indicatorContainer, .textarea_textareaContainer:hover, .textarea_textareaContainer_isFocused, .layoutListItem_layoutListItemContainer_hasHighlights:hover, .layoutListItem_layoutListItemContainer_hasHighlights:focus, .dropdown_dropdownListItem:hover, .dropdown_dropdownListItem:focus, .hasNoTouch .option_optionContainer:hover, .hasNoTouch .option_optionContainer_hasBoxShadow, .textField_textField:focus, .textField_textField:hover, .calendarTextfieldInput:hover, .calendarTextfieldInput:focus, .calendar_calendarIconContainer:focus, .calendar_calendarIconContainer:hover, .hasNoTouch .day_day:focus, .hasNoTouch .day_day:hover {
    box-shadow: 0 0 0 3px #e75721;
}

/*** Selected rating grid buttons color  ***/
.indicatorCircle_circle_isSelected {
    background: #e75721;
    /*color: #e75721; */
}

/* Optional: Adjusts font color within grids for when a light highlight color is used */
/* .indicatorCircle_label_isSelected {
    color: #e75721;
} */

/*** Selected vertical radio button (Choose One) color ***/
.indicatorRadio_indicatorRadioContainer_isSelected {
    border: 8.4px solid #e75721;
}

/*** Selected checkbox (Choose Many) color ***/
.indicatorCheckbox_indicatorCheckboxContainer_isSelected {
    background: #e75721;
    border: 2px solid #e75721;
}   

/* Calendar Icon Primary Color */
.calendar_calendarIcon, .calendarDatePickerButton .calendar_calendarIcon {
    color: #e75721;
}
.calendar_calendarIconContainer_isActive {
    background-color: #e75721;
}

/* 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: #231f20;
    font-family: Arial;

}

/* 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: #e75721;
} */

/* Adjusts color + font family of all error validations */
.layout_globalErrorBlock, .validation_errorBlock {
    color: #E03131;
    font-family: Arial;
 font-size: 16px;
    font-weight: 700
}

/* Adjusts color + font family of all text in the survey are links */
a {
    color: #213144;
    font-family: Arial;
}

/* Adjusts color + font family of all footer links within the survey */
.layout_footer .layout_legalLinks a {
    color: #231f20;
    font-family: Arial;
}

/* 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;
    }


    .layout_answers {
      margin: 0 0 5px;
    }

    /* Reduce Font Size for Validation Block */
    .validation_validationBlock {
       font-size: 15px;

    
    }

    /* Hide Longform Multiselect Message */
    .longform_multiSelectMessage {
       display: none;
    }

#gr, #connect, #message{

    font-family: Arial !important;
    font-size: 20px !important;
    font-weight: 700;
}
}

@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: #d0e163;
    color: #231f20;
}

/* Primary button - colors upon hover & focus */
.button_button_isPrimary:focus, 
.button_button_isPrimary:hover {
    background-color: #e75721;
    color: #FFFFFF;
}

/*** Secondary button background & font color customization - Back button only ***/
/* Secondary button - color upon display */
.button_button_isSecondary {
    background-color: #e75721;
    color: #5b5b5b;
}
/* Secondary button - colors upon hover & focus */
.button_button_isSecondary:focus, 
.button_button_isSecondary:hover {
    background-color: #d0e163;
    color: #231f20;
}

/* Optional: Adjust button shape to be rounded */
/* .button_button {
  border-radius: 100px;
} */

#gr, #connect{

    font-family: Arial !important;
    font-size: 25px;
    font-weight: 700;
}
#intro h2{
color: #b17e34 !important;
    font-family: Arial !important;
    font-size: 27px !important;
    font-weight: 700 !important;
}
#intro{
    color: #333333;

    font-family: Arial;
    font-size: 18px;
}

#content{
    background-color: white !important;
    padding: 0 16px;
}

#table {
  border-collapse: separate;
  border-spacing: 50px 0;
}

#td {
  padding: 10px 0;

}


/* FOOTER CUSTOMIZATION */

footer.layout_layoutContainer.layout_layoutContainer_fadeIn {
    background-color: #34343c;

    display: table;
    max-width: 100%;
    width: 100%;
}

footer.layout_layoutContainer.layout_layoutContainer_fadeIn:before {

}

div#sch_footer {
    font-size: 12px;
    text-align: center;
    padding-bottom: 32px;
    color: white;
    padding-top: 10px;
}

.layout_footer .layout_legalLinks a {
    color:white;
}

.layout_footer .layout_medalliaLogo {
    font-size: 24px;  
    color: white;                 
    padding-bottom: 8px;               
}

div#cinn_footer, div#jam_footer, div#aa_footer, div#car_footer, div#mca_footer, div#moes_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;
}

