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

/* FONT */


.layout_mainHeader {
    padding: 15px 0;
}

#content{
    background-color: white !important;
}

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

	}

@media (min-width: 601px) {
#content{
    padding: 10px 50px 50px 50px;
}
}

/********** 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: 90%;
	height: auto;
	}
}



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


#survey {
    background-color: #f7f8e8;
    background-repeat: repeat;
    position: relative;
    width: 100%
}


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

/********** BACKGROUND IMAGE CUSTOMIZATION *************************************/
/*html {
	background-image: url(IMG_REF_1189_CARVELTIMEINEIMAGEGIF);
	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;

    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    background-size: cover;
}*/

/********** DO NOT EDIT - WHITE BLOCKS AROUND QUESTION ELEMENTS ****************/
.questionBlock, .layout_globalErrorBlock {padding: 20px 0px 0px 0px;}

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

.calendar_calendarContainer {
	width: auto;
}

.questionCaption {
    font-size: 24px;
}

.questionBlock.ratingGridQuestion.ratingGridQuestion_hasOneRow .question_questionTitle {

	margin: -20px;
	padding: 20px;
}

.questionBlock {
	padding-top: 0px;
}

.question_questionTitle {
    padding: 30px 0px 20px 0px;
}

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

.calendar_calendarContainer {
    padding-bottom: 20px;
}

.questionTextNode, .textNode {

	display: block;
	width: auto;

}

.calendarQuestion .question_questionTitle {/* margin: -20px; *//* padding: 20px; */}

.additionalValidationNode {
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: -40px;
}

.validation_validationBlock {
    margin-bottom: 0px;
}

.questionBlock, .invitationErrorFooterNode {
    /* margin-bottom: 10px; */
}

/********** PROGRESS BAR CUSTOMIZATION *****************************************/
/*** Progress bar ***/
.progressbar_progressBarIndicator {
	background-color: #EE2737;
}


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

/*** Selected rating grid buttons color  ***/
.indicatorCircle_circle_isSelected {
	background: #EE2737;
	/* color: #EE2737; * Optional: Use darker font color when selected answer color is light */
}

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

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

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

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

/* 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: #0000000;
    font-family: 'Nunito', sans-serif;

}


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

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

/* Adjusts color + font family of all text in the survey are links */
a {
    color: #213144;
    font-family: 'Nunito', sans-serif;
}

/* Adjusts color + font family of all footer links within the survey */
.layout_footer .layout_legalLinks a {
    color: #213144;
    font-family: 'Nunito', sans-serif;
}

/* 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 0;
           padding-bottom: 30px;
	}

	/* Reduce Padding on Text Blocks */
	.layout_text {
	   padding: 10px 0;
	}

	.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: #EE2737;
    color: #FFFFFF;
}

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

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

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

#intro h1{
color: #071d49 !important;
    font-family: Nunito, sans-serif !important;
    font-size: 44px !important;
    font-weight: 70 !important;
}
#intro h2{
color: #b17e34 !important;
    font-family: 'Nunito', sans-serif;
    font-size: 27px !important;
    font-weight: 700 !important;
}
#intro{
    color: #333333;

    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}


#hero-short div.main-hero-text {
    position: relative;
    background: rgba(5,5,5,.45);
    padding: 35px;
    text-align: center;
    margin: 0 auto;
    width: 680px;
}

#main-hero-image div.main-hero-text, .main-hero-video div.main-hero-text {
    position: relative;
    background: rgba(5,5,5,.45);
    text-align: center;
    width: 680px;
    padding: 40px 50px;
    display: none;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
   font-family: 'Nunito', sans-serif;
    font-size: 7.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    display: block;

}

#main-hero-image div.main-hero-text, .main-hero-video div.main-hero-text {
    position: relative;
    background: rgba(5,5,5,.45);
    text-align: center;
    width: 680px;
    padding: 40px 50px;
    display: none;
    margin: 0 auto;
}

/* FOOTER CUSTOMIZATION */

footer.layout_layoutContainer.layout_layoutContainer_fadeIn {
    
    text-align: center;
    display: table;
    max-width: 100%;
    width: auto;
}


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

.layout_footer .layout_legalLinks a {
    color: #89113a;
    text-align: center;
}

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

/* Carvel Custom Intro */

.prim-btn, a.prim-btn {
    background-color: transparent;
    border: solid 1px #6c7138;
    border-radius: 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: #89113a;
    font-family: 'Nunito', sans-serif;
    padding: 10px 15px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    transition: all .2s ease;
    overflow: visible;
    cursor: pointer;
}

.prim-btn img.icon, .prim-btn svg.icon, a.prim-btn img.icon {
    display: block;
    position: absolute;
    width: 25px;
    height: auto;
    right: 0;
    top: 50%;
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    -ms-transform-origin: top right;
    transform-origin: top right;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .2s ease;
}

a.prim-btn {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 10px 25px 10px 15px;
    text-transform: capitalize;
}

.prim-btn:hover, .prim-btn:active {border-color:#6c7138;color:#6c7138;text-decoration:none}
.prim-btn:hover > img.icon.scale{-ms-transform:rotate(10deg) scale(1.1) translate(50%,-50%);transform:rotate(10deg) scale(1.1) translate(50%,-50%)}


.top-info-section .prim-btn {
    text-decoration: none;
}

.flexrow {
    display: flex;
    flex-wrap: wrap;
}

.row:before, .row:after {
    display: block!important;
}

.lt-green-transp-bg {
    background-color: #f7f8e8!important;
}

.section-padding-top-20-50 {
    padding-top: 10px;
}

.section-padding-bottom-20-50 {
    padding-bottom: 10px;
}

.ten-column {
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
}

.twelve-column {
    max-width: 1400px;
    margin: 0 auto;
}


.SecondaryTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    color: #222;
    text-transform: none;
    display: block;
}

.center-text {
    text-align: center!important;
}

.top-info-section p {
    line-height: 1;
}

p {
    font-size: 1rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    margin: 5px 0 15px 0;
}

.top-info-section .link-label {
    color: #6c7138;
    font-size: 0.75rem;
    font-weight: bold;
}

div#CarvelContact {
    color: #231f20;
    font-family: 'Nunito', sans-serif;
    font-size: 1.4rem;
    line-height: 1.43;
    max-width: 100%;
    align-content: center;
}

.col-xs-12 {
    width: 100%;
}

h1.layout_SecondaryTitle {
    font-size: 2em;
    margin: 0;
    font-weight: 100;
    line-height: 1em;
    display: block;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.pad15 {
	padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 769px) {
	.col-lg-8 {
		width: 60%;
	}
	.col-lg-6 {
    	width: 40%;
    	float: left;
 }
	.col-lg-4 {
		width: 30%;
	}
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    	float: left;
    	display: inline-block;
 }
 .top-info-section .SecondaryTitle {
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {
	.top-info-section .SecondaryTitle {
    	display: inline-block;
 }
	.top-info-section {
    	text-align: center;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.prim-btn {
		padding: 5px 20px 5px 15px!important;
		font-size: 1.4rem!important;
	}
	.section-padding-top-20-50 {
		padding-top: 10px;
	}
	.section-padding-bottom-20-50 {
		padding-bottom: 15px;
	}
	.padTop15 {
	padding-top: 15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}
}
