 /*
Theme Name: Boshanka Baseplate
Theme URI: http://www.boshanka.co.uk/
Author: Boshanka
Author URI: http://www.boshanka.co.uk
Description: Custom theme for Golden Leaves
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goldenleaves
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Era Of Data is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Footer
# Global
# Infinite scroll
# Media
	## Captions
	## Galleries
# GRID


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* TEST TEST */
@font-face {
  font-family: 'KapraNeue-SemiBold';
  src: url("css/fonts/kapra-neue-semibold.eot");
  src: url("css/fonts/kapra-neue-semibold.eot?#iefix") format("embedded-opentype"), url("css/fonts/kapra-neue-semibold.woff2") format("woff2"), url("css/fonts/kapra-neue-semibold.woff") format("woff"), url("css/fonts/kapra-neue-semibold.ttf") format("truetype"), url("css/fonts/kapra-neue-semibold.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Scss Document */
/* Browser Friendly Linnear Gradients */
/**
Shadow use example
 * .card {
 *     -webkit-transition: all 250ms;
 *     -moz-transition: all 250ms;
 *     transition: all 250ms;
 *     @include box_shadow(1);
 *     &:hover {
 *         @include box_shadow(3);
 *         -webkit-transform: translateY(-5px);
 *         -moz-transform: translateY(-5px);
 *         transform: translateY(-5px);
 *     }
 * }
 *
 */
/* Scss Document */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.heateor_sss_sharing_container::before  {content:"Share this";font-weight:bold;}

.menu-primary-container {padding-left:20%;}

#covid19 {max-width:1300px; text-align:center; margin:0 auto;background-color:#f89a51;border-radius:25px; padding-top:5px; padding-bottom:5px;margin-top:8px;margin-bottom:5px;color:#fff!important; font-size:18px;}
#covid19 a {text-align:center;  color:#fff; }
#covid19 a:hover {}
#covid19:hover {background-color:#98012e;}

.maturitybonus {width:100%; background-color: #ffffff;float:left; padding:10px;font-size:14px;text-align:center;margin-top:15px;margin-bottom:15px;}
.maturitybonus p {line-height:18px;}

.mobTemp {display:none;}
.tempDesktop {display:block;}

.page-template-tpl-become-a-funeraldirector .plan-col-2 h1 {
    font-size: 2.2em!important;
    margin-top: 0.4em;
    color: #98012e!important;
    font-weight: 600!important;
    margin-bottom: 0.5em!important;
}

.page-template-tpl-become-a-funeraldirector .plan-col-2 h2 {
    font-size: 1.3em;
    margin-top: 0.1em;
    color: #373737!important;
    font-weight: 400;
    margin-bottom: 1em;
}

.page-template-tpl-become-a-funeraldirector .plan-col-3 h4 {margin-top:0px!important;margin-bottom:10px!important;padding-top:0px!important; padding-bottom:0px!important;font-weight:bold!important;font-weight:500!important;font-size:1.2em!important;color:#373737!important;}


.page-template-tpl-become-a-funeraldirector .page-padding .plan-body h2 {
    font-size: 1.3em;
    font-weight: 400;
    color: #3c71b9;
}


.redsplitter {
display: block;
clear: none;
content: "";
position: relative;
height: 0px;
width: 100%;
border-bottom: 2px solid #98012e!important;
padding: 0px 0px;}

.page-template-tpl-become-a-funeraldirector .plan-col-2 h1::after {
    display: block;
    clear: none;
    content: "";
    position: relative;
    height: 0px;
    width: 100%;
    border-bottom: 2px solid #98012e!important;
    padding: 0px 0px;
    float: right;
    display:none!important;
}


.tieredrewardboxes {width:100%; height:auto; background-color: #ffffff;margin-bottom:5px;overflow:hidden; display:block;}
.twTitle {width:100%;padding:2%; color:#ffffff; clear:both;}
.twInfo {width:100%;padding:2%;padding-bottom:1%;font-size:14px; line-height:18px;background-color:#fff;}

.twInfo ul, ol {
    margin: 0 0 0em -20px;
    margin-bottom:20px;
    padding-top:0px;
}
.twInfo li {font-size:13px;}
/*.theme-greensolid {background-color:#787a65;}*/
.theme-greensolid h3 {background-color:#787a65;}

.page-template-tpl-become-a-funeraldirector .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 70%;
    float: right;
    margin-top: -40px;
}

.page-padding .plan-body ul li::before {display:none!important;}
.googledave {float:right;}

.page-template-tpl-become-a-funeraldirector .gform_wrapper form .gform_footer input.gform_button {
    line-height: 1.2em !important;
    padding: 0.2em 0.8em 0.4em;
    background: #98012e;
    margin: 0 auto;
    display: table;
    width: auto;
    float: right;
    margin-right: 3%;
}


.freedomPlogo {width:40%; height:auto;padding-top:20px; padding-bottom:20px;}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

mark {
  background: #ff0;
  color: #000000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

a, input, a img, a span, svg, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover, input:hover, a:hover img, a:hover span, svg:hover, .btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.tm0 {
  margin-top: 0px; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.txt-colour-1 {
  color: #4b4b4b; }

.txt-colour-2 {
  color: #e44700; }

.txt-colour-3 {
  color: #ffb400; }

.txt-colour-4 {
  color: #03374a; }

.bg-colour-1 {
  background: #4b4b4b; }

.bg-colour-2 {
  background: #e44700; }

.bg-colour-3 {
  background: #ffb400; }

.bg-colour-4 {
  background: #03374a; }

body,
body,
button,
input,
select,
textarea {
  color: #4b4b4b;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

.site-content {
  font-size: 1.125em;
  line-height: 1.6em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

h1, .h1
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  clear: both;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  line-height: 1em;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  color: #949494;
  letter-spacing: 0em; }

h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  line-height: 1.3em; }

h4.subtitle {
  margin-top: 0px; }

h1, .h1 {
  font-size: 3em; }

h2, .h2 {
  font-size: 2.2em; }

h3, .h3 {
  font-size: 1.6em; }

h4, .h4 {
  font-size: 1em; }

h5, .h5 {
  font-size: 0.7em; }

h6, .h6 {
  font-size: 0.6em; }

p {
  margin-bottom: 1.5em; }

p.call {
  text-align: center; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"], .btn {
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #949494;
  color: #ffffff;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1;
  padding: 0.4em 0.8em 0.6em;
  margin: 0.8em 0 0 0;
  display: block;
  text-align: center;
  width: auto; }

.btn-orange {
  background: #f89a51; }

.btn-white {
  background: #ffffff;
  color: #4b4b4b; }

.btn-stroke {
  background: #ffffff;
  color: #4b4b4b;
  border: 2px solid #4b4b4b; }

.theme-blue .btn-stroke {
  color: #024d8c;
  border: 2px solid #024d8c; }
  .theme-blue .btn-stroke:hover {
    background: #024d8c;
    color: #ffffff; }

.theme-red .btn-stroke {
  color: #d41132;
  border: 2px solid #d41132; }
  .theme-red .btn-stroke:hover {
    background: #d41132;
    color: #ffffff; }

.theme-green .btn-stroke {
  color: #0c7b31;
  border: 2px solid #0c7b31; }
  .theme-green .btn-stroke:hover {
    background: #0c7b31;
    color: #ffffff; }

.theme-orange .btn-stroke {
  color: #f89a51;
  border: 2px solid #f89a51; }
  .theme-orange .btn-stroke:hover {
    background: #f89a51;
    color: #ffffff; }

.theme-mustard .btn-stroke {
  color: #b2ae33;
  border: 2px solid #b2ae33; }
  .theme-mustard .btn-stroke:hover {
    background: #b2ae33;
    color: #ffffff; }

.theme-fifty-blue .btn-stroke {
  color: #3c71b9;
  border: 2px solid #3c71b9; }
  .theme-fifty-blue .btn-stroke:hover {
    background: #3c71b9;
    color: #ffffff; }

.theme-muted-orange .btn-stroke {
  color: #f7974f;
  border: 2px solid #f7974f; }
  .theme-muted-orange .btn-stroke:hover {
    background: #f7974f;
    color: #ffffff; }

.theme-pink .btn-stroke {
  color: #bf4580;
  border: 2px solid #bf4580; }
  .theme-pink .btn-stroke:hover {
    background: #bf4580;
    color: #ffffff; }

.theme-purple .btn-stroke {
  color: #383a77;
  border: 2px solid #383a77; }
  .theme-purple .btn-stroke:hover {
    background: #383a77;
    color: #ffffff; }

.theme-yellow .btn-stroke {
  color: #f09303;
  border: 2px solid #f09303; }
  .theme-yellow .btn-stroke:hover {
    background: #f09303;
    color: #ffffff; }

.small-block.plan-copper .btn-stroke {
  color: #c03402;
  border: 2px solid #c03402; }
  .small-block.plan-copper .btn-stroke:hover {
    background: #c03402;
    color: #ffffff; }

.small-block.plan-bronze .btn-stroke {
  color: #8c2c07;
  border: 2px solid #8c2c07; }
  .small-block.plan-bronze .btn-stroke:hover {
    background: #8c2c07;
    color: #ffffff; }

.small-block.plan-zinc .btn-stroke {
  color: #53514d;
  border: 2px solid #53514d; }
  .small-block.plan-zinc .btn-stroke:hover {
    background: #53514d;
    color: #ffffff; }

.small-block.plan-silver .btn-stroke {
  color: #787878;
  border: 2px solid #787878; }
  .small-block.plan-silver .btn-stroke:hover {
    background: #787878;
    color: #ffffff; }

.small-block.plan-gold .btn-stroke {
  color: #8e5b1f;
  border: 2px solid #8e5b1f; }
  .small-block.plan-gold .btn-stroke:hover {
    background: #8e5b1f;
    color: #ffffff; }

.small-block.plan-platinum .btn-stroke {
  color: #bbb5b7;
  border: 2px solid #bbb5b7; }
  .small-block.plan-platinum .btn-stroke:hover {
    background: #bbb5b7;
    color: #ffffff; }

.theme-blue > .btn-stroke {
  color: #024d8c;
  border: 2px solid #024d8c; }
  .theme-blue > .btn-stroke:hover {
    background: #024d8c;
    color: #ffffff; }

.theme-red > .btn-stroke {
  color: #d41132;
  border: 2px solid #d41132; }
  .theme-red > .btn-stroke:hover {
    background: #d41132;
    color: #ffffff; }

.theme-green > .btn-stroke {
  color: #0c7b31;
  border: 2px solid #0c7b31; }
  .theme-green > .btn-stroke:hover {
    background: #0c7b31;
    color: #ffffff; }

.theme-orange > .btn-stroke {
  color: #f89a51;
  border: 2px solid #f89a51; }
  .theme-orange > .btn-stroke:hover {
    background: #f89a51;
    color: #ffffff; }

.theme-mustard > .btn-stroke {
  color: #b2ae33;
  border: 2px solid #b2ae33; }
  .theme-mustard > .btn-stroke:hover {
    background: #b2ae33;
    color: #ffffff; }

.theme-fifty-blue > .btn-stroke {
  color: #3c71b9;
  border: 2px solid #3c71b9; }
  .theme-fifty-blue > .btn-stroke:hover {
    background: #3c71b9;
    color: #ffffff; }

.theme-muted-orange > .btn-stroke {
  color: #f7974f;
  border: 2px solid #f7974f; }
  .theme-muted-orange > .btn-stroke:hover {
    background: #f7974f;
    color: #ffffff; }

.theme-pink > .btn-stroke {
  color: #bf4580;
  border: 2px solid #bf4580; }
  .theme-pink > .btn-stroke:hover {
    background: #bf4580;
    color: #ffffff; }

.theme-purple > .btn-stroke {
  color: #383a77;
  border: 2px solid #383a77; }
  .theme-purple > .btn-stroke:hover {
    background: #383a77;
    color: #ffffff; }

.theme-yellow > .btn-stroke {
  color: #f09303;
  border: 2px solid #f09303; }
  .theme-yellow > .btn-stroke:hover {
    background: #f09303;
    color: #ffffff; }

.theme-blue .btn-white {
  color: #024d8c; }

.theme-red .btn-white {
  color: #d41132; }

.theme-green .btn-white {
  color: #0c7b31; }

.theme-orange .btn-white {
  color: #f89a51; }

.theme-mustard .btn-white {
  color: #b2ae33; }

.theme-fifty-blue .btn-white {
  color: #3c71b9; }

.theme-pink .btn-white {
  color: #bf4580; }

.theme-yellow .btn-white {
  color: #f09303; }

.theme-purple .btn-white {
  color: #383a77; }

.plan-blue .btn-white {
  color: #487abd; }

.plan-light-green .btn-white {
  color: #9cad58; }

.plan-dark-green .btn-white {
  color: #6f933d; }

.plan-yellow .btn-white {
  color: #c7a438; }

.plan-bronze .btn-white {
  color: #8c2c07; }

.plan-copper .btn-white {
  color: #c03402; }

.plan-zinc .btn-white {
  color: #53514d; }

.plan-silver .btn-white {
  color: #787878; }

.plan-gold .btn-white {
  color: #8e5b1f; }

.plan-platinum .btn-white {
  color: #bbb5b7; }

button:hover, .btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #98012e;
  color: #ffffff; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #ef9a21; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4b4b4b;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #323232; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #98012e;
  padding: 0.2em 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 43px;
  overflow: hidden; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    opacity: 0;
    list-style: none;
    margin: 0;
    padding: 0px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_parent > a, .main-navigation ul li.current_page_item > a {
      background: #f89a51;
      color: #ffffff !important; }
    .main-navigation ul li {
      position: relative; }
      .main-navigation ul li a {
        letter-spacing: 0.1em;
        font-family: myriad-pro, sans-serif;
        border-top: 2px solid #f89a51;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        display: block;
        padding: 0.5em 0;
        position: relative;
        text-decoration: none;
        color: #ffffff; }
        .main-navigation ul li a:hover {
          background: #ffffff;
          color: #98012e; }
      .main-navigation ul li .sub-menu {
        padding-bottom: 0.4em;
        background: #ffffff; }
        .main-navigation ul li .sub-menu li {
          background: #ffffff; }
          .main-navigation ul li .sub-menu li a {
            color: #98012e;
            text-transform: none;
            font-size: 0.9em;
            letter-spacing: 0; }
    .main-navigation ul ul {
      display: none; }
    .main-navigation ul .toggled-on {
      display: block; }
  .main-navigation ul > li > a {
    padding-left: 1em;
    padding-right: 1em; }
  .main-navigation .nav-menu > ul > li:first-child, .main-navigation .nav-menu > li:first-child {
    border-top: 0; }
  .main-navigation .-children > a {
    padding-right: 48px; }

.no-js .main-navigation ul ul {
  display: block; }

.dropdown-toggle {
  position: absolute;
  height: 27px;
  width: 27px;
  top: -4px;
  right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0px;
  font-family: 'FontAwesome';
  border: none;
  content: "";
  color: #ffffff;
  text-transform: lowercase;
  background: none !important; }

.dropdown-toggle:after {
  content: "\f0da";
  font-size: 14px;
  line-height: 27px;
  position: relative;
  top: 0;
  left: 1px;
  width: 27px; }

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #ffffff; }

.dropdown-toggle.toggle-on:after {
  content: "\f0d7"; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.menu-toggle {
  opacity: 1;
  margin: 0px;
  padding: 5px 0;
  margin-left: 1.6em;
  width: 40px;
  height: 36px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #98012e !important; }

.menu-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 39px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  left: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

/* Icon 3 */
.menu-toggle span:nth-child(1) {
  top: 6px; }

.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 16px; }

.menu-toggle span:nth-child(4) {
  top: 26px; }

.menu-toggle.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

.menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

.menu-toggle.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%; }

/* Hovering Menu */
.main-navigation.toggled {
  background: #98012e;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto; }

.main-navigation.toggled .menu-main-container {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative; }

.main-navigation.toggled ul {
  width: 100%;
  max-height: 80vh; }

.main-navigation.toggled ul li {
  width: 100%; }

.main-navigation.toggled ul {
  overflow-y: auto; }

.main-navigation.toggled ul ul {
  display: none; }

.main-navigation.toggled ul ul.toggled-on, .main-navigation.toggled ul ul.toggled-on > ul {
  display: block; }

@media screen and (min-width: 900px) {
  /*Position the menu in the header */
  .main-navigation, .main-navigation.toggled {
    position: relative;
    margin: 0 auto; }

  .main-navigation .menu-main-menu-container {
    display: block;
    margin: 0px;
    float: right; }

  .main-navigation {
    padding: 0px;
    opacity: 1;
    height: 33px; }
    .main-navigation #primary-menu {
      padding: 0 0.6em; }
    .main-navigation ul {
      max-height: none;
      padding-left: 0;
      text-align: center;
      width: auto;
      display: block;
      float: right;
      margin: 0px;
      opacity: 1; }
      .main-navigation ul li {
        display: inline-block;
        border: none; }
        .main-navigation ul li a {
          position: relative;
          padding: 0.4em 1em;
          border: none;
          font-size: 0.9em; }
    .main-navigation #primary-menu > li > a::after {
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      display: block;
      clear: none;
      content: "";
      position: relative;
      right: -1em;
      top: 5px;
      height: 15px;
      width: 0%;
      border-right: 1px solid #f89a51;
      padding: 4px 0px;
      float: right; }
    .main-navigation #primary-menu > li:hover a::after {
      visibility: hidden;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .main-navigation #primary-menu > li.current-menu-item a::after {
      visibility: hidden; }
    .main-navigation #primary-menu > li.current_page_parent-item a::after {
      visibility: hidden; }
    .main-navigation #primary-menu > li.current_page_item-menu-item a::after {
      visibility: hidden; }
    .main-navigation #primary-menu > li:last-child > a::after {
      display: none; }
    .main-navigation .nav-menu {
      background-color: transparent; }

  .main-navigation.toggled ul {
    max-height: none;
    padding-left: 0;
    text-align: center; }

  .main-navigation.toggled ul {
    overflow-y: visible; }

  /* add an outline to the dropdown menus */
  .main-navigation ul ul {
    outline: 1px solid #333; }

  /* left-align drop down menus */
  .main-navigation li li {
    display: block;
    text-align: left; }

  .main-navigation a,
  .main-navigation ul ul li:last-child a {
    border-bottom: none; }

  /* Position drop down menus absolutely */
  .main-navigation ul ul.toggled-on {
    position: absolute;
    width: 12em;
    display: block;
    z-index: 10;
    margin-left: 0;
    background: #000; }

  .main-navigation ul ul ul.toggled-on {
    position: relative; }

  /*indent 3rd level drop down menus */
  .main-navigation ul ul ul a {
    padding-left: 2em; }

  /* Simplify the dropdown toggle */
  .dropdown-toggle {
    top: 11px;
    right: 12px;
    border: none; }

  .dropdown-toggle::after {
    line-height: 27px;
    width: 27px; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

@media screen and (min-width: 1200px) {
  .main-navigation {
    padding: 0px;
    opacity: 1; }
    .main-navigation #primary-menu {
      padding: 0 1em;max-width: 1070px;
margin: 0 auto; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }
  .screen-reader-text:focus:hover {
    box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px); }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead .mobile-agent {
  float: left;
  width: 100%;
  padding: 0.4em 1.6em;
  background: #f0ede9; }
  #masthead .mobile-agent p {
    text-align: center;
    margin: 0px;
    font-size: 0.7em; }
#masthead .site-branding {
  float: left;
  width: 100%;
  padding: 0em 1.6em; }
  #masthead .site-branding .site-title {
    display: block;
    width: 61px;
    height: 70px;
    overflow: hidden;
    margin: 1em 0;
    float: left; }
  #masthead .site-branding .header-intro {
    width: calc(100% - 61px);
    padding: 0 10%;
    height: 70px;
    margin: 1em 0;
    float: left;
    display: table; }
    #masthead .site-branding .header-intro .intro-wrap {
      display: table-cell;
      height: auto;
      vertical-align: middle; }
      #masthead .site-branding .header-intro .intro-wrap .trustpilot-wrap {
        display: none; }
    #masthead .site-branding .header-intro p, #masthead .site-branding .header-intro h1 {
      color: #949494;
      text-align: center;
      font-family: "Open Sans", sans-serif; }
    #masthead .site-branding .header-intro h1 {
      font-weight: 300;
      font-size: 1.2em;
      margin: 0px;
      vertical-align: middle;
      display: table-cell; }
    #masthead .site-branding .header-intro p {
      display: none; }
  #masthead .site-branding .header-right {
    display: none;
    width: 100%;
    float: left; }
    #masthead .site-branding .header-right ul {
      padding: 1.6em 0 0 0;
      list-style: none;
      width: auto;
      display: table;
      margin: 0 auto; }
      #masthead .site-branding .header-right ul li {
        float: left;
        padding-left: 1px; }
        #masthead .site-branding .header-right ul li a {
          width: 26px;
          height: 26px;
          display: block; }

@media screen and (min-width: 768px) {
  #masthead .mobile-agent {
    display: none; }
  #masthead .site-branding .site-title {
    width: 80px;
    height: 92px; }
  #masthead .site-branding .header-intro {
    display: block;
    width: calc(100% - 280px);
    padding: 0 5%;
    height: 92px; }
    #masthead .site-branding .header-intro p {
      font-size: 0.8em;
      margin-top: 1em;
      margin-bottom: 0.4em;
      line-height: 1.3em;
      display: block; }
    #masthead .site-branding .header-intro h1 {
      font-size: 1.2em;
      line-height: 1.3em;
      padding: 0 5%; }
  #masthead .site-branding .header-right {
    width: 200px;
    float: right;
    display: block; }
    #masthead .site-branding .header-right ul {
      float: right;
      margin-top: 1em;
      padding: 0px; }
    #masthead .site-branding .header-right .btn {
      float: right;
      font-size: 0.7em;
      margin-top: 0px;
      margin-bottom: 0.8em !important; } }
@media screen and (min-width: 900px) {
  #masthead .site-branding {
    padding: 0em 1.6em; }
    #masthead .site-branding .site-title {
      width: 90px;
      height: 103px;
      float: left;
      margin: 1em 0; }
    #masthead .site-branding .header-intro {
      width: calc(100% - 360px);
      height: 100px;
      display: table; }
      #masthead .site-branding .header-intro p {
        font-size: 1em;
        margin: 0px; }
      #masthead .site-branding .header-intro h1 {
        font-size: 1.4em;
        padding: 0px;
        width: 100%;
        display: block; }
    #masthead .site-branding .header-right {
      width: 230px; }
      #masthead .site-branding .header-right .btn {
        float: right;
        font-size: 0.8em; }

  .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_parent a, .main-navigation ul li.current_page_item a {
    background: #ffffff;
    color: #98012e !important;
    font-weight: 600; } }
@media screen and (min-width: 1080px) {
  #masthead .site-branding .header-intro .intro-wrap {
    position: relative; }
  #masthead .site-branding .header-intro h1 {
    width: 80%;
    font-size: 1.2em;
    margin-top: 0.4em; }
  #masthead .site-branding .header-intro p {
    width: 80%; }
  #masthead .site-branding .header-intro .trustpilot-wrap {
    display: block !important;
    width: 100px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 0px; }
    #masthead .site-branding .header-intro .trustpilot-wrap .trustpilot-widget {
      width: 100px;
      height: 60px; }
      #masthead .site-branding .header-intro .trustpilot-wrap .trustpilot-widget iframe {
        width: 100px !important;
        height: 60px !important; } }
@media screen and (min-width: 1200px) {
  #masthead .site-branding .header-intro {
    width: calc(100% - 550px)!important; }
    #masthead .site-branding .header-intro p {
      margin-bottom: 1em; }
    #masthead .site-branding .header-intro h1 {
      font-size: 1.6em;
      margin-top: 0px; }
    #masthead .site-branding .header-intro .trustpilot-wrap {
      right: 20px; }
  #masthead .site-branding .header-right {
    width: 250px; }
    #masthead .site-branding .header-right .btn {
      font-size: 0.9em;
      font-weight: normal;
      margin-top: 0em;
      margin-bottom: 0.6em !important; }

  #primary {
    padding-top: 0.4em; } }
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
#primary {
  background: #f0ede9;
  float: left;
  width: 100%;
  padding-bottom: 0em;
  padding-bottom: 1.6em; }

#home-left {
  float: left;
  width: 100%;
  padding: 0 0.4em; }
  #home-left #slider .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); }
  #home-left #slider .slide {
    float: left;
    width: 100%;
    background-color: #98012e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#d41132), to(#98012e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #d41132, #98012e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #d41132, #98012e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #d41132, #98012e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #d41132, #98012e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #d41132, #98012e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d41132', EndColorStr='#98012e'); }
    #home-left #slider .slide .slide-image {
      background: #ffffff;
      float: left;
      width: 100%; }
      #home-left #slider .slide .slide-image img {
        width: 100%;
        float: left;
        display: block; }
    #home-left #slider .slide .slide-content {
      float: left;
      width: 100%;
      padding: 0 0.8em 1.6em 0.8em; }
      #home-left #slider .slide .slide-content h2 {
        color: #ffffff;
        margin-top: 0.8em;
        font-size: 1.2em;
        font-weight: 400; }
      #home-left #slider .slide .slide-content p {
        color: #ffffff;
        font-size: 0.7em;
        line-height: 1.5em; }
      #home-left #slider .slide .slide-content .btn {
        margin-top: 0px;
        float: left;
        width: auto; }
        #home-left #slider .slide .slide-content .btn:hover {
          background: #f89a51;
          color: #ffffff; }
  #home-left #slider .slide.theme-red {
    background-color: #98012e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#d41132), to(#98012e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #d41132, #98012e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #d41132, #98012e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #d41132, #98012e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #d41132, #98012e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #d41132, #98012e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d41132', EndColorStr='#98012e'); }
  #home-left #slider .slide.theme-orange {
    background-color: #da450a;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#f28530), to(#da450a));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #f28530, #da450a);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #f28530, #da450a);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #f28530, #da450a);
    /* IE10 */
    background-image: -o-linear-gradient(right, #f28530, #da450a);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #f28530, #da450a);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f28530', EndColorStr='#da450a'); }
    #home-left #slider .slide.theme-orange .slide-content .btn:hover {
      background: #98012e;
      color: #ffffff; }
  #home-left #slider .slide.theme-blue {
    background-color: #024d8c;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#2598ce), to(#024d8c));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #2598ce, #024d8c);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #2598ce, #024d8c);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #2598ce, #024d8c);
    /* IE10 */
    background-image: -o-linear-gradient(right, #2598ce, #024d8c);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #2598ce, #024d8c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2598ce', EndColorStr='#024d8c'); }
  #home-left #slider .slide.theme-green {
    background-color: #0c7b31;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#18ae49), to(#0c7b31));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #18ae49, #0c7b31);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #18ae49, #0c7b31);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #18ae49, #0c7b31);
    /* IE10 */
    background-image: -o-linear-gradient(right, #18ae49, #0c7b31);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #18ae49, #0c7b31);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#18ae49', EndColorStr='#0c7b31'); }
  #home-left #slider .slide.theme-red {
    background-color: #98012e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#d41132), to(#98012e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #d41132, #98012e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #d41132, #98012e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #d41132, #98012e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #d41132, #98012e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #d41132, #98012e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d41132', EndColorStr='#98012e'); }
  #home-left #slider .slide.theme-mustard {
    background-color: #b2ae33;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#b2ae33), to(#b2ae33));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #b2ae33, #b2ae33);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #b2ae33, #b2ae33);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #b2ae33, #b2ae33);
    /* IE10 */
    background-image: -o-linear-gradient(right, #b2ae33, #b2ae33);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #b2ae33, #b2ae33);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b2ae33', EndColorStr='#b2ae33'); }
  #home-left #slider .slide.theme-yellow {
    background-color: #f09303;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#f0b503), to(#f09303));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #f0b503, #f09303);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #f0b503, #f09303);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #f0b503, #f09303);
    /* IE10 */
    background-image: -o-linear-gradient(right, #f0b503, #f09303);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #f0b503, #f09303);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0b503', EndColorStr='#f09303'); }
    #home-left #slider .slide.theme-yellow .slide-content .btn:hover {
      background: #98012e;
      color: #ffffff; }
  #home-left #slider .slide.theme-purple {
    background-color: #383a77;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#4e50a0), to(#383a77));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #4e50a0, #383a77);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #4e50a0, #383a77);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #4e50a0, #383a77);
    /* IE10 */
    background-image: -o-linear-gradient(right, #4e50a0, #383a77);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #4e50a0, #383a77);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4e50a0', EndColorStr='#383a77'); }
  #home-left #slider .slide.theme-pink {
    background-color: #bf4580;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#bf4580), to(#bf4580));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #bf4580, #bf4580);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #bf4580, #bf4580);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #bf4580, #bf4580);
    /* IE10 */
    background-image: -o-linear-gradient(right, #bf4580, #bf4580);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #bf4580, #bf4580);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bf4580', EndColorStr='#bf4580'); }
  #home-left #slider .slide.theme-fifty-blue {
    background-color: #3c71b9;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#3c71b9), to(#3c71b9));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #3c71b9, #3c71b9);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #3c71b9, #3c71b9);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #3c71b9, #3c71b9);
    /* IE10 */
    background-image: -o-linear-gradient(right, #3c71b9, #3c71b9);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #3c71b9, #3c71b9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3c71b9', EndColorStr='#3c71b9'); }
  #home-left #slider .slide.theme-muted-orange {
    background-color: #f7974f;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#f7974f), to(#f7974f));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #f7974f, #f7974f);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #f7974f, #f7974f);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #f7974f, #f7974f);
    /* IE10 */
    background-image: -o-linear-gradient(right, #f7974f, #f7974f);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #f7974f, #f7974f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7974f', EndColorStr='#f7974f'); }
    #home-left #slider .slide.theme-muted-orange .slide-content .btn:hover {
      background: #98012e;
      color: #ffffff; }
  #home-left #slider .slide.plan-copper {
    background-color: #c03402;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#d4640d), to(#c03402));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #d4640d, #c03402);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #d4640d, #c03402);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #d4640d, #c03402);
    /* IE10 */
    background-image: -o-linear-gradient(right, #d4640d, #c03402);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #d4640d, #c03402);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d4640d', EndColorStr='#c03402'); }
  #home-left #slider .slide.plan-bronze {
    background-color: #8c2c07;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#9b5621), to(#8c2c07));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #9b5621, #8c2c07);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #9b5621, #8c2c07);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #9b5621, #8c2c07);
    /* IE10 */
    background-image: -o-linear-gradient(right, #9b5621, #8c2c07);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #9b5621, #8c2c07);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#9b5621', EndColorStr='#8c2c07'); }
  #home-left #slider .slide.plan-zinc {
    background-color: #53514d;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#626262), to(#53514d));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #626262, #53514d);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #626262, #53514d);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #626262, #53514d);
    /* IE10 */
    background-image: -o-linear-gradient(right, #626262, #53514d);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #626262, #53514d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#626262', EndColorStr='#53514d'); }
  #home-left #slider .slide.plan-silver {
    background-color: #787878;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#acacac), to(#787878));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #acacac, #787878);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #acacac, #787878);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #acacac, #787878);
    /* IE10 */
    background-image: -o-linear-gradient(right, #acacac, #787878);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #acacac, #787878);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#acacac', EndColorStr='#787878'); }
  #home-left #slider .slide.plan-gold {
    background-color: #8e5b1f;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#b08a49), to(#8e5b1f));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #b08a49, #8e5b1f);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #b08a49, #8e5b1f);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #b08a49, #8e5b1f);
    /* IE10 */
    background-image: -o-linear-gradient(right, #b08a49, #8e5b1f);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #b08a49, #8e5b1f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b08a49', EndColorStr='#8e5b1f'); }
  #home-left #slider .slide.plan-platinum {
    background-color: #bbb5b7;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#e0d5d5), to(#bbb5b7));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #e0d5d5, #bbb5b7);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #e0d5d5, #bbb5b7);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #e0d5d5, #bbb5b7);
    /* IE10 */
    background-image: -o-linear-gradient(right, #e0d5d5, #bbb5b7);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #e0d5d5, #bbb5b7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e0d5d5', EndColorStr='#bbb5b7'); }
  #home-left #slider .slide.plan-yellow {
    background: #c7a438; }
    #home-left #slider .slide.plan-yellow .slide-content .btn:hover {
      background: #98012e;
      color: #ffffff; }
  #home-left #slider .slide.plan-dark-green {
    background: #6f933d; }
  #home-left #slider .slide.plan-light-green {
    background: #9cad58; }
  #home-left #slider .slide.feature-box {
    background: #dc470d; }
    #home-left #slider .slide.feature-box .slide-image {
      background: none; }
      #home-left #slider .slide.feature-box .slide-image .slide-content {
        padding: 1em; }
        #home-left #slider .slide.feature-box .slide-image .slide-content h2 {
          font-weight: 900;
          font-size: 2em;
          text-transform: uppercase;
          margin-top: 0em;
          line-height: 0.8em; }
        #home-left #slider .slide.feature-box .slide-image .slide-content h3 {
          font-weight: 400;
          color: #ffffff;
          font-size: 1.4em;
          margin-top: 0px; }
          #home-left #slider .slide.feature-box .slide-image .slide-content h3 .asterix {
            font-size: 50%;
            vertical-align: super; }
        #home-left #slider .slide.feature-box .slide-image .slide-content p {
          font-size: 0.5em; }
        #home-left #slider .slide.feature-box .slide-image .slide-content a.btn {
          color: #dc470d; }
        #home-left #slider .slide.feature-box .slide-image .slide-content small {
          color: #ffffff;
          font-size: 0.5em;
          display: block;
          float: left;
          clear: both;
          margin-top: 0.8em; }
      #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 h2 {
        margin-bottom: 0.2em; }
      #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 h3 {
        margin-bottom: 0.4em; }
  #home-left #slider .slide.feature-box.fb-bright-red {
    background: #d41132; }
    #home-left #slider .slide.feature-box.fb-bright-red .slide-content a.btn {
      color: #d41132; }
  #home-left #slider .slide.feature-box.fb-dark-blue {
    background: #024d8c; }
    #home-left #slider .slide.feature-box.fb-dark-blue .slide-content a.btn {
      color: #024d8c; }
  #home-left #slider .slide.feature-box.fb-mid-blue {
    background: #2597ce; }
    #home-left #slider .slide.feature-box.fb-mid-blue .slide-content a.btn {
      color: #2597ce; }
  #home-left #slider .slide.feature-box.fb-dark-blue {
    background: #024d8c; }
    #home-left #slider .slide.feature-box.fb-dark-blue .slide-content a.btn {
      color: #024d8c; }
  #home-left #slider .slide.feature-box.fb-turquoise {
    background: #539a9f; }
    #home-left #slider .slide.feature-box.fb-turquoise .slide-content a.btn {
      color: #539a9f; }
  #home-left #slider .slide.feature-box.fb-mid-purple {
    background: #4b0049; }
    #home-left #slider .slide.feature-box.fb-mid-purple .slide-content a.btn {
      color: #4b0049; }
  #home-left #slider .slide.feature-box.fb-burgundy {
    background: #98012e; }
    #home-left #slider .slide.feature-box.fb-burgundy .slide-content a.btn {
      color: #98012e; }
  #home-left #slider .slide.feature-box.fb-lime-green {
    background: #a9a522; }
    #home-left #slider .slide.feature-box.fb-lime-green .slide-content a.btn {
      color: #a9a522; }
  #home-left #slider .slide.feature-box.fb-pink {
    background: #bf4580; }
    #home-left #slider .slide.feature-box.fb-pink .slide-content a.btn {
      color: #bf4580; }
  #home-left #slider .owl-controls {
    display: none; }
  #home-left .mini-blocks {
    display: none; }

#home-right {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0.4em; }
  #home-right .home-block {
    background: #ffffff;
    margin-top: 0.4em;
    float: left;
    width: 100%; }
    #home-right .home-block .image-wrap {
      width: 100%;
      float: left; }
      #home-right .home-block .image-wrap img {
        width: 100%;
        height: auto; }
    #home-right .home-block h3 {
      padding: 0.7em 0.6em 0.8em 0.6em;
      color: #ffffff;
      margin: 0px;
      font-size: 1em;
      font-weight: 400;
      display: block;
      width: 100%;
      background-color: #98012e;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, right, left, from(#d41132), to(#98012e));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(right, #d41132, #98012e);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(right, #d41132, #98012e);
      /* FF3.6 */
      background-image: -ms-linear-gradient(right, #d41132, #98012e);
      /* IE10 */
      background-image: -o-linear-gradient(right, #d41132, #98012e);
      /* Opera 11.10+ */
      background-image: linear-gradient(right, #d41132, #98012e);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d41132', EndColorStr='#98012e'); }
    #home-right .home-block .text-wrap {
      float: left;
      width: 100%;
      padding: 0 0.8em 0.8em 0.8em; }
      #home-right .home-block .text-wrap p {
        font-size: 0.7em;
        line-height: 1.5em; }
      #home-right .home-block .text-wrap .btn {
        font-size: 0.7em;
        font-weight: 400;
        margin-top: 0px;
        float: left;
        width: auto; }
      #home-right .home-block .text-wrap .plan-logo-wrap {
        float: right; }
  #home-right .home-block.theme-orange h3 {
    background-color: #da450a;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#f28530), to(#da450a));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #f28530, #da450a);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #f28530, #da450a);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #f28530, #da450a);
    /* IE10 */
    background-image: -o-linear-gradient(right, #f28530, #da450a);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #f28530, #da450a);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f28530', EndColorStr='#da450a'); }
  #home-right .home-block.theme-blue h3 {
    background-color: #024d8c;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#2598ce), to(#024d8c));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #2598ce, #024d8c);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #2598ce, #024d8c);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #2598ce, #024d8c);
    /* IE10 */
    background-image: -o-linear-gradient(right, #2598ce, #024d8c);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #2598ce, #024d8c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2598ce', EndColorStr='#024d8c'); }
  #home-right .home-block.theme-green h3 {
    background-color: #0c7b31;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#18ae49), to(#0c7b31));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #18ae49, #0c7b31);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #18ae49, #0c7b31);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #18ae49, #0c7b31);
    /* IE10 */
    background-image: -o-linear-gradient(right, #18ae49, #0c7b31);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #18ae49, #0c7b31);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#18ae49', EndColorStr='#0c7b31'); }
  #home-right .home-block.theme-red h3 {
    background-color: #98012e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#d41132), to(#98012e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #d41132, #98012e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #d41132, #98012e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #d41132, #98012e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #d41132, #98012e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #d41132, #98012e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d41132', EndColorStr='#98012e'); }
  #home-right .home-block.theme-mustard h3 {
    background-color: #b2ae33;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#b2ae33), to(#b2ae33));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #b2ae33, #b2ae33);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #b2ae33, #b2ae33);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #b2ae33, #b2ae33);
    /* IE10 */
    background-image: -o-linear-gradient(right, #b2ae33, #b2ae33);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #b2ae33, #b2ae33);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b2ae33', EndColorStr='#b2ae33'); }
  #home-right .home-block.theme-yellow h3 {
    background-color: #f09303;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#f0b503), to(#f09303));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #f0b503, #f09303);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #f0b503, #f09303);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #f0b503, #f09303);
    /* IE10 */
    background-image: -o-linear-gradient(right, #f0b503, #f09303);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #f0b503, #f09303);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0b503', EndColorStr='#f09303'); }
  #home-right .home-block.theme-purple h3 {
    background-color: #383a77;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#4e50a0), to(#383a77));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #4e50a0, #383a77);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #4e50a0, #383a77);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #4e50a0, #383a77);
    /* IE10 */
    background-image: -o-linear-gradient(right, #4e50a0, #383a77);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #4e50a0, #383a77);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4e50a0', EndColorStr='#383a77'); }
  #home-right .home-block.theme-pink h3 {
    background-color: #bf4580;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#bf4580), to(#bf4580));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #bf4580, #bf4580);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #bf4580, #bf4580);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #bf4580, #bf4580);
    /* IE10 */
    background-image: -o-linear-gradient(right, #bf4580, #bf4580);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #bf4580, #bf4580);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bf4580', EndColorStr='#bf4580'); }
  #home-right .home-block.theme-fifty-blue h3 {
    background-color: #3c71b9;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#3c71b9), to(#3c71b9));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #3c71b9, #3c71b9);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #3c71b9, #3c71b9);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #3c71b9, #3c71b9);
    /* IE10 */
    background-image: -o-linear-gradient(right, #3c71b9, #3c71b9);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #3c71b9, #3c71b9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3c71b9', EndColorStr='#3c71b9'); }
  #home-right .home-block.theme-muted-orange h3 {
    background-color: #f7974f;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#f7974f), to(#f7974f));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #f7974f, #f7974f);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #f7974f, #f7974f);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #f7974f, #f7974f);
    /* IE10 */
    background-image: -o-linear-gradient(right, #f7974f, #f7974f);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #f7974f, #f7974f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7974f', EndColorStr='#f7974f'); }
  #home-right .overlay-btn-wrapper #o-down {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
    width: 40px;
    height: 23px;
    background: #9a9a9a;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }
    #home-right .overlay-btn-wrapper #o-down i {
      color: #ffffff;
      float: left;
      display: block; }
  #home-right .overlay-wrapper {
    width: 100%;
    float: left; }
    #home-right .overlay-wrapper #overlay {
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: block;
      max-height: 0px;
      height: 0px;
      overflow: hidden;
      float: left;
      width: 100%;
      background: #9a9a9a;
      position: relative; }
      #home-right .overlay-wrapper #overlay #o-close {
        cursor: pointer;
        color: #ffffff;
        display: block;
        position: absolute;
        top: 0.6em;
        right: 0.8em;
        font-weight: 300;
        font-size: 0.6em; }
      #home-right .overlay-wrapper #overlay h2 {
        color: #98012e;
        text-align: center;
        font-weight: 400;
        margin-top: 0px; }
      #home-right .overlay-wrapper #overlay h3 {
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 0px; }
      #home-right .overlay-wrapper #overlay h4 {
        color: #ffffff;
        text-align: center;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 1em; }
      #home-right .overlay-wrapper #overlay h2.large {
        font-size: 1.8em; }
      #home-right .overlay-wrapper #overlay h2.small {
        font-size: 1.2em; }
      #home-right .overlay-wrapper #overlay h3.large {
        margin-top: 0.3em;
        font-size: 1em; }
      #home-right .overlay-wrapper #overlay h3.small {
        margin-top: 0.3em;
        font-size: 0.8em; }
      #home-right .overlay-wrapper #overlay h4.large {
        font-size: 2em;
        margin-top: 0em;
        line-height: 0.7em; }
        #home-right .overlay-wrapper #overlay h4.large .asterix {
          font-size: 40%;
          vertical-align: super; }
      #home-right .overlay-wrapper #overlay h4.small {
        font-size: 1.2em;
        margin-top: 0.3em; }
      #home-right .overlay-wrapper #overlay small {
        font-size: 0.5em;
        color: #ffffff;
        position: absolute;
        left: 1em;
        bottom: 1em;
        width: 100%;
        text-align: left;
        line-height: 0.8em; }
      #home-right .overlay-wrapper #overlay .btn {
        text-transform: uppercase;
        color: #ffffff;
        background: #d41132;
        font-weight: 600;
        font-size: 1em; }
    #home-right .overlay-wrapper #overlay.open {
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      height: auto;
      max-height: 600px;
      padding: 2em 1.6em 2.2em 1.6em; }
  #home-right .overlay-btn-wrapper.rb-white #o-down {
    background: #024d8c; }
  #home-right .overlay-wrapper.rb-white #overlay {
    background: #ffffff; }
    #home-right .overlay-wrapper.rb-white #overlay #o-close {
      color: #9a9a9a; }
    #home-right .overlay-wrapper.rb-white #overlay h2 {
      color: #024d8c; }
    #home-right .overlay-wrapper.rb-white #overlay h3 {
      color: #9a9a9a; }
    #home-right .overlay-wrapper.rb-white #overlay h4 {
      color: #9a9a9a; }
    #home-right .overlay-wrapper.rb-white #overlay .btn {
      background: #f89a51; }
  #home-right .overlay-btn-wrapper.rb-burnt-orange #o-down {
    background: #dc470d; }
  #home-right .overlay-wrapper.rb-burnt-orange #overlay {
    background: #dc470d; }
    #home-right .overlay-wrapper.rb-burnt-orange #overlay h2 {
      color: #ffffff; }
    #home-right .overlay-wrapper.rb-burnt-orange #overlay h3 {
      color: #98012e; }
    #home-right .overlay-wrapper.rb-burnt-orange #overlay h4 {
      color: #98012e; }
    #home-right .overlay-wrapper.rb-burnt-orange #overlay .btn {
      background: #f89a51;
      color: #ffffff; }
  #home-right .overlay-btn-wrapper.rb-bright-red #o-down {
    background: #d41132; }
  #home-right .overlay-wrapper.rb-bright-red #overlay {
    background: #d41132; }
    #home-right .overlay-wrapper.rb-bright-red #overlay h2 {
      color: #ffffff; }
    #home-right .overlay-wrapper.rb-bright-red #overlay h3 {
      color: #f89a51; }
    #home-right .overlay-wrapper.rb-bright-red #overlay h4 {
      color: #f89a51; }
    #home-right .overlay-wrapper.rb-bright-red #overlay .btn {
      background: #98012e;
      color: #ffffff; }
  #home-right .overlay-btn-wrapper.rb-mid-blue #o-down {
    background: #2597ce; }
  #home-right .overlay-wrapper.rb-mid-blue #overlay {
    background: #2597ce; }
    #home-right .overlay-wrapper.rb-mid-blue #overlay h2 {
      color: #ffffff; }
    #home-right .overlay-wrapper.rb-mid-blue #overlay h3 {
      color: #024d8c; }
    #home-right .overlay-wrapper.rb-mid-blue #overlay h4 {
      color: #024d8c; }
    #home-right .overlay-wrapper.rb-mid-blue #overlay .btn {
      background: #539a9f;
      color: #ffffff; }
  #home-right .overlay-btn-wrapper.rb-dark-blue #o-down {
    background: #024d8c; }
  #home-right .overlay-wrapper.rb-dark-blue #overlay {
    background: #024d8c; }
    #home-right .overlay-wrapper.rb-dark-blue #overlay h2 {
      color: #ffffff; }
    #home-right .overlay-wrapper.rb-dark-blue #overlay h3 {
      color: #282662; }
    #home-right .overlay-wrapper.rb-dark-blue #overlay h4 {
      color: #282662; }
    #home-right .overlay-wrapper.rb-dark-blue #overlay .btn {
      background: #539a9f;
      color: #ffffff; }
  #home-right .overlay-btn-wrapper.rb-turquoise #o-down {
    background: #539a9f; }
  #home-right .overlay-wrapper.rb-turquoise #overlay {
    background: #539a9f; }
    #home-right .overlay-wrapper.rb-turquoise #overlay h2 {
      color: #282662; }
    #home-right .overlay-wrapper.rb-turquoise #overlay h3 {
      color: #ffffff; }
    #home-right .overlay-wrapper.rb-turquoise #overlay h4 {
      color: #ffffff; }
    #home-right .overlay-wrapper.rb-turquoise #overlay .btn {
      background: #4b0049;
      color: #ffffff; }
  #home-right .overlay-btn-wrapper.rb-mid-purple #o-down {
    background: #4b0049; }
  #home-right .overlay-wrapper.rb-mid-purple #overlay {
    background: #4b0049; }
    #home-right .overlay-wrapper.rb-mid-purple #overlay h2 {
      color: #f6c7a2; }
    #home-right .overlay-wrapper.rb-mid-purple #overlay h3 {
      color: #ffffff; }
    #home-right .overlay-wrapper.rb-mid-purple #overlay h4 {
      color: #ffffff; }
    #home-right .overlay-wrapper.rb-mid-purple #overlay .btn {
      background: #f89a51;
      color: #ffffff; }
  #home-right .overlay-btn-wrapper.rb-lime-green #o-down {
    background: #a9a522; }
  #home-right .overlay-wrapper.rb-lime-green #overlay {
    background: #a9a522; }
    #home-right .overlay-wrapper.rb-lime-green #overlay h2 {
      color: #282662; }
    #home-right .overlay-wrapper.rb-lime-green #overlay h3 {
      color: #ffffff; }
    #home-right .overlay-wrapper.rb-lime-green #overlay h4 {
      color: #ffffff; }
    #home-right .overlay-wrapper.rb-lime-green #overlay .btn {
      background: #5a5b26;
      color: #ffffff; }

.mini-blocks {
  float: left;
  width: 100%; }
  .mini-blocks .mini-block {
    margin-top: 0.4em;
    float: left;
    width: 100%;
    background: #4b4b4b; }
    .mini-blocks .mini-block .image-wrap {
      float: left;
      width: 150px;
      height: auto; }
    .mini-blocks .mini-block .text-wrap {
      width: calc(100% - 150px);
      float: left;
      padding: 0 0.8em 0.8em 0.8em; }
      .mini-blocks .mini-block .text-wrap .btn {
        font-size: 0.7em;
        font-weight: 400;
        margin: 0px;
        float: left;
        width: auto; }
        .mini-blocks .mini-block .text-wrap .btn:hover {
          background: #f89a51; }
      .mini-blocks .mini-block .text-wrap p {
        color: #ffffff;
        font-size: 0.65em;
        line-height: 1.4em; }
  .mini-blocks .mini-block.theme-orange {
    background: #f89a51; }
    .mini-blocks .mini-block.theme-orange .btn:hover {
      background: #98012e; }

@media screen and (min-width: 480px) {
  #home-left #slider .slide.feature-box .slide-image .slide-content h2 {
    font-size: 2.8em; }
  #home-left #slider .slide.feature-box .slide-image .slide-content h3 {
    font-size: 1.8em; }
  #home-left #slider .slide.feature-box .slide-image .slide-content p {
    font-size: 0.7em; }

  #home-right .overlay-wrapper #overlay h2.large {
    font-size: 2em; }
  #home-right .overlay-wrapper #overlay h2.small {
    font-size: 1.4em; }
  #home-right .overlay-wrapper #overlay h3.large {
    font-size: 1.2em; }
  #home-right .overlay-wrapper #overlay h3.small {
    font-size: 1em;
    margin-top: 0.3em; }
  #home-right .overlay-wrapper #overlay h4.large {
    font-size: 2.2em; }
  #home-right .overlay-wrapper #overlay h4.small {
    font-size: 1.4em;
    margin-top: 0em; }
  #home-right .overlay-wrapper #overlay .btn {
    width: auto;
    display: table;
    margin: 1.2em auto 0 auto;
    padding: 0.4em 2.2em; } }
@media screen and (min-width: 600px) {
  #home-left #slider .slide.feature-box {
    overflow: hidden; }
    #home-left #slider .slide.feature-box .slide-image .slide-content {
      z-index: 2;
      position: absolute;
      left: 0.8em;
      bottom: 0.6em;
      height: auto !important; }
      #home-left #slider .slide.feature-box .slide-image .slide-content p {
        font-size: 0.8em; }
    #home-left #slider .slide.feature-box .slide-image .slide-content.layout-4 {
      width: auto;
      right: 2em;
      left: auto; }
    #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 {
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: rgba(220, 71, 13, 0.6); }
      #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 h2 {
        font-size: 2.6em; }
      #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 h3 {
        font-size: 1.6em; }
      #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 .btn {
        float: right;
        margin-bottom: 0em; }
      #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 small {
        position: absolute;
        left: 2em;
        bottom: 1.6em;
        margin: 0px 1.6em 0 0; }
    #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5.fb-bright-red {
      background: rgba(212, 17, 50, 0.6); }
    #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5.fb-dark-blue {
      background: rgba(3, 78, 147, 0.6); }
    #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5.fb-mid-blue {
      background: rgba(37, 151, 206, 0.6); }
    #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5.fb-turquoise {
      background: rgba(83, 154, 159, 0.6); }
    #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5.fb-mid-purple {
      background: rgba(75, 0, 73, 0.6); }
    #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5.fb-burgundy {
      background: rgba(152, 1, 46, 0.6); }
    #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5.fb-lime-green {
      background: rgba(169, 165, 34, 0.6); }
    #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5.fb-pink {
      background: rgba(191, 69, 128, 0.6); }

  #home-right .overlay-wrapper #overlay h2.large {
    font-size: 2.4em; }
  #home-right .overlay-wrapper #overlay h2.small {
    font-size: 1.8em; }
  #home-right .overlay-wrapper #overlay h3.large {
    font-size: 1.6em; }
  #home-right .overlay-wrapper #overlay h3.small {
    font-size: 1.4em; }
  #home-right .overlay-wrapper #overlay h4.large {
    font-size: 2.6em; }
  #home-right .overlay-wrapper #overlay h4.small {
    font-size: 1.8em; } }
@media screen and (min-width: 768px) {
  #home-left #slider {
    margin-top: 0.4em; }
    #home-left #slider .slide.feature-box .slide-image .slide-content h2 {
      font-size: 3.4em; }
    #home-left #slider .slide.feature-box .slide-image .slide-content h3 {
      font-size: 2.4em; }

  #home-right .home-block {
    position: relative;
    width: calc(50% - 0.2em);
    float: left;
    padding-bottom: 2.4em; }
    #home-right .home-block .text-wrap p {
      margin-bottom: 0px; }
    #home-right .home-block .text-wrap .button-logo-wrap {
      bottom: 1em;
      left: 1em;
      right: 1em;
      position: absolute; }
      #home-right .home-block .text-wrap .button-logo-wrap .btn {
        float: left;
        bottom: 0px; }
      #home-right .home-block .text-wrap .button-logo-wrap .plan-logo-wrap {
        float: left;
        bottom: -0.4em;
        position: absolute;
        right: 0px; }
  #home-right #home-block-1, #home-right #home-block-3 {
    margin-right: 0.2em; }
  #home-right #home-block-2, #home-right #home-block-4 {
    margin-left: 0.2em; }

  .mini-blocks .mini-block {
    width: calc(50% - 0.2em);
    float: left; }
    .mini-blocks .mini-block .image-wrap {
      width: 100px; }
    .mini-blocks .mini-block .text-wrap {
      width: calc(100% - 100px);
      height: 100%;
      position: relative;
      padding-bottom: 2.4em; }
      .mini-blocks .mini-block .text-wrap .btn {
        bottom: 1em;
        left: 1em;
        position: absolute; }
  .mini-blocks #mini-block-1 {
    margin-right: 0.2em; }
  .mini-blocks #mini-block-2 {
    margin-left: 0.2em; } }
@media screen and (min-width: 900px) {
  #home-right, #home-left {
    width: 50%;
    float: left; }

  #home-right {
    padding-left: 0.2em; }
    #home-right .home-block .text-wrap p {
      font-size: 0.65em; }
    #home-right .home-block .text-wrap .button-logo-wrap {
      bottom: 0.8em;
      left: 0.8em;
      right: 0.8em; }
      #home-right .home-block .text-wrap .button-logo-wrap .plan-logo-wrap {
        bottom: 0em; }
        #home-right .home-block .text-wrap .button-logo-wrap .plan-logo-wrap img {
          max-width: 50px;
          height: auto; }
    #home-right .overlay-btn-wrapper {
      position: absolute;
      right: 0.4em;
      top: 0px;
      z-index: 3; }
      #home-right .overlay-btn-wrapper #o-down {
        height: 0px;
        margin: 0;
        float: right;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #home-right .overlay-btn-wrapper #o-down.visible {
        height: 20px;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    #home-right .overlay-wrapper {
      width: auto;
      z-index: 2;
      position: absolute;
      right: 0.4em;
      top: 0px;
      left: 0.2em;
      visibility: hidden; }
      #home-right .overlay-wrapper #overlay {
        margin-top: 0.4em;
        background: rgba(154, 154, 154, 0.93); }
        #home-right .overlay-wrapper #overlay .o-content-wrap {
          display: table;
          height: 100%;
          width: 100%; }
          #home-right .overlay-wrapper #overlay .o-content-wrap .o-content {
            display: table-cell;
            height: auto;
            vertical-align: middle;
            width: 100%; }
        #home-right .overlay-wrapper #overlay h2.large {
          font-size: 2.6em; }
        #home-right .overlay-wrapper #overlay h2.small {
          font-size: 2em;
          margin-bottom: 0px; }
        #home-right .overlay-wrapper #overlay h3.large {
          font-size: 1.4em; }
        #home-right .overlay-wrapper #overlay h3.small {
          font-size: 1em;
          margin-top: 0.6em; }
        #home-right .overlay-wrapper #overlay h4.large {
          font-size: 2.6em; }
        #home-right .overlay-wrapper #overlay h4.small {
          font-size: 1.8em; }
      #home-right .overlay-wrapper #overlay.open {
        height: 100%; }
    #home-right .overlay-wrapper.rb-white #overlay {
      background: rgba(255, 255, 255, 0.93); }
    #home-right .overlay-wrapper.rb-lime-green #overlay {
      background: rgba(169, 165, 34, 0.93); }
    #home-right .overlay-wrapper.rb-mid-purple #overlay {
      background: rgba(75, 0, 73, 0.93); }
    #home-right .overlay-wrapper.rb-turquoise #overlay {
      background: rgba(83, 154, 159, 0.93); }
    #home-right .overlay-wrapper.rb-bright-red #overlay {
      background: rgba(212, 17, 50, 0.93); }
    #home-right .overlay-wrapper.rb-burnt-orange #overlay {
      background: rgba(220, 71, 13, 0.93); }
    #home-right .overlay-wrapper.rb-mid-blue #overlay {
      background: rgba(37, 151, 206, 0.93); }
    #home-right .overlay-wrapper.rb-dark-blue #overlay {
      background: rgba(3, 78, 147, 0.93); }
    #home-right .overlay-wrapper.visible {
      visibility: visible; }

  #home-left {
    padding-right: 0.2em; }
    #home-left #slider .slide.feature-box .slide-image .slide-content h2 {
      font-size: 2.2em; }
    #home-left #slider .slide.feature-box .slide-image .slide-content h3 {
      font-size: 1.4em; }
    #home-left #slider .slide.feature-box .slide-image .slide-content p {
      font-size: 0.7em; }
    #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 {
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: rgba(220, 71, 13, 0.6); }
      #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 h2 {
        font-size: 2.2em; }
      #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 h3 {
        font-size: 1.4em; }

  .mini-blocks {
    display: none; }

  #home-left .mini-blocks {
    display: block; }
    #home-left .mini-blocks .mini-block {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px; }
      #home-left .mini-blocks .mini-block .image-wrap {
        width: 90px; } }
@media screen and (min-width: 1080px) {
  #home-left #slider .slide .slide-content h2 {
    font-size: 1.6em; }
  #home-left #slider .slide.feature-box .slide-image .slide-content h2 {
    font-size: 2.8em; }
  #home-left #slider .slide.feature-box .slide-image .slide-content h3 {
    font-size: 1.8em; }
  #home-left #slider .slide.feature-box .slide-image .slide-content p {
    font-size: 0.8em; }
  #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 h2 {
    font-size: 2.2em; }
  #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 h3 {
    font-size: 1.4em; }

  #home-right .home-block h3 {
    font-size: 0.9em; }
  #home-right .home-block .text-wrap p {
    font-size: 0.65em; }
  #home-right .home-block .text-wrap .button-logo-wrap .plan-logo-wrap img {
    max-width: 80px;
    height: auto; }
  #home-right .overlay-wrapper #overlay {
    margin-top: 0.4em;
    background: rgba(154, 154, 154, 0.93); }
    #home-right .overlay-wrapper #overlay h2.large {
      font-size: 2.4em; }
    #home-right .overlay-wrapper #overlay h2.small {
      font-size: 1.8em; }
    #home-right .overlay-wrapper #overlay h3.large {
      font-size: 1.6em; }
    #home-right .overlay-wrapper #overlay h3.small {
      font-size: 1.4em; }
    #home-right .overlay-wrapper #overlay h4.large {
      font-size: 2.8em; }
    #home-right .overlay-wrapper #overlay h4.small {
      font-size: 1.8em; }

  #home-left .mini-blocks .mini-block {
    width: calc(50% - 0.2em);
    float: left; }
    #home-left .mini-blocks .mini-block .image-wrap {
      width: 100px; }
    #home-left .mini-blocks .mini-block .text-wrap {
      padding: 0 0.4em 0.4em 0.4em; }
      #home-left .mini-blocks .mini-block .text-wrap p {
        margin-top: 0.4em; }
  #home-left .mini-blocks #mini-block-1 {
    margin-right: 0.2em; }
  #home-left .mini-blocks #mini-block-2 {
    margin-left: 0.2em; } }
@media screen and (min-width: 1200px) {
  #home-left {
    padding-right: 0.4em;
    padding-left: 0.8em; }
    #home-left #slider {
      margin-top: 0.8em; }
      #home-left #slider .slide .slide-content {
        padding: 0 1.6em 1.6em 1.6em; }
        #home-left #slider .slide .slide-content p {
          font-size: 0.8em;
          line-height: 1.35em; }
        #home-left #slider .slide .slide-content h2 {
          font-size: 2em; }
      #home-left #slider .slide.feature-box .slide-image .slide-content h2 {
        font-size: 3.2em; }
      #home-left #slider .slide.feature-box .slide-image .slide-content h3 {
        font-size: 2em; }
      #home-left #slider .slide.feature-box .slide-image .slide-content p {
        font-size: 0.8em; }
      #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 h2 {
        font-size: 2.8em; }
      #home-left #slider .slide.feature-box .slide-image .slide-content.layout-5 h3 {
        font-size: 1.6em; }
    #home-left .mini-blocks .mini-block {
      width: calc(50% - 0.4em);
      float: left;
      margin-top: 0.8em; }
      #home-left .mini-blocks .mini-block .image-wrap {
        width: 100px; }
      #home-left .mini-blocks .mini-block .text-wrap {
        padding: 0.4em 0.8em 0.8em 0.8em; }
        #home-left .mini-blocks .mini-block .text-wrap p {
          margin-top: 0.4em;
          margin-bottom: 0.8em; }
    #home-left .mini-blocks #mini-block-1 {
      margin-right: 0.4em; }
    #home-left .mini-blocks #mini-block-2 {
      margin-left: 0.4em; }

  #home-right {
    padding-right: 0.8em;
    padding-left: 0.4em; }
    #home-right .home-block {
      width: calc(50% - 0.4em);
      margin-top: 0.8em; }
      #home-right .home-block h3 {
        font-size: 1em; }
      #home-right .home-block .text-wrap .button-logo-wrap .plan-logo-wrap {
        bottom: 0em; }
        #home-right .home-block .text-wrap .button-logo-wrap .plan-logo-wrap img {
          max-width: 100px;
          height: auto; }
      #home-right .home-block .text-wrap p {
        font-size: 0.65em; }
    #home-right #home-block-1, #home-right #home-block-3 {
      margin-right: 0.4em; }
    #home-right #home-block-2, #home-right #home-block-4 {
      margin-left: 0.4em; }
    #home-right .overlay-btn-wrapper #o-down {
      top: -0.4em;
      position: relative;
      height: 20px; }
    #home-right .overlay-wrapper {
      right: 0.8em;
      left: 0.4em; }
      #home-right .overlay-wrapper #overlay {
        top: -0.2em;
        margin-top: 1em; }
        #home-right .overlay-wrapper #overlay h2.large {
          font-size: 2.8em; }
        #home-right .overlay-wrapper #overlay h2.small {
          font-size: 2.4em; }
        #home-right .overlay-wrapper #overlay h3.large {
          font-size: 1.8em; }
        #home-right .overlay-wrapper #overlay h3.small {
          font-size: 1.4em; }
        #home-right .overlay-wrapper #overlay h4.large {
          font-size: 3em; }
        #home-right .overlay-wrapper #overlay h4.small {
          font-size: 2em; }
      #home-right .overlay-wrapper #overlay.open {
        height: 100%; } }
@media screen and (min-width: 1400px) {
  #home-left #slider .slide.feature-box {
    height: 616px; }
    #home-left #slider .slide.feature-box .slide-image .slide-content h2 {
      font-size: 3.6em; }
    #home-left #slider .slide.feature-box .slide-image .slide-content h3 {
      font-size: 2.6em; }
    #home-left #slider .slide.feature-box .slide-image .slide-content p {
      font-size: 0.9em; } }
/*--------------------------------------------------------------
# Default Pages
--------------------------------------------------------------*/
blockquote.page-head-quote {
  margin: 0px;
  color: #5b8ca7;
  text-align: center;
  float: left;
  padding: 1em;
  width: 100%;
  font-size: 1.1em; }
  blockquote.page-head-quote i {
    color: #f09303;
    font-size: 70%;
    top: -5px;
    position: relative; }

.page-template-tpl-green-funerals blockquote.page-head-quote {
  color: #6f933d; }

.page-padding {
  padding: 0 0.4em;
  width: 100%; }
  .page-padding .primary-page-area {
    float: left;
    background: #ffffff; }
    .page-padding .primary-page-area .featured-image {
      float: left; }
      .page-padding .primary-page-area .featured-image img {
        float: left;
        width: 100%; }
    .page-padding .primary-page-area .page-title {
      background-color: #98012e;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, right, left, from(#d41132), to(#98012e));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(right, #d41132, #98012e);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(right, #d41132, #98012e);
      /* FF3.6 */
      background-image: -ms-linear-gradient(right, #d41132, #98012e);
      /* IE10 */
      background-image: -o-linear-gradient(right, #d41132, #98012e);
      /* Opera 11.10+ */
      background-image: linear-gradient(right, #d41132, #98012e);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d41132', EndColorStr='#98012e');
      padding: 1.2em 0.8em;
      float: left;
      width: 100%; }
      .page-padding .primary-page-area .page-title h1 {
        margin: 0px;
        padding: 0px;
        color: #ffffff;
        font-size: 1.6em;
        display: block;
        float: left; }
    .page-padding .primary-page-area .page-content-areas {
      padding: 0.8em;
      float: left;
      width: 100%; }
      .page-padding .primary-page-area .page-content-areas h1, .page-padding .primary-page-area .page-content-areas h2, .page-padding .primary-page-area .page-content-areas h3, .page-padding .primary-page-area .page-content-areas h4, .page-padding .primary-page-area .page-content-areas h5, .page-padding .primary-page-area .page-content-areas h6 {
        font-weight: 400;
        margin-top: 0.8em;
        line-height: 1.4em; }
      .page-padding .primary-page-area .page-content-areas h2 {
        color: #282662;
        font-size: 1.4em;
        line-height: 1.4em; }
      .page-padding .primary-page-area .page-content-areas h3 {
        font-size: 1.1em; }
        .page-padding .primary-page-area .page-content-areas h3 a {
          color: #949494; }
      .page-padding .primary-page-area .page-content-areas h4 {
        font-size: 1em; }
      .page-padding .primary-page-area .page-content-areas h5 {
        font-size: 0.8em; }
      .page-padding .primary-page-area .page-content-areas h6 {
        font-size: 0.7em; }
      .page-padding .primary-page-area .page-content-areas p {
        font-size: 0.7em; }
      .page-padding .primary-page-area .page-content-areas ul li {
        font-size: 0.7em; }
        .page-padding .primary-page-area .page-content-areas ul li li {
          font-size: 1em; }
      .page-padding .primary-page-area .page-content-areas ol li {
        font-size: 0.7em; }
        .page-padding .primary-page-area .page-content-areas ol li li {
          font-size: 1em; }
      .page-padding .primary-page-area .page-content-areas a {
        color: #98012e; }
        .page-padding .primary-page-area .page-content-areas a:hover {
          text-decoration: underline; }
    .page-padding .primary-page-area .page-content-areas.coffin-group {
      border-top: 0.4em solid #f0ede9; }
      .page-padding .primary-page-area .page-content-areas.coffin-group .coffin .coffin-body a.btn {
        float: left;
        background: #c7bbac;
        margin-top: 0px;
        margin-bottom: 0.8em; }
    .page-padding .primary-page-area .lower-section .page-content-area p {
      text-align: justify; }
    .page-padding .primary-page-area .lower-section .page-content-area-3 p {
      font-size: 0.65em;
      line-height: 1.7em; }
  .page-padding aside {
    padding-top: 0.4em;
    float: left;
    width: 100%; }

.page-padding.ptheme-red .primary-page-area .page-title {
  background-color: #da450a;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#f28530), to(#da450a));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #f28530, #da450a);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #f28530, #da450a);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #f28530, #da450a);
  /* IE10 */
  background-image: -o-linear-gradient(right, #f28530, #da450a);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #f28530, #da450a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f28530', EndColorStr='#da450a'); }

.page-padding.ptheme-orange .primary-page-area .page-title {
  background-color: #da450a;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#f28530), to(#da450a));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #f28530, #da450a);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #f28530, #da450a);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #f28530, #da450a);
  /* IE10 */
  background-image: -o-linear-gradient(right, #f28530, #da450a);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #f28530, #da450a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f28530', EndColorStr='#da450a'); }

.page-padding.ptheme-blue .primary-page-area .page-title {
  background-color: #024d8c;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#2598ce), to(#024d8c));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #2598ce, #024d8c);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #2598ce, #024d8c);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #2598ce, #024d8c);
  /* IE10 */
  background-image: -o-linear-gradient(right, #2598ce, #024d8c);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #2598ce, #024d8c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2598ce', EndColorStr='#024d8c'); }

.page-padding.ptheme-green .primary-page-area .page-title {
  background-color: #0c7b31;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#18ae49), to(#0c7b31));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #18ae49, #0c7b31);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #18ae49, #0c7b31);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #18ae49, #0c7b31);
  /* IE10 */
  background-image: -o-linear-gradient(right, #18ae49, #0c7b31);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #18ae49, #0c7b31);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#18ae49', EndColorStr='#0c7b31'); }

.page-padding.ptheme-red .primary-page-area .page-title {
  background-color: #98012e;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#d41132), to(#98012e));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #d41132, #98012e);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #d41132, #98012e);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #d41132, #98012e);
  /* IE10 */
  background-image: -o-linear-gradient(right, #d41132, #98012e);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #d41132, #98012e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d41132', EndColorStr='#98012e'); }

.page-padding.ptheme-mustard .primary-page-area .page-title {
  background-color: #b2ae33;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#b2ae33), to(#b2ae33));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #b2ae33, #b2ae33);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #b2ae33, #b2ae33);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #b2ae33, #b2ae33);
  /* IE10 */
  background-image: -o-linear-gradient(right, #b2ae33, #b2ae33);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #b2ae33, #b2ae33);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b2ae33', EndColorStr='#b2ae33'); }

.page-padding.ptheme-yellow .primary-page-area .page-title {
  background-color: #f09303;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#f0b503), to(#f09303));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #f0b503, #f09303);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #f0b503, #f09303);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #f0b503, #f09303);
  /* IE10 */
  background-image: -o-linear-gradient(right, #f0b503, #f09303);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #f0b503, #f09303);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0b503', EndColorStr='#f09303'); }

.page-padding.ptheme-purple .primary-page-area .page-title {
  background-color: #383a77;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#4e50a0), to(#383a77));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #4e50a0, #383a77);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #4e50a0, #383a77);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #4e50a0, #383a77);
  /* IE10 */
  background-image: -o-linear-gradient(right, #4e50a0, #383a77);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #4e50a0, #383a77);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4e50a0', EndColorStr='#383a77'); }

.page-padding.ptheme-pink .primary-page-area .page-title {
  background-color: #bf4580;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#bf4580), to(#bf4580));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #bf4580, #bf4580);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #bf4580, #bf4580);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #bf4580, #bf4580);
  /* IE10 */
  background-image: -o-linear-gradient(right, #bf4580, #bf4580);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #bf4580, #bf4580);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bf4580', EndColorStr='#bf4580'); }

.page-padding.ptheme-fifty-blue .primary-page-area .page-title {
  background-color: #3c71b9;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#3c71b9), to(#3c71b9));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #3c71b9, #3c71b9);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #3c71b9, #3c71b9);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #3c71b9, #3c71b9);
  /* IE10 */
  background-image: -o-linear-gradient(right, #3c71b9, #3c71b9);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #3c71b9, #3c71b9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3c71b9', EndColorStr='#3c71b9'); }

.page-padding.ptheme-muted-orange .primary-page-area .page-title {
  background-color: #f7974f;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#f7974f), to(#f7974f));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #f7974f, #f7974f);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #f7974f, #f7974f);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #f7974f, #f7974f);
  /* IE10 */
  background-image: -o-linear-gradient(right, #f7974f, #f7974f);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #f7974f, #f7974f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7974f', EndColorStr='#f7974f'); }

#blog-post .page-padding .row .primary-page-area .bpr {
  width: 100%;
  float: left;
  padding: 0 1.6em; }
  #blog-post .page-padding .row .primary-page-area .bpr h1.post-title {
    margin: 0.8em 0;
    color: #4b4b4b;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.2em; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas p {
  font-size: 0.7em;
  line-height: 1.5em; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h1, #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h2, #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h3, #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h4, #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h5, #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h6 {
  color: #024d8c;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0px; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h1 {
  font-size: 1.4em; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h2 {
  font-size: 1.2em; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h3 {
  font-size: 1.1em; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h4 {
  font-size: 1em; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h5 {
  font-size: 0.8em; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h6 {
  font-size: 0.7em; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap blockquote {
  color: #024d8c;
  font-weight: 800;
  font-style: italic; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap blockquote p {
    margin-top: 0px; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap a {
  color: #98002e; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap.add-u-border {
  border-top: 3px dotted #b4b4b4;
  padding-top: 0.8em; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap.add-l-border {
  border-bottom: 3px dotted #b4b4b4; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap.bold-red-centered p[style="text-align: center;"] em strong {
  color: #98002e !important; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.lead-image {
  padding: 0px; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.lead-image .bpr-inner .image-and-caption {
    float: left;
    width: 100%; }
    #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.lead-image .bpr-inner .image-and-caption .lead-image-grid {
      display: grid;
      grid-gap: 0;
      grid-template-columns: minmax(1.6em, 1fr) fit-content(90%) minmax(1.6em, 1fr); }
    #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.lead-image .bpr-inner .image-and-caption .image img {
      width: auto;
      margin: 0 auto;
      display: table; }
    #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.lead-image .bpr-inner .image-and-caption .caption {
      font-size: 0.6em;
      line-height: 1.4em;
      padding: 0.8em 0;
      grid-template-columns: fit-content(100%) !important;
      display: grid; }
    #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.lead-image .bpr-inner .image-and-caption .grey {
      background: #d2d1d0; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.lead-image .borderadd {
    display: none; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.lead-image.add-l-border .borderadd {
  display: block;
  float: left;
  width: calc(100% - 3.2em);
  padding-bottom: 0.4em;
  border-bottom: 3px dotted #b4b4b4;
  margin: 0 1.6em; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.quote-block .bpr-inner {
  background: #d2d1d0;
  color: #ffffff;
  padding: 1.6em;
  float: left; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.quote-block .bpr-inner .image {
    width: 100%;
    max-width: 180px;
    margin: 0 auto; }
    #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.quote-block .bpr-inner .image img {
      width: 100%;
      float: left; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.quote-block .bpr-inner .text {
    font-weight: 600;
    font-size: 1em;
    float: left;
    font-size: 0.8em;
    width: 100%;
    padding: 1.6em 0 0 0;
    font-style: italic; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.table-block .bpr-inner .grid {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-gap: 0.2em;
  line-height: 1.2em;
  align-items: baseline; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.table-block .bpr-inner .grid .grid-item {
    font-size: 0.8em; }
    #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.table-block .bpr-inner .grid .grid-item .location {
      width: 100%;
      clear: both;
      display: block;
      font-style: italic;
      font-size: 0.9em; }
    #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.table-block .bpr-inner .grid .grid-item a {
      color: #98002e;
      font-weight: 600; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.table-block .bpr-inner .grid .name {
    padding: 0.6em 0 0 0; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.table-block .bpr-inner .grid .phone {
    font-weight: 600; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.table-block .bpr-inner .grid .email {
    padding: 0 0 0.8em  0;
    border-bottom: 2px dotted #d2d1d0; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.image-text-block .bpr-inner .image {
  width: 100%;
  float: left;
  padding: 0.8em 0 0 0; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.image-text-block .bpr-inner .text {
  margin: 0 auto;
  float: left;
  width: 100%; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.spacer-20px {
  float: left;
  width: 100%;
  height: 20px; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.spacer-40px {
  float: left;
  width: 100%;
  height: 40px; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.spacer-60px {
  float: left;
  width: 100%;
  height: 60px; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.spacer-80px {
  float: left;
  width: 100%;
  height: 80px; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.spacer-100px {
  float: left;
  width: 100%;
  height: 100px; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.spacer-20px {
  float: left;
  width: 100%;
  height: 20px; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.spacer-40px {
  float: left;
  width: 100%;
  height: 40px; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.spacer-60px {
  float: left;
  width: 100%;
  height: 60px; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.spacer-80px {
  float: left;
  width: 100%;
  height: 80px; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.spacer-100px {
  float: left;
  width: 100%;
  height: 100px; }
#blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.divider {
  width: 100%;
  float: left; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.divider .bpr-inner {
    width: 100%;
    float: left;
    margin: 1.6em 0 0 0;
    padding-bottom: 0 0 1.6em 0;
    border-bottom: 3px dotted #b4b4b4; }

@media screen and (max-width: 768px) {
.mobTemp {display:block;}
.tempDesktop {display:none;}
.page-template-tpl-become-a-funeraldirector .heateor_sss_sharing_container {display:none;}

div#gform_wrapper_6 {display:block!important;}

.freedomPlogo {width:50%; height:auto;padding-top:20px;padding-bottom:20px;}

}

@media screen and (max-width: 580px) {
.page-template-tpl-become-a-funeraldirector .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.freedomPlogo {width:80%; height:auto;padding-top:20px;padding-bottom:20px;}

.page-template-tpl-become-a-funeraldirector .page-padding .plan-body h2 {
    font-size: 1.1em;
    font-weight: 400;
    color: #3c71b9;
}

/*#field_7_13 .ginput_container {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;float:left;}
#field_7_13 .rc-anchor-container {float:right;}
.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 112px;
}


#input_7_13>div>div {width:308px!important;}

#input_7_13>div>div>iframe {
    padding-left:0px!important;
  }*/
}

@media screen and (max-width: 368px) {
/*#field_7_13 .ginput_container {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;float:left;}*/
#input_7_13>div>div>iframe {
    transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;float:right;margin-right:-30px;
  }

/*#input_7_13>div {margin-left:50px!important;}*/
div#rc-anchor-container {margin-left:50px!important;}
.googledave {margin-right:-42px!important;}

#masthead .site-branding .header-intro h1 {
    font-size: 0.8em!important;
    line-height: 1.2em!important;
    padding: 0 0%;
        padding-left: 0%;
    position: absolute;
    padding-left: 5%;
}

#masthead .site-branding .header-intro {
    width: calc(100% - 61px);
    padding: 0 10%;
    height: 70px;
    margin: 0em 0;
    float: left;
    display: table;
}

.freedomPlogo {width:90%; height:auto;padding-top:20px;padding-bottom:20px;}

}

@media screen and (min-width: 768px) {


  .page-padding aside .small-block {
    width: calc(33.333333% - 0.2em); }
    .page-padding aside .small-block .block-content p {
      min-height: auto;
      margin-bottom: 5em; }
    .page-padding aside .small-block .block-content .btn {
      max-width: 80%;
      text-align: left; }
  .page-padding aside .small-block:last-child {
    margin-left: 0.2em;
    margin-right: 0px; }
  .page-padding aside .small-block:nth-child(2) {
    margin-left: 0.1em;
    margin-right: 0.1em; }
  .page-padding .primary-page-area .page-content-areas.coffin-group .coffin {
    width: 100%;
    float: left; }
    .page-padding .primary-page-area .page-content-areas.coffin-group .coffin .coffin-body {
      width: 60%;
      float: left;
      padding: 0 1.6em 0 0; }
      .page-padding .primary-page-area .page-content-areas.coffin-group .coffin .coffin-body p {
        text-align: justify; }
    .page-padding .primary-page-area .page-content-areas.coffin-group .coffin .coffin-image {
      width: 40%;
      float: left; }
    .page-padding .primary-page-area .page-content-areas.coffin-group .coffin hr {
      width: 100%;
      float: left;
      clear: both; }
  .page-padding .primary-page-area .page-content-area-1 .content-left {
    width: 40%;
    float: left; }
  .page-padding .primary-page-area .page-content-area-1 .map {
    width: 60%;
    padding-left: 0.8em;
    height: 100%;
    height: 500px;
    float: left; }
    .page-padding .primary-page-area .page-content-area-1 .map .embed-container {
      height: 100%;
      width: 100%;
      clear: both; }
    .page-padding .primary-page-area .page-content-area-1 .map .btn {
      width: auto;
      min-width: 250px;
      float: left;
      clear: both;
      margin-bottom: 1.6em;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
      text-align: left;
      font-family: "Open Sans", sans-serif;
      padding: 0.6em 0.8em 0.8em;
      font-weight: 600;
      font-size: 1em;
      background-color: #da450a;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, right, left, from(#f28530), to(#da450a));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(right, #f28530, #da450a);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(right, #f28530, #da450a);
      /* FF3.6 */
      background-image: -ms-linear-gradient(right, #f28530, #da450a);
      /* IE10 */
      background-image: -o-linear-gradient(right, #f28530, #da450a);
      /* Opera 11.10+ */
      background-image: linear-gradient(right, #f28530, #da450a);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f28530', EndColorStr='#da450a');
      position: relative; }
      .page-padding .primary-page-area .page-content-area-1 .map .btn span {
        background: url(img/rightarrow.png) 0 0 no-repeat;
        background-size: 13px 24px;
        width: 13px;
        height: 24px;
        position: absolute;
        right: 0.6em;
        top: 0.65em; }
    .page-padding .primary-page-area .page-content-area-1 .map .btn.callback-btn {
      color: #ffffff;
      background-color: #024d8c;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, right, left, from(#2598ce), to(#024d8c));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(right, #2598ce, #024d8c);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(right, #2598ce, #024d8c);
      /* FF3.6 */
      background-image: -ms-linear-gradient(right, #2598ce, #024d8c);
      /* IE10 */
      background-image: -o-linear-gradient(right, #2598ce, #024d8c);
      /* Opera 11.10+ */
      background-image: linear-gradient(right, #2598ce, #024d8c);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2598ce', EndColorStr='#024d8c');
      position: relative;
      text-align: left; }
    .page-padding .primary-page-area .page-content-area-1 .map .btn.brochure-btn {
      color: #ffffff;
      background-color: #4b4b4b;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, right, left, from(#959391), to(#4b4b4b));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(right, #959391, #4b4b4b);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(right, #959391, #4b4b4b);
      /* FF3.6 */
      background-image: -ms-linear-gradient(right, #959391, #4b4b4b);
      /* IE10 */
      background-image: -o-linear-gradient(right, #959391, #4b4b4b);
      /* Opera 11.10+ */
      background-image: linear-gradient(right, #959391, #4b4b4b);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#959391', EndColorStr='#4b4b4b');
      position: relative;
      text-align: left; }

  #blog-post .page-padding .row .primary-page-area .bpr {
    padding: 0 3.2em; }
    #blog-post .page-padding .row .primary-page-area .bpr h1.post-title {
      font-size: 1.8em; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h1 {
    font-size: 1.6em; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h2 {
    font-size: 1.4em; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.gen-text .bpr-inner .text-wrap h3 {
    font-size: 1.2em; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.lead-image .bpr-inner .image-and-caption .lead-image-grid {
    grid-template-columns: minmax(3.2em, 1fr) fit-content(90%) minmax(3.2em, 1fr); }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.lead-image.add-l-border .borderadd {
    width: calc(100% - 6.4em);
    margin: 0 3.2em; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.quote-block {
    padding: 0.8em 3.2em; }
    #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.quote-block .bpr-inner .image {
      width: 30%;
      float: left; }
      #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.quote-block .bpr-inner .image img {
        margin: 0.4em 0 0 0;
        max-width: 100%; }
    #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.quote-block .bpr-inner .text {
      width: 70%;
      padding: 0 1.6em 0 1.6em;
      font-size: 0.8em;
      margin: 0px;
      line-height: 1.6em; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.table-block .bpr-inner .grid {
    grid-template-columns: repeat(3, auto); }
    #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.table-block .bpr-inner .grid .grid-item {
      padding-bottom: 0.8em !important; }
    #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.table-block .bpr-inner .grid .email {
      border-bottom: 0px; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.image-text-block .bpr-inner .image {
    width: 20%; }
    #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.image-text-block .bpr-inner .image img {
      display: table;
      margin: 0 auto; }
  #blog-post .page-padding .row .primary-page-area .blog-content-areas .bpr.image-text-block .bpr-inner .text {
    width: 80%;
    padding: 0.2em 0; } }
@media screen and (min-width: 900px) {
  .page-padding .primary-page-area hr {
    float: left;
    width: 100%; }
  .page-padding .primary-page-area .page-title {
    padding: 0.8em 1.6em; }
  .page-padding .primary-page-area .page-content-areas {
    padding: 0.8em 1.6em; }
    .page-padding .primary-page-area .page-content-areas .lower-section .page-content-area-2 {
      float: left;
      width: 60%;
      padding: 0 0.8em 0 0; }
    .page-padding .primary-page-area .page-content-areas .lower-section .page-content-area-3 {
      float: left;
      width: 40%;
      padding: 0 0 0 0.8em; } }
@media screen and (min-width: 1080px) {
  .page-padding .primary-page-area {
    width: 70%; }
  .page-padding aside {
    width: 30%;
    padding: 0px 0 0 0.4em; }
    .page-padding aside .small-block {
      width: 100%;
      margin: 0px 0 0.4em 0 !important; }
    .page-padding aside .small-block:last-child {
      margin-bottom: 0px !important; } }
@media screen and (min-width: 1200px) {
  .page-padding {
    padding: 0 0.8em; }
    .page-padding aside {
      padding: 0px 0 0 0.8em; }
      .page-padding aside .small-block {
        margin: 0px 0 0.8em 0 !important; }
    .page-padding .primary-page-area .page-content-areas.coffin-group {
      border-top: 0.8em solid #f0ede9; } }
/*--------------------------------------------------------------
# Single Plans
--------------------------------------------------------------*/
.page-padding .plan-col {
  width: 100%;
  float: left; }
.page-padding .plan-col.span-2 {
  padding: 0px;
  background: none; }
  .page-padding .plan-col.span-2 h1.plan-title {
    background-color: #024d8c;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#2598ce), to(#024d8c));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #2598ce, #024d8c);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #2598ce, #024d8c);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #2598ce, #024d8c);
    /* IE10 */
    background-image: -o-linear-gradient(right, #2598ce, #024d8c);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #2598ce, #024d8c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2598ce', EndColorStr='#024d8c');
    color: #ffffff;
    display: block;
    float: left;
    width: 100%;
    margin: 1.2em 0 0 0;
    font-size: 1em;
    padding: 0.8em; }
  .page-padding .plan-col.span-2 h1.plan-title::after {
    display: none; }
  .page-padding .plan-col.span-2 .plan-body {
    width: 100%;
    float: left; }
  .page-padding .plan-col.span-2 ul.table {
    overflow: hidden;
    width: 100%;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .page-padding .plan-col.span-2 ul.table li.table-row {
      width: 100%;
      padding: 0px;
      margin: 0px;
      display: table-row; }
      .page-padding .plan-col.span-2 ul.table li.table-row .table-cell {
        text-align: center;
        font-size: 0.65em;
        line-height: 1.2em;
        width: 10%;
        padding: 0.4em;
        display: table-cell;
        height: 100%;
        vertical-align: middle; }
        .page-padding .plan-col.span-2 ul.table li.table-row .table-cell .check {
          margin: 0 auto;
          height: 15px;
          width: 15px;
          background: url(img/blue-tick.png) 0 0 no-repeat;
          background-size: 15px 15px; }
      .page-padding .plan-col.span-2 ul.table li.table-row .table-cell.features {
        width: 25%;
        text-align: left; }
      .page-padding .plan-col.span-2 ul.table li.table-row .blue-col {
        background: #d3ddee; }
      .page-padding .plan-col.span-2 ul.table li.table-row .grey-col {
        background: #f0ede9; }
    .page-padding .plan-col.span-2 ul.table li::before {
      display: none; }
    .page-padding .plan-col.span-2 ul.table li:nth-child(odd) {
      background: #ffffff; }
    .page-padding .plan-col.span-2 ul.table li:nth-child(even) {
      background: #edf1f6; }
      .page-padding .plan-col.span-2 ul.table li:nth-child(even) .blue-col {
        background: #c5d2e7; }
      .page-padding .plan-col.span-2 ul.table li:nth-child(even) .grey-col {
        background: #dedfe3; }
    .page-padding .plan-col.span-2 ul.table li.table-row.buttons {
      background: none; }
      .page-padding .plan-col.span-2 ul.table li.table-row.buttons .table-cell.buttons-cell {
        padding: 0px; }
        .page-padding .plan-col.span-2 ul.table li.table-row.buttons .table-cell.buttons-cell a {
          width: 100%;
          display: table;
          vertical-align: middle;
          padding: 0.4em;
          min-height: 50px;
          background-color: #da450a;
          /* Fallback Color */
          background-image: -webkit-gradient(linear, right, left, from(#f28530), to(#da450a));
          /* Saf4+, Chrome */
          background-image: -webkit-linear-gradient(right, #f28530, #da450a);
          /* Chrome 10+, Saf5.1+, iOS 5+ */
          background-image: -moz-linear-gradient(right, #f28530, #da450a);
          /* FF3.6 */
          background-image: -ms-linear-gradient(right, #f28530, #da450a);
          /* IE10 */
          background-image: -o-linear-gradient(right, #f28530, #da450a);
          /* Opera 11.10+ */
          background-image: linear-gradient(right, #f28530, #da450a);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f28530', EndColorStr='#da450a');
          color: #ffffff;
          -webkit-border-radius: 0 0 0 10px;
          -moz-border-radius: 0 0 0 10px;
          -ms-border-radius: 0 0 0 10px;
          -o-border-radius: 0 0 0 10px;
          border-radius: 0 0 0 10px; }
          .page-padding .plan-col.span-2 ul.table li.table-row.buttons .table-cell.buttons-cell a span {
            vertical-align: middle;
            display: table-cell; }
.page-padding .plan-col-1 .plan-image {
  float: left;
  width: 100%; }
  .page-padding .plan-col-1 .plan-image img {
    width: 100%;
    height: auto; }
.page-padding .plan-col-1 .plan-logo img {
  max-width: 300px;
  margin: 0 auto;
  display: table;
  float: none; }
.page-padding .plan-col-1 .plan-image.margin-12 {
  margin-top: 1.2em; }
.page-padding .plan-col-1 blockquote {
  padding: 1.6em 1.6em 0.8em 1.6em;
  margin: 0px;
  width: 100%;
  float: left;
  text-align: center; }
  .page-padding .plan-col-1 blockquote i {
    color: #f09303;
    font-size: 100%;
    position: relative;
    top: -5px; }
  .page-padding .plan-col-1 blockquote p {
    margin: 0px;
    color: #3c71b9; }
.page-padding .plan-col-1 .plan-guarantee {
  width: 100%;
  float: left;
  padding: 0.8em 1.6em 1.6em 1.6em; }
  .page-padding .plan-col-1 .plan-guarantee a {
    margin: 0 auto;
    display: table;
    width: auto; }
    .page-padding .plan-col-1 .plan-guarantee a img {
      width: 100%;
      max-width: 200px;
      height: auto; }
.page-padding .plan-col-1 .plan-dispursments {
  padding: 0.8em; }
  .page-padding .plan-col-1 .plan-dispursments h3 {
    color: #487abd;
    font-size: 1.2em; }
  .page-padding .plan-col-1 .plan-dispursments p {
    font-size: 0.65em;
    line-height: 1.4em;
    text-align: justify; }
.page-padding .plan-col-2 {
  background: #ffffff;
  padding: 0.8em; }
  .page-padding .plan-col-2 h1 {
    font-size: 1.6em;
    margin-top: 0.4em;
    color: #3c71b9;
    font-weight: 400;
    margin-bottom: 1.6em; }
  .page-padding .plan-col-2 h1::after {
    display: block;
    clear: none;
    content: "";
    position: relative;
    height: 15px;
    width: 100%;
    border-bottom: 2px solid #3c71b9;
    padding: 0px 0px;
    float: right; }
.page-padding .plan-body h2 {
  font-size: 1.4em;
  font-weight: 400;
  color: #3c71b9; }
.page-padding .plan-body h3 {
  font-size: 1.2em;
  font-weight: 400;
  color: #3c71b9; }
.page-padding .plan-body h4 {
  font-size: 1.1em;
  font-weight: 400;
  color: #3c71b9; }
.page-padding .plan-body h5 {
  font-size: 1.0em;
  font-weight: 400;
  color: #3c71b9; }
.page-padding .plan-body h6 {
  font-size: 0.9em;
  font-weight: 400;
  color: #3c71b9; }
.page-padding .plan-body p {
  font-size: 0.8em;
  line-height: 1.6em; }
.page-padding .plan-body ul {
  margin: 0.8em 0 0 0.6em;
  padding: 0px;
list-style: none; }
  .page-padding .plan-body ul li {
    font-size: 0.8em;
    line-height: 1.6em;
    margin: 0px;
    padding: 0 0 0em 1.2em;
background-image:url('/wp-content/themes/boshanka-gl/img/bludot.png'); background-repeat:no-repeat; background-size:8px 8px; background-position:0px 8px;
  }
  .page-padding .plan-body ul li::before {
    font-family: 'FontAwesome';
    font-size: 50%;
    content: "\f111";
    color: #3c71b9;
    margin-left: -2em;
    width: 2em;
    display: inline-block; }
.page-padding .plan-body.plan-agent h2 {
  color: #abacad; }
.page-padding .plan-body.plan-agent h3 {
  color: #abacad; }
.page-padding .plan-body.plan-agent h4 {
  color: #abacad; }
.page-padding .plan-body.plan-agent h5 {
  color: #abacad; }
.page-padding .plan-body.plan-agent h6 {
  color: #abacad; }
.page-padding .plan-col-3 .small-block .table {
  padding: 0.8em;
  float: left;
  width: 100%;
  margin-bottom: 0px; }
  .page-padding .plan-col-3 .small-block .table .table-row {
    color: #4b4c4c;
    background: #f1ede9;
    padding: 0.2em 0.4em;
    float: left;
    width: 100%; }
    .page-padding .plan-col-3 .small-block .table .table-row .left {
      color: #3c71b9;
      font-size: 0.7em;
      width: 50%;
      padding: 0 0.8em 0 0;
      float: left;
      font-weight: 600;
      text-align: right;
      line-height: 1.4em; }
    .page-padding .plan-col-3 .small-block .table .table-row .right {
      font-size: 0.8em;
      width: 50%;
      padding: 0 0  0 0.8em;
      float: left;
      font-weight: 600;
      line-height: 1.4em; }
    .page-padding .plan-col-3 .small-block .table .table-row .row-wide {
      padding: 0.4em;
      font-size: 0.7em;
      font-weight: 600;
      text-align: center;
      line-height: 1.4em; }
    .page-padding .plan-col-3 .small-block .table .table-row .row-wide.reduce-padding {
      padding: 0.4em 0.4em 0 0.4em; }
  .page-padding .plan-col-3 .small-block .table .table-row:first-child {
    padding-top: 0.4em; }
  .page-padding .plan-col-3 .small-block .table .table-row:last-child {
    padding-bottom: 0.4em; }
  .page-padding .plan-col-3 .small-block .table .table-row.make-row-dark {
    background: #d2deef; }
.page-padding .plan-col-3 .small-block .plan-costs-info {
  padding: 0 0.8em;
  float: left;
  width: 100%; }
  .page-padding .plan-col-3 .small-block .plan-costs-info p {
    font-size: 0.7em;
    line-height: 1.6em; }
.page-padding .plan-col-3 .button-set {
  padding: 0 0.8em;
  width: 100%;
  float: left; }
.page-padding .plan-col-3 .button-set-1 .btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  padding: 0.6em 0.8em 0.8em;
  font-weight: 600;
  font-size: 1em;
  background-color: #da450a;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#f28530), to(#da450a));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #f28530, #da450a);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #f28530, #da450a);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #f28530, #da450a);
  /* IE10 */
  background-image: -o-linear-gradient(right, #f28530, #da450a);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #f28530, #da450a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f28530', EndColorStr='#da450a');
  position: relative; }
  .page-padding .plan-col-3 .button-set-1 .btn span {
    background: url(img/rightarrow.png) 0 0 no-repeat;
    background-size: 13px 24px;
    width: 13px;
    height: 24px;
    position: absolute;
    right: 0.6em;
    top: 0.65em; }
.page-padding .plan-col-3 .button-set-1 .btn.buy-btn {
  background-color: #024d8c;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#2598ce), to(#024d8c));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #2598ce, #024d8c);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #2598ce, #024d8c);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #2598ce, #024d8c);
  /* IE10 */
  background-image: -o-linear-gradient(right, #2598ce, #024d8c);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #2598ce, #024d8c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2598ce', EndColorStr='#024d8c');
  position: relative; }
.page-padding .plan-col-3 .button-set-1 .btn.callback-btn {
  background-color: #98012e;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#d41132), to(#98012e));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #d41132, #98012e);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #d41132, #98012e);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #d41132, #98012e);
  /* IE10 */
  background-image: -o-linear-gradient(right, #d41132, #98012e);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #d41132, #98012e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d41132', EndColorStr='#98012e');
  position: relative; }
.page-padding .plan-col-3 .button-set-1 .btn.brochure-btn {
  background-color: #4b4b4b;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#959391), to(#4b4b4b));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #959391, #4b4b4b);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #959391, #4b4b4b);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #959391, #4b4b4b);
  /* IE10 */
  background-image: -o-linear-gradient(right, #959391, #4b4b4b);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #959391, #4b4b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#959391', EndColorStr='#4b4b4b');
  position: relative; }
.page-padding .plan-col-3 .button-set-2 {
  padding-top: 3em; }
  .page-padding .plan-col-3 .button-set-2 .btn {
    padding: 0.6em 0.8em 0.8em;
    background: #c7bbac;
    font-size: 0.8em;
    font-weight: 600;
    font-family: "Open Sans", sans-serif; }
.page-padding .plan-col-3 aside {
  padding: 0px;
  width: 100%; }

.page-padding.plan-green .plan-col.span-2 {
  padding: 0px;
  background: none; }
  .page-padding.plan-green .plan-col.span-2 h1.plan-title {
    background-color: #0c7b31;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#18ae49), to(#0c7b31));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #18ae49, #0c7b31);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #18ae49, #0c7b31);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #18ae49, #0c7b31);
    /* IE10 */
    background-image: -o-linear-gradient(right, #18ae49, #0c7b31);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #18ae49, #0c7b31);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#18ae49', EndColorStr='#0c7b31'); }
  .page-padding.plan-green .plan-col.span-2 ul.table li.table-row .table-cell .check {
    margin: 0 auto;
    height: 15px;
    width: 15px;
    background: url(img/green-tick.png) 0 0 no-repeat;
    background-size: 15px 15px; }
  .page-padding.plan-green .plan-col.span-2 ul.table li.table-row .blue-col {
    background: #f0f2e2; }
  .page-padding.plan-green .plan-col.span-2 ul.table li.table-row .grey-col {
    background: #dbe0c7; }
  .page-padding.plan-green .plan-col.span-2 ul.table li:nth-child(even) {
    background: #f5f4eb; }
    .page-padding.plan-green .plan-col.span-2 ul.table li:nth-child(even) .blue-col {
      background: #e7e8d1; }
    .page-padding.plan-green .plan-col.span-2 ul.table li:nth-child(even) .grey-col {
      background: #d2d6b6; }
  .page-padding.plan-green .plan-col.span-2 ul.table li.table-row.buttons .table-cell.buttons-cell a {
    background-color: #bf4580;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#c45291), to(#bf4580));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #c45291, #bf4580);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #c45291, #bf4580);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #c45291, #bf4580);
    /* IE10 */
    background-image: -o-linear-gradient(right, #c45291, #bf4580);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #c45291, #bf4580);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c45291', EndColorStr='#bf4580'); }

/* GREEN THEME PLANS */
.plan-dark-green .plan-col-1 blockquote.plan-head-quote p {
  color: #6f933d !important; }
.plan-dark-green .plan-col-2 h1, .plan-dark-green .plan-col-2 h2, .plan-dark-green .plan-col-2 h3, .plan-dark-green .plan-col-2 h4, .plan-dark-green .plan-col-2 h5, .plan-dark-green .plan-col-2 h6 {
  color: #6f933d; }
.plan-dark-green .plan-col-2 h1::after {
  border-bottom: 2px solid #6f933d; }
.plan-dark-green .plan-col-2 ul li::before {
  color: #6f933d; }
.plan-dark-green .plan-col-3 {
  margin: 0.8em 0 0 0; }
  .plan-dark-green .plan-col-3 .small-block h3 {
    background-color: #546f2e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#6f933d), to(#546f2e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #6f933d, #546f2e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #6f933d, #546f2e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #6f933d, #546f2e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #6f933d, #546f2e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #6f933d, #546f2e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#6f933d', EndColorStr='#546f2e'); }
  .plan-dark-green .plan-col-3 .small-block .table .table-row {
    background: #e0e7cf; }
    .plan-dark-green .plan-col-3 .small-block .table .table-row .left {
      color: #4a6701; }
  .plan-dark-green .plan-col-3 .small-block .table .table-row.make-row-dark {
    background: #adbf80; }
  .plan-dark-green .plan-col-3 .button-set-1 .btn.buy-btn {
    background-color: #0c7b31;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#18ae49), to(#0c7b31));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #18ae49, #0c7b31);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #18ae49, #0c7b31);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #18ae49, #0c7b31);
    /* IE10 */
    background-image: -o-linear-gradient(right, #18ae49, #0c7b31);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #18ae49, #0c7b31);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#18ae49', EndColorStr='#0c7b31');
    position: relative; }

.plan-light-green .plan-col-1 blockquote.plan-head-quote p {
  color: #6f933d !important; }
.plan-light-green .plan-col-2 h1, .plan-light-green .plan-col-2 h2, .plan-light-green .plan-col-2 h3, .plan-light-green .plan-col-2 h4, .plan-light-green .plan-col-2 h5, .plan-light-green .plan-col-2 h6 {
  color: #6f933d; }
.plan-light-green .plan-col-2 h1::after {
  border-bottom: 2px solid #6f933d; }
.plan-light-green .plan-col-2 ul li::before {
  color: #6f933d; }
.plan-light-green .plan-col-3 {
  margin: 0.8em 0 0 0; }
  .plan-light-green .plan-col-3 .small-block h3 {
    background-color: #546f2e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#6f933d), to(#546f2e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #6f933d, #546f2e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #6f933d, #546f2e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #6f933d, #546f2e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #6f933d, #546f2e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #6f933d, #546f2e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#6f933d', EndColorStr='#546f2e'); }
  .plan-light-green .plan-col-3 .small-block .table .table-row {
    background: #e0e7cf; }
    .plan-light-green .plan-col-3 .small-block .table .table-row .left {
      color: #4a6701; }
  .plan-light-green .plan-col-3 .small-block .table .table-row.make-row-dark {
    background: #adbf80; }
  .plan-light-green .plan-col-3 .button-set-1 .btn.buy-btn {
    background-color: #0c7b31;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#18ae49), to(#0c7b31));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #18ae49, #0c7b31);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #18ae49, #0c7b31);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #18ae49, #0c7b31);
    /* IE10 */
    background-image: -o-linear-gradient(right, #18ae49, #0c7b31);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #18ae49, #0c7b31);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#18ae49', EndColorStr='#0c7b31');
    position: relative; }

/* YELLOW THEME PLANS */
.plan-yellow .plan-col-1 blockquote.plan-head-quote p {
  color: #c7a438 !important; }
.plan-yellow .plan-col-2 h1, .plan-yellow .plan-col-2 h2, .plan-yellow .plan-col-2 h3, .plan-yellow .plan-col-2 h4, .plan-yellow .plan-col-2 h5, .plan-yellow .plan-col-2 h6 {
  color: #c7a438; }
.plan-yellow .plan-col-2 h1::after {
  border-bottom: 2px solid #c7a438; }
.plan-yellow .plan-col-2 ul li::before {
  color: #c7a438; }
.plan-yellow .plan-col-3 {
  margin: 0.8em 0 0 0; }
  .plan-yellow .plan-col-3 .small-block h3 {
    background-color: #b39432;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#c7a438), to(#b39432));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #c7a438, #b39432);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #c7a438, #b39432);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #c7a438, #b39432);
    /* IE10 */
    background-image: -o-linear-gradient(right, #c7a438, #b39432);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #c7a438, #b39432);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c7a438', EndColorStr='#b39432'); }
  .plan-yellow .plan-col-3 .small-block .table .table-row {
    background: #e7e4cf; }
    .plan-yellow .plan-col-3 .small-block .table .table-row .left {
      color: #bc921f; }
  .plan-yellow .plan-col-3 .small-block .table .table-row.make-row-dark {
    background: #d4d1aa; }
  .plan-yellow .plan-col-3 .button-set-1 .btn.buy-btn {
    background-color: #f09303;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#f0b503), to(#f09303));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #f0b503, #f09303);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #f0b503, #f09303);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #f0b503, #f09303);
    /* IE10 */
    background-image: -o-linear-gradient(right, #f0b503, #f09303);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #f0b503, #f09303);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0b503', EndColorStr='#f09303');
    position: relative; }

@media screen and (min-width: 600px) {
  .page-padding .plan-col.span-2 ul.table li.table-row .table-cell {
    font-size: 0.75em;
    padding: 0.8em; }
  .page-padding .plan-col.span-2 ul.table li.table-row.buttons .table-cell.buttons-cell a {
    padding: 0.4em 0.6em 0.6em 0.6em;
    min-height: 60px;
    font-weight: bold;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    -ms-border-radius: 0 0 0 20px;
    -o-border-radius: 0 0 0 20px;
    border-radius: 0 0 0 20px; } }
@media screen and (min-width: 768px) {
  .page-padding .plan-col {
    margin-top: 0.4em; }
  .page-padding .plan-col-1 {
    width: 30%;
    padding-right: 0.4em; }
    .page-padding .plan-col-1 blockquote {
      padding: 1.6em 0.8em 0.8em 0.8em; }
  .page-padding .plan-col-2 {
    width: 70%; }
  .page-padding .plan-col-3 {
    width: 100%; }
    .page-padding .plan-col-3 .small-block {
      width: 100%; } }
@media screen and (min-width: 900px) {
  .page-padding .plan-col-1 {
    width: 22.5%; }
  .page-padding .plan-col-2 {
    width: 50%; }
  .page-padding .plan-col.span-2 {
    width: 77.5%; }
  .page-padding .plan-col-3 {
    width: 27.5%;
    padding-left: 0.4em; }
    .page-padding .plan-col-3 .button-set-1 a.btn {
      font-size: 0.7em;
      padding: 0.8em; }
      .page-padding .plan-col-3 .button-set-1 a.btn span {
        top: 0.45em; }
    .page-padding .plan-col-3 .button-set-2 a.btn {
      font-size: 0.7em;
      padding: 0.8em; } }
@media screen and (min-width: 1080px) {
  .page-padding .plan-col-3 .button-set-1 a.btn {
    font-size: 0.9em;
    padding: 0.6em 0.8em 0.8em; }
    .page-padding .plan-col-3 .button-set-1 a.btn span {
      top: 0.55em; }
  .page-padding .plan-col-3 .button-set-2 a.btn {
    font-size: 0.8em;
    padding: 0.6em 0.8em 0.8em; }

  .page-padding .plan-col.span-2 ul.table li.table-row .table-cell {
    font-size: 0.75em;
    padding: 1em; }
    .page-padding .plan-col.span-2 ul.table li.table-row .table-cell .check {
      background-size: 20px 20px !important;
      width: 20px !important;
      height: 20px !important; }
  .page-padding .plan-col.span-2 ul.table li.table-row .table-cell.header-cell {
    font-size: 1em;
    text-align: center; } }
@media screen and (min-width: 1200px) {
  .page-padding .plan-col {
    margin-top: 0.8em; }
  .page-padding .plan-col-1 {
    width: 22.5%;
    padding-right: 0.8em; }
  .page-padding .plan-col-2 {
    width: 47.5%; }
  .page-padding .plan-col.span-2 {
    width: 77.5%; }
    .page-padding .plan-col.span-2 ul.table li.table-row .table-cell {
      padding: 1.2em; }
      .page-padding .plan-col.span-2 ul.table li.table-row .table-cell .check {
        background-size: 25px 25px !important;
        width: 25px !important;
        height: 25px !important; }
  .page-padding .plan-col-3 {
    width: 30%;
    padding-left: 0.8em; }
    .page-padding .plan-col-3 .small-block .table .table-row .left {
      width: 60%; }
    .page-padding .plan-col-3 .small-block .table .table-row .right {
      width: 40%; }
    .page-padding .plan-col-3 .button-set-1 a.btn {
      font-size: 1em; }
      .page-padding .plan-col-3 .button-set-1 a.btn span {
        top: 0.65em; }
    .page-padding .plan-col-3 .button-set-2 a.btn {
      font-size: 0.9em; } }
@media screen and (min-width: 1400px) {
  .page-padding .plan-col-1 {
    width: 25%; }
  .page-padding .plan-col-2 {
    width: 47.5%; }
  .page-padding .plan-col-3 {
    width: 27.5%; }
  .page-padding .plan-col.span-2 {
    width: 74.9%; } }
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#page-left {
  float: left;
  width: 100%;
  padding: 0 0; }
  #page-left .large-block.history-block .block-content p {
    min-height: 5px; }
  #page-left .large-block.complaints-block {
    padding-bottom: 3.4em; }
    #page-left .large-block.complaints-block .block-content p {
      min-height: 5px; }

#page-right {
  float: left;
  width: 100%;
  padding: 0 0; }
  #page-right .affiliations-block, #page-right .memorials-block {
    padding-bottom: 0px; }
    #page-right .affiliations-block p, #page-right .memorials-block p {
      min-height: 10px; }
    #page-right .affiliations-block .block-content, #page-right .memorials-block .block-content {
      padding-bottom: 1.6em; }
      #page-right .affiliations-block .block-content .afilliation-image, #page-right .affiliations-block .block-content .memorial-option, #page-right .memorials-block .block-content .afilliation-image, #page-right .memorials-block .block-content .memorial-option {
        color: #f89a51;
        font-weight: bold;
        font-size: 0.9em;
        float: left;
        width: 130px; }
      #page-right .affiliations-block .block-content .memorial-option, #page-right .memorials-block .block-content .memorial-option {
        width: 90px; }
      #page-right .affiliations-block .block-content .afilliation-content, #page-right .affiliations-block .block-content .memorials-content, #page-right .memorials-block .block-content .afilliation-content, #page-right .memorials-block .block-content .memorials-content {
        float: left;
        width: 100%; }
        #page-right .affiliations-block .block-content .afilliation-content h3, #page-right .affiliations-block .block-content .memorials-content h3, #page-right .memorials-block .block-content .afilliation-content h3, #page-right .memorials-block .block-content .memorials-content h3 {
          color: #282662;
          margin-top: 0.8em;
          font-size: 1em;
          font-weight: 400; }
      #page-right .affiliations-block .block-content .memorial-content h3, #page-right .memorials-block .block-content .memorial-content h3 {
        margin-top: 0em;
        font-weight: bold; }

@media screen and (min-width: 480px) {
  #page-right .affiliations-block .block-content .afilliation-content {
    padding-left: 0.8em;
    width: calc(100% - 130px); }
    #page-right .affiliations-block .block-content .afilliation-content h3 {
      margin-top: 3px; } }
@media screen and (min-width: 768px) {
  #page-right {
    padding: 0 0.4em; }
    #page-right .large-block {
      width: 100%;
      margin: 0px 0 0.4em 0; }
    #page-right .small-block {
      margin: 0 0 0.4em 0;
      width: calc(50% - 0.2em); }
    #page-right .small-block:first-child {
      margin-right: 0.2em; }
    #page-right .small-block:last-child {
      margin-left: 0.2em; }

  #page-left {
    padding: 0 0.4em; }
    #page-left .large-block {
      width: 100%;
      margin: 0px 0 0.4em 0; }
    #page-left .small-block {
      margin: 0 0 0.4em 0;
      width: calc(50% - 0.2em); }
    #page-left .small-block:first-child {
      margin-right: 0.2em; }
    #page-left .small-block:last-child {
      margin-left: 0.2em; } }
@media screen and (min-width: 900px) {
  #page-right, #page-left {
    float: left;
    width: 50%; }

  #page-right {
    padding-left: 0.2em; }
    #page-right .small-block .block-content p {
      min-height: 155px; }

  #page-left {
    padding-right: 0.2em; }
    #page-left .small-block .block-content p {
      min-height: 155px; } }
@media screen and (min-width: 1200px) {
  #page-right {
    padding: 0 0.8em 0em 0.4em; }
    #page-right .large-block {
      margin-bottom: 0.8em; }
    #page-right .small-block {
      margin: 0 0 0.8em 0;
      width: calc(50% - 0.4em); }
      #page-right .small-block .block-content p {
        min-height: 125px; }
    #page-right .small-block:first-child {
      margin-right: 0.4em; }
    #page-right .small-block:last-child {
      margin-left: 0.4em; }

  #page-left {
    padding: 0 0.4em 0em 0.8em; }
    #page-left .large-block {
      margin-bottom: 0.8em; }
    #page-left .small-block {
      margin: 0 0 0.8em 0;
      width: calc(50% - 0.4em); }
      #page-left .small-block .block-content p {
        min-height: 125px; }
    #page-left .small-block:first-child {
      margin-right: 0.4em; }
    #page-left .small-block:last-child {
      margin-left: 0.4em; }
    #page-left .large-block.complaints-block {
      padding-bottom: 2em; } }
/*--------------------------------------------------------------
# Green
--------------------------------------------------------------*/
.full-row {
  padding: 0.4em;
  float: left;
  width: 100%; }

.disclaimer {
  padding: 0.4em 0.8em 0.8em 0.8em; }
  .disclaimer p {
    margin: 0px; }
    .disclaimer p small {
      font-size: 0.5em;
      margin-top: 0.8em;
      line-height: 1em;
      float: right;
      width: auto; }

.green-plans {
  padding: 0 0.4em; }
  .green-plans .green-plans-inner {
    float: left;
    width: 100%;
    background: #d9e1c6;
    padding: 0.8em; }
    .green-plans .green-plans-inner .plans-sub-text {
      float: left;
      width: 100%;
      padding: 0 1.6em; }
      .green-plans .green-plans-inner .plans-sub-text p {
        font-size: 0.9em;
        margin: 0 0 0.4em 0; }

#page-right .memorials-block .block-content .memorial-option {
  width: 100%;
  padding-bottom: 0.4em; }
#page-right .memorials-block .memorials {
  padding-bottom: 0.8em; }

@media screen and (min-width: 768px) {
  .full-row {
    padding: 0 0.4em; }
    .full-row .large-block {
      width: 100%;
      margin: 0px;
      padding-bottom: 0px; }
      .full-row .large-block .block-content {
        padding: 0 0.8em 1.6em 0.8em !important; }
        .full-row .large-block .block-content p {
          min-height: 10px; }

  .green-plans {
    margin-bottom: 0.4em; }

  .disclaimer {
    margin-bottom: 0.8em; }

  #page-right .memorials-block .block-content .memorial-option {
    width: 120px; }
  #page-right .memorials-block .block-content .memorials-content {
    padding: 0.4em 0;
    width: calc(100% - 120px); } }
@media screen and (min-width: 900px) {
  .full-row .large-block .block-image {
    float: left;
    width: 50%; }
  .full-row .large-block .block-content {
    float: left;
    width: 50%; }

  .natural-choice {
    height: 1100px; }

  .memorials-block {
    height: 732px; }

  .widgets-wrap .small-block-fix-height {
    height: 360px; } }
@media screen and (min-width: 1080px) {
  .natural-choice {
    height: 980px; }

  .memorials-block {
    height: 602px; }

  .widgets-wrap .small-block-fix-height {
    height: 370px; } }
@media screen and (min-width: 1200px) {
  .full-row {
    padding: 0 0.8em; }
    .full-row .large-block .block-content {
      padding: 0 1.6em !important; }

  .natural-choice {
    height: 1140px; }

  .memorials-block {
    height: 754px; }

  .widgets-wrap .small-block-fix-height {
    height: 370px; } }
/*--------------------------------------------------------------
# From 50 Plans Page
--------------------------------------------------------------*/
.page-template-tpl-become-an-agent .plan-logo {
  margin: 1.6em 0;
  width: 100%;
  float: left;
  clear: both; }
.page-template-tpl-become-an-agent .form-header {
  background: #3c71b9;
  padding: 0.6em; }
  .page-template-tpl-become-an-agent .form-header h2 {
    margin-top: 0px;
    color: #ffffff !important;
    text-align: center; }

.single-plans .plan-logo {
  margin: 1.6em 0;
  width: 100%;
  float: left;
  clear: both; }

.page-template-tpl-from-50-plans #primary.content-area {
  background: #ffffff !important;
  padding-bottom: 0px !important; }
.page-template-tpl-from-50-plans .page-wrap {
  float: left;
  width: 100%; }
  .page-template-tpl-from-50-plans .page-wrap .page-logo {
    padding: 0.8em 0 0 0;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    display: table; }
  .page-template-tpl-from-50-plans .page-wrap blockquote {
    color: #3c71b9; }
  .page-template-tpl-from-50-plans .page-wrap .plan-logo {
    margin: 1.6em 0;
    width: 100%;
    float: left;
    clear: both; }
  .page-template-tpl-from-50-plans .page-wrap #page-left .large-block {
    padding-bottom: 1.6em; }
    .page-template-tpl-from-50-plans .page-wrap #page-left .large-block p {
      min-height: 20px;
      line-height: 1.7em; }
  .page-template-tpl-from-50-plans .page-wrap #page-right .full-row.fifty-plans {
    padding-top: 0px;
    /*	.small-block:nth-child(odd){margin-right: 0.2em;}
    	.small-block:nth-child(even){margin: 0 0 0.4em 0;}
    	*/ }
    .page-template-tpl-from-50-plans .page-wrap #page-right .full-row.fifty-plans .fifty-plans-inner {
      float: left; }
    .page-template-tpl-from-50-plans .page-wrap #page-right .full-row.fifty-plans .small-block {
      margin-bottom: 0.8em;
      padding: 0 0.4em 0.4em 0.4em;
      margin: 0px 0 0.8em 0; }
      .page-template-tpl-from-50-plans .page-wrap #page-right .full-row.fifty-plans .small-block .block-content {
        background: #ffffff; }
        .page-template-tpl-from-50-plans .page-wrap #page-right .full-row.fifty-plans .small-block .block-content .price-wrap {
          padding: 0.4em;
          width: auto;
          display: table;
          margin: 0 auto; }
          .page-template-tpl-from-50-plans .page-wrap #page-right .full-row.fifty-plans .small-block .block-content .price-wrap .price-wrap-inner {
            border: 0.4em solid #ffffff;
            padding: 0.8em; }
            .page-template-tpl-from-50-plans .page-wrap #page-right .full-row.fifty-plans .small-block .block-content .price-wrap .price-wrap-inner span {
              color: #ffffff; }
.page-template-tpl-from-50-plans #content > .content-area {
  border-top: 0.8em #f0ede9 solid;
  background: #f0ede9;
  float: left;
  width: 100%; }
.page-template-tpl-from-50-plans .full-row .why-choose-block {
  margin: 0px;
  margin-top: 0.4em;
  width: 100%;
  float: left; }
  .page-template-tpl-from-50-plans .full-row .why-choose-block .block-image img {
    width: 100%;
    float: left; }
  .page-template-tpl-from-50-plans .full-row .why-choose-block .block-content .why-choos-col {
    width: 100%;
    float: left;
    padding-bottom: 0.4em; }
    .page-template-tpl-from-50-plans .full-row .why-choose-block .block-content .why-choos-col ul {
      color: #ffffff;
      margin: 0.8em 0 0 0.8em;
      padding: 0px; }
      .page-template-tpl-from-50-plans .full-row .why-choose-block .block-content .why-choos-col ul li {
        font-size: 0.7em;
        line-height: 1.5em; }
.page-template-tpl-from-50-plans .disclaimer-wrap {
  float: left;
  width: 100%;
  padding: 0 0.4em; }
  .page-template-tpl-from-50-plans .disclaimer-wrap small {
    font-size: 0.6em;
    float: left; }
  .page-template-tpl-from-50-plans .disclaimer-wrap .payment-block {
    background: #ffffff;
    width: 100%;
    margin: 0px;
    padding-bottom: 1.4em; }
    .page-template-tpl-from-50-plans .disclaimer-wrap .payment-block h2.block-header {
      background-color: #024d8c;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, right, left, from(#2598ce), to(#024d8c));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(right, #2598ce, #024d8c);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(right, #2598ce, #024d8c);
      /* FF3.6 */
      background-image: -ms-linear-gradient(right, #2598ce, #024d8c);
      /* IE10 */
      background-image: -o-linear-gradient(right, #2598ce, #024d8c);
      /* Opera 11.10+ */
      background-image: linear-gradient(right, #2598ce, #024d8c);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2598ce', EndColorStr='#024d8c');
      margin: 0px;
      padding: 0.4em;
      color: #ffffff;
      font-weight: 500;
      font-family: myriad-pro, sans-serif;
      font-size: 1.4em; }
      .page-template-tpl-from-50-plans .disclaimer-wrap .payment-block h2.block-header span {
        background: url(img/cards.png) 0 0 no-repeat;
        width: 45px;
        height: 30px;
        background-size: 31px 30px;
        display: block;
        float: left; }
    .page-template-tpl-from-50-plans .disclaimer-wrap .payment-block .col-2 .col-inner {
      padding: 0.8em; }
      .page-template-tpl-from-50-plans .disclaimer-wrap .payment-block .col-2 .col-inner h3 {
        color: #282662;
        margin: 0px;
        font-weight: 500;
        font-size: 1.1em; }
      .page-template-tpl-from-50-plans .disclaimer-wrap .payment-block .col-2 .col-inner ul {
        padding: 0px;
        margin: 0.8em 0 0 0.8em;
        list-style: none; }
        .page-template-tpl-from-50-plans .disclaimer-wrap .payment-block .col-2 .col-inner ul li {
          font-size: 0.7em;
          line-height: 1.5em; }
        .page-template-tpl-from-50-plans .disclaimer-wrap .payment-block .col-2 .col-inner ul li::before {
          font-family: 'FontAwesome';
          font-size: 50%;
          content: "\f111 ";
          color: #f09303;
          margin-left: -2em;
          width: 2em;
          display: inline-block; }
  .page-template-tpl-from-50-plans .disclaimer-wrap .overpayment-block {
    width: 100%;
    margin: 0px;
    padding-bottom: 0px !important; }
    .page-template-tpl-from-50-plans .disclaimer-wrap .overpayment-block .block-content {
      padding-bottom: 0.8em !important; }
      .page-template-tpl-from-50-plans .disclaimer-wrap .overpayment-block .block-content p {
        min-height: 3px; }

@media screen and (min-width: 768px) {
  .page-template-tpl-from-50-plans .full-row .why-choose-block .block-content .why-choos-col {
    width: 33.33333%;
    padding: 0 0.4em; }
  .page-template-tpl-from-50-plans .disclaimer-wrap {
    padding: 0.4em; }
    .page-template-tpl-from-50-plans .disclaimer-wrap .overpayment-block .block-content h2 {
      font-size: 2em;
      margin-top: 0.2em;
      line-height: 1.2em; }
  .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans {
    padding: 0px; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block .block-content span.summary p {
      min-height: 100px; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(odd) {
      margin: 0 0.2em 0 0; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(even) {
      margin: 0 0 0.4em 0.2em; } }
@media screen and (min-width: 900px) {
  .page-template-tpl-from-50-plans .page-wrap .page-logo {
    padding: 0 0 0.8em;
    display: block;
    float: left;
    width: 40%;
    max-width: 1000px; }
    .page-template-tpl-from-50-plans .page-wrap .page-logo img {
      width: 80%;
      margin: 0 auto;
      display: table;
      max-width: 280px; }
  .page-template-tpl-from-50-plans .page-wrap blockquote {
    width: 100%;
    font-size: 1.6em;
    line-height: 1.4em;
    padding: 0.4em 1em; }
  .page-template-tpl-from-50-plans .full-row .why-choose-block .block-content .why-choos-col {
    width: 100%;
    padding: 0 0em 0.4em 0; }
  .page-template-tpl-from-50-plans .disclaimer-wrap {
    padding: 0.4em 0.2em 0.4em 0.4em;
    width: 50%;
    float: left; }
  .page-template-tpl-from-50-plans .overpayment-wrap {
    padding: 0.4em 0.4em 0.4em 0.2em; }
  .page-template-tpl-from-50-plans #page-left {
    padding-right: 0.4em !important; }
  .page-template-tpl-from-50-plans #page-right, .page-template-tpl-from-50-plans #page-left {
    width: 100%; }
  .page-template-tpl-from-50-plans #page-right {
    padding: 0em; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block {
      width: calc(33.33333% - 0.6em); }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(1) {
      margin: 0 0.2em 0.4em 0.4em; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(2) {
      margin: 0 0.2em 0.4em 0.2em; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(3) {
      margin: 0 0.4em 0.4em 0.2em; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(4) {
      margin: 0 0.2em 0.4em 0.4em; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(5) {
      margin: 0 0.2em 0.4em 0.2em; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(6) {
      margin: 0 0.4em 0.4em 0.2em; } }
@media screen and (min-width: 1080px) {
  .page-template-tpl-from-50-plans .full-row .why-choose-block .block-image {
    width: 30%; }
  .page-template-tpl-from-50-plans .full-row .why-choose-block .block-content {
    width: 70%; }
    .page-template-tpl-from-50-plans .full-row .why-choose-block .block-content .why-choos-col {
      width: 33.33333%;
      padding: 0 0.4em; }
  .page-template-tpl-from-50-plans #page-right, .page-template-tpl-from-50-plans #page-left {
    width: 50%; }
  .page-template-tpl-from-50-plans #page-right {
    padding: 0em; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block {
      width: calc(50% - 0.6em); }
      .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block h3 {
        padding: 0.5em 0.6em 0.6em 0.6em; }
      .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block .block-content {
        padding: 0.6em 0.3em 1.6em 0.3em;
        float: left; }
        .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block .block-content .price-wrap {
          padding: 0.3em !important; }
          .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block .block-content .price-wrap .price-wrap-inner {
            border-width: 0.3em !important;
            padding: 0.4em !important; }
            .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block .block-content .price-wrap .price-wrap-inner .ppm {
              font-size: 0.8em; }
            .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block .block-content .price-wrap .price-wrap-inner .price {
              font-size: 1.4em;
              padding-top: 0px; }
        .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block .block-content span.summary p {
          min-height: 120px;
          margin-bottom: 0px;
          padding-bottom: 0px; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(odd) {
      margin: 0 0.2em 0.4em 0.2em !important; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(even) {
      margin: 0 0.2em 0.4em 0.2em !important; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(5) {
      margin-bottom: 0px !important; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(6) {
      margin-bottom: 0px !important; } }
@media screen and (min-width: 1080px) {
  .page-template-tpl-from-50-plans .full-row .why-choose-block {
    margin-top: 0.8em; }
    .page-template-tpl-from-50-plans .full-row .why-choose-block .block-image {
      width: 26%; }
    .page-template-tpl-from-50-plans .full-row .why-choose-block .block-content {
      width: 74%; } }
@media screen and (min-width: 1200px) {
  .page-template-tpl-from-50-plans .disclaimer-wrap {
    padding: 0.8em 0.4em 0.8em 0.8em; }
  .page-template-tpl-from-50-plans .overpayment-wrap {
    padding: 0.8em 0.8em 0.8em 0.4em; }
  .page-template-tpl-from-50-plans #page-right {
    padding-right: 0.4em; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block {
      width: calc(50% - 0.8em); }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(odd) {
      margin: 0 0.4em 0.8em 0.4em !important; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(even) {
      margin: 0 0.4em 0.8em 0.4em !important; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(5) {
      margin-bottom: 0px !important; }
    .page-template-tpl-from-50-plans #page-right .full-row.fifty-plans .small-block:nth-child(6) {
      margin-bottom: 0px !important; } }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_wrapper form .gform_body ul#gform_fields_1 li {
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  width: 100%; }

.gform_wrapper form .gform_body ul#gform_fields_1 li label {
  margin-top: 0px !important;
  float: left;
  width: 40%;
  text-align: right;
  font-size: 0.8em;
  padding: 0.25em; }

.gform_wrapper form .gform_body ul#gform_fields_1 li .ginput_container {
  width: 60%;
  padding-left: 0.4em;
  float: left;
  margin-top: 0px; }

.gform_wrapper form .gform_body ul#gform_fields_1 li .ginput_container input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0.2em;
  height: 25px;
  font-size: 0.8em !important; }

.gform_wrapper form .gform_body ul#gform_fields_1 li .ginput_container select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0.2em;
  height: 25px;
  font-size: 0.8em; }

.gform_wrapper form .gform_body ul#gform_fields_1 li.gfield_error {
  margin-bottom: 0px !important;
  max-width: 100% !important;
  width: 100% !important;
  background: #ffffff !important;
  padding: 0px !important;
  border: none !important; }

.gform_wrapper form .gform_body ul#gform_fields_1 li.gfield_error .ginput_container input {
  border: 1px solid #98012e !important; }

.gform_wrapper form .gform_body ul#gform_fields_1 li.gfield_error .validation_message {
  padding: 0px;
  margin: 0px;
  text-align: right;
  width: 100%;
  color: #98012e;
  font-size: 0.6em; }

.gform_wrapper form .gform_footer input.gform_button {
  line-height: 1.2em !important;
  padding: 0.2em 0.8em 0.4em;
  background: #3c71b9;
  margin: 0 auto;
  display: table;
  width: auto; }

.gform_wrapper form .validation_error {
  margin-bottom: 0px !important;
  background: #98012e;
  color: #ffffff !important;
  border: none !important;
  font-size: 0.7em !important;
  padding: 0.6em 1.2em;
  width: 100%;
  float: left;
  clear: both; }

.gform_confirmation_wrapper {
  text-align: center;
  padding: 1.6em 0.8em;
  margin: 0.8em 0;
  color: #ffffff;
  background: #18ae49; }

@media screen and (min-width: 480px) {
  .gform_wrapper form .gform_body ul#gform_fields_1 li label {
    width: 30%; }

  .gform_wrapper form .gform_body ul#gform_fields_1 li .ginput_container {
    width: 70%;
    padding-left: 0.4em;
    float: left;
    margin-top: 0px; } }
@media screen and (min-width: 1400px) {
  .gform_wrapper form .gform_body ul#gform_fields_1 li label {
    width: 25%; }

  .gform_wrapper form .gform_body ul#gform_fields_1 li .ginput_container {
    width: 75%;
    padding-left: 0.4em;
    float: left;
    margin-top: 0px; } }
body .mfp-with-zoom .mfp-container,
body .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

body .mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

body .mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

body .mfp-with-zoom.mfp-removing .mfp-container,
body .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

body .mfp-content {
  position: static; }

body .mfp-container {
  position: relative; }

body button.mfp-close {
  background-color: #ffffff;
  top: 0;
  right: 15px;
  margin-top: 15px; }

#callback, #brochure {
  display: none;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif; }

#callback .shell, #brochure .shell {
  max-width: 400px;
  margin: auto; }

body #callback .gform_wrapper li.gfield.gfield_error, body #brochure .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  box-sizing: border-box; }

body #callback .gform_wrapper .field_description_below .gfield_description, body #brochure .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px; }

body #callback .gform_wrapper form .validation_error, body #brochure .gform_wrapper form .validation_error {
  font-size: 14px !important; }

body #callback .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), body #brochure .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  margin: 0 !important; }

body #callback .gform_wrapper h3.gform_title, body #brochure .gform_wrapper h3.gform_title {
  font-family: myriad-pro, sans-serif;
  font-size: 20.8px !important; }

body #callback .gform_wrapper .gform_footer, body #brochure .gform_wrapper .gform_footer {
  position: relative; }

body #callback .gform_wrapper .gform_ajax_spinner, body #brochure .gform_wrapper .gform_ajax_spinner {
  position: absolute;
  right: 35%;
  top: 39%;
  transform: translate(-35%, -39%); }

#callback .gform_wrapper ul.gform_fields li.gfield, #brochure .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0; }

#callback .gform_wrapper form, #brochure .gform_wrapper form {
  background: #ffffff; }

#callback .gform_wrapper form .gform_heading, #brochure .gform_wrapper form .gform_heading {
  padding: 0.6em;
  width: 100%;
  background: #487abd;
  float: left; }

#callback .gform_wrapper form .gform_heading h3, #brochure .gform_wrapper form .gform_heading h3 {
  text-shadow: none;
  margin: 0px;
  color: #ffffff;
  font-size: 1.2em;
  display: block;
  float: left; }

#callback .gform_wrapper form .gform_body, #brochure .gform_wrapper form .gform_body {
  background: #ffffff;
  padding: 2em 2em 0 2em;
  text-shadow: none; }

#callback .gform_wrapper form .gform_body ul, #brochure .gform_wrapper form .gform_body ul {
  margin-left: 0px;
  padding: 0px;
  list-style: none; }

#callback .gform_wrapper form .gform_body ul li, #callback .gform_wrapper form .gform_body ul li {
  margin-bottom: 0.8em; }

#callback .gform_wrapper form .gform_body ul li .ginput_container input, #brochure .gform_wrapper form .gform_body ul li .ginput_container input {
  width: 100%; }

#callback .gform_wrapper form .gform_body ul li .ginput_container select, #brochure .gform_wrapper form .gform_body ul li .ginput_container select {
  width: 100%;
  padding: 0.3em;
  margin-top: 0.2em;
  font-size: 1em; }

#callback .gform_wrapper form .gform_body ul li .ginput_container textarea, #brochure .gform_wrapper form .gform_body ul li .ginput_container textarea {
  max-height: 150px; }

#callback .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul, #brochure .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul {
  width: 100%;
  clear: both;
  float: left;
  display: block;
  margin: 0.6em 0; }

#callback .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li, #brochure .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li {
  margin-top: 0.2em !important;
  float: left !important;
  padding: 0 0.6em 0 0 !important; }

#callback .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li input, #brochure .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li input {
  width: auto;
  margin: 0.1em 0 0 0; }

#callback .gform_wrapper form .gform_footer, #brochure .gform_wrapper form .gform_footer {
  background: #ffffff;
  padding-bottom: 2em; }

@media screen and (min-width: 641px) {
  #callback, #brochure {
    float: left;
    width: 100%; }
    #callback .gform_wrapper, #brochure .gform_wrapper {
      margin: 0px !important; }
      #callback .gform_wrapper form .gform_heading, #brochure .gform_wrapper form .gform_heading {
        padding: 0.8em; }
        #callback .gform_wrapper form .gform_heading h3, #brochure .gform_wrapper form .gform_heading h3 {
          font-size: 1.6em; }
      #callback .gform_wrapper form .gform_body, #brochure .gform_wrapper form .gform_body {
        background: #ffffff;
        padding: 2em 2em 0 2em;
        text-shadow: none; }
        #callback .gform_wrapper form .gform_body ul, #brochure .gform_wrapper form .gform_body ul {
          margin-left: 0px;
          padding: 0px;
          list-style: none; }
          #callback .gform_wrapper form .gform_body ul li, #brochure .gform_wrapper form .gform_body ul li {
            margin-bottom: 0.8em;
            padding-right: 0px; }
            #callback .gform_wrapper form .gform_body ul li .ginput_container input, #brochure .gform_wrapper form .gform_body ul li .ginput_container input {
              width: 100%; }
            #callback .gform_wrapper form .gform_body ul li .ginput_container select, #brochure .gform_wrapper form .gform_body ul li .ginput_container select {
              width: 100%;
              padding: 0.3em;
              margin-top: 0.2em;
              font-size: 1em; }
            #callback .gform_wrapper form .gform_body ul li .ginput_container textarea, #brochure .gform_wrapper form .gform_body ul li .ginput_container textarea {
              max-height: 150px; }
            #callback .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul, #brochure .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul {
              width: 100%;
              clear: both;
              float: left;
              display: block;
              margin: 0.6em 0; }
              #callback .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li, #brochure .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li {
                margin-top: 0.2em;
                float: left;
                margin-right: 0.8em !important; }
                #callback .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li input, #brochure .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li input {
                  width: auto;
                  margin: 0.1em 0 0 0; }
      #callback .gform_wrapper form .gform_footer, #brochure .gform_wrapper form .gform_footer {
        background: #ffffff;
        padding-bottom: 2em; } }
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.large-block {
  margin: 0 0.4em 0.4em 0.4em;
  float: left;
  background-color: #98012e;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#d41132), to(#98012e));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #d41132, #98012e);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #d41132, #98012e);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #d41132, #98012e);
  /* IE10 */
  background-image: -o-linear-gradient(right, #d41132, #98012e);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #d41132, #98012e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d41132', EndColorStr='#98012e'); }
  .large-block .block-image {
    background: #ffffff;
    float: left;
    width: 100%; }
    .large-block .block-image img {
      width: 100%;
      float: left;
      display: block; }
  .large-block .block-content {
    float: left;
    width: 100%;
    padding: 0 0.8em 1.6em 0.8em; }
    .large-block .block-content h2 {
      color: #ffffff;
      margin-top: 0.8em;
      font-size: 1.2em;
      font-weight: 400; }
    .large-block .block-content p {
      color: #ffffff;
      font-size: 0.7em;
      line-height: 1.5em; }
      .large-block .block-content p a {
        color: #ffffff;
        text-decoration: underline; }
    .large-block .block-content .btn {
      margin-top: 0px;
      float: left;
      width: auto; }
      .large-block .block-content .btn:hover {
        background: #f89a51;
        color: #ffffff; }

.large-block.theme-blue {
  background-color: #024d8c;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#2598ce), to(#024d8c));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #2598ce, #024d8c);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #2598ce, #024d8c);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #2598ce, #024d8c);
  /* IE10 */
  background-image: -o-linear-gradient(right, #2598ce, #024d8c);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #2598ce, #024d8c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2598ce', EndColorStr='#024d8c'); }

.large-block.theme-green {
  background-color: #0c7b31;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#18ae49), to(#0c7b31));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #18ae49, #0c7b31);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #18ae49, #0c7b31);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #18ae49, #0c7b31);
  /* IE10 */
  background-image: -o-linear-gradient(right, #18ae49, #0c7b31);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #18ae49, #0c7b31);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#18ae49', EndColorStr='#0c7b31'); }

.large-block.theme-orange {
  background-color: #da450a;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#f28530), to(#da450a));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #f28530, #da450a);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #f28530, #da450a);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #f28530, #da450a);
  /* IE10 */
  background-image: -o-linear-gradient(right, #f28530, #da450a);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #f28530, #da450a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f28530', EndColorStr='#da450a'); }
  .large-block.theme-orange a.btn:hover {
    background: #98012e; }

.large-block.theme-mustard {
  background: #b2ae33; }

.large-block.theme-pink {
  background: #bf4580; }

.large-block.theme-fifty-blue {
  background: #3c71b9; }

.large-block.theme-muted-orange {
  background: #f7974f; }
  .large-block.theme-muted-orange a.btn:hover {
    background: #98012e; }

.large-block.theme-yellow {
  background-color: #f09303;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#f0b503), to(#f09303));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #f0b503, #f09303);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #f0b503, #f09303);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #f0b503, #f09303);
  /* IE10 */
  background-image: -o-linear-gradient(right, #f0b503, #f09303);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #f0b503, #f09303);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0b503', EndColorStr='#f09303'); }

.large-block.theme-purple {
  background-color: #383a77;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#4e50a0), to(#383a77));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #4e50a0, #383a77);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #4e50a0, #383a77);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #4e50a0, #383a77);
  /* IE10 */
  background-image: -o-linear-gradient(right, #4e50a0, #383a77);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #4e50a0, #383a77);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4e50a0', EndColorStr='#383a77'); }

.large-block.theme-brown {
  background: #787a65; }

.large-block.theme-white {
  background: #ffffff;
  color: #4b4b4b; }
  .large-block.theme-white h2 {
    color: #282662; }
  .large-block.theme-white .btn {
    border-color: #282662;
    color: #282662; }
    .large-block.theme-white .btn:hover {
      color: #ffffff;
      background: #282662; }
  .large-block.theme-white p {
    color: #4b4b4b; }

.small-block {
  background: #ffffff;
  margin: 0 0.4em 0.4em 0.4em;
  float: left; }
  .small-block .block-image {
    width: 100%;
    float: left; }
    .small-block .block-image img {
      width: 100%;
      height: auto; }
  .small-block h3 {
    padding: 0.7em 0.6em 0.8em 0.6em;
    color: #ffffff;
    margin: 0px;
    font-size: 1em;
    font-weight: 400;
    display: block;
    width: 100%;
    background-color: #98012e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, right, left, from(#d41132), to(#98012e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #d41132, #98012e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #d41132, #98012e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #d41132, #98012e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #d41132, #98012e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #d41132, #98012e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d41132', EndColorStr='#98012e'); }
  .small-block .block-content {
    float: left;
    width: 100%;
    padding: 0 0.8em 0.8em 0.8em; }
    .small-block .block-content p {
      font-size: 0.65em;
      line-height: 1.5em;
      color: #4b4b4b; }
    .small-block .block-content .btn {
      font-size: 0.7em;
      font-weight: 400;
      margin-top: 0px;
      margin-right: 0.4em;
      float: left;
      width: auto; }

.page-padding .small-block {
  margin: 0px 0 0.4em 0; }

.small-block.theme-orange h3 {
  background-color: #da450a;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#f28530), to(#da450a));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #f28530, #da450a);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #f28530, #da450a);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #f28530, #da450a);
  /* IE10 */
  background-image: -o-linear-gradient(right, #f28530, #da450a);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #f28530, #da450a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f28530', EndColorStr='#da450a'); }

.small-block.theme-blue h3 {
  background-color: #024d8c;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#2598ce), to(#024d8c));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #2598ce, #024d8c);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #2598ce, #024d8c);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #2598ce, #024d8c);
  /* IE10 */
  background-image: -o-linear-gradient(right, #2598ce, #024d8c);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #2598ce, #024d8c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2598ce', EndColorStr='#024d8c'); }

.small-block.theme-green h3 {
  background-color: #0c7b31;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#18ae49), to(#0c7b31));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #18ae49, #0c7b31);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #18ae49, #0c7b31);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #18ae49, #0c7b31);
  /* IE10 */
  background-image: -o-linear-gradient(right, #18ae49, #0c7b31);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #18ae49, #0c7b31);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#18ae49', EndColorStr='#0c7b31'); }

.small-block.theme-mustard h3 {
  background-color: #b2ae33;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#b2ae33), to(#b2ae33));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #b2ae33, #b2ae33);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #b2ae33, #b2ae33);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #b2ae33, #b2ae33);
  /* IE10 */
  background-image: -o-linear-gradient(right, #b2ae33, #b2ae33);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #b2ae33, #b2ae33);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b2ae33', EndColorStr='#b2ae33'); }

.small-block.theme-yellow h3 {
  background-color: #f09303;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#f0b503), to(#f09303));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #f0b503, #f09303);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #f0b503, #f09303);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #f0b503, #f09303);
  /* IE10 */
  background-image: -o-linear-gradient(right, #f0b503, #f09303);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #f0b503, #f09303);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0b503', EndColorStr='#f09303'); }

.small-block.theme-purple h3 {
  background-color: #383a77;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#4e50a0), to(#383a77));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #4e50a0, #383a77);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #4e50a0, #383a77);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #4e50a0, #383a77);
  /* IE10 */
  background-image: -o-linear-gradient(right, #4e50a0, #383a77);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #4e50a0, #383a77);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4e50a0', EndColorStr='#383a77'); }

.small-block.theme-grey h3 {
  background-color: #4b4b4b;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#6f6f6f), to(#4b4b4b));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #6f6f6f, #4b4b4b);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #6f6f6f, #4b4b4b);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #6f6f6f, #4b4b4b);
  /* IE10 */
  background-image: -o-linear-gradient(right, #6f6f6f, #4b4b4b);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #6f6f6f, #4b4b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#6f6f6f', EndColorStr='#4b4b4b'); }

.small-block.theme-fifty-blue h3 {
  background-color: #3c71b9;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#3c71b9), to(#3c71b9));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #3c71b9, #3c71b9);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #3c71b9, #3c71b9);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #3c71b9, #3c71b9);
  /* IE10 */
  background-image: -o-linear-gradient(right, #3c71b9, #3c71b9);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #3c71b9, #3c71b9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3c71b9', EndColorStr='#3c71b9'); }

.small-block.theme-muted-orange h3 {
  background-color: #f7974f;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#f7974f), to(#f7974f));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #f7974f, #f7974f);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #f7974f, #f7974f);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #f7974f, #f7974f);
  /* IE10 */
  background-image: -o-linear-gradient(right, #f7974f, #f7974f);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #f7974f, #f7974f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7974f', EndColorStr='#f7974f'); }

.small-block.plan-blue h3 {
  background: #38629a; }

.small-block.plan-light-green h3 {
  background: #7f8d45; }

.small-block.plan-dark-green h3 {
  background: #546f2e; }

.small-block.plan-yellow h3 {
  background: #9f832d; }

.small-block.plan-copper {
  background-color: #c03402;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#d4640d), to(#c03402));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #d4640d, #c03402);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #d4640d, #c03402);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #d4640d, #c03402);
  /* IE10 */
  background-image: -o-linear-gradient(right, #d4640d, #c03402);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #d4640d, #c03402);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d4640d', EndColorStr='#c03402'); }

.small-block.plan-bronze {
  background-color: #8c2c07;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#9b5621), to(#8c2c07));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #9b5621, #8c2c07);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #9b5621, #8c2c07);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #9b5621, #8c2c07);
  /* IE10 */
  background-image: -o-linear-gradient(right, #9b5621, #8c2c07);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #9b5621, #8c2c07);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#9b5621', EndColorStr='#8c2c07'); }

.small-block.plan-zinc {
  background-color: #53514d;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#626262), to(#53514d));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #626262, #53514d);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #626262, #53514d);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #626262, #53514d);
  /* IE10 */
  background-image: -o-linear-gradient(right, #626262, #53514d);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #626262, #53514d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#626262', EndColorStr='#53514d'); }

.small-block.plan-silver {
  background-color: #787878;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#acacac), to(#787878));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #acacac, #787878);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #acacac, #787878);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #acacac, #787878);
  /* IE10 */
  background-image: -o-linear-gradient(right, #acacac, #787878);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #acacac, #787878);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#acacac', EndColorStr='#787878'); }

.small-block.plan-gold {
  background-color: #8e5b1f;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#b08a49), to(#8e5b1f));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #b08a49, #8e5b1f);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #b08a49, #8e5b1f);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #b08a49, #8e5b1f);
  /* IE10 */
  background-image: -o-linear-gradient(right, #b08a49, #8e5b1f);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #b08a49, #8e5b1f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b08a49', EndColorStr='#8e5b1f'); }

.small-block.plan-platinum {
  background-color: #bbb5b7;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#e0d5d5), to(#bbb5b7));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #e0d5d5, #bbb5b7);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #e0d5d5, #bbb5b7);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #e0d5d5, #bbb5b7);
  /* IE10 */
  background-image: -o-linear-gradient(right, #e0d5d5, #bbb5b7);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #e0d5d5, #bbb5b7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e0d5d5', EndColorStr='#bbb5b7'); }

.small-block.plan-copper .price-wrap {
  background-color: #c03402;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#d4640d), to(#c03402));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #d4640d, #c03402);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #d4640d, #c03402);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #d4640d, #c03402);
  /* IE10 */
  background-image: -o-linear-gradient(right, #d4640d, #c03402);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #d4640d, #c03402);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d4640d', EndColorStr='#c03402'); }

.small-block.plan-bronze .price-wrap {
  background-color: #8c2c07;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#9b5621), to(#8c2c07));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #9b5621, #8c2c07);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #9b5621, #8c2c07);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #9b5621, #8c2c07);
  /* IE10 */
  background-image: -o-linear-gradient(right, #9b5621, #8c2c07);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #9b5621, #8c2c07);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#9b5621', EndColorStr='#8c2c07'); }

.small-block.plan-zinc .price-wrap {
  background-color: #53514d;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#626262), to(#53514d));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #626262, #53514d);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #626262, #53514d);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #626262, #53514d);
  /* IE10 */
  background-image: -o-linear-gradient(right, #626262, #53514d);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #626262, #53514d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#626262', EndColorStr='#53514d'); }

.small-block.plan-silver .price-wrap {
  background-color: #787878;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#acacac), to(#787878));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #acacac, #787878);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #acacac, #787878);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #acacac, #787878);
  /* IE10 */
  background-image: -o-linear-gradient(right, #acacac, #787878);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #acacac, #787878);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#acacac', EndColorStr='#787878'); }

.small-block.plan-gold .price-wrap {
  background-color: #8e5b1f;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#b08a49), to(#8e5b1f));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #b08a49, #8e5b1f);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #b08a49, #8e5b1f);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #b08a49, #8e5b1f);
  /* IE10 */
  background-image: -o-linear-gradient(right, #b08a49, #8e5b1f);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #b08a49, #8e5b1f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b08a49', EndColorStr='#8e5b1f'); }

.small-block.plan-platinum .price-wrap {
  background-color: #bbb5b7;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#e0d5d5), to(#bbb5b7));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #e0d5d5, #bbb5b7);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #e0d5d5, #bbb5b7);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #e0d5d5, #bbb5b7);
  /* IE10 */
  background-image: -o-linear-gradient(right, #e0d5d5, #bbb5b7);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #e0d5d5, #bbb5b7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e0d5d5', EndColorStr='#bbb5b7'); }

.small-block.plan-copper h3 {
  background: none; }

.small-block.plan-bronze h3 {
  background: none; }

.small-block.plan-zinc h3 {
  background: none; }

.small-block.plan-silver h3 {
  background: none; }

.small-block.plan-gold h3 {
  background: none; }

.small-block.plan-platinum h3 {
  background: none; }

.plan-copper .plan-col-3 .small-block h3 {
  background-color: #2598ce;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#024d8c), to(#2598ce));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #024d8c, #2598ce);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #024d8c, #2598ce);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #024d8c, #2598ce);
  /* IE10 */
  background-image: -o-linear-gradient(right, #024d8c, #2598ce);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #024d8c, #2598ce);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#024d8c', EndColorStr='#2598ce'); }

.plan-bronze .plan-col-3 .small-block h3 {
  background-color: #2598ce;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#024d8c), to(#2598ce));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #024d8c, #2598ce);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #024d8c, #2598ce);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #024d8c, #2598ce);
  /* IE10 */
  background-image: -o-linear-gradient(right, #024d8c, #2598ce);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #024d8c, #2598ce);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#024d8c', EndColorStr='#2598ce'); }

.plan-zinc .plan-col-3 .small-block h3 {
  background-color: #2598ce;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#024d8c), to(#2598ce));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #024d8c, #2598ce);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #024d8c, #2598ce);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #024d8c, #2598ce);
  /* IE10 */
  background-image: -o-linear-gradient(right, #024d8c, #2598ce);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #024d8c, #2598ce);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#024d8c', EndColorStr='#2598ce'); }

.plan-silver .plan-col-3 .small-block h3 {
  background-color: #2598ce;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#024d8c), to(#2598ce));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #024d8c, #2598ce);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #024d8c, #2598ce);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #024d8c, #2598ce);
  /* IE10 */
  background-image: -o-linear-gradient(right, #024d8c, #2598ce);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #024d8c, #2598ce);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#024d8c', EndColorStr='#2598ce'); }

.plan-gold .plan-col-3 .small-block h3 {
  background-color: #2598ce;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#024d8c), to(#2598ce));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #024d8c, #2598ce);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #024d8c, #2598ce);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #024d8c, #2598ce);
  /* IE10 */
  background-image: -o-linear-gradient(right, #024d8c, #2598ce);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #024d8c, #2598ce);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#024d8c', EndColorStr='#2598ce'); }

.plan-platinum .plan-col-3 .small-block h3 {
  background-color: #2598ce;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, right, left, from(#024d8c), to(#2598ce));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(right, #024d8c, #2598ce);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, #024d8c, #2598ce);
  /* FF3.6 */
  background-image: -ms-linear-gradient(right, #024d8c, #2598ce);
  /* IE10 */
  background-image: -o-linear-gradient(right, #024d8c, #2598ce);
  /* Opera 11.10+ */
  background-image: linear-gradient(right, #024d8c, #2598ce);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#024d8c', EndColorStr='#2598ce'); }

.small-block.plan-blue {
  background: #487abd; }

.small-block.plan-light-green {
  background: #9cad58; }

.small-block.plan-dark-green {
  background: #6f933d; }

.small-block.plan-yellow {
  background: #c7a438; }

.plan-block {
  box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.6em; }
  .plan-block h3 {
    font-size: 1.2em; }
  .plan-block .block-content {
    padding: 1.6em 1.6em 1.2em 1.6em;
    color: #464646;
    text-align: center; }
    .plan-block .block-content span.ppm {
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      display: block;
      clear: both; }
    .plan-block .block-content span.price {
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      color: #ffffff;
      font-size: 1.8em;
      display: block;
      padding: 0.3em; }
      .plan-block .block-content span.price .dark {
        color: #464646; }
    .plan-block .block-content span.summary p {
      padding-bottom: 1.6em;
      min-height: 20px;
      color: #464646 !important; }
    .plan-block .block-content a.btn {
      display: table;
      margin: 0 auto;
      float: none;
      font-weight: 600; }

.large-block.wide-block .block-content h2 {
  font-size: 2em; }

@media screen and (min-width: 768px) {
  .large-block {
    margin: 0.4em;
    position: relative;
    width: calc(50% - 0.6em);
    float: left;
    padding-bottom: 2.4em; }
    .large-block .block-content {
      padding-bottom: 0px; }
      .large-block .block-content .btn {
        bottom: 1em;
        left: 1em;
        position: absolute;
        font-size: 0.7em; }
      .large-block .block-content p {
        margin-bottom: 0px;
        min-height: 105px; }

  .large-block.wide-block {
    width: calc(100% - 0.8em);
    margin: 0px 0.4em !important; }
    .large-block.wide-block .block-content p {
      min-height: 50px;
      margin-bottom: 1.6em; }

  .large-block:nth-child(odd), .small-block:nth-child(odd) {
    margin-right: 0.2em; }

  .large-block:nth-child(even), .small-block:nth-child(even) {
    margin-left: 0.2em; }

  .small-block {
    position: relative;
    width: calc(50% - 0.6em);
    float: left; }
    .small-block .block-content > .btn {
      bottom: 1em;
      left: 1em;
      position: absolute; }
    .small-block .block-content .button-wrap {
      bottom: 1em;
      left: 1em;
      position: absolute; }
    .small-block .block-content p {
      margin-bottom: 0px;
      min-height: 140px; }

  .large-block.wide-block .block-content p {
    font-size: 0.9em; }

  .col-3 {
    width: calc(33.33333333% - 0.4em);
    float: left; }

  .col-3:nth-child(1) {
    margin-left: 0em;
    margin-right: 0.4em; }

  .col-3:nth-child(2) {
    margin-left: 0.2em;
    margin-right: 0.2em; }

  .col-3:nth-child(3) {
    margin-left: 0.4em;
    margin-right: 0em; }

  .plan-block {
    position: relative;
    padding-bottom: 2.1em;
    margin-bottom: 0.8em; }
    .plan-block .block-content .btn-wrap {
      position: absolute;
      left: 1em;
      bottom: 1.6em;
      right: 1em; }
    .plan-block .block-content a.btn {
      position: static; } }
@media screen and (min-width: 900px) {
  .large-block .block-content .btn {
    font-size: 0.8em; }
  .large-block .block-content p {
    min-height: 105px; } }
@media screen and (min-width: 1080px) {
  .large-block .block-content p {
    min-height: 85px; }
  .large-block .block-content h2 {
    font-size: 1.6em; }

  .small-block-wrap {
    width: calc(50% - 0.6em);
    float: left;
    margin: 0 0.2em 0 0.4em; }
    .small-block-wrap .small-block {
      position: relative;
      width: calc(50% - 0.2em);
      float: left;
      margin: 0 0.2em 0 0; }
      .small-block-wrap .small-block .block-content > .btn {
        bottom: 0.8em;
        left: 0.8em;
        position: absolute;
        font-size: 0.65em; }
      .small-block-wrap .small-block .block-content .button-wrap {
        bottom: 1em;
        left: 0.8em;
        position: absolute; }
        .small-block-wrap .small-block .block-content .button-wrap .btn {
          font-size: 0.65em; }
      .small-block-wrap .small-block .block-content p {
        margin-bottom: 0px;
        min-height: 165px; }

  .small-block-wrap .small-block:nth-child(odd) {
    margin-right: 0.2em;
    margin-left: 0px; }

  .small-block-wrap .small-block:nth-child(even) {
    margin-left: 0.2em;
    margin-right: 0px; }

  .large-block.wide-block {
    width: calc(50% - 0.6em);
    margin: 0px 0 0 0.2em !important; }
    .large-block.wide-block .block-content h2 {
      font-size: 2em; }
    .large-block.wide-block .block-content p {
      min-height: 50px;
      margin-bottom: 1.6em; }

  .green-plans .green-plans-inner .row {
    max-width: 980px;
    float: none;
    margin: 0 auto; } }
@media screen and (min-width: 1200px) {
  .large-block {
    margin: 0.8em;
    width: calc(50% - 1.2em); }
    .large-block .block-content {
      padding: 0 1.6em 2.6em 1.6em; }
      .large-block .block-content p {
        font-size: 0.8em;
        line-height: 1.35em;
        min-height: 85px; }
      .large-block .block-content h2 {
        font-size: 1.8em;
        line-height: 1.2em; }
      .large-block .block-content .btn {
        left: 1.6em;
        bottom: 1.6em; }

  .large-block:nth-child(odd) {
    margin-right: 0.4em; }

  .large-block:nth-child(even) {
    margin-left: 0.4em; }

  .large-block.wide-block {
    margin: 0px 0.8em 0 0 !important;
    width: calc(50% - 1.2em); }
    .large-block.wide-block .block-content h2 {
      margin-top: 0.6em; }
    .large-block.wide-block .block-content p {
      margin-bottom: 0px;
      margin-top: 1.6em; }

  .small-block-wrap {
    width: calc(50% - 1.2em);
    margin: 0 0.8em 0 0.8em; }
    .small-block-wrap .small-block {
      position: relative;
      width: calc(50% - 0.4em);
      float: left;
      margin: 0 0.4em 0 0; }
      .small-block-wrap .small-block .block-content > .btn {
        font-size: 0.7em; }
      .small-block-wrap .small-block .block-content .button-wrap .btn {
        font-size: 0.7em; }
      .small-block-wrap .small-block .block-content p {
        min-height: 145px; }

  .small-block-wrap .small-block:nth-child(odd) {
    margin-right: 0.4em;
    margin-left: 0px; }

  .small-block-wrap .small-block:nth-child(even) {
    margin-left: 0.4em;
    margin-right: 0px; }

  .col-3 {
    width: calc(33.33333333% - 0.6em);
    float: left; }

  .col-3:nth-child(1) {
    margin-left: 0em;
    margin-right: 0.6em; }

  .col-3:nth-child(2) {
    margin-left: 0.3em;
    margin-right: 0.3em; }

  .col-3:nth-child(3) {
    margin-left: 0.6em;
    margin-right: 0em; }

  .green-plans .green-plans-inner {
    padding: 0.8em 1.6em 0.4em 1.6em; } }
/*--------------------------------------------------------------
# Widgets
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Slider */
#slider {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative; }
  #slider .owl-stage-outer {
    overflow: hidden;
    position: relative; }

.grey-row {
  background: #f1f1f1; }

.checked-row {
  background: url(img/checks.png) top left fixed; }

.contact-row {
  background: url(img/contact.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.contact-row h1, .contact-row h2, .contact-row h3, .contact-row h4, .contact-row h5, .contact-row h5 .contact-row p {
  color: #ffffff; }

.pages-header h4 {
  color: #e44700;
  font-size: 1em; }

.pages-header h1 {
  color: #e44700;
  margin-top: 0px;
  font-size: 1.8em;
  margin-bottom: 0px; }

.pages-header h1 span {
  color: #ef9a21; }

.pages-header .container {
  padding: 0 1.6em; }

.pages-header .entry-meta {
  color: #ffffff;
  font-size: 0.7em; }

.pages-header .entry-meta a {
  font-weight: bold;
  color: #ffffff; }

.site-main .entry-title {
  margin-bottom: 0.8em; }

.owl-controls {
  margin-top: 0px !important; }

.owl-controls .owl-nav {
  display: none !important;
  width: auto;
  display: table;
  margin: 0 auto 1.6em auto; }

.owl-controls .owl-nav div {
  padding: 0.4em;
  display: block;
  border: 1px solid #ffffff;
  text-indent: -999999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin: 0 0.2em 0 0.2em;
  float: left; }

.owl-controls .owl-nav .owl-prev {
  background: url(img/prev-white.png) 0 0 no-repeat;
  background-size: 28px 28px; }

.owl-controls .owl-nav .owl-next {
  background: url(img/next-white.png) 0 0 no-repeat;
  background-size: 28px 28px; }

.owl-controls .owl-dots {
  margin: 0 auto;
  display: table;
  width: auto; }

.owl-controls .owl-dot {
  background: #eff2f4;
  float: left;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 0.2em; }

.owl-controls .owl-dot.active {
  background: #4b4b4b; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.site-main.contact-row {
  color: #ffffff; }

.site-main.contact-row .contact-form {
  margin: 0 auto;
  max-width: 380px;
  padding: 1.6em; }

.site-main.contact-row .contact-form .gform_wrapper {
  margin: 0px;
  width: 100%;
  margin-top: 0px; }

.site-main.contact-row .contact-form .gform_wrapper form {
  padding-right: 0px;
  margin-top: 0px; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_body {
  padding-right: 0px;
  margin-top: 0px; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_body ul.gform_fields {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin-top: 0px; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_body ul.gform_fields li.gfield {
  width: 100%;
  padding: 0px;
  margin-top: 0px; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_body ul.gform_fields li.gfield label {
  display: none; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
  float: left;
  width: 100%;
  margin: 0 0 2px 0; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 15px;
  border: none;
  color: #434244;
  font-size: 0.8em; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea {
  height: 200px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 15px;
  border: none;
  color: #434244;
  font-size: 0.8em;
  width: 100% !important; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:hover {
  background: #eaf8ff; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:hover {
  background: #eaf8ff; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:focus {
  background: #d2f1ff; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:focus {
  background: #d2f1ff; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_footer {
  margin: 0px;
  padding: 0px; }

.site-main.contact-row .contact-form .gform_wrapper form .gform_footer input {
  margin: 0 auto;
  float: none;
  display: table;
  width: auto; }

.site-main.contact-row .contact-form .gform_wrapper form .validation_error {
  margin: 0px 0 2px 0;
  padding: 15px;
  background: #ef9a21;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 400;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.site-main.contact-row .contact-form .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error {
  max-width: 100% !important;
  border: none;
  margin: 0px !important; }

.site-main.contact-row .contact-form .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input {
  margin-bottom: 0px !important;
  background: #ffdeb0 !important; }

.site-main.contact-row .contact-form .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container textarea {
  margin-bottom: 0px !important;
  background: #ffdeb0 !important; }

.site-main.contact-row .contact-form .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error div.gfield_description {
  display: none; }

.gform_wrapper textarea.medium, .gform_wrapper textarea.large {
  width: 100%; }

.contact-page .site-main.contact-row {
  padding: 3.2em 0; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.pre-footer {
  margin: 1.6em 0 0 0;
  background: #ffffff;
  width: 100%;
  float: left;
  clear: both; }
  .pre-footer .trustpilot {
    margin: 0 1.6em 2.6em 1.6em;
    padding: 0.6em 0 3.2em 0;
    border-bottom: dotted 3px #b4b4b4; }
    .pre-footer .trustpilot .tp-title {
      width: 100%;
      float: left;
      padding: 0 0 40px 0; }
      .pre-footer .trustpilot .tp-title h3 {
        color: #4b4b4b;
        font-size: 2.2em;
        text-align: center;
        font-weight: 600;
        margin: 0px;
        width: 100%; }
  .pre-footer p {
    text-align: center;
    color: #959391;
    margin-bottom: 0px; }
  .pre-footer a {
    color: #e44700; }
  .pre-footer .col-2 .social {
    list-style: none;
    float: none;
    margin: 0 auto;
    display: table;
    width: auto;
    padding: 0px; }
    .pre-footer .col-2 .social li {
      float: left;
      width: 40px;
      height: 40px;
      padding: 0 0.3em; }
      .pre-footer .col-2 .social li a {
        display: block;
        float: left; }
        .pre-footer .col-2 .social li a img {
          width: 100%;
          height: auto; }
  .pre-footer .col-2 .address {
    float: left;
    width: 100%;
    padding: 0 0 1.6em 0; }
    .pre-footer .col-2 .address p {
      font-size: 0.7em; }
  .pre-footer .col-2 .footer-nav {
    float: left;
    width: 100%;
    background: #959391;
    padding: 1.6em; }
    .pre-footer .col-2 .footer-nav p {
      margin: 0.8em 0;
      font-size: 0.8em;
      color: #ffffff;
      width: 100%;
      float: left; }
    .pre-footer .col-2 .footer-nav a {
      color: #ffffff; }
    .pre-footer .col-2 .footer-nav ul {
      float: left;
      text-align: center;
      list-style: none;
      margin: 0px;
      width: 100%;
      padding: 0 0 0 0; }
      .pre-footer .col-2 .footer-nav ul li {
        display: inline;
        text-align: center; }
        .pre-footer .col-2 .footer-nav ul li a {
          font-size: 0.8em;
          margin-bottom: 0px; }
      .pre-footer .col-2 .footer-nav ul li:after {
        content: " | ";
        color: #ffffff; }
      .pre-footer .col-2 .footer-nav ul li:last-child:after {
        content: ""; }
    .pre-footer .col-2 .footer-nav ul:last-child {
      padding: 0; }
  .pre-footer .col-2 .footer-logos {
    display: block;
    margin: 0 auto;
    width: 100%;
    width: auto; }
    .pre-footer .col-2 .footer-logos a {
      display: block;
      float: left;
      width: 20%; }
      .pre-footer .col-2 .footer-logos a img {
        height: auto;
        width: 100%; }

  /*  .pre-footer .col-2 .footer-logos a:nth-child(1) {
      width: 12%; }
    .pre-footer .col-2 .footer-logos a:nth-child(2) {
      width: 12%; }
    .pre-footer .col-2 .footer-logos a:nth-child(3) {
      width: 17%; }
    .pre-footer .col-2 .footer-logos a:nth-child(4) {
      width: 15%; }
    .pre-footer .col-2 .footer-logos a:nth-child(5) {
      width: 15%; }
	  .pre-footer .col-2 .footer-logos a:nth-child(6) {
      width: 13%; }
	  .pre-footer .col-2 .footer-logos a:nth-child(7) {
      width: 13%; }*/
      .pre-footer .col-2 .footer-logos a:nth-child(1) {
        width: 11%; padding-top: 20px;padding-right:15px;padding-left:15px;}
      .pre-footer .col-2 .footer-logos a:nth-child(2) {
        width: 12%; padding-top: 23px;}
      .pre-footer .col-2 .footer-logos a:nth-child(3) {
        width: 11%; }
      .pre-footer .col-2 .footer-logos a:nth-child(4) {
        width: 12%;margin-left: -5px;}
      .pre-footer .col-2 .footer-logos a:nth-child(5) {
        width: 11%;  padding-top: 8px;margin-left: -10px;}
      .pre-footer .col-2 .footer-logos a:nth-child(6) {
        width: 12%; padding-top: 8px;}
      .pre-footer .col-2 .footer-logos a:nth-child(7) {
        width: 10%; padding-top: 8px;}
      .pre-footer .col-2 .footer-logos a:nth-child(8) {
        width: 10%; padding-top: 5px;}
      .pre-footer .col-2 .footer-logos a:nth-child(9) {
        width: 12%; margin-top: 0px;}



  .pre-footer .col-2 .footer-logos-desktop {
    display: none; }

@media screen and (min-width: 768px) {
  .pre-footer .col-2 .social {
    display: none; }
  .pre-footer .col-2 .address {
    padding: 0 1.6em 1.6em 1.6em;
    float: left;
    max-width: 450px;
    font-size: 1.2em; }
    .pre-footer .col-2 .address p {
      text-align: left; }
  .pre-footer .col-2 .footer-nav {
    padding: 0.8em 1.6em; }
    .pre-footer .col-2 .footer-nav ul {
      float: left;
      text-align: left;
      width: auto; }
    .pre-footer .col-2 .footer-nav p {
      margin: 0.3em 0 0 0px;
      float: right;
      width: auto; }
  .pre-footer .col-2 .footer-logos {
    display: none; }
  .pre-footer .col-2 .footer-logos-desktop {
    padding: 0 1.6em 0 0;
    display: block;
    float: right;
    width: 65%; }
    .pre-footer .col-2 .footer-logos-desktop a {
      display: block;
      float: right;
      width: 20%; }
      .pre-footer .col-2 .footer-logos-desktop a img {
        height: auto;
        width: 100%; }


    /*.pre-footer .col-2 .footer-logos-desktop a:nth-child(1) {
      width: 14%; }
    .pre-footer .col-2 .footer-logos-desktop a:nth-child(2) {
      width: 14%; }
    .pre-footer .col-2 .footer-logos-desktop a:nth-child(3) {
      width: 13%; }
    .pre-footer .col-2 .footer-logos-desktop a:nth-child(4) {
      width: 17%; }
    .pre-footer .col-2 .footer-logos-desktop a:nth-child(5) {
      width: 14%; }
	  .pre-footer .col-2 .footer-logos-desktop a:nth-child(6) {
      width: 16%; }
	  .pre-footer .col-2 .footer-logos-desktop a:nth-child(7) {
      width: 12%; } */
      .pre-footer .col-2 .footer-logos-desktop a:nth-child(1) {
        width: 11%; }
      .pre-footer .col-2 .footer-logos-desktop a:nth-child(2) {
        width: 11%; margin-left: -8px;}
      .pre-footer .col-2 .footer-logos-desktop a:nth-child(3) {
        width: 11%; margin-top: -5px;margin-left: -8px;}
      .pre-footer .col-2 .footer-logos-desktop a:nth-child(4) {
        width: 12%; }
      .pre-footer .col-2 .footer-logos-desktop a:nth-child(5) {
        width: 11%; }
  	  .pre-footer .col-2 .footer-logos-desktop a:nth-child(6) {
        width: 10%; margin-top: -10px;}
  	  .pre-footer .col-2 .footer-logos-desktop a:nth-child(7) {
        width: 10%; margin-right: 3px;margin-top:20px;}
      .pre-footer .col-2 .footer-logos-desktop a:nth-child(8) {
        width: 9%; padding-top: 15px; margin-right:5px;}
      .pre-footer .col-2 .footer-logos-desktop a:nth-child(9) {
        width: 15%; padding-top: 21px;padding-right:18px;}

    }
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
.blog .site-main, .single .site-main {
  padding: 0px; }

.single .pages-header .site-main, #disqus_thread, .sidebar {
  padding: 0 1.8em; }

.blog .pages-header .site-main, .single .pages-header .site-main {
  padding: 1.8em; }

.site-main {
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 0 0; }

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .video-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5); }
  .video-thumbnail:hover:before {
    color: #eee; }

.video, .video-thumbnail, .video-thumbnail img {
  width: 100%;
  float: left; }

.plan-body .video, .page-content-areas .video {
  margin-top: 8px;
  margin-bottom: 15px; }

.page-content-areas .video, .page-content-areas .video .video-thumbnail, .page-content-areas .video .video-thumbnail img {
  width: auto; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 0em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# GRID
--------------------------------------------------------------*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10;
  padding-right: 10; }

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1340px; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.row {
  width: 100%;
  float: left; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.col {
  margin: 0 0 0.6em 0;
  float: left;
  width: 100%; }

.site-main .col3 {
  padding-bottom: 2.6em !important; }

@media screen and (min-width: 480px) {
  #disqus_thread {
    padding: 0px; }

  .sidebar {
    padding: 0px; }

  .site-main {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 0 0 0 0; }

  .site-main .col-4 {
    width: 50%;
    float: left; } }
@media screen and (min-width: 768px) {
  .site-main {
    font-size: 1.1em; }

  .site-main .col-4 {
    width: 25%;
    float: left; }

  .site-main .col-2 {
    width: 50%;
    float: left; } }
@media screen and (min-width: 900px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; }

  /*Position the menu in the header */
  .main-navigation, .main-navigation.toggled {
    position: relative;
    margin: 0 auto; }

  .nav-menu {
    float: left;
    background-color: transparent; }

  .main-navigation ul,
  .main-navigation.toggled ul {
    max-height: none;
    padding-left: 0;
    text-align: center; }

  .main-navigation ul {
    width: auto;
    float: none; }

  .main-navigation.toggled ul {
    overflow-y: visible; }

  /* Display menu items horizontally */
  /*test */
  .main-navigation {
    overflow: visible; }
    .main-navigation li {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: block;
      border: none;
      float: left;
      position: relative; }
      .main-navigation li .dropdown-toggle {
        display: none; }

  .main-navigation ul li {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

  .main-navigation ul li .sub-menu {
    outline: none;
    min-width: 230px;
    z-index: 10;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    position: absolute;
    left: 0px;
    top: 33px;
    display: block;
    opacity: 0;
    visibility: hidden; }
    .main-navigation ul li .sub-menu li {
      width: 100%; }
      .main-navigation ul li .sub-menu li a {
        width: 100%;
        text-align: left;
        font-weight: 400; }
        .main-navigation ul li .sub-menu li a:hover {
          background: #f0ede9;
          padding-left: 1.6em; }

  .main-navigation ul li#menu-item-129 .sub-menu {
    min-width: 240px; }

  .main-navigation ul li#menu-item-330 .sub-menu {
    min-width: 220px; }

  .main-navigation ul li#menu-item-234 .sub-menu {
    min-width: 200px; }

  .main-navigation ul li#menu-item-172 .sub-menu {
    min-width: 190px; }

  .main-navigation ul li:hover .sub-menu {
    -webkit-transition: all 0.1 ease-in-out;
    -moz-transition: all 0.1 ease-in-out;
    -ms-transition: all 0.1 ease-in-out;
    -o-transition: all 0.1 ease-in-out;
    transition: all 0.1 ease-in-out;
    visibility: visible;
    opacity: 1; }

  /* add an outline to the dropdown menus */
  .main-navigation ul ul {
    outline: 1px solid #333; }

  /* left-align drop down menus */
  .main-navigation li li {
    display: block;
    text-align: left; }

  .main-navigation a,
  .main-navigation ul ul li:last-child a {
    border-bottom: none; }

  /* Position drop down menus absolutely */
  .main-navigation ul ul.toggled-on {
    position: absolute;
    width: 12em;
    display: block;
    z-index: 10;
    margin-left: 0;
    background: #000000; }

  .main-navigation ul ul ul.toggled-on {
    position: relative; }

  /*indent 3rd level drop down menus */
  .main-navigation ul ul ul a {
    padding-left: 2em; }

  /* Simplify the dropdown toggle */
  .dropdown-toggle {
    top: 11px;
    right: 12px;
    border: none; }

  .dropdown-toggle::after {
    line-height: 27px;
    width: 27px; }

	}



.gform_wrapper .math_medium input {
    width: 100%!important;
}


.gform_wrapper .gfield_description {
    width: 100%;
    display: none!important;
}
