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

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

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

.lead-gen-module h1,
.lead-gen-module h2 {
	font-size: 3rem !important;
    line-height: 1rem !important;
    letter-spacing: -0.02;
    /*text-transform: uppercase;*/
    margin: 0;
    padding: 0;
    color: #FCB414;
    /*font-family: "Avenir Next W00", Helvetica, Roboto, Arial, sans-serif !important;*/
    font-weight: 700 !important;
	color: #11253E;
}
.lead-gen-module h2 span {
	display: inline-block !important;
	color: #FF6813;
}
@media only screen and (max-width: 47.9375em) {
	.lead-gen-module h2 {
		font-size: 2.5rem !important;
	    line-height: 1em !important;
	}
}

p.lead-gen-ctaPhone {
	color: white !important;
	padding: 0 !important;
	font-weight: 700 !important;
  	font-size: 1.375rem !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: #EEF3F9;//#F2F6F9;
}

.lead-gen-module
{
	/*background-color: #FF6813;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
	width: 85%;
	max-width: 62.5rem;
	min-width: 50rem;

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

.lead-gen-module-heading {
	/*margin-bottom: 1.875rem;*/
}

.lead-gen-module p
{
	color: #485865;
	font-size: 1.125rem !important;
	line-height: 1.333em !important;
	padding-top: 1.875rem !important;
	padding-bottom: 1.5rem !important;
	max-width: 51.25rem !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: 700 !important;
	color: #000 !important;
}


.lead-gen-module .sentence {

	max-width: 56.25rem;
	letter-spacing: 0;
	font-size:2rem;
	line-height: 1.1em;
	color: #314657;
	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: 0.9375rem;
}

/* sentence moved to form section */

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

.lead-gen-form-module p {
	font-size: 1.125rem !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: 0.1875rem;
}

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


.lead-gen-button {
    border: 1px solid #004E9C;
    margin-top: 2rem;
    /*margin-right: 0.625rem;*/

	/*font-size: 1.25rem !important;*/
    /*padding: 12px 1.25rem 12px 1.25rem !important;*/
	text-transform: none;
}

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

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

.lead-gen-module-select
{
	width: 15.625rem;
}

.lead-gen-module-popover-box
{
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	width: 100%;
	width: 18.75rem;
	height: 18.75rem;
	background-color: #F2F6F9;

	-webkit-border-radius: 0.375rem;
	-moz-border-radius: 0.375rem;
	border-radius: 0.375rem;

	-webkit-box-shadow: 0.125rem 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0.125rem 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.2);
	box-shadow:         0.125rem 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}

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

.lead-gen-module-popover-multiple-option
{
	padding-left: 0.625rem;
	padding-top: 0.375rem;
	padding-bottom: 0.625rem;
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	text-decoration: underline;
	color:#004E9C;
	background-color: none;
	top:0.4375rem;
	background-color: none;
	font-size: 0.9375rem;
	line-height: 1em;
	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: 0;
	padding: 0;
	margin: 0;
	width: 15.3125rem;
	height: 10.9375rem;
	text-align: left;
	border-top: 1px solid #e5e5e5;
	background-color: none;
}

.lead-gen-module-calendar-item {

	font-size: 0.75rem;
	display: inline-block;
	padding: 0;
	margin:  0;
	background-color: none;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	line-height: 3.0833em;
	width: 2.1875rem;
	height: 2.1875rem;
	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: 2.5rem;
	height: 2.5rem;

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

	-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: 1.1875rem;
    -moz-border-radius: 1.1875rem;
    border-radius: 1.1875rem;
}

.lead-gen-module .scroll-hint-text
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.9375rem;
	color: #11253E;
	font-size: 0.875rem;
}

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

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

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

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


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

/* scroll hint */

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

.lead-gen-module .sentence-hint-container
{
	position: absolute;
	top: 12.5rem;
	left: 0;
	width: 2.125rem;
	height: 3.75rem;
}

.lead-gen-module .sentence-hint-connector
{
	position: relative;
	top: 0;
	left: 0;
	width: 2.125rem;
	height: 3.75rem;
	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: 0.25rem;
	width: 2.5rem;
	height: 1.25rem;

	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: 1.1875rem;
    -moz-border-radius: 1.1875rem;
    border-radius: 1.1875rem;

    /*
    box-shadow:     inset    0 0 0 0.125rem #FFFFFF;
  	-webkit-box-shadow:inset 0 0 0 0.125rem #FFFFFF;
  	-moz-box-shadow:   inset 0 0 0 0.125rem #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: 0 }
  50%  { background-position-x: 1.0625rem }
  100% { background-position-x: 0 }
}

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

.select-list-container
{
	padding: 0;
	margin: 0;
	width:18.75rem;
	height:12.5rem;
	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: 400;
    text-align: left;
	font-size: 0.9375rem;
	line-height: 1.2em;
    height:2.5rem;
    color:#485865;
    background-color: none;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0.75rem;
    white-space: nowrap;
}

.select-list-item:hover {

	cursor: pointer;
}

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

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

.select-search-field
{
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-weight: 400;
	-webkit-appearance: none;
    border: 0.125rem;
    font-size: 1.125rem;
    margin: 0 !important;
    padding: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    height: 2.25rem;
    -webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	width: 100%;
	border: 1px solid #D0DBE5;
	outline:none;
}

::-webkit-input-placeholder {
   font-size: 1.125rem;
}

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

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 1.125rem;
}

:-ms-input-placeholder {
   font-size: 1.125rem;
}
