/*! load fonts */
@import url("https://fonts.googleapis.com/css?family=Dosis:600,700,400|Open+Sans)");
/*! END load fonts */
/*! component: .icon_text */
.icon_text {
  text-align: center;
}
.icon_text-item {
  margin: 20px 40px;
}
.icon_text-title {
  font-weight: bold;
  font-size: 18px;
  color: #2987B9;
}
.icon_text-icon {
  color: #2987B9;
  font-size: 32px;
}
.icon_text-text {
  color: #333333;
  font-size: 14px;
}

/*! END component: .icon_text */
/*! component: .list */
.list {
  text-align: center;
}
.list-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-item {
  /*border-bottom: 1px solid #ccc;*/
  color: #333333;
  font-size: 14px;
  margin: 0 20px;
  padding: 20px 0;
}
.list-item .fa {
  color: #2987B9;
}

/*! END component: .list */
/*! component: .btn-calltoaction */
.btn-calltoaction {
  background: #56C445;
  color: white;
  border: 1px solid #42a234;
  font-size: 24px;
  font-weight: normal;
  margin: 0 20px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.42);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.42);
  width: auto;
  padding: 3px 12px;
  text-shadow: none;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
  font-family: "Dosis", sans-serif;
}
.btn-calltoaction:hover, .btn-calltoaction:focus {
  background: #42a234;
  color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.btn-calltoaction.disabled, .btn-calltoaction[disabled] {
  background: grey !important;
  color: white !important;
  border-color: transparent !important;
}

/*! END component: .btn-calltoaction */
/*! Call to action lvl2 */
.lvl2.call {
  background: url(../img/calltoaction_bg4.png) no-repeat center #f1f1f1;
  text-align: center;
  padding-bottom: 40px;
}
.lvl2 .call-header {
  background: none;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
}
.lvl2 .call-header * {
  margin: 0;
  font-size: 18px;
}
.lvl2 .call-header img {
  height: 81px;
}
.lvl2 .call-claim {
  color: #fff;
  font-size: 36px;
  margin: 20px;
}
.lvl2 .call-items {
  margin: 20px 0;
}
.lvl2 .call-items:after {
  content: '';
  display: table;
  clear: both;
}
.lvl2 .call-item {
  float: left;
  width: 33.3333333333333333%;
}
.lvl2 .call-item .fa {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.lvl2 .call-form-title {
  color: #2987B9;
  font-size: 24px;
}
.lvl2.form {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: -40px 10px 20px;
  padding: 20px;
}
.lvl2.form .btn {
  margin-left: 0;
  margin-right: 0;
}
.lvl2.form button {
  width: 100%;
}
.lvl2.form label {
  font-weight: normal;
}
.lvl2.form label:not(.checkbox) {
  display: block;
  margin: 10px 0;
}
.lvl2.form label.checkbox {
  font-size: 12px;
}
.lvl2.form label.checkbox input {
  margin-top: 1px;
}
.lvl2.form .form-control {
  text-align: center;
  height: 40px;
}
.lvl2.footer {
  text-align: center;
  background: none;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 170px;
}
.lvl2.footer h1 {
  margin: 0;
  font-size: 18px;
}
.lvl2.footer img {
  height: 64px;
  margin: 0;
}
.lvl2.footer .btn-calltoaction {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: -100px;
  z-index: 100;
  margin: 0;
}
.lvl2.footer .btn-calltoaction.visible {
  bottom: 20px;
}
.lvl2 .footer-small {
  font-size: 13px;
  margin-top: 20px;
}
.lvl2 .footer-small a {
  color: #fff !important;
}

/*! END Call to action lvl2 */
/*! 
	customized generic elements
***************************************/
body {
  background: #2987B9;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Dosis", sans-serif;
}

#wrapper {
  background: #EEEEEE;
  margin: 0 auto;
  max-width: 768px;
}
#wrapper:after, #wrapper:before {
  content: '';
  clear: both;
  display: table;
}

main.call {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  background-size: cover !important;
}
main .call-header img {
  height: 67px !important;
  margin-top: 10px !important;
}
main .call-claim {
  font-weight: bold;
  text-shadow: 0 2px rgba(0, 0, 0, 0.4);
  margin: 20px 40px !important;
}
main .call-subtitle {
  font-size: 24px;
  color: white;
  text-shadow: 0 2px rgba(0, 0, 0, 0.4);
  font-weight: normal;
  margin: 20px 20px 40px;
}

.lvl2.form .form-control {
  background: #f1f1f1;
}
.lvl2.form label, .lvl2.form .call-form-title {
  font-family: "Dosis", sans-serif;
}

.lvl2.footer {
  background: #61BBEC;
}

.btn-calltoaction {
  position: relative;
  height: 45px;
  line-height: 36px;
  border-color: transparent !important;
  font-weight: 600;
}
.btn-calltoaction.visible {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
}
.btn-calltoaction i {
  margin-right: 7px;
  position: absolute;
  left: 30px;
  top: 12px;
}

/*! 
	customized components
***************************************/
.component {
  margin: 40px 0;
}
.component-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 40px 20px;
  color: #56c445;
}
.component .slider-list {
  margin: -20px;
}
.component .slider-list li .fa {
  font-size: 24px;
}
.component.text {
  background: #61BBEC;
  color: white;
  margin: 0;
  padding: 20px 20px;
  text-align: center;
}
.component.text .component-title {
  color: white;
}

/*# sourceMappingURL=style.css.map */
