/* Style for your classic editor.
========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
html body {
    font-family: "Raleway", Sans-serif;
}
.footer-menu .menu-item {
    display: inline-block;
    margin: 0 10px;
}
.footer-menu .menu-item a {
    color: white;
    text-transform: uppercase;
    font-size: 12px
}

.lets-chat {
    padding: 50px 0;
    color: white;
    text-align: center;
    max-width: 740px;
    margin: auto;
}
.lets-chat h1 {
    color: white;
    text-transform: uppercase;
    font-size: 36px;
}
.lets-chat .container {
    max-width: 600px;
}
.lets-chat input,
.lets-chat textarea {
    border-radius: 0;
    border: 0;
	background: #f2f2f2;
    padding: 15px !important;
    width: 100%;
    font-size: 15px;
    font-weight: 100;
}
.lets-chat .textarea-cell {
    padding: 0 15px;
}
    
.lets-chat .textarea-cell label {
    width: 100%;
    margin: 30px 0;
}
.lets-chat textarea {
	height: 150px;
}
#input_2_3_3 {
	margin-top: 10px;
}
.lets-chat .gform_footer {
	text-align: center;
}
.lets-chat button {
	position: relative;
	width: auto;
	background-color: transparent;
	color: #277BA0;
	border: 3px solid #277BA0;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 60px;
	padding-left: 80px;
}

.lets-chat button span {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.lets-chat button span::before {
	font-family: 'themify';
}
.lets-chat button span::before {
	content: "\e75a";
	margin-right: 10px;
	vertical-align: -2px;
}
#input_2_4 {
    max-height: 62px;
	padding-top: 20px !important;
}
#input_2_4:focus {
    max-height: 200px;
}

button{
	white-space:normal!important;
}

#livesite_engage_button{
	padding:0px;
}
#livesite_engage_button a{
	
}