/********************************************************************************/

/* HEADING STYLES TO REPLACE SVG - Added: 04/2016 */

/********************************************************************************/

.lead-gen-module h2 {
	font-size: 50px !important;
    line-height: 50px !important;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #FCB414;
    font-family: "Avenir Next W00", Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: 600 !important;
	color: #004E9C;
}
.lead-gen-module h2 span {
	display: inline-block !important;
	color: white;
}
@media only screen and (max-width: 47.9375em) {
	.lead-gen-module h2 {
		font-size: 40px !important;
	    line-height: 40px !important;
	}
}

p.lead-gen-ctaPhone {
	color: white !important;
	padding: 0 !important;
	font-weight: 500 !important;
  	font-size: 22px !important;
}

p.lead-gen-ctaPhone span {
	color: #004E9C;
}

/********************************************************************************/

/* LeadGen Module CSS */

/********************************************************************************/

@keyframes search-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}

@-o-keyframes search-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}

@-moz-keyframes search-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}

@-webkit-keyframes search-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}


.lead-gen-module .loading-results
{
	-webkit-animation: search-animation 1s infinite;
   -moz-animation: search-animation 1s infinite;
   -o-animation: search-animation 1s infinite;
    animation: search-animation 1s infinite;
}

.lead-gen-module-container
{
	width: 100%;
	background-color: #FCB414;
}

.lead-gen-module
{
	background-color: #FCB414;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 60px;
	width: 85%;
	max-width: 1000px;

	font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
}

.lead-gen-module-heading {
	/*margin-bottom: 30px;*/
}

.lead-gen-module p
{
	color: #485865;
	font-size: 18px !important;
	line-height: 24px !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	max-width: 820px !important;
	margin-bottom: 0 !important;
}

.lead-gen-module b
{
	font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
	/*font-family: ProximaNova-Semibold, verdana, helvetica, sans-serif;*/
	/*font-weight: bold;*/
	font-weight: 500 !important;
	color: #000 !important;
}


.lead-gen-module .sentence {

	max-width: 900px;
	letter-spacing: -0.5px;
	font-size:40px;
	line-height: 44px;
	color: white;
	cursor:default;

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    padding-bottom: 15px;
}

/* sentence moved to form section */

.lead-gen-form-module {
	padding: 0;
	background: white;
}

.lead-gen-form-module p {
	font-size: 18px !important;
	padding-top: 0 !important;
}

.lead-gen-form-module .sentence {
    color: #7F8992;
}


/* this is a comment */

.lead-gen-module a {
	color: #004E9C;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.lead-gen-module a::after {

  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 2px solid;
  margin-top: 3px;
}

.lead-gen-module a:hover {
  color: #2D80C2 !important;
  cursor:pointer;
  text-decoration: none !important;
}


.lead-gen-button {
    font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
    color: white;
    background-color: #004E9C !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: none;
    margin-right: 10px;

	font-size: 20px !important;
    padding: 12px 20px 12px 20px !important;
	text-transform: none;
}

.lead-gen-button:hover {
	background-color: #2D80C2;
	cursor: pointer;
}

.lead-gen-module-popover
{
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	left: 20px;
	right: 20px;
	z-index: 99;
	text-align: center;
	width: 250px;
}

.lead-gen-module-select
{
	width: 250px;
}

.lead-gen-module-popover-box
{
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	width: 300px;
	height: 300px;
	background-color: #F2F6F9;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    2px 2px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         2px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.lead-gen-module-popover-arrow
{
	padding:0px;
	padding-top:2px;
	text-align: center;
	width:100%;
	height: 14px;
}

.lead-gen-module-popover-multiple-option
{
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
	font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
	text-decoration: underline;
	color:#004E9C;
	background-color: none;
	top:7px;
	background-color: none;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}

.lead-gen-module-popover-multiple-option a {
	color:#004E9C;
	cursor: pointer;
}

.lead-gen-module-popover-multiple-option a:hover {
	color:#2D80C2;
	cursor: pointer;
}

.lead-gen-module-calendar-container {

	position: relative;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 245px;
	height: 175px;
	text-align: left;
	border-top: 1px solid #e5e5e5;
	background-color: none;
}

.lead-gen-module-calendar-item {

	font-size: 12px;
	display: inline-block;
	padding: 0px;
	margin:  0px;
	background-color: none;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	line-height: 37px;
	width: 35px;
	height: 35px;
	color:#485865;
	font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
	text-align: center;

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.lead-gen-module-calendar-item:hover
{
	cursor: pointer;
	color: white;
	background-color: #004E9C !important;
	border-bottom: 1px solid #004E9C;
	border-right: 1px solid #004E9C;
}

/********************************************************************************/

/* scroll hint */

/********************************************************************************/


.lead-gen-module .scroll-hint-container
{
	display: inline-block;
	overflow: visible;
	visibility: visible;
	opacity: 0;
	height: 0;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lead-gen-module .scroll-hint-icon
{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;

	content: url("../images/scroll-hint-circle.svg");
	background-image: url("../images/scroll-hint-arrow.svg");

	-webkit-animation: scroll-hint-animation 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
   -moz-animation: scroll-hint-animation 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
   -o-animation: scroll-hint-animation 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: scroll-hint-animation 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;

    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}

.lead-gen-module .scroll-hint-text
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	color: white;
	font-size: 14px;
}

@keyframes scroll-hint-animation
{
  0%   { background-position-y: 0px }
  25%  { background-position-y: 40px }
  100% { background-position-y: 40px }
}

@-o-keyframes scroll-hint-animation
{
  0%   { background-position-y: 0px }
  25%  { background-position-y: 40px }
  100% { background-position-y: 40px }
}

@-moz-keyframes scroll-hint-animation
{
  0%   { background-position-y: 0px }
  25%  { background-position-y: 40px }
  100% { background-position-y: 40px }
}

@-webkit-keyframes scroll-hint-animation
{
  0%   { background-position-y: 0px }
  25%  { background-position-y: 40px }
  100% { background-position-y: 40px }
}


/********************************************************************************/

/* scroll hint */

/********************************************************************************/

.lead-gen-module .sentence-hint-container
{
	position: absolute;
	top: 200px;
	left: 0px;
	width: 34px;
	height: 60px;
}

.lead-gen-module .sentence-hint-connector
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 34px;
	height: 60px;
	background-repeat: no-repeat;
	background-image: url("../images/sentence-hint-connector.svg");
}

.lead-gen-module .sentence-hint-arrow
{
	position: absolute;
	vertical-align: middle;
	top: 50px;
	left: 4px;
	width: 40px;
	height: 20px;

	background-image: url("../images/sentence-hint-arrow.svg");
	background-repeat: no-repeat;

	-webkit-animation: typing-hint-animation 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
   -moz-animation: typing-hint-animation 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
   -o-animation: typing-hint-animation 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: typing-hint-animation 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;

    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;

    /*
    box-shadow:     inset    0px 0px 0px 2px #FFFFFF;
  	-webkit-box-shadow:inset 0px 0px 0px 2px #FFFFFF;
  	-moz-box-shadow:   inset 0px 0px 0px 2px #FFFFFF;
    */

}

@keyframes sentence-hint-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}

@-o-keyframes typing-hint-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}

@-moz-keyframes typing-hint-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}

@-webkit-keyframes typing-hint-animation
{
  0%   { background-position-x: 0px }
  50%  { background-position-x: 17px }
  100% { background-position-x: 0px }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////*/

.select-list-container
{
	padding: 0px;
	margin: 0px;
	width:300px;
	height:200px;
	background-color: none;
	overflow-y: auto;
	overflow-x: hidden;
}

.select-list-item
{
	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */

	font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 200;
    text-align: left;
	font-size: 15px;
	line-height: 17px;
    height:40px;
    color:#485865;
    background-color: none;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    white-space: nowrap;
}

.select-list-item:hover {

	cursor: pointer;
}

.select-list-item.selected
{
    color:#FFFFFF;
    background-color: #004E9C;
}

.select-search
{
	padding: 7px !important;
	margin: 0 !important;
	border-bottom: 1px solid #D0DBE5;
	background-color: none;
	width: 300px;
}

.select-search-field
{
	font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 200;
	-webkit-appearance: none;
    border: 2px;
    font-size: 18px;
    margin: 0 !important;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    height: 36px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	border: 1px solid #D0DBE5;
	outline:none;
}

::-webkit-input-placeholder {
   font-size: 18px;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 18px;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 18px;
}

:-ms-input-placeholder {
   font-size: 18px;
}
