File: /home/imensosw/www/imenso.co/dev/letscowork/css/style.css
/*!
Project Name: Advanchainge
URL: https://www.imensosoftware.com
Author: Imenso Software
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# mixin
# Common
/*--------------------------------------------------------------
# Mixin
--------------------------------------------------------------*/
/* Media query map function starts */
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
@font-face {
font-family: 'CeraPro Regular';
font-style: normal;
font-weight: normal;
src: local("fonts/CeraPro-Regular"), url("fonts/CeraPro-Regular.woff") format("woff"); }
@font-face {
font-family: 'CeraPro Medium';
font-style: normal;
font-weight: normal;
src: local("fonts/CeraPro-Medium"), url("fonts/CeraPro-Medium.woff") format("woff"); }
@font-face {
font-family: 'CeraPro Bold';
font-style: normal;
font-weight: normal;
src: local("fonts/CeraPro-Bold"), url("fonts/CeraPro-Bold.woff") format("woff"); }
@font-face {
font-family: 'CeraPro Black';
font-style: normal;
font-weight: normal;
src: local("fonts/CeraPro-Black"), url("fonts/CeraPro-Black.woff") format("woff"); }
/*--------------------------------------------------------------
# Chosen Select
--------------------------------------------------------------*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com
Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.chosen-container * {
box-sizing: border-box; }
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
z-index: 1010;
width: 100%;
border: 1px solid #aaa;
border-top: 0;
background: #fff;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
clip: rect(0, 0, 0, 0); }
.chosen-container.chosen-with-drop .chosen-drop {
clip: auto; }
.chosen-container a {
cursor: pointer; }
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
margin-right: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: normal;
color: #999999; }
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
content: ":";
padding-left: 2px;
vertical-align: top; }
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 0.5rem 0.85rem;
border: 1px solid #f1f1f1;
border-radius: 0.3em !important;
background-color: none;
box-shadow: none;
text-decoration: none;
white-space: nowrap;
line-height: 24px;
color: #474747;
font-size: 14px; }
.chosen-container-single .chosen-default {
color: #999; }
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap; }
.chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px; }
.chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
background: url("chosen-sprite.png") -42px 1px no-repeat;
font-size: 1px; }
.chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px; }
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px; }
.chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 16px;
height: 100%; }
.chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
background: url("../images/chosen-sprite.png") no-repeat 0px 9px;
margin-left: -8px; }
.chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 4px;
white-space: nowrap; }
.chosen-container-single .chosen-search input[type="text"] {
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0; }
.chosen-container-single .chosen-drop {
margin-top: -3px;
border-radius: 0 0 4px 4px;
background-clip: padding-box; }
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
clip: rect(0, 0, 0, 0); }
/* @end */
/* @group Results */
.chosen-container .chosen-results {
color: #444;
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 0 0 4px;
max-height: 240px;
-webkit-overflow-scrolling: touch; }
.chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 5px 6px;
list-style: none;
line-height: 15px;
word-wrap: break-word;
-webkit-touch-callout: none; }
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer; }
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default; }
.chosen-container .chosen-results li.highlighted {
background-color: #ff7548;
color: #fff; }
.chosen-container .chosen-results li.no-results {
color: #777;
display: list-item;
background: #f4f4f4; }
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default; }
.chosen-container .chosen-results li.group-option {
padding-left: 15px; }
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline; }
/* @end */
/* @group Multi Chosen */
.chosen-choices {
margin-bottom: 0 !important; }
.chosen-container-multi .chosen-choices {
border: 1px solid #ced4da;
border-radius: 2px !important;
box-shadow: none;
color: #474747;
display: block;
font-size: 16px;
line-height: 24px;
overflow: hidden;
padding: 0.575rem 0.85rem;
position: relative;
text-decoration: none;
white-space: nowrap; }
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none; }
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap; }
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 0;
outline: 0;
border: 0 !important;
background: transparent !important;
box-shadow: none;
color: #999;
font-size: 100%;
line-height: normal;
border-radius: 0;
width: 25px; }
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 3px 5px 3px 0;
padding: 3px 20px 3px 5px;
border: 1px solid #2CE080;
max-width: 100%;
border-radius: 3px;
background-color: #2CE080;
background-size: 100% 19px;
background-repeat: repeat-x;
background-clip: padding-box;
font-size: 0.8em;
color: #333;
line-height: 13px;
cursor: default; }
.chosen-container-multi .chosen-choices li.search-choice span {
word-wrap: break-word; }
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
font-size: 1px; }
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px; }
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
color: #666; }
.chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4; }
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px; }
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default; }
/* @end */
/* @group Active */
.chosen-container-active .chosen-single {
box-shadow: none; }
.chosen-container-active.chosen-with-drop .chosen-single {
background-image: none;
box-shadow: none; }
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent; }
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px; }
.chosen-container-active .chosen-choices {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
color: #222 !important; }
/* @end */
/* @group Disabled Support */
.chosen-disabled {
opacity: 0.5 !important;
cursor: default;
background: #E8E8E8; }
.chosen-disabled .chosen-single {
cursor: default; }
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default; }
/* @end */
/* @group Right to Left */
.chosen-rtl {
text-align: right; }
.chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0; }
.chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl; }
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px; }
.chosen-rtl .chosen-single div {
right: auto;
left: 3px; }
.chosen-rtl .chosen-single abbr {
right: auto;
left: 26px; }
.chosen-rtl .chosen-choices li {
float: right; }
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl; }
.chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px; }
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px; }
.chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0; }
.chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0; }
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none; }
.chosen-rtl .chosen-search input[type="text"] {
padding: 4px 5px 4px 20px;
background: url("chosen-sprite.png") no-repeat -30px -20px;
direction: rtl; }
.chosen-rtl.chosen-container-single .chosen-single div b {
/*background-position: 6px 2px;*/ }
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px; }
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
background-image: url("chosen-sprite@2x.png") !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important; } }
/* @end */
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.guide .color span {
height: 6.25em;
width: 6.25em;
border-radius: 100%;
display: inline-block;
line-height: 6.25em;
text-align: center;
margin-right: 1.25em; }
.guide .color__primary {
background-color: #03314B;
color: #FFF; }
.guide .color__secondary {
background-color: #ff7548;
color: #FFF; }
.guide .color__inverse {
background-color: #2CE080; }
.guide h1:first-child {
color: #03314B; }
html {
scroll-behavior: smooth; }
body {
font-size: 16px;
font-family: "CeraPro Regular"; }
@media (min-width: 1200px) {
.container {
max-width: 1080px !important; } }
a {
color: #E73C4C; }
a:hover {
color: #c1312c; }
a:hover, a:focus {
text-decoration: none;
outline: none; }
strong, h1, h2, h3, h4, h5 {
font-family: "CeraPro Bold";
color: #000; }
.white-text {
color: #FFF !important; }
.opaq {
opacity: 0.6; }
.burger {
padding: 100px 0; }
.gutter {
padding: 0 100px; }
.gutter-sm {
padding: 0 50px; }
form label {
font-family: "CeraPro Bold";
font-size: 0.9em; }
.form-control {
padding: 0.575rem 0.85rem;
border-radius: 2px; }
.form-control:focus {
box-shadow: none;
background: #EEE; }
.chosen-container {
width: 100% !important; }
.checkbox label:after, .radio label:after {
content: '';
display: table;
clear: both; }
.checkbox .cr {
position: relative;
display: inline-block;
border: 1px solid #a9a9a9;
border-radius: 2px;
width: 1.3em;
height: 1.3em;
float: left;
margin-right: .5em; }
.checkbox label, .radio label {
margin-bottom: 0;
cursor: pointer; }
.radio .cr {
position: relative;
display: inline-block;
border: 1px solid #a9a9a9;
border-radius: 100%;
width: 1.3em;
height: 1.3em;
float: left;
margin-right: .5em;
border-radius: 50%; }
.checkbox .cr .cr-icon {
position: absolute;
font-size: .8em;
line-height: 0;
top: 50%;
left: 13%; }
.radio .cr .cr-icon {
position: absolute;
font-size: .8em;
line-height: 0;
top: 50%;
left: 13%;
margin-left: 0.04em; }
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
display: none; }
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
transform: scale(3) rotateZ(-20deg);
opacity: 0;
transition: all .3s ease-in; }
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
transform: scale(1) rotateZ(0deg);
opacity: 1; }
.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
opacity: .5; }
.btn {
border-radius: 0.125em;
padding: 0.575rem 2rem;
font-family: "CeraPro Bold";
min-width: 9.375em; }
.btn:focus, .btn:active {
outline: none !important;
box-shadow: none !important; }
.btn-primary {
background-color: #03314B;
border-color: #03314B; }
.btn-primary:hover {
background-color: #c1312c;
border-color: #c1312c; }
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
background-color: #c1312c;
border-color: #c1312c; }
.btn-secondary {
background-color: #ff7548;
border-color: #ff7548; }
.btn-secondary:hover {
background-color: #c1312c;
border-color: #c1312c; }
.btn-inverse {
background-color: #2CE080;
border-color: #2CE080;
color: #000; }
.btn-inverse:hover {
background-color: #edf0f2;
border-color: #edf0f2;
color: #000; }
.btn-bordered {
border: 1px solid #03314B;
color: #000;
background-color: transparent; }
.btn-bordered:hover {
background-color: #edf0f2;
color: #000; }
.btn-bigger {
padding: 2em 4em;
background-color: #FFF;
color: #000; }
.pb-10 {
padding-bottom: 6.25em; }
/*--------------------------------------------------------------
# App
--------------------------------------------------------------*/
.hero {
background-position: center center;
background-size: 70%;
border-bottom: 1px solid #f0f0f0;
height: 80vh;
overflow: hidden;
position: relative;
color: #FFF;
background-image: url("../images/hero-bg.png");
background-color: #03314B;
background-repeat: no-repeat;
background-position: top right; }
.hero h1 {
color: #FFF;
font-family: "CeraPro Black";
font-size: 3.2em; }
.hero p {
color: rgba(255, 255, 255, 0.7);
font-size: 1.1em; }
.callout__form {
padding: 1.875em 3.125em 3.125em;
margin-top: -7.5em;
background: #FFF;
transition: 0.3s all;
position: relative; }
.callout__form:before {
height: auto;
background-color: #ff7548;
padding: 10px 25px;
width: auto;
line-height: 18px;
font-family: "CeraPro Bold";
content: "Choose your location";
position: absolute;
top: -38px;
left: 0;
color: #FFF; }
.callout__form h2 {
color: #03314B;
font-size: 1.4em;
margin-bottom: 1em; }
.callout__form .custom-radio {
border: 1px solid #f1f1f1;
border-radius: 0.3em;
cursor: pointer;
display: block;
margin-bottom: 0;
padding: 0.7em 1.4em;
position: relative;
text-align: center;
transition: all 0.3s ease 0s;
width: 100%; }
.callout__form .custom-radio:hover {
box-shadow: 0 11px 9px -9px rgba(0, 0, 0, 0.07); }
.callout__form .custom-radio:hover span {
opacity: 1; }
.callout__form .custom-radio .check-icon {
background: rgba(44, 224, 128, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
position: absolute;
transition: all 0.3s ease 0s; }
.callout__form .custom-radio span:first-child {
display: inline-block;
font-size: 1.1em;
font-weight: 600; }
.callout__form .custom-radio span:last-child {
position: relative;
z-index: 9; }
.callout__form input[type="radio"] {
display: none; }
.callout__form input[type="radio"]:checked + label.custom-radio {
border-color: #2CE080; }
.callout__form input[type="radio"]:checked + label.custom-radio .check-icon {
background-color: #2CE080;
border-color: #2CE080;
opacity: 1; }
.callout__form .radio-option {
margin-right: 0.625em; }
.callout-nav.fixed-header {
background: #fff none repeat scroll 0 0;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
margin: 0;
padding-top: 50px;
position: fixed;
top: 0;
width: 100%;
z-index: 99; }
.callout-nav.fixed-header .callout__form {
padding-bottom: 1.25em; }
.navbar-brand {
font-family: 'Kaushan Script', cursive;
color: #ff7548;
font-size: 2.5em; }
.highlight {
border-bottom: 0.1em solid #e6fc88;
box-shadow: 0 -0.4em 0 0 #e6fc88 inset; }
.leaf {
background-color: #D5F9E6;
border-radius: 4px;
padding: 30px;
position: relative;
overflow: hidden; }
.leaf img {
width: 6.25em;
max-width: 100%;
margin-bottom: 2em; }
.leaf h3 {
color: #03314B;
font-size: 1.5em; }
.leaf:after {
height: 12.5em;
width: 12.5em;
border-radius: 100%;
position: absolute;
right: -3.125em;
top: -3.125em;
content: "";
background: rgba(44, 224, 128, 0.1); }
.offer-1 {
background-image: url("../images/offer-1.jpg");
min-height: 400px;
background-repeat: no-repeat;
background-size: cover;
background-position: right; }
.one-liner {
text-align: center; }
.one-liner img {
margin-bottom: 1em; }
.one-liner .highlight {
box-shadow: 0 -1.4em 0 0 #e6fc88 inset; }
.slick-slide {
position: relative; }
.slide__content {
border-top: 1px solid rgba(255, 255, 255, 0.6);
bottom: 0;
color: #fff;
padding: 20px;
position: absolute;
text-align: center;
width: 100%; }
.slide__content h4 {
color: #FFF;
margin-bottom: 0; }
.slide__content p {
color: rgba(255, 255, 255, 0.6);
margin-bottom: 0; }
.slick-prev::before, .slick-next::before {
color: #000; }
.testimonial {
background-color: #d5f9e6;
padding: 3.125em;
border-radius: 4px;
position: relative;
overflow: hidden; }
.testimonial:after {
position: absolute;
right: 0;
top: -40px;
content: "\f10d";
color: rgba(44, 224, 128, 0.2);
font-family: "FontAwesome";
font-size: 10em; }
.img-circle {
border-radius: 100%; }
.faq-box {
width: 70%;
margin: 0 auto;
border: 5px solid #ddd;
padding: 120px;
position: relative; }
.faq-icon {
width: 300px;
position: absolute;
left: -150px;
top: -150px;
background-color: #fff;
padding: 50px; }
.faq .panel {
border-bottom: 1px solid #DDD;
margin-bottom: 20px;
padding: 0;
position: relative; }
.faq .panel:last-child {
margin-bottom: 0; }
.faq .panel-heading {
padding: 0; }
.faq .panel-heading div {
padding-bottom: 20px;
-webkit-transition: all ease .3s;
transition: all ease .3s;
font-size: 1.1em;
font-family: "CeraPro Bold";
position: relative;
cursor: pointer; }
.faq .panel-heading div::after {
content: "\f106";
font: 1.2em FontAwesome;
position: absolute;
right: 0;
top: 0;
color: #000;
font-weight: 600; }
.faq .panel-heading div.collapsed:after {
content: "\f107"; }
.faq .panel-body {
border-top: none !important;
padding-bottom: 1.875em; }
.faq span {
font-size: 2em;
font-weight: 900;
position: absolute;
left: 23px;
top: 13px;
color: #6E7FF3; }
.cta {
background-color: #03314B; }
.cta .callout__form {
margin-top: 0; }
.preloader {
position: fixed;
width: 100%;
height: 100%;
display: table;
left: 0;
top: 0;
background-color: #fff;
z-index: 9999; }
.preloader a {
display: table-cell;
vertical-align: middle;
text-align: center;
transution: transform .3s ease;
animation: loading_logo infinite 1.3s;
pointer-events: none; }
@keyframes loading_logo {
0% {
transform: scale(1);
opacity: 1; }
50% {
transform: scale(0.8);
opacity: .5; }
100% {
opacity: 1;
transform: scale(1); } }
.loader {
font-weight: bold;
-webkit-animation: spin 5s linear infinite;
/* Safari */
animation: spin 5s linear infinite;
position: absolute;
left: 50%;
top: 40%;
transform: translate(-50%, -50%);
font-family: 'Kaushan Script', cursive;
font-size: 2.5em; }
/* Safari */
@keyframes spin {
0% {
color: #EE5E44; }
10% {
color: #2CE080; }
20% {
color: #2C71EA; }
30% {
color: #EE5E44; }
40% {
color: #2CE080; }
50% {
color: #2C71EA; }
60% {
color: #EE5E44; }
70% {
color: #2CE080; }
80% {
color: #2C71EA; }
90% {
color: #EE5E44; }
100% {
color: #2CE080; } }
#leadForm {
padding: 0 !important; }
#leadForm .modal-dialog {
max-width: 100%;
margin: 0;
border-radius: 0; }
#leadForm .modal-content {
border: none;
border-radius: 0; }
#leadForm .modal-body {
height: 90vh; }
#leadForm .modal-title {
font-family: 'Kaushan Script', cursive;
color: #ff7548;
font-size: 1.5em;
font-weight: bold; }
.form-area {
width: 650px;
margin: 0 auto; }
.listing {
display: flex;
flex-flow: row wrap;
justify-content: center; }
.listing__option {
text-align: center;
padding: 20px 30px;
border: 1px solid #DDD;
margin: 10px;
width: 140px;
cursor: pointer; }
.listing__option:hover {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
.listing__option.active {
border: 2px solid #ff7548; }
.listing__option span {
display: block; }
#leadform {
position: relative; }
#leadform fieldset:not(:first-of-type) {
display: none; }
#leadform input, #leadform textarea {
padding: 15px;
border: 1px solid #ccc;
border-radius: 3px;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
font-family: montserrat;
color: #2c3e50;
font-size: 13px; }
#leadform .action-button {
width: 100px;
background: #27ae60;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px; }
#leadform .action-button:hover, #leadform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #27ae60; }
/*Hide all except first fieldset*/
/*inputs*/
/*buttons*/
/*headings*/
.fs-title {
font-size: 15px;
text-transform: uppercase;
color: #2c3e50;
margin-bottom: 10px; }
.fs-subtitle {
font-weight: normal;
font-size: 13px;
color: #666;
margin-bottom: 20px; }
/*progressbar*/
#progressbar {
margin-bottom: 30px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step; }
#progressbar li {
list-style-type: none;
color: white;
text-transform: uppercase;
font-size: 9px;
width: 33.33%;
float: left;
position: relative; }
#progressbar li:before {
content: counter(step);
counter-increment: step;
width: 20px;
line-height: 20px;
display: block;
font-size: 10px;
color: #333;
background: white;
border-radius: 3px;
margin: 0 auto 5px auto; }
#progressbar li:after {
content: "";
width: 100%;
height: 2px;
background: white;
position: absolute;
left: -50%;
top: 9px;
z-index: -1;
/*put it behind the numbers*/ }
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none; }
#progressbar li.active:before, #progressbar li.active:after {
background: #27ae60;
color: white; }
/*progressbar connectors*/
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.cta-2 {
background-image: linear-gradient(-150deg, #03314B, #ff7548);
color: #FFF;
text-align: center; }
.cta-2 h1 {
color: #FFF; }
/*# sourceMappingURL=style.css.map */