/*** 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: auto;
        height: 80px;
        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: auto;
    height: 90px;
    font-family: Tahoma;
    }
}

/********** 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://cdn1.moes.com/-/media/moes/backgrounds/speckles.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: center;
    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;
    margin-bottom: 20px;
}

.questionBlock.ratingGridQuestion.ratingGridQuestion_hasOneRow .question_questionTitle {
    
    /* margin: -20px; */
    
}

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


}

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

}

.nestedDropdownQuestion {
	margin-bottom: 0px;
}

.questionTextNode, .textNode {
    
    display: block;
    width: auto;

}

.questionCaption {
    font-size: 24px;
}



.calendarQuestion .question_questionTitle {
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: #494949;
}


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



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

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

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

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

/* 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: #363636;
    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: #363636;
    font-family: Tahoma;
}

/* Adjusts color + font family of all footer links within the survey */
.layout_footer .layout_legalLinks a {
    color: #363636;
    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;
       font-family: Tahoma;
    }

    /* Reduce Padding on Questions */
    .question_questionTitle {
       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;
    }
}

@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: #e04307;
    color: #FFFFFF;
}

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

/*** Secondary button background & font color customization - Back button only ***/
/* Secondary button - color upon display */
.button_button_isSecondary {
    background-color: #e04307;
    color: #FFFFFF;
}
/* Secondary button - colors upon hover & focus */
.button_button_isSecondary:focus, 
.button_button_isSecondary:hover {
    background-color: #FFFFFF;
    color: #e04307;
}


#header h1{
color: #494949 !important;
    font-family: Tahoma !important;
    font-size: 38px;
    font-weight: 400 !important;

}


#intro{
    color: #494949;

    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: #494949; 
    font-family: Tahoma;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
color: #494949; 
    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: #a53422;

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

footer.layout_layoutContainer.layout_layoutContainer_fadeIn:before {

}

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

.layout_footer .layout_legalLinks a {
    color:white;
}

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

