@charset "UTF-8";
/*
    Theme Name: getLifeplans
    Theme URI:
    Author:
    Author URI:
    Description:
    Version: 1.0
    License:
    License URI:
    Tags:
    Text Domain:
*/
/* reboot */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic);
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input,
button,
textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  line-height: normal;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a > img {
  vertical-align: bottom;
}

strong,
.strong,
b {
  font-weight: bold;
}

em,
.italic,
i {
  font-style: italic;
}

del,
.del {
  text-decoration: line-through;
}

:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.map-canvas img {
  max-width: none;
}

.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix::after, .wysiwyg::after, .wrap::after {
  clear: both;
  content: "";
  display: table;
}

.align-left {
  float: left !important;
}

.align-right {
  float: right !important;
}

.overflow-hidden {
  overflow: hidden;
  display: block;
}

.nowrap {
  white-space: nowrap;
}

html {
  height: 100%;
  background: #ffffff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  line-height: 33px;
  height: 100%;
  color: #413e3f;
}

/* typography */
a {
  color: #26bec3;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

a:hover {
  color: #f64b49;
}

a.underline {
  text-decoration: underline;
}

.wysiwyg h1 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.wysiwyg h2 {
  padding-top: 8px;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 3px;
}

.wysiwyg h3 {
  margin-bottom: 33px;
}

.wysiwyg h4 {
  font-size: 22px;
  line-height: 33px;
}

.wysiwyg h5 {
  font-size: 22px;
  line-height: 33px;
}

.wysiwyg h6 {
  font-size: 22px;
  line-height: 33px;
}

.wysiwyg p {
  margin-bottom: 28px;
}

.wysiwyg p.intro {
  font-family: "Merriweather", serif;
  font-size: 22px;
  line-height: 1.5;
}

.wysiwyg a {
  text-decoration: underline;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.wysiwyg img {
  display: block;
  margin: 0 0 33px;
}

.wysiwyg img.align-left {
  margin: 0 33px 33px 0;
}

.wysiwyg img.align-right {
  margin: 0 0 33px 33px;
}

.wysiwyg img.align-center {
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg blockquote {
  padding: 66px 0 76px;
  position: relative;
  font-family: "Merriweather", serif;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
}

.wysiwyg blockquote.background-dark {
  color: #ffffff;
}

.wysiwyg blockquote.background-dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5000px;
  bottom: 0;
  right: -5000px;
  background: #83a4a6;
}

.wysiwyg blockquote p {
  position: relative;
  margin-bottom: 0;
}

.wysiwyg hr {
  clear: both;
  margin-bottom: 33px;
  border: 0;
  border-bottom: 1px solid #eeeeee;
}

.wysiwyg hr.transparent {
  border-bottom-color: transparent;
}

.wysiwyg ul {
  padding-left: 35px;
  overflow: hidden;
  padding-bottom: 13px;
}

.wysiwyg ul li {
  line-height: 1.36;
  padding-left: 25px;
  margin-bottom: 22px;
  position: relative;
}

.wysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #83a4a6;
}

.wysiwyg ol {
  padding-left: 35px;
  overflow: hidden;
  padding-bottom: 13px;
}

.wysiwyg ol li {
  line-height: 1.36;
  margin-bottom: 20px;
  padding-left: 32px;
  position: relative;
}

.wysiwyg .ol-list-style {
  font-size: 28px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.wysiwyg table {
  margin-bottom: 33px;
}

.wysiwyg table th {
  padding: 16.5px 33px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
}

.wysiwyg table td {
  padding: 16.5px 33px;
  border: 1px solid #eeeeee;
}

/* grid */
.main {
  min-height: 100%;
  overflow: hidden;
  padding-bottom: 175px;
}

.sprite, a.header-static-phone:before, .phone:before, .menu-toggle:after, .icon, .plan-content ul li:before {
  background: transparent url("images/sprite.png") 0 0 no-repeat;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 35px;
}

.push {
  max-width: 870px;
  margin: 0 auto;
}

/* forms */
.error {
  border-color: #f64b49 !important;
  background-color: #fff0f0 !important;
}

.success {
  color: #00cc33 !important;
  border-color: #00cc33 !important;
}

.disabled {
  color: #999999 !important;
  border-color: #999999 !important;
  cursor: default !important;
}

input.input-text {
  width: 100%;
  float: left;
  font-size: 20px;
  border: 1px solid #ffffff;
  height: 60px;
  padding: 10px;
  color: #413e3f;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  background: #ffffff;
  -webkit-transition: border-color 0.15s linear, background-color 0.15s linear, color 0.15s linear;
  -moz-transition: border-color 0.15s linear, background-color 0.15s linear, color 0.15s linear;
  transition: border-color 0.15s linear, background-color 0.15s linear, color 0.15s linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.input-text::-webkit-input-placeholder {
  color: #413e3f;
}

input.input-text::-moz-placeholder {
  color: #413e3f;
}

input.input-text:-moz-placeholder {
  color: #413e3f;
}

input.input-text:-ms-input-placeholder {
  color: #413e3f;
}

input.input-text:focus {
  border-color: #26bec3;
}

input.input-text:focus::-webkit-input-placeholder {
  color: #999;
}

input.input-text:focus::-moz-placeholder {
  color: #999;
}

input.input-text:focus:-moz-placeholder {
  color: #999;
}

input.input-text:focus:-ms-input-placeholder {
  color: #999;
}

textarea.textarea {
  font-family: "Poppins", sans-serif;
  overflow: auto;
  height: auto;
}

.button {
  -webkit-transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
  -moz-transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
}

input.button-get,
a.button-get {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #f64b49;
  font-size: 28px;
  padding: 3px 0 0 3px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px #a62826;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  border: 1px solid #f64b49;
  -moz-box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  -webkit-transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
  -moz-transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.button-get:hover,
a.button-get:hover {
  background-color: #f76361;
  border-color: #f76361;
}

a.button-get {
  line-height: 52px;
}

.button-next {
  clear: both;
  display: block;
  width: 100%;
  height: 56px;
  background-color: #26bec3;
  font-size: 20px;
  font-weight: 300;
  line-height: 54px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  border: 1px solid #26bec3;
  -webkit-transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
  -moz-transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
}

.button-next:hover {
  background-color: #f64b49;
  border-color: #f64b49;
  color: #ffffff;
}

.gender input {
  display: none;
}

.gender input:checked + label {
  cursor: default;
  color: #26bec3;
  background-color: #26bec3;
  position: relative;
  color: #ffffff;
  border-color: #26bec3;
}

.gender label {
  cursor: pointer;
  margin-right: -1px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  line-height: 58px;
  color: #413e3f;
  font-size: 20px;
  height: 60px;
  float: left;
  font-weight: 300;
  width: 50%;
  font-family: "Poppins", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
  -moz-transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
}

select.select {
  float: left;
  width: 100%;
  font-size: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  padding: 0 16px;
  font-weight: 300;
  color: #413e3f;
  height: 56px;
  background: #ffffff no-repeat url("images/select.png") 100% 50%;
  border: 1px solid #585958;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

select.select.select-mini {
  padding-left: 15px;
  padding-right: 5px;
  background-image: none !important;
}

select::-ms-expand {
  display: none;
}

/* modal */
.modal {
  display: none;
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: 9999;
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
  width: 668px;
  margin-left: -334px;
  -moz-box-shadow: 0 0 5px rgba(0, 1, 1, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(0, 1, 1, 0.75);
  box-shadow: 0 0 5px rgba(0, 1, 1, 0.75);
}

.modal-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #242426;
  display: none;
  z-index: 9998;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-backdrop.in {
  display: block;
}

.modal-title {
  font-size: 24px;
  line-height: 24px;
  color: #413e3f;
  margin-bottom: 28px;
  font-family: "Source Sans Pro", sans-serif;
}

.modal-close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 20px;
  line-height: 20px;
  color: #575757;
  text-decoration: none;
}

.modal-wrapper {
  padding: 34px 20px 10px;
  font-size: 18px;
  line-height: 22px;
}

.modal-wrapper ul {
  padding-top: 20px;
}

.modal-columns {
  margin: 0 -8px;
}

.modal-column {
  width: 33.33333%;
  float: left;
  padding: 0 8px;
}

.checkbox,
.radio {
  display: block;
  min-height: 38px;
}

.checkbox input,
.radio input {
  display: none;
}

.checkbox input:checked + label:before,
.radio input:checked + label:before {
  background-color: #83a4a6;
}

.checkbox label,
.radio label {
  padding-top: 4px;
  cursor: pointer;
  display: block;
  position: relative;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding-left: 30px;
  font-size: 17px;
  line-height: 17px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox label:before,
.radio label:before {
  content: "";
  text-align: center;
  line-height: 20px;
  padding-top: 4px;
  font-size: 24px;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #404241;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.radio input:checked + label:before {
  background-color: #83a4a6;
}

.radio label:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input.button,
button.button,
a.button {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  display: block;
  margin: 0 auto;
  vertical-align: top;
  letter-spacing: 1px;
  background: #413e3f;
  color: #ffffff;
  line-height: 60px;
  height: 62px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f64b49;
  -moz-box-shadow: 0 2px #cbcdd2;
  -webkit-box-shadow: 0 2px #cbcdd2;
  box-shadow: 0 2px #cbcdd2;
  border: 0;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
}

input.button:hover,
button.button:hover,
a.button:hover {
  color: #ffffff;
  background-color: #f76361;
}

input.button {
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* header */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5500;
  -webkit-transition: top 0.15s ease-in-out, background-color 0.15s linear, box-shadow 0.15s linear;
  -moz-transition: top 0.15s ease-in-out, background-color 0.15s linear, box-shadow 0.15s linear;
  transition: top 0.15s ease-in-out, background-color 0.15s linear, box-shadow 0.15s linear;
}

header.nav-up {
  top: -95px;
}

header.header-static {
  top: 0 !important;
  position: absolute !important;
  background: #413e3f !important;
}

a.header-static-phone {
  position: relative;
  margin-top: 17px;
  float: right;
  color: #ffffff;
  height: 44px;
  border: 1px solid transparent;
  font-size: 24px;
  line-height: 42px;
  text-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

a.header-static-phone:before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 12px;
  width: 24px;
  height: 24px;
  background-position: -300px 0;
}

.static-phone-mobile {
  display: none;
}

.static-phone-default {
  display: block;
}

.no-header-push {
  height: 86px;
}

.from-top {
  background-color: rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
}

.template-internal header {
  background-color: rgba(0, 0, 0, 0.5);
}

.template-internal .from-top {
  background-color: rgba(0, 0, 0, 0.75);
}

.logo {
  padding: 17px 0 21px 0;
  float: left;
  width: 228px;
}

.logo a {
  display: block;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.logo a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.logo img {
  display: block;
}

.header-content {
  float: right;
  position: relative;
  padding: 0 0 0 32px;
}

.phone {
  text-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  position: relative;
  z-index: 500;
  float: left;
  color: #ffffff;
  margin-top: 10px;
  padding-left: 64px;
}

.phone:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 0;
  width: 50px;
  height: 50px;
  background-position: -250px 0;
}

.phone:hover {
  color: #ffffff;
}

.phone-title {
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin-bottom: 1px;
}

.phone-mobile-title {
  display: none;
}

.phone-number {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  display: block;
  white-space: nowrap;
}

.menu-block {
  float: left;
  padding: 16px 8px 16px 50px;
}

.menu-toggle {
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 500;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px 28px 8px 15px;
  letter-spacing: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.menu-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin: -8px 0 0 0;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  -webkit-transition: right 0.15s linear;
  -moz-transition: right 0.15s linear;
  transition: right 0.15s linear;
}

.menu-toggle:hover {
  color: #ffffff;
}

.menu-dropdown {
  display: none;
  z-index: 450;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 90px 0 0;
  background-color: #ffffff;
  -moz-box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
}

.menu-dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 86px;
  border-bottom: 1px solid #b8b8b8;
  line-height: 0;
}

.menu-list {
  padding: 15px 15px 0;
  font-size: 24px;
  line-height: 33px;
}

.menu-list li {
  margin-bottom: 15px;
}

.menu-list a {
  display: block;
  padding: 7px 15px 7px;
}

.menu-list a:hover {
  color: #ffffff;
  background-color: #26bec3;
}

.menu-open .menu-toggle:after {
  right: 7px;
  background-position: -50px 0;
}

.menu-open .menu-dropdown {
  display: block;
}

.menu-open .phone {
  color: #413e3f;
  text-shadow: none;
}

.from-top .menu-open .menu-toggle {
  border-color: #ffffff;
  color: #ffffff;
}

.from-top .menu-open .menu-toggle:after {
  background-position: -50px 0;
}

.from-top .menu-open .phone {
  color: #ffffff;
}

.from-top .menu-dropdown:before {
  border-bottom-color: #26bec3;
  background-color: #26bec3;
}

.menu-phone {
  clear: both;
  position: relative;
  z-index: 999;
  display: none;
  background-color: #edf0eb;
  padding: 22px 25px 28px;
  text-align: center;
  color: #26bec3;
}

.menu-phone-title {
  display: block;
  font-size: 28px;
  line-height: 1;
  padding-bottom: 5px;
}

.menu-phone-number {
  display: block;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}

.header-social-wrapper {
  padding: 31px 15px 35px;
  border-top: 1px solid #edf0eb;
}

.header-social {
  display: table;
  width: 100%;
}

.header-social li {
  display: table-cell;
  text-align: center;
  padding: 0;
  line-height: 22px;
}

.header-social li a {
  height: 22px;
  vertical-align: bottom;
  display: inline-block;
}

.icon {
  display: block;
  margin: 0 auto;
  height: 22px;
  width: 22px;
}

.icon-facebook {
  background-position: 0 -150px;
}

.icon-twitter {
  background-position: -50px -150px;
}

.icon-instagram {
  background-position: -100px -150px;
}

.icon-pinterest {
  background-position: -150px -150px;
}

.icon-google {
  background-position: -300px -150px;
}

.icon-linkedin {
  background-position: -250px -150px;
}

.icon-youtube {
  background-position: -200px -150px;
}

/* footer */
footer {
  margin-top: -175px;
  height: 175px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
}

.footer-navigation {
  background: #413e3f;
  text-transform: uppercase;
}

.footer-navigation-list {
  display: inline-block;
  vertical-align: top;
}

.footer-navigation-list li {
  float: left;
  margin: 0 16px;
}

.footer-navigation-list a {
  padding: 19px 0;
  color: #ffffff;
  display: block;
}

.footer-navigation-list a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.copyright {
  padding: 31px 0 40px;
}

/* content */
.spanning {
  clear: both;
}

.content {
  padding-top: 84px;
}

.testimonial {
  padding: 92px 0 78px;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  background: #413e3f no-repeat 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.testimonial-content {
  max-width: 450px;
}

.testimonial-content blockquote {
  font-family: "Merriweather", serif;
  font-size: 32px;
  line-height: 1.375;
  font-weight: 300;
}

.testimonial-autor {
  margin-top: 34px;
  padding-left: 22px;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  position: relative;
}

.testimonial-autor:before {
  content: "–";
  position: absolute;
  top: 0;
  left: 0;
}

.info {
  text-align: center;
  padding: 90px 0 97px;
}

.info-title {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.2;
  font-family: "Merriweather", serif;
  font-weight: 300;
}

.info-note {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 35px;
}

.info-phone {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Merriweather", serif;
  font-weight: 300;
}

.lead {
  font-size: 24px;
  line-height: 1.54;
  text-align: center;
  font-family: "Merriweather", serif;
  color: #ffffff;
  background: #83a4a6;
  padding: 70px 0 79px;
}

.features {
  padding: 25px 0 80px;
  margin: 0 -10px;
}

.feature-column {
  float: left;
  padding: 0 10px 20px;
  width: 33.333333%;
}

.feature {
  -moz-box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  background: #ffffff;
}

.feature-icon {
  height: 155px;
  padding-top: 5px;
}

.feature-icon img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px !important;
}

.feature-text {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.feature-cell {
  padding: 0 25px;
  display: table-cell;
  text-align: center;
  background: #f1f1f1;
  height: 100px;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 20px;
}

.feature-cell p {
  margin: 0;
  padding: 0;
}

.simple {
  text-shadow: 0 0 3px rgba(89, 91, 91, 0.75);
  color: #ffffff;
  background: #413e3f -250px 80% no-repeat;
  -moz-box-shadow: 0 100px 30px -100px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 100px 30px -100px rgba(0, 0, 0, 0.5);
  box-shadow: 0 100px 30px -100px rgba(0, 0, 0, 0.5);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.simple-cover {
  background: transparent url("upload/background-cover.png") no-repeat 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.simple-content {
  float: right;
  width: 50%;
  font-size: 21px;
  line-height: 1.54;
  letter-spacing: 1px;
  padding: 88px 25px 97px 50px;
}

.simple-title {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Merriweather", serif;
  margin-bottom: 30px;
  letter-spacing: 0;
}

.faq {
  padding: 93px 0 55px;
}

.faq-title {
  font-size: 36px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 42px;
}

.faq-item.open .faq-toggle .faq-toggle-icon {
  background-color: #169fa3;
}

.faq-item.open .faq-toggle .faq-toggle-icon:before {
  border-top-color: #169fa3;
  bottom: -20px;
}

.faq-item.open .faq-toggle .faq-toggle-ico-plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-item.open .faq-content {
  display: block;
}

.faq-item-title {
  display: table;
  width: 100%;
}

.faq-item-cell {
  display: table-cell;
  height: 55px;
  vertical-align: middle;
}

.faq-toggle {
  display: block;
  position: relative;
  padding: 0 0 0 73px;
  font-size: 19px;
  line-height: 28px;
  color: #413e3f;
  margin: 0 0 39px;
  font-family: "Merriweather", serif;
}

.faq-toggle-icon {
  width: 51px;
  height: 51px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #26bec3;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}

.faq-toggle-icon:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: -1;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.faq-toggle-ico-plus {
  width: 14px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -7px;
}

.faq-toggle-ico-plus:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 5px;
  width: 4px;
  height: 14px;
  background-color: #ffffff;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.faq-content {
  font-size: 22px;
  line-height: 34px;
  display: none;
  padding-bottom: 32px;
  margin-top: -20px;
}

.why {
  padding: 112px 0 114px;
}

.why-title {
  font-size: 56px;
  line-height: 1;
  font-family: "Merriweather", serif;
  text-align: center;
  margin-bottom: 12px;
}

.why-note {
  font-size: 36px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 55px;
}

.why-columns {
  clear: both;
  padding-bottom: 47px;
}

.why-img {
  float: left;
  width: 50%;
  margin-top: -10px;
}

.why-img img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.why-content {
  padding-left: 40px;
  float: left;
  width: 50%;
}

.why-content ul {
  overflow: hidden;
}

.why-content ul li {
  line-height: 1.36;
  padding-left: 25px;
  margin-bottom: 22px;
  position: relative;
}

.why-content ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #83a4a6;
}

.why-nav {
  text-align: center;
}

a.why-button {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 63px;
  padding: 0 27px;
  height: 63px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff5957;
  -moz-box-shadow: 0 2px #cbcdd2;
  -webkit-box-shadow: 0 2px #cbcdd2;
  box-shadow: 0 2px #cbcdd2;
}

a.why-button:hover {
  color: #ffffff;
  background-color: #ff7271;
}

.thx-title {
  padding-top: 55px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 8px;
}

.thx-note {
  font-family: "Merriweather", serif;
  font-size: 22px;
  line-height: 1.36;
  text-align: center;
  margin-bottom: 46px;
}

.thx-information {
  background: #f1f1f1;
  font-size: 22px;
  padding: 10px 15px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.plan {
  border: 1px solid transparent;
  border-bottom-color: #e8e8e8;
  margin-bottom: 32px;
}

.plan-first {
  border-color: #26bec3;
  margin-bottom: 20px;
}

.plan-first .plan-global-title {
  background-color: #26bec3;
  color: #ffffff;
}

.plan-first .plan-content {
  padding-top: 12px;
}

.plan-first .plan-site {
  padding-bottom: 14px;
}

.plan-second {
  border-color: #e6e6e6;
  margin-bottom: 52px;
}

.plan-second .plan-content {
  padding-top: 12px;
}

.plan-second .plan-site {
  padding-bottom: 14px;
}

.plan-no-border-bottom {
  border-bottom: 0;
}

.plan-content {
  float: left;
  width: 64%;
  font-size: 18px;
  line-height: 23px;
  padding: 1px 0 0 22px;
}

.plan-content ul li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 3px;
}

.plan-content ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 11px;
  background-position: -200px 0;
}

.plan-global-title {
  font-size: 22px;
  line-height: 29px;
  background: #e6e6e6;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding: 8px 22px 7px;
}

.plan-title {
  margin-bottom: 10px;
}

.plan-num {
  float: left;
  width: 50px;
  height: 50px;
  background: #e6e6e6;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  margin-right: 7px;
  margin-left: -22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.plan-title-text {
  padding: 12px 0 0;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Merriweather", serif;
}

.plan-site {
  padding: 0 22px 34px;
  clear: both;
  padding-top: 12px;
  font-size: 15px;
  line-height: 19px;
}

.plan-site a {
  color: #169fa3;
  text-decoration: underline;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.plan-site a:hover {
  color: #f64b49;
}

.plan-sidebar {
  float: left;
  width: 36%;
  padding: 1px 20px 20px;
}

.plan-logo {
  padding: 20px 0 27px;
}

.plan-logo img {
  display: block;
  margin: 0 auto;
}

.plan-nav {
  text-align: center;
}

a.plan-button {
  height: 54px;
  display: inline-block;
  line-height: 54px;
  font-weight: 300;
  color: #ffffff;
  padding: 0 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f64b49;
  -moz-box-shadow: 0 3px #e6e6e6;
  -webkit-box-shadow: 0 3px #e6e6e6;
  box-shadow: 0 3px #e6e6e6;
}

a.plan-button:hover {
  background-color: #f76361;
}

/* sidebar */
/* home */
.hero {
  background: #413e3f no-repeat 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.hero-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.hero-cell {
  display: table-cell;
  vertical-align: middle;
  height: 672px;
  padding-top: 140px;
  padding-bottom: 30px;
}

.hero-thin .hero-cell {
  height: 485px;
}

.hero-stripe .hero-cell {
  height: 400px;
  padding-top: 30px;
}

.hero-text {
  margin-bottom: 30px;
}

.hero-title {
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  font-family: "Merriweather", serif;
  font-weight: 300;
  text-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
}

.hero-note {
  padding-top: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  text-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
}

.get-form {
  max-width: 674px;
  margin: 0 auto;
  padding: 16px 8px 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.get-form-row {
  float: left;
  width: 26%;
  padding: 0 8px 16px;
}

.get-form-row .input-text, .get-form-row textarea.textarea {
  text-align: center;
}

.get-form-row-x1 {
  width: 32.5%;
  padding-right: 7px;
}

.get-form-row-x4 {
  width: 15.5%;
}

.get-form-error {
  display: none;
  font-size: 18px;
  line-height: 24px;
  color: #ff0000;
  font-style: normal;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  padding: 0 8px 10px;
}

/* steps */
.hide {
  display: none;
}

.show {
  display: block !important;
}

.template-form .main {
  padding-top: 140px;
  padding-bottom: 20px;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  transition: background 0.3s linear;
  background: #ffffff 50% 50% no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.template-form .main.step0-active {
  background-color: #413e3f;
  background-image: url("../upload/background5.jpg");
}

.template-form .main.step0-active header {
  background: transparent !important;
}

.get-form-title {
  padding-top: 50px;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  color: #ffffff;
  font-family: "Merriweather", serif;
  text-align: center;
  text-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
  margin-bottom: 30px;
}

.step-caption {
  max-width: 500px;
  margin: 0 auto 39px;
  text-align: center;
}

.step-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.step-title-error {
  font-size: 18px;
  line-height: 24px;
  color: #ff0000;
  display: none;
}

.step-block {
  max-width: 500px;
  margin: 0 auto;
}

.step-block input.input-text {
  border-color: #585958;
  height: 56px;
}

.step-navigation {
  padding-top: 4px;
  clear: both;
  max-width: 500px;
  margin: 0 auto 50px;
  text-align: center;
}

.step-navigation .button {
  max-width: 276px;
}

.step-navigation-prev {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 24px;
  padding-top: 27px;
}

.step-navigation-prev a {
  color: #413e3f;
}

.step-navigation-prev a:hover {
  color: #f64b49;
}

.add-block-list li {
  float: left;
  width: 50%;
  min-height: 38px;
  padding: 0 3px;
}

.add-block-list li.no-one {
  clear: both;
  float: none;
  padding-top: 16px;
}

.add-block-list li.no-one .checkbox {
  position: relative;
}

.add-block-list li.no-one .checkbox:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: 5px;
  bottom: 7px;
  background: #edf0eb;
}

.radio-button {
  display: block;
  margin-bottom: 1px;
}

.radio-button input {
  display: none;
}

.radio-button input:checked + label {
  background-color: #83a4a6;
  border-color: #83a4a6;
  color: #ffffff;
}

.radio-button label {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  display: block;
  text-align: center;
  background: #e6e6e6;
  color: #413e3f;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 26px;
  padding: 15px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.step0-wrapper {
  margin: 0 -5px;
  padding: 25px 0 29px;
}

.step0-row {
  float: left;
  width: 33.333333%;
  padding: 0 5px 10px;
}

.step0-row .input-text, .step0-row textarea.textarea {
  font-size: 17px;
  text-align: center;
}

.step1-wrapper {
  padding: 15px 0 4px;
}

.step1-row {
  margin-bottom: 22px;
}

.step1-row .label {
  display: block;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 8px;
  position: relative;
}

.label-note-text {
  display: block;
  font-size: 18px;
  line-height: 24px;
}

.label.open .label-note {
  display: block;
}

.label-note {
  display: none;
  padding: 20px 28px 10px;
  border: 1px solid #343635;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.label-note:before {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #343635;
}

.label-note:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
}

.label-note-close {
  padding-top: 20px;
  display: block;
  text-align: right;
}

.label-note-button {
  color: #343635;
  border: 1px solid #84898b;
  background: #edf0eb;
  text-transform: uppercase;
  padding: 5px 12px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.step3-row {
  margin: 0 -3px 10px;
}

.step3-wrapper {
  padding: 0 0 5px;
}

.step3-cell {
  float: left;
  width: 50%;
  padding: 0 3px;
}

.step3-cell input.input-text {
  text-align: left;
}

.step3-cell .label {
  display: block;
  font-size: 17px;
  line-height: 21px;
  padding-bottom: 3px;
}

.step3-cell-min1 {
  width: 33%;
}

.step3-cell-min2 {
  width: 17%;
}

.step3-note {
  padding: 7px 0 34px;
  clear: both;
  font-size: 14px;
  line-height: 16px;
  color: #989898;
}

.step3-note a {
  color: #989898;
  text-decoration: underline;
}

.step3-note a:hover {
  color: #f64b49;
}

.add-block {
  display: none;
  clear: both;
  border: 1px solid #6d93a0;
  background: #ffffff;
  padding: 24px 15px 5px;
  margin: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.add-block hr {
  border: 0;
  font-size: 0;
  height: 12px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 18px;
}

.add-block-title {
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 24px;
}

.step2-row {
  margin: 0 -3px 26px;
}

.step2-row .label {
  display: block;
  font-size: 17px;
  line-height: 21px;
  padding-bottom: 3px;
}

.step2-cell {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 3px;
}

.step2-cell-x2 {
  width: 25%;
  padding-left: 0;
}

.step2-cell-x2 .input-text, .step2-cell-x2 textarea.textarea {
  border-left-width: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.step2-cell-x2-1 {
  padding-left: 3px;
  padding-right: 0;
}

.step2-cell-x2-1 .input-text, .step2-cell-x2-1 textarea.textarea {
  border-right: 0;
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.label-abs {
  position: absolute;
  right: 17px;
  bottom: 13px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  color: #413e3f;
  font-weight: 300;
}

.step2-wrapper {
  padding: 13px 0 6px;
}

input.mask-in,
input.mask-ft {
  text-align: right;
  padding-right: 40px;
}

input.mask-lbs {
  text-align: right;
  padding-right: 50px;
}

.modal-columns {
  margin: 0 -10px;
}

.modal-column {
  float: left;
  width: 33.33333%;
  padding: 0 10px;
}

.modal-column ul li {
  font-size: 16px;
  line-height: 24px;
}

/* responsive */
@media (max-width: 1023px) {
  .logo {
    width: 180px;
    padding-top: 20px;
  }
  .menu-block {
    padding-right: 0;
    padding-left: 22px;
  }
  .menu-dropdown {
    right: -8px;
  }
  .phone {
    margin-top: 17px;
  }
  .phone:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .static-phone-title {
    display: none;
  }
  .phone-title {
    font-size: 20px;
    line-height: 20px;
  }
  .phone-number {
    font-size: 24px;
    line-height: 26px;
  }
  a.header-static-phone {
    border-color: #ffffff;
    padding-left: 17px;
    padding-right: 17px;
  }
  .header-static-tablet {
    display: block;
  }
  .header-static-title {
    display: none;
  }
  .header-static-number {
    font-size: 22px;
    line-height: 24px;
  }
  .hero-title {
    font-size: 40px;
    line-height: 1.4;
  }
  .hero-note {
    display: none;
  }
  .hero-text {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-navigation {
    text-transform: none;
  }
  .info-phone {
    font-size: 36px;
    line-height: 1;
  }
  .info-phone a {
    padding: 18px 25px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
    box-shadow: 0 0 5px rgba(89, 91, 91, 0.75);
    border: solid 1px #26bec3;
  }
  .testimonial {
    background-position: 90% 50%;
  }
  .hero-index .hero-cell {
    height: 480px;
    padding-top: 80px;
  }
  .content {
    padding-top: 70px;
  }
  .features {
    padding-bottom: 50px;
  }
  .feature-cell {
    height: 120px;
  }
  .simple-cover {
    background: transparent;
  }
  .simple {
    background-position: 50% 50%;
  }
  .simple-content {
    background: #83a4a6;
    width: auto;
    float: none;
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 60px;
    padding-bottom: 0px;
    margin-bottom: 364px;
    position: relative;
  }
  .simple-content:before {
    content: "";
    position: absolute;
    bottom: -167px;
    left: 0;
    right: 0;
    height: 167px;
    background: transparent url("upload/background-cover-tablet.png") no-repeat 50% 100%;
    -moz-background-size: 100% 168px;
    -o-background-size: 100% 168px;
    -webkit-background-size: 100% 168px;
    background-size: 100% 168px;
  }
  .why {
    padding-top: 84px;
    padding-bottom: 76px;
  }
  .why-img {
    margin-top: 0;
    padding-top: 10px;
  }
  .faq {
    padding-top: 83px;
    padding-bottom: 20px;
  }
  .thx-title {
    padding-top: 34px;
  }
  .thx-note {
    margin-bottom: 41px;
  }
  .thx-information {
    font-size: 20px;
  }
  .step0-row {
    width: 100%;
  }
  .step0-row1 {
    width: 50%;
  }
  .add-block-list li {
    float: none;
    width: auto;
  }
  .modal-columns {
    margin-left: 0;
    margin-right: 0;
  }
  .modal-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    float: none;
  }
  .modal {
    position: fixed;
    width: auto;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    overflow: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
  .modal-open {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .template-form .main {
    padding-top: 100px;
  }
  .template-legal header {
    background-color: #26bec3 !important;
  }
  .template-legal .header-wrapper {
    border-bottom-color: transparent;
  }
  .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  .template-form .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .logo {
    padding-top: 11px;
    padding-bottom: 10px;
    float: none;
    width: 170px;
    margin: 0 auto;
  }
  .header-static .logo {
    float: left;
  }
  .header-wrapper {
    border-bottom: 0;
  }
  .header-content {
    float: none;
    padding: 0;
    margin-left: -25px;
    margin-right: -25px;
  }
  .phone {
    background-color: rgba(38, 190, 195, 0.51);
    float: right;
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #26bec3;
    border-top: 1px solid #26bec3;
    padding-left: 30px;
    color: #ffffff;
  }
  .phone:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: 50%;
    margin-left: -65px;
    width: 17px;
    height: 22px;
    background-position: -150px 0;
    margin-top: -11px;
  }
  .phone-title {
    display: none;
  }
  .phone-number {
    display: none;
  }
  a.header-static-phone {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    padding-left: 44px;
    margin-top: 7px;
    margin-bottom: 1px;
    text-transform: uppercase;
  }
  a.header-static-phone:before {
    display: block;
  }
  .static-phone-mobile {
    display: block;
  }
  .static-phone-default {
    display: none;
  }
  .menu-block {
    padding: 0;
    width: 50%;
  }
  .menu-toggle {
    border-color: #26bec3;
    border-left: 0;
    font-size: 18px;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    text-align: center;
    letter-spacing: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .menu-toggle:after {
    margin-top: -6px;
    right: auto;
    left: 50%;
    margin-left: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu-dropdown {
    top: 100%;
    padding-top: 0;
    right: 0;
  }
  .menu-dropdown:before {
    display: none;
  }
  .menu-open .menu-toggle {
    border-color: #ffffff;
    background-color: #26bec3;
    color: #ffffff !important;
  }
  .menu-open .menu-toggle:after {
    margin-top: -10px;
    background-position: -50px 0 !important;
  }
  .menu-open .phone {
    color: #ffffff;
  }
  .phone-mobile-title {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0px;
  }
  .get-form-title {
    font-size: 35px;
    padding-top: 0;
  }
  .get-form {
    max-width: 320px;
  }
  .get-form-row-x1,
  .get-form-row-x2,
  .get-form-row-x3,
  .get-form-row-x4 {
    width: 100%;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .modal {
    position: fixed;
    width: auto;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    overflow: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal-columns {
    margin-left: 0;
    margin-right: 0;
  }
  .modal-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    float: none;
  }
  .step2a-row-title {
    margin-bottom: 13px;
  }
  .step2a-wrapper {
    padding-bottom: 0;
  }
  .personal-detail-block {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .personal-detail-row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .personal-detail-cell {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .modal-column {
    width: 100%;
  }
  .step-cell {
    width: 100%;
  }
  .menu-phone {
    display: block;
  }
  .hero-title {
    font-size: 35px;
    line-height: 1.6;
  }
  .testimonial {
    padding-top: 72px;
    padding-bottom: 86px;
  }
  .testimonial-content blockquote {
    font-size: 28px;
    line-height: 1.35;
  }
  .testimonial-autor {
    margin-top: 18px;
  }
  .content {
    padding-top: 70px;
  }
  .wysiwyg ol,
  .wysiwyg ul {
    padding-left: 0;
  }
  .wysiwyg p.intro {
    font-weight: 300;
  }
  .wysiwyg blockquote {
    padding-top: 60px;
    padding-bottom: 57px;
    font-size: 24px;
    line-height: 1.375;
  }
  .info {
    padding-top: 62px;
    padding-bottom: 65px;
  }
  .info-title {
    line-height: 1.05;
  }
  .footer-navigation-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer-navigation-list li {
    margin: 0 8px;
  }
  .hero-index .hero-cell {
    padding-top: 160px;
  }
  .lead {
    font-weight: 300;
    padding-top: 55px;
  }
  .feature-column {
    width: 100%;
  }
  .feature-cell {
    height: 100px;
  }
  .simple-title {
    font-weight: 300;
  }
  .simple-content {
    padding-top: 50px;
  }
  .why {
    padding-bottom: 60px;
  }
  .why-img {
    float: none;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .why-content {
    float: none;
    width: auto;
    padding-top: 35px;
    padding-left: 22px;
  }
  .why-columns {
    padding-bottom: 37px;
  }
  .faq {
    padding-top: 68px;
  }
  .thx-title {
    padding-top: 4px;
  }
  .thx-note {
    margin-bottom: 16px;
  }
  .thx-information {
    font-size: 17px;
    line-height: 18px;
  }
  .plan-content {
    width: 100%;
  }
  .plan-sidebar {
    width: 100%;
    padding: 35px 5px 0px;
  }
  .plan-logo {
    padding: 0 5px;
    float: left;
    width: 30%;
  }
  .plan-logo img {
    max-height: 54px !important;
    width: auto !important;
    margin: 0;
  }
  .plan-nav {
    float: left;
    width: 70%;
    padding-left: 5px;
    padding-right: 5px;
  }
  a.plan-button {
    display: block;
  }
  .step3-row {
    margin-bottom: 0;
  }
  .step3-cell {
    width: 100%;
    margin-bottom: 10px;
  }
  .step3-cell-min1 {
    width: 75%;
  }
  .step3-cell-min2 {
    width: 25%;
  }
}

@media (max-width: 479px) {
  .info-phone {
    font-size: 28px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .header-static .logo {
    float: left;
    padding-top: 14px;
    padding-bottom: 12px;
    width: 110px;
  }
  a.header-static-phone {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 10px;
  }
  a.header-static-phone:before {
    left: 6px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  .small-hide {
    display: none;
  }
  .testimonial-content blockquote {
    font-size: 24px;
    line-height: 1.35;
  }
  a.why-button {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sprite, a.header-static-phone:before, .phone:before, .menu-toggle:after, .icon, .plan-content ul li:before {
    background-image: url("images/sprite@2x.png");
    -moz-background-size: 400px 400px;
    -o-background-size: 400px 400px;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px;
  }
}
