html {
  box-sizing: border-box; }

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

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0 20px; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 767px) {
    .wrapper {
      width: 750px;
      margin: 0 auto;
      padding: 0; } }
  @media screen and (min-width: 1023px) {
    .wrapper {
      width: 960px; } }
  @media screen and (min-width: 1279px) {
    .wrapper {
      width: 1140px; } }

.row::after {
  clear: both;
  content: "";
  display: block; }

.col6 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .col6:last-child {
    margin-right: 0; }
  @media screen and (min-width: 767px) {
    .col6 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .col6:last-child {
        margin-right: 0; }
      .col6:nth-child(2n) {
        margin-right: 0; }
      .col6:nth-child(2n+1) {
        clear: left; } }

.col4, .homeblog .postbox {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .col4:last-child, .homeblog .postbox:last-child {
    margin-right: 0; }
  @media screen and (min-width: 767px) {
    .col4, .homeblog .postbox {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .col4:last-child, .homeblog .postbox:last-child {
        margin-right: 0; }
      .col4:nth-child(3n), .homeblog .postbox:nth-child(3n) {
        margin-right: 0; }
      .col4:nth-child(3n+1), .homeblog .postbox:nth-child(3n+1) {
        clear: left; } }

.col3 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .col3:last-child {
    margin-right: 0; }
  @media screen and (min-width: 767px) {
    .col3 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%; }
      .col3:last-child {
        margin-right: 0; }
      .col3:nth-child(4n) {
        margin-right: 0; }
      .col3:nth-child(4n+1) {
        clear: left; } }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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; }

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

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 {
  -moz-box-sizing: content-box;
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.628571429; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie9 #browserAlert {
  display: block; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 1023px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 1023px) {
    .visible-desktop {
      display: block; } }

/* -----------------------------------------------------------------
  ICONS
------------------------------------------------------------------*/
@font-face {
  font-family: "picons";
  src:url("fonts/picons.eot");
  src:url("fonts/picons.eot?#iefix") format("embedded-opentype"),
    url("fonts/picons.woff") format("woff"),
    url("fonts/picons.ttf") format("truetype"),
    url("fonts/picons.svg#picons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "picons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "picons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-money:before {
  content: "\61";
}
.icon-target:before {
  content: "\62";
}
.icon-person:before {
  content: "\63";
}
.icon-head:before {
  content: "\64";
}
.icon-cash:before {
  content: "\65";
}
.icon-gold:before {
  content: "\66";
}
.icon-board:before {
  content: "\67";
}
.icon-diamond:before {
  content: "\68";
}
.icon-newspaper:before {
  content: "\69";
}
.icon-shield:before {
  content: "\6b";
}
.icon-home:before {
  content: "\6c";
}
.icon-briefcase:before {
  content: "\6d";
}
.icon-calculator:before {
  content: "\6a";
}

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #74c044;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #5d9c35; }

.text-error {
  color: #c82727; }

.text-success {
  color: #62b51f; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

::-moz-selection {
  background: #74c044;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #74c044;
  color: #fff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 700;
  font-family: "Titillium Web", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: gray; }

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1 {
  font-size: 32px; }
  @media screen and (min-width: 767px) {
    h1 {
      font-size: 44px; } }

h2 {
  font-size: 28px; }
  @media screen and (min-width: 767px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 24px; }
  @media screen and (min-width: 767px) {
    h3 {
      font-size: 28px; } }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

.lead {
  font-size: 18px; }

.green {
  color: #74c044; }

.red {
  color: #c82727; }

blockquote {
  border-left: 5px solid #e6e6e6;
  padding-left: 20px; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

hr {
  border-color: #ccc;
  margin: 0; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  padding: 10px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #151b20; }
  label .required {
    color: #c82727; }
  label.error {
    color: #c82727; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #727880;
  font-size: 16px;
  background: #fff;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  input:focus,
  textarea:focus {
    background: #f9fafc; }
  input.error,
  textarea.error {
    border: 1px solid #c82727; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #e6e6e6; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #e6e6e6; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #e6e6e6; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e6e6e6; }

input[type="text"], input[type="password"], input[type="file"], textarea {
  outline: none; }

select {
  width: 100%; }
  select.error {
    border: 1px solid #c82727; }

textarea {
  height: 140px;
  margin-bottom: 0; }

.radio label,
.checkbox label {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  display: inline-block;
  padding: 0;
  margin-right: 20px; }

.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

button.button,
input.button {
  border: none;
  display: inline-block;
  width: auto; }

.successmsg {
  display: none;
  margin-bottom: 30px;
  text-align: center; }
  .successmsg span {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    margin: 0;
    width: 100%; }

.errormsg {
  display: none; }

.successmsg span {
  background: #62b51f; }

.error label {
  color: #c82727; }

.error input, .error textarea {
  border: 1px solid #c82727; }

.error .errormsg {
  display: block;
  margin-top: -20px;
  margin-bottom: 10px; }
  .error .errormsg span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    width: 100%;
    background: #c82727; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%; }

.content-left img {
  height: auto !important; }

.button {
  padding: 10px 20px;
  background: #74c044;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase; }
  .button.next {
    width: 100%;
    font-size: 18px;
    padding: 20px 0; }
    @media screen and (min-width: 767px) {
      .button.next {
        float: right;
        width: auto;
        padding: 20px 40px; } }
  .button.prev {
    width: 100%;
    font-size: 14px;
    padding: 30px;
    background: transparent;
    color: #74c044; }
    @media screen and (min-width: 767px) {
      .button.prev {
        float: left;
        width: auto;
        padding: 24px 0; } }
    .button.prev:hover {
      background: transparent;
      color: #5d9c35; }
    .button.prev i {
      font-size: 1.2em;
      padding-right: 5px; }
  .button.form-btn {
    margin-top: 16px; }
    .button.form-btn:focus {
      color: #fff;
      background: #5d9c35; }
    @media screen and (min-width: 767px) {
      .button.form-btn {
        margin-top: 32px;
        float: right;
        padding: 10px 60px; } }
  .button:hover, .button:focus {
    color: #fff;
    background: #5d9c35; }
  .button.red {
    background: #c04444; }
    .button.red:hover, .button.red:focus {
      background: #ab1919; }
  .button.dark {
    background: #151b20; }
    .button.dark:hover {
      background: #29353f; }
  .button.ghost {
    background: transparent;
    border: 2px solid #9c9ea1;
    color: #9c9ea1;
    background: transparent; }
    .button.ghost:hover, .button.ghost:focus {
      color: #fff;
      background: #9c9ea1; }
  .button.cta {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    background: transparent; }
    .button.cta:hover, .button.cta:focus {
      color: #74c044;
      background: #fff; }

.btns .button.green, .button.green {
  background: #74c044; }

.button.green:hover, .button.green:focus {
  background: #5d9c35; }

.btns .button.red, .button.red {
  background: #c04444; }

.button.red:hover, .button.red:focus {
  background: #ab1919; }

.btns .button {
  background: #727880; }

.alignleft,
.alignright,
.aligncenter {
  margin: 20px auto;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (min-width: 767px) {
  .alignleft {
    float: left;
    margin: 0 30px 10px 0; } }

@media screen and (min-width: 767px) {
  .alignright {
    float: right;
    margin: 0 0 10px 30px; } }

a .alignleft:hover,
a .alignright:hover,
a .aligncenter:hover {
  border-color: #bfbfbf; }

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none; }

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  position: relative;
  zoom: 1; }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides img {
      height: auto; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin: -20px 0 0;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: #000;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .flex-direction-nav a.flex-prev {
      left: 0px; }
    .flex-direction-nav a.flex-next {
      right: 0px; }
    .flex-direction-nav a.flex-disabled {
      opacity: 0 !important;
      filter: alpha(opacity=0);
      cursor: default; }

/* ====================================================================================================================
 * CONTROL NAV
 * ====================================================================================================================*/
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .flex-control-nav li a {
      width: 11px;
      height: 11px;
      display: block;
      background: #666;
      background: rgba(0, 0, 0, 0.5);
      cursor: pointer;
      text-indent: -9999px;
      border-radius: 20px; }
      .flex-control-nav li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7); }
      .flex-control-nav li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

/* ====================================================================================================================
 * PAUSE PLAY
 * ====================================================================================================================*/
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-size: 20px;
    display: inline-block;
    content: 'Pause'; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a.flex-play:before {
    content: 'Play'; }

/* -----------------------------------------------------------------
    CHOSEN STYLES (Chosen v1.0.0)
------------------------------------------------------------------*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 10px; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #cccccc; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 7px;
  height: 32px;
  border: 1px solid #cccccc;
  background-color: #fff;
  background-clip: padding-box;
  color: #727880;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px; }
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px; }
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px; }
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 100%; }
    .chosen-container-single .chosen-single div b {
      display: block;
      width: 100%;
      height: 100%; }
      .chosen-container-single .chosen-single div b:after {
        position: absolute;
        top: 0px;
        left: 28%;
        font-size: 20px;
        font-family: 'FontAwesome';
        content: '\f107';
        color: #151b20; }

.chosen-container-single .chosen-default {
  color: #727880; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative; }
  .chosen-container-single .chosen-search:after {
    position: absolute;
    top: 6px;
    left: 15px;
    font-size: 20px;
    font-family: 'FontAwesome';
    content: '\f002';
    color: #e6e6e6; }
  .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 15px 50px;
    width: 100%;
    height: auto;
    outline: 0;
    border: none;
    border-bottom: 1px solid #cccccc;
    background: #fff;
    border-radius: 0;
    margin: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #cccccc;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #727880;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #f9fafc;
  background-clip: padding-box;
  color: #727880;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 4px 0 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  font-size: 14px; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px;
    list-style: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #f9fafc;
      color: #727880;
      border-color: #e6e6e6; }
    .chosen-container .chosen-results li.no-results {
      display: list-item;
      background: #fff;
      border-color: none; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

.chosen-container-active .chosen-single {
  border: 1px solid #cccccc;
  background: #f9fafc; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #cccccc;
  background: #f9fafc; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active .chosen-choices {
  border: 1px solid #cccccc; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single,
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS
------------------------------------------------------------------*/
html {
  background: #fff; }

body {
  font-size: 16px;
  color: #727880;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  background: #fff; }

.brand {
  color: #9c9ea1 !important;
  font-weight: 400 !important; }
  .brand b {
    font-weight: 700 !important;
    color: #74c044 !important; }

.space {
  width: 100%;
  height: 20px; }

/* -----------------------------------------------------------------
	HEADER ELEMENTS
------------------------------------------------------------------*/
#header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #74c044; }
  #header .wrapper {
    position: relative; }
  @media screen and (min-width: 767px) {
    #header {
      padding-top: 10px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 1023px) {
    #header {
      padding-top: 30px;
      padding-bottom: 10px; } }

.logolink {
  position: absolute;
  z-index: 10; }
  @media screen and (min-width: 767px) {
    .logolink {
      top: 0; } }

#logo {
  float: left;
  margin: 0;
  height: 50px; }
  @media screen and (min-width: 767px) {
    #logo {
      height: 60px; } }
  @media screen and (min-width: 1023px) {
    #logo {
      height: 80px; } }

.tagline {
  font-size: 18px;
  color: #9c9ea1;
  text-align: center; }
  .tagline b {
    font-weight: 700;
    color: #74c044; }
  .tagline:after {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f25d';
    font-size: 8px;
    margin-top: 2px; }
  @media screen and (min-width: 767px) {
    .tagline {
      display: block;
      position: absolute;
      top: 10px;
      right: 60px;
      font-size: 22px;
      color: #9c9ea1;
      padding-right: 15px; }
      .tagline b {
        font-weight: 700;
        color: #74c044; }
      .tagline:after {
        position: absolute;
        font-family: "FontAwesome";
        content: '\f25d';
        font-size: 12px;
        margin-top: 2px; } }
  @media screen and (min-width: 1023px) {
    .tagline {
      top: -10px;
      right: 0;
      font-size: 25px; } }
  @media screen and (min-width: 1279px) {
    .tagline {
      font-size: 28px; } }

.mobi.tagline {
  padding-top: 10px; }

@media screen and (min-width: 767px) {
  .mobi {
    display: none; } }

.tab {
  display: none; }
  @media screen and (min-width: 767px) {
    .tab {
      display: block; } }

/* -----------------------------------------------------------------
	NAVIGATION ELEMENTS
------------------------------------------------------------------*/
#nav {
  position: relative;
  font-family: "Titillium Web", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.6em; }
  #nav::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 767px) {
    #nav {
      border-bottom: none;
      padding-bottom: 0; } }
  @media screen and (min-width: 1023px) {
    #nav {
      float: right;
      padding-top: 24px; } }
  @media screen and (min-width: 1279px) {
    #nav {
      padding-top: 30px; } }
  #nav #trigger {
    float: right;
    font-size: 1.5em;
    cursor: pointer; }
    #nav #trigger i {
      margin-left: 5px; }
    @media screen and (min-width: 1023px) {
      #nav #trigger {
        display: none; } }
  #nav > ul {
    display: none;
    position: absolute;
    top: 58px;
    left: -20px;
    right: -20px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f3f5f8;
    z-index: 100; }
    @media screen and (min-width: 767px) {
      #nav > ul {
        top: 74px; } }
    @media screen and (min-width: 1023px) {
      #nav > ul {
        display: block !important;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        background: transparent;
        margin-top: 20px; }
        #nav > ul::after {
          clear: both;
          content: "";
          display: block; } }
    #nav > ul > li {
      position: relative;
      border-bottom: 1px solid #d9e0e9;
      font-weight: 700; }
      @media screen and (min-width: 1023px) {
        #nav > ul > li {
          font-weight: 400;
          float: left;
          margin-left: 12px;
          padding-bottom: 20px;
          border-bottom: none; }
          #nav > ul > li:first-child {
            margin-left: 0; } }
      @media screen and (min-width: 1279px) {
        #nav > ul > li {
          margin-left: 20px; } }
      #nav > ul > li .sub {
        position: absolute;
        top: 0;
        right: 0;
        width: 46px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        padding: 0; }
        @media screen and (min-width: 1023px) {
          #nav > ul > li .sub {
            display: none; } }
      #nav > ul > li > a {
        display: block;
        padding: 10px 20px;
        color: #727880; }
        @media screen and (min-width: 1023px) {
          #nav > ul > li > a {
            padding: 0; } }
      @media screen and (min-width: 1023px) {
        #nav > ul > li:hover > a {
          color: #74c044; }
        #nav > ul > li:hover .dropdown {
          display: block !important; } }
  #nav .dropdown {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: none; }
    @media screen and (min-width: 1023px) {
      #nav .dropdown {
        position: absolute;
        top: 70%;
        left: -10px;
        background: #fff;
        width: 340px;
        line-height: 1.2;
        border: 1px solid #d9e0e9; }
        #nav .dropdown.lang {
          width: auto; } }
    #nav .dropdown li {
      border-top: 1px solid #e6eaf0;
      background-color: #fdfdfe;
      font-weight: 400; }
      @media screen and (min-width: 1023px) {
        #nav .dropdown li:first-child {
          border-top: 0; } }
      #nav .dropdown li a {
        display: block;
        padding: 10px 10px 10px 20px;
        color: #727880; }
        @media screen and (min-width: 1023px) {
          #nav .dropdown li a {
            padding: 10px; }
            #nav .dropdown li a:hover {
              color: #74c044; } }
  #nav .social {
    padding: 10px 15px; }
    #nav .social:hover > a {
      color: inherit; }
    #nav .social a {
      display: inline;
      padding-left: 5px;
      padding-right: 5px; }
      #nav .social a:hover {
        color: #74c044; }
    @media screen and (min-width: 1023px) {
      #nav .social {
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        padding: 0 10px; } }
    @media screen and (min-width: 1279px) {
      #nav .social {
        padding: 0 15px; } }
  #nav .desklang {
    display: none; }
    @media screen and (min-width: 1023px) {
      #nav .desklang {
        display: inline-block; } }
  #nav .mobilang a {
    display: inline-block; }
  @media screen and (min-width: 1023px) {
    #nav .mobilang {
      display: none; } }

/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS
------------------------------------------------------------------*/
#content .hero {
  overflow: hidden;
  color: #fff;
  text-align: center;
  position: relative; }
  #content .hero::after {
    clear: both;
    content: "";
    display: block; }
  #content .hero img {
    min-width: 600px;
    width: 100%; }
  #content .hero .caption {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    margin: auto;
    padding-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3; }
  #content .hero h1 {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 2em; }
  #content .hero .lead {
    font-weight: 700;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3em; }
  @media screen and (min-width: 767px) {
    #content .hero h1 {
      font-size: 3em;
      margin-top: 0; }
    #content .hero .lead {
      font-size: 1.6em;
      line-height: 1.6em; }
    #content .hero .arrow {
      position: absolute;
      width: 0;
      height: 0;
      border-left: 32px solid transparent;
      border-right: 32px solid transparent;
      border-bottom: 32px solid #fff;
      bottom: 0;
      left: 50%;
      margin-left: -32px; } }
  @media screen and (min-width: 1023px) {
    #content .hero h1 {
      font-size: 3.6em; }
    #content .hero .lead {
      font-size: 1.8em; } }
  @media screen and (min-width: 1279px) {
    #content .hero h1 {
      font-size: 4.5em; }
    #content .hero .lead {
      font-size: 2em; } }

#content .block {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px; }
  #content .block:last-child {
    margin-right: 0; }
  #content .block h2 {
    text-align: center; }
  #content .block p {
    color: #151b20; }
  #content .block i.icon {
    font-size: 4em;
    text-align: center;
    display: block;
    line-height: 1em; }
  #content .block .lead {
    text-align: center; }
  @media screen and (min-width: 767px) {
    #content .block {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 82.9403913294%;
      margin-left: 8.5298043353%;
      padding-top: 60px;
      padding-bottom: 60px; }
      #content .block:last-child {
        margin-right: 0; } }

#content .gradient {
  background-color: #74c044;
  background-image: -webkit-linear-gradient(-360deg, #74c044, #13aeef);
  background-image: linear-gradient(90deg,#74c044, #13aeef);
  color: #fff; }
  #content .gradient::after {
    clear: both;
    content: "";
    display: block; }
  #content .gradient p {
    color: #fff; }

#content .lightbg {
  background: #f3f5f8; }
  #content .lightbg::after {
    clear: both;
    content: "";
    display: block; }

#content .accordion {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0; }
  @media screen and (min-width: 767px) {
    #content .accordion {
      margin-top: 60px; } }
  #content .accordion.phase {
    margin-top: 30px; }
  #content .accordion > li > a {
    position: relative;
    display: block;
    margin-bottom: 10px; }
    #content .accordion > li > a:after {
      position: absolute;
      right: 1em;
      top: 1em;
      font-family: "FontAwesome";
      content: '\f196';
      color: #fff; }
      @media screen and (min-width: 767px) {
        #content .accordion > li > a:after {
          color: #74c044; } }
  #content .accordion .panel {
    display: none;
    list-style: none;
    padding: 20px 0; }
    #content .accordion .panel h4 {
      margin-top: 0;
      margin-bottom: 5px; }
    #content .accordion .panel p {
      margin-top: 0; }
    #content .accordion .panel ul, #content .accordion .panel ol {
      padding-left: 20px;
      margin-bottom: 20px; }
      #content .accordion .panel ul:last-child, #content .accordion .panel ol:last-child {
        margin-bottom: 10px; }
    #content .accordion .panel ul.chosen-results {
      margin: 0;
      padding: 0; }
  #content .accordion .steps {
    background: #f3f5f8;
    color: #727880;
    font-family: "Titillium Web", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px; }
    #content .accordion .steps h2 {
      display: inline;
      text-align: left;
      font-size: 20px; }
    #content .accordion .steps .phase {
      display: block;
      background: #74c044;
      color: #fff;
      padding: 10px 0 10px 15px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 10px; }
    @media screen and (min-width: 767px) {
      #content .accordion .steps {
        text-align: left;
        padding-bottom: 0; }
        #content .accordion .steps .phase {
          display: inline-block;
          width: 140px;
          margin-right: 10px;
          margin-bottom: 0; }
          #content .accordion .steps .phase i {
            padding-right: 5px; } }
  #content .accordion .is-expanded {
    display: block; }
    #content .accordion .is-expanded > a .steps .phase {
      background: #b0cfdc; }
    #content .accordion .is-expanded > a:after {
      content: '\f147';
      color: #fff; }
      @media screen and (min-width: 767px) {
        #content .accordion .is-expanded > a:after {
          color: #b0cfdc; } }

#content .freesteps::after {
  clear: both;
  content: "";
  display: block; }

#content .freesteps h2 {
  font-weight: 400;
  /*margin-top: 60px;*/
  margin-bottom: 40px; }
  #content .freesteps h2:first-child {
    margin-top: 0; }

#content .freesteps .center {
  text-align: center;
  margin-top: 40px; }

#content .freesteps i.icon {
    font-size: 4em;
    text-align: center;
    display: block;
    line-height: 1em;
    margin-top: 60px; }

#content .flexslider {
  background: transparent;
  padding-top: 30px;
  margin: 0 0 20px; }
  #content .flexslider .flex-direction-nav {
    display: none; }
    @media screen and (min-width: 767px) {
      #content .flexslider .flex-direction-nav {
        display: block; }
        #content .flexslider .flex-direction-nav a {
          position: absolute;
          top: 50%;
          margin: 0;
          z-index: 10;
          display: block;
          width: 60px;
          height: 40px;
          line-height: 40px;
          background: transparent;
          color: #74c044;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          font-family: "FontAwesome";
          font-size: 2em; }
          #content .flexslider .flex-direction-nav a.flex-prev {
            left: -60px; }
            #content .flexslider .flex-direction-nav a.flex-prev:after {
              content: '\f104'; }
          #content .flexslider .flex-direction-nav a.flex-next {
            right: -60px; }
            #content .flexslider .flex-direction-nav a.flex-next:after {
              content: '\f105'; } }

#content .list {
  padding-top: 10px; }
  #content .list h4 {
    color: #74c044;
    margin-top: 30px;
    margin-bottom: 0; }
  #content .list p {
    margin-top: 0; }

#content .checklist {
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 18px; }
  #content .checklist::after {
    clear: both;
    content: "";
    display: block; }
  #content .checklist .row {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc; }
    #content .checklist .row:last-child {
      border-bottom: none; }
    #content .checklist .row p {
      margin: 0;
      padding-bottom: 10px; }
    #content .checklist .row .check {
      font-weight: 700;
      color: #74c044;
      width: 25px;
      display: inline-block; }
    #content .checklist .row .button {
      font-size: 14px;
      padding: 5px 15px; }
    @media screen and (min-width: 767px) {
      #content .checklist .row p {
        float: left;
        width: calc(100% - 130px);
        padding-bottom: 0; }
      #content .checklist .row .btns {
        float: right;
        width: 130px;
        text-align: right; } }

#content main {
  padding-top: 30px; }
  @media screen and (min-width: 767px) {
    #content main {
      padding-top: 60px;
      width: 70%;
      float: left;
      display: block;
      padding-right: 10px; }
      #content main article {
        padding-right: 10px; } }
  #content main h1 {
    color: #151b20;
    font-size: 2.2em;
    text-transform: uppercase; }
  #content main .featured {
    margin-top: 30px; }
    #content main .featured::after {
      clear: both;
      content: "";
      display: block; }
  #content main .meta {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    font-size: 14px;
    text-transform: uppercase; }
    #content main .meta::after {
      clear: both;
      content: "";
      display: block; }
    #content main .meta .date {
      float: left;
      font-weight: 700; }
    #content main .meta .social {
      float: right; }
      #content main .meta .social span {
        padding-right: 5px; }
      #content main .meta .social i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        padding: 0;
        color: #fff; }
      #content main .meta .social .fa-facebook {
        background: #3b5998; }
        #content main .meta .social .fa-facebook:hover {
          background: #2d4373; }
      #content main .meta .social .fa-twitter {
        background: #55acee; }
        #content main .meta .social .fa-twitter:hover {
          background: #2795e9; }
      #content main .meta .social .fa-google-plus {
        background: #dd4b39; }
        #content main .meta .social .fa-google-plus:hover {
          background: #c23321; }
      #content main .meta .social .fa-envelope {
        background: #9c9ea1; }
        #content main .meta .social .fa-envelope:hover {
          background: #828488; }
      #content main .meta .social .fa-share-alt {
        background: #74c044; }
        #content main .meta .social .fa-share-alt:hover {
          background: #5d9c35; }
  #content main .post {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px; }
    #content main .post::after {
      clear: both;
      content: "";
      display: block; }
  #content main .ghost {
    margin-top: 10px;
    margin-bottom: 30px; }
    @media screen and (min-width: 767px) {
      #content main .ghost {
        margin-bottom: 90px; } }
  #content main .grid {
    margin-top: 20px;
    margin-bottom: 30px; }
    @media screen and (min-width: 767px) {
      #content main .grid {
        margin-bottom: 60px; } }
    #content main .grid .postbox {
      width: 100%;
      background: #f3f5f8;
      border-bottom: 4px solid #151b20;
      text-align: center;
      font-size: 14px;
      padding-bottom: 10px;
      margin-bottom: 30px; }
      @media screen and (min-width: 767px) {
        #content main .grid .postbox {
          width: calc(50% - 20px);
          margin-left: 10px;
          margin-right: 10px;
          margin-bottom: 20px; } }
      #content main .grid .postbox .featured {
        position: relative;
        margin-top: 0; }
        #content main .grid .postbox .featured h2 {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          background: rgba(0, 0, 0, 0.5);
          color: #fff;
          text-transform: uppercase;
          padding: 10px 20px;
          top: 50%;
          left: 50%;
          margin: 0;
          text-align: center;
          font-size: 20px;
          transition: all 0.2s ease 0s; }
          #content main .grid .postbox .featured h2:hover {
            background: rgba(0, 0, 0, 0.9); }
          #content main .grid .postbox .featured h2 a {
            color: #fff; }
      #content main .grid .postbox img {
        padding-bottom: 10px; }
      #content main .grid .postbox p {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px; }
      #content main .grid .postbox .date {
        font-weight: 700;
        text-transform: uppercase; }
        #content main .grid .postbox .date i {
          padding-right: 5px; }
  #content main .pagination {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px; }
    @media screen and (min-width: 767px) {
      #content main .pagination {
        margin-bottom: 90px; } }
    #content main .pagination ul {
      display: inline;
      margin: 0;
      padding: 0;
      text-align: center; }
      #content main .pagination ul li {
        display: inline;
        list-style: none; }
        #content main .pagination ul li.page-prev {
          float: left; }
        #content main .pagination ul li.page-next {
          float: right; }
      #content main .pagination ul ul li {
        display: none; }
        #content main .pagination ul ul li:nth-child(1), #content main .pagination ul ul li:nth-child(2), #content main .pagination ul ul li:nth-child(3) {
          display: inline; }
        @media screen and (min-width: 1023px) {
          #content main .pagination ul ul li {
            display: inline; } }
      #content main .pagination ul li a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border: 1px solid #151b20;
        outline: none;
        padding: 0.375em 15px;
        text-decoration: none;
        color: #151b20; }
        #content main .pagination ul li a:hover, #content main .pagination ul li a:focus, #content main .pagination ul li a:active, #content main .pagination ul li a.active {
          color: #fff;
          background: #151b20; }

#content aside {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px; }
  #content aside:last-child {
    margin-right: 0; }
  #content aside form.search {
    position: relative;
    margin-bottom: 30px; }
    #content aside form.search label {
      display: none; }
    #content aside form.search input {
      background: #f9fafc;
      margin: 0; }
      #content aside form.search input::-webkit-input-placeholder {
        color: #999;
        font-style: italic; }
      #content aside form.search input::-moz-placeholder {
        color: #999;
        font-style: italic; }
      #content aside form.search input:-moz-placeholder {
        color: #999;
        font-style: italic; }
      #content aside form.search input:-ms-input-placeholder {
        color: #999;
        font-style: italic; }
    #content aside form.search .form-btn {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      padding: 10px 15px;
      height: 44px; }
  #content aside .categories::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 767px) {
    #content aside {
      margin-top: 80px;
      border-left: 1px solid #cccccc;
      width: 30%;
      float: left;
      display: block;
      padding-left: 20px; } }

#content .tag-block {
  padding-bottom: 10px;
  text-transform: uppercase; }
  #content .tag-block::after {
    clear: both;
    content: "";
    display: block; }

#content .tag {
  padding: 2px 10px;
  border-radius: 16px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #74c044;
  white-space: nowrap; }
  #content .tag:hover {
    background: #5d9c35; }

#content .promo {
  padding-top: 30px;
  text-align: center; }
  #content .promo .affilliate {
    margin-bottom: 30px; }
    #content .promo .affilliate img {
      margin: 0 auto; }
    #content .promo .affilliate:last-child {
      margin-bottom: 0; }

#content a.more {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  #content a.more:after {
    font-family: "FontAwesome";
    content: '\f178';
    padding-left: 5px; }

#content .space {
  height: 60px; }
  #content .space::after {
    clear: both;
    content: "";
    display: block; }

#content .search-post {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc; }
  #content .search-post::after {
    clear: both;
    content: "";
    display: block; }

#content .flag {
  white-space: nowrap;
  margin-right: 10px; }
  @media screen and (min-width: 767px) {
    #content .flag {
      margin-right: 0;
      margin-left: 10px; } }

#content .calculator {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 6px; }
  #content .calculator::after {
    clear: both;
    content: "";
    display: block; }
  #content .calculator h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #151b20; }
  #content .calculator h6 {
    color: #151b20;
    margin: 0; }
  #content .calculator h5 {
    text-transform: uppercase;
    margin-bottom: 20px; }
  #content .calculator label {
    padding: 0;
    font-size: 12px; }
    #content .calculator label span {
      text-transform: none; }
  #content .calculator input {
    padding: 4px; }
  #content .calculator p {
    margin: 0; }
  #content .calculator button {
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 10px; }
  #content .calculator hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  #content .calculator .go {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    #content .calculator .go:last-child {
      margin-right: 0; }
    #content .calculator .go button {
      margin-top: 10px; }
  #content .calculator .results {
    background: #eaeaea;
    padding: 10px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 15px; }
    #content .calculator .results::after {
      clear: both;
      content: "";
      display: block; }
    #content .calculator .results .final {
      border-top: 1px solid #cccccc;
      margin-top: 30px;
      text-align: center;
      font-size: 20px;
      color: #151b20;
      font-weight: 700;
      padding-top: 30px; }
      #content .calculator .results .final::after {
        clear: both;
        content: "";
        display: block; }
      #content .calculator .results .final.alt {
        border-top: none;
        margin-top: 0;
        padding-top: 20px; }
    #content .calculator .results h3 {
      margin-bottom: 0; }
    #content .calculator .results h4 {
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: 5px; }
    #content .calculator .results .notes {
      font-size: 12px;
      font-weight: normal;
      text-align: left; }
    @media screen and (min-width: 767px) {
      #content .calculator .results h3 {
        margin-bottom: 20px; }
      #content .calculator .results h4 {
        margin-top: 0;
        margin-bottom: 10px; } }
  #content .calculator .action {
    text-align: right; }

#content .print {
  color: #151b20;
  font-size: 14px;
  line-height: 1.4em; }
  #content .print .head::after {
    clear: both;
    content: "";
    display: block; }
  #content .print .head h1 {
    display: inline-block;
    float: left;
    color: #151b20;
    margin-top: 40px; }
  #content .print .logo {
    float: right;
    width: 256px;
    margin-top: 20px; }
  #content .print .col6 {
    margin: 0 !important;
    float: left !important;
    width: 49% !important; }
    #content .print .col6:nth-child(n+2) {
      float: right !important; }
  #content .print .row {
    clear: left !important; }
  #content .print .positive {
    border-top: 2px solid #74c044;
    margin-top: 20px;
    margin-bottom: 40px; }
  #content .print .negative {
    border-top: 2px solid #c82727;
    margin-bottom: 40px; }
  #content .print .results {
    border-top: 2px solid #151b20;
    margin-top: 20px;
    margin-bottom: 40px; }
    #content .print .results .resultbox {
      border-top: 1px solid #aaa;
      border-bottom: 1px solid #aaa;
      margin-top: 40px;
      margin-bottom: 40px;
      padding-top: 40px;
      padding-bottom: 40px;
      text-align: center;
      font-size: 20px;
      font-weight: 700; }
  #content .print h2 {
    display: inline-block;
    color: #151b20;
    margin-top: 30px;
    margin-bottom: 0; }
  #content .print h4 {
    color: #727880;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0; }
  #content .print p {
    margin-top: 10px;
    margin-bottom: 10px; }
  #content .print .break {
    page-break-after: always; }

.homeblog {
  border-top: 1px solid #cccccc;
  padding-top: 60px;
  padding-bottom: 60px; }
  .homeblog h2 {
    text-align: center;
    margin-bottom: 60px; }
  .homeblog i.icon {
    font-size: 4em;
    text-align: center;
    display: block;
    line-height: 1em; }
  .homeblog .postbox {
    background: #f3f5f8;
    border-bottom: 4px solid #151b20;
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 30px; }
    @media screen and (min-width: 767px) {
      .homeblog .postbox {
        margin-bottom: 20px; } }
    .homeblog .postbox .featured {
      position: relative;
      margin-top: 0; }
      .homeblog .postbox .featured h2 {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-transform: uppercase;
        padding: 10px 20px;
        top: 50%;
        left: 50%;
        margin: 0;
        text-align: center;
        font-size: 20px;
        transition: all 0.2s ease 0s;
        width: 90%; }
        .homeblog .postbox .featured h2:hover {
          background: rgba(0, 0, 0, 0.9); }
        .homeblog .postbox .featured h2 a {
          color: #fff; }
    .homeblog .postbox img {
      padding-bottom: 10px; }
    .homeblog .postbox p {
      margin-top: 10px;
      margin-bottom: 10px;
      padding-left: 10px;
      padding-right: 10px; }
    .homeblog .postbox .date {
      font-weight: 700;
      text-transform: uppercase; }
      .homeblog .postbox .date i {
        padding-right: 5px; }

#splash-outer {
  max-width: 100% !important;
  margin-top: 30px;
  margin-bottom: 40px; }

#splash-title {
  background-color: #74c044 !important;
  padding: 1em !important; }
  #splash-title h2 {
    font-size: 1.8em !important; }

#button-field button {
  border: none !important;
  background-color: #74c044 !important;
  font-size: 1em !important; }
  #button-field button:hover, #button-field button:focus, #button-field button:active {
    background-color: #5d9c35 !important; }

#continue-quote img {
  float: right !important; }

.splash-text {
  font-size: 16px !important;
  color: #727880 !important;
  letter-spacing: normal !important; }

#sq1-quote-widget input[type=text] {
  font-size: 14px !important; }
  #sq1-quote-widget input[type=text]:focus {
    background-color: #fafafa !important; }

/* -----------------------------------------------------------------
	FOOTER ELEMENTS
------------------------------------------------------------------*/
#footer {
  font-size: 12px; }
  #footer::after {
    clear: both;
    content: "";
    display: block; }
  #footer a {
    color: #9c9ea1; }
    #footer a:hover {
      color: #74c044; }
  #footer .footer-nav {
    text-align: center;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc; }
    #footer .footer-nav::after {
      clear: both;
      content: "";
      display: block; }
    #footer .footer-nav ul {
      list-style: none;
      margin: 0;
      padding: 10px 0 0;
      text-transform: uppercase;
      display: inline-block; }
      #footer .footer-nav ul li {
        display: inline-block;
        padding: 5px; }
      #footer .footer-nav ul.social li {
        padding: 10px; }
      @media screen and (min-width: 767px) {
        #footer .footer-nav ul li {
          display: inline; }
        #footer .footer-nav ul.navi {
          float: left; }
        #footer .footer-nav ul.social {
          float: right; } }
  #footer .quote {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    line-height: 1.4em; }
    #footer .quote p {
      margin-top: 0; }
    #footer .quote b {
      white-space: nowrap; }
    #footer .quote img {
      float: right;
      margin: 0 0 10px 5px; }
      @media screen and (min-width: 767px) {
        #footer .quote img {
          margin: 0 0 30px 40px; } }
  #footer .info {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }
    #footer .info::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 767px) {
      #footer .info .copy {
        float: left;
        text-align: left; }
      #footer .info .credits {
        float: right;
        text-align: left; } }

.newsletter-bar {
  padding: 30px 0;
  background: #74c044;
  color: white;
  font-size: 14px;
}

.newsletter-bar .wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
  align-items: center;
}

.newsletter-bar .wrapper::after {
  display: none;
}

.newsletter-bar .title {
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Titillium Web", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 20px;
}

.newsletter-bar p {
  margin: 0;
}

.newsletter-bar form {
  display: flex;
  justify-content: space-between;
}

.newsletter-bar .button {
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 140px;
  flex-shrink: 0;
}

.newsletter-bar input[type="email"] {
  margin: 0 !important;
  width: calc(100% - 160px);
}

.newsletter-bar .button:hover {
  background: white;
  color: #74c044;
}

@media screen and (min-width: 767px) {
  .newsletter-bar .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
  .newsletter-bar .title {
    font-size: 26px;
  }
}

/* -----------------------------------------------------------------
	IE FIXES
------------------------------------------------------------------*/
.sbwidget-container {
  margin: 0 auto; }

#sq1-quote-widget input[type=text] {
  color: #151b20; }
  #sq1-quote-widget input[type=text]:focus {
    color: #151b20 !important; }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em; }

.flag-icon:before {
  content: "\00a0"; }

.flag-icon.flag-icon-squared {
  width: 1em; }

.flag-icon-ca {
  background-image: url("../images/ca.svg"); }

.flag-icon-ca.flag-icon-squared {
  background-image: url("../images/ca2.svg"); }

.flag-icon-us {
  background-image: url("../images/us.svg"); }

.flag-icon-us.flag-icon-squared {
  background-image: url("../images/us2.svg"); }

/* -----------------------------------------------------------------
	EXTRAS
------------------------------------------------------------------*/
#intelli_mortgage_builder_frame {
	overflow: hidden !important;
	border: 1px solid #02C535;
	margin: 0 auto;
}