/*! normalize.css v3.0.2 | 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,
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;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #34b9b0;
}

a.text-primary:hover {
  color: #29918a;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #34b9b0;
}

a.bg-primary:hover {
  background-color: #29918a;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

body {
  background-color: #217875;
}

.page-wrap {
  background-color: #fff;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
}
@media (min-width: 768px) {
  .page-wrap {
    font-size: 16px;
  }
}

a {
  color: #555555;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #222222;
  text-decoration: none;
}

b, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font-size: 28px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 21px;
  }
}

h6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h6 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 18px;
  }
}

.flex-row {
  display: flex;
  flex-flow: row wrap;
}

.flex {
  display: flex;
}

button.btn, a.btn, .vfbp-form .btn {
  display: inline-block;
  background-color: #34b9b0;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
button.btn:hover, button.btn:active, button.btn:focus, a.btn:hover, a.btn:active, a.btn:focus, .vfbp-form .btn:hover, .vfbp-form .btn:active, .vfbp-form .btn:focus {
  text-decoration: none;
  background-color: #8ee9d8;
  color: #555555;
  outline: none;
  transition: 0.3s;
}
button.btn.extra-small, a.btn.extra-small, .vfbp-form .btn.extra-small {
  height: 40px;
  padding: 0 23px;
  font-size: 12px;
  letter-spacing: 1.9px;
  line-height: 40px;
}
button.btn.small, a.btn.small, .vfbp-form .btn.small {
  height: 37px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 37px;
}
@media (min-width: 768px) {
  button.btn.small, a.btn.small, .vfbp-form .btn.small {
    font-size: 18px;
    height: 49px;
    line-height: 49px;
    padding: 0 35px;
  }
}
button.btn.big, a.btn.big, .vfbp-form .btn.big {
  height: 49px;
  padding: 0 25px;
  font-size: 18px;
  line-height: 49px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  button.btn.big, a.btn.big, .vfbp-form .btn.big {
    font-size: 27px;
    height: 58px;
    line-height: 58px;
    padding: 0 35px;
  }
}
button.btn.big [class^=icon-], button.btn.big [class*=icon-], a.btn.big [class^=icon-], a.btn.big [class*=icon-], .vfbp-form .btn.big [class^=icon-], .vfbp-form .btn.big [class*=icon-] {
  position: relative;
  bottom: -7px;
  padding-right: 10px;
  font-size: 29px;
}
@media (min-width: 768px) {
  button.btn.big [class^=icon-], button.btn.big [class*=icon-], a.btn.big [class^=icon-], a.btn.big [class*=icon-], .vfbp-form .btn.big [class^=icon-], .vfbp-form .btn.big [class*=icon-] {
    padding-right: 15px;
    font-size: 39px;
  }
}
button.btn.white, a.btn.white, .vfbp-form .btn.white {
  background-color: #fff;
  color: #555555;
}
button.btn.white:hover, button.btn.white:active, button.btn.white:focus, a.btn.white:hover, a.btn.white:active, a.btn.white:focus, .vfbp-form .btn.white:hover, .vfbp-form .btn.white:active, .vfbp-form .btn.white:focus {
  background-color: #217875;
  color: #fff;
}
button.btn.green, a.btn.green, .vfbp-form .btn.green {
  background-color: #217875;
  color: #fff;
}
button.btn.green:hover, button.btn.green:active, button.btn.green:focus, a.btn.green:hover, a.btn.green:active, a.btn.green:focus, .vfbp-form .btn.green:hover, .vfbp-form .btn.green:active, .vfbp-form .btn.green:focus {
  background-color: #fff;
  color: #555555;
}

.breadcrumbs {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  margin-top: 5px;
}
.breadcrumbs a {
  text-decoration: none;
}

.icon-font, .page-template-page-support .package-details .details .benefits li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Make bootstrap fifths */
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    float: left;
    width: 20%;
  }
}

.col-md-5ths {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-5ths {
    float: left;
    width: 20%;
  }
}

.col-sm-5ths {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    float: left;
    width: 20%;
  }
}

.visually-hidden, .primary-footer .main .newsletter .vfbp-form label {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.general {
  margin: 20px 0;
}

.primary-header {
  position: relative;
}
.primary-header .top-bar {
  display: none;
  position: absolute;
  top: 74px;
  text-align: center;
  height: 43px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background-color: #34b9b0;
  overflow: hidden;
  z-index: 2;
}
.home.page .primary-header .top-bar {
  display: block;
}
@media (min-width: 768px) {
  .primary-header .top-bar {
    display: block;
    position: static;
    top: 0;
    width: auto;
    text-align: left;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .primary-header .top-bar {
    font-size: 17px;
  }
}
.primary-header .top-bar a {
  color: #fff;
  text-decoration: none;
}
.primary-header .top-bar .tagline {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  padding: 14px 15px;
  height: 42px;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .primary-header .top-bar .tagline {
    height: auto;
  }
}
.primary-header .top-bar .tagline strong {
  font-weight: bold;
}
.primary-header .top-bar .links {
  display: none;
  text-align: right;
  font-weight: 500;
}
@media (min-width: 768px) {
  .primary-header .top-bar .links {
    display: block;
  }
}
.primary-header .top-bar .links a {
  display: inline-block;
  line-height: 43px;
  font-weight: 500;
  white-space: nowrap;
}
.primary-header .top-bar .links a:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .primary-header .top-bar .links a:not(:last-child) {
    margin-right: 30px;
  }
}
.primary-header .top-bar .links a [class^=icon-], .primary-header .top-bar .links a i[class*=icon-] {
  position: relative;
  margin-right: 9px;
}
.primary-header .top-bar .links a .icon-help {
  font-size: 23px;
  bottom: -4px;
}
.primary-header .top-bar .links a .icon-users {
  font-size: 25px;
  bottom: -6px;
}
.primary-header .top-bar .links a .icon-phone {
  font-size: 18px;
  bottom: -2px;
}
.primary-header .main {
  background-color: #fff;
}
.primary-header .main.sticky {
  position: fixed;
  width: 100%;
  margin-top: 0;
  z-index: 1005;
}
@media (min-width: 768px) {
  .primary-header .main.sticky {
    margin-top: -43px;
  }
}
.admin-bar .primary-header .main.sticky {
  margin-top: -46px;
}
.home.page .primary-header .main.sticky {
  margin-top: -42px;
}
@media (min-width: 768px) {
  .home.page .primary-header .main.sticky {
    margin-top: -43px;
  }
}
.home.page.admin-bar .primary-header .main.sticky {
  margin-top: -88px;
}
@media (min-width: 768px) {
  .home.page.admin-bar .primary-header .main.sticky {
    margin-top: -43px;
  }
}
@media (min-width: 768px) {
  .primary-header .main {
    height: auto;
  }
}
.primary-header .main .main-wrap {
  padding: 15px 0 1px 0;
}
@media (max-width: 767px) {
  .primary-header .main .main-wrap {
    display: block;
  }
}
@media (min-width: 768px) {
  .primary-header .main .main-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .primary-header .main .logo-wrap {
    display: block;
  }
}
.primary-header .main .logo img {
  width: 100%;
  max-width: 115px;
}
@media (min-width: 768px) {
  .primary-header .main .logo img {
    max-width: 193px;
    padding-top: 20px;
  }
}
.primary-header .main.sticky .logo img {
  max-width: 130px;
}
.primary-header .main .mobile {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .primary-header .main .mobile {
    display: none;
  }
}
.primary-header .main .mobile .icon {
  font-size: 25px;
  display: inline-block;
  position: relative;
  top: 0;
  left: -6px;
  text-decoration: none;
  color: #34b9b0;
}
.primary-header .main .mobile .sm_nav {
  position: relative;
  top: -9px;
  display: inline-block;
  padding: 1.75rem 0.875rem;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.5rem;
  background-color: transparent;
  border: none;
}
.primary-header .main .mobile .sm_nav:hover {
  opacity: 1;
}
.primary-header .main .mobile .sm_nav:active {
  transition: none;
}
.primary-header .main .mobile .sm_nav .lines {
  display: inline-block;
  width: 3.5rem;
  height: 0.5rem;
  background: #555555;
  border-radius: 0.25rem;
  transition: 0.3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
.primary-header .main .mobile .sm_nav .lines:before, .primary-header .main .mobile .sm_nav .lines:after {
  display: inline-block;
  width: 3.5rem;
  height: 0.5rem;
  background: #555555;
  border-radius: 0.25rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 0.25rem center;
}
.primary-header .main .mobile .sm_nav .lines:before {
  top: 0.975rem;
}
.primary-header .main .mobile .sm_nav .lines:after {
  top: -0.875rem;
}
.primary-header .main .mobile .sm_nav .lines:focus {
  outline: none;
}
.primary-header .main .mobile .sm_nav.x.close .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}
.primary-header .main .mobile .sm_nav.x.close .lines:before, .primary-header .main .mobile .sm_nav.x.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 3.5rem;
}
.primary-header .main .mobile .sm_nav.x.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.primary-header .main .mobile .sm_nav.x.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.primary-header .main .mobile .sm_nav:focus {
  outline: none;
}

.nav-wrap {
  display: none;
  position: relative;
  top: -3px;
  justify-content: flex-end;
  padding: 0;
  z-index: 2001;
}
@media (min-width: 768px) {
  .nav-wrap {
    display: flex !important;
    top: 0;
    visibility: visible;
    position: static;
    z-index: 1;
  }
}

.main-navigation ul.nav {
  border: none;
}
.main-navigation ul.nav > li {
  position: relative;
  list-style: none;
  width: 100%;
}
@media (max-width: 767px) {
  .main-navigation ul.nav > li {
    float: none;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .main-navigation ul.nav > li {
    width: auto;
  }
}
.main-navigation ul.nav > li > a {
  display: block;
  text-align: center;
  width: 100%;
  height: 43px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  background-color: #29b9b1;
  text-decoration: none;
  border-radius: 0;
  border: none;
}
@media (min-width: 768px) {
  .main-navigation ul.nav > li > a {
    display: inline-block;
    text-align: left;
    width: auto;
    height: auto;
    padding: 45px 9px 47px 9px;
    font-size: 20px;
    font-weight: 500;
    color: #555555;
    background-color: transparent;
    border: none;
  }
  .sticky .main-navigation ul.nav > li > a {
    padding-top: 32px;
    padding-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .main-navigation ul.nav > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.main-navigation ul.nav > li > a:hover, .main-navigation ul.nav > li > a:focus, .main-navigation ul.nav > li > a:active {
  background-color: #54c7c1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-navigation ul.nav > li > a:hover, .main-navigation ul.nav > li > a:focus, .main-navigation ul.nav > li > a:active {
    color: #676767;
    background-color: inherit;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .main-navigation ul.nav > li > a:hover span, .main-navigation ul.nav > li > a:focus span, .main-navigation ul.nav > li > a:active span {
    padding-bottom: 2px;
    border-bottom: 2px solid #676767;
  }
}
@media (max-width: 767px) {
  .main-navigation ul.nav > li > a:focus, .main-navigation ul.nav > li > a:active {
    background-color: #29b9b1;
  }
}
@media (min-width: 768px) {
  .main-navigation ul.nav > li:first-child a {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .main-navigation ul.nav > li:last-child a {
    padding-right: 0;
  }
}
.main-navigation ul.nav > li:not(:last-child) a {
  border-bottom: 1px solid #5dc7c0;
}
@media (min-width: 768px) {
  .main-navigation ul.nav > li:not(:last-child) a {
    border: none;
  }
}
@media (min-width: 768px) {
  .main-navigation ul.nav > li.mobile-only {
    display: none;
  }
}
.main-navigation ul.nav > li.notice > a {
  background-color: #217875;
  border-color: #4d9391;
}
.main-navigation ul.nav > li.current_page_item > a {
  text-align: center;
}
@media (min-width: 768px) {
  .main-navigation ul.nav > li.current_page_item > a {
    color: #217875;
  }
}
.main-navigation ul.nav > li.current_page_item > a:hover, .main-navigation ul.nav > li.current_page_item > a:focus, .main-navigation ul.nav > li.current_page_item > a:active {
  text-decoration: none;
}
.main-navigation ul.nav > li.current_page_item > a:hover span, .main-navigation ul.nav > li.current_page_item > a:focus span, .main-navigation ul.nav > li.current_page_item > a:active span {
  border-bottom: none;
}
@media (min-width: 768px) {
  .main-navigation ul.nav > li:hover > .icon-arrow-dd, .main-navigation ul.nav > li:focus > .icon-arrow-dd, .main-navigation ul.nav > li:active > .icon-arrow-dd {
    display: block;
  }
  .main-navigation ul.nav > li:hover > ul.submenu, .main-navigation ul.nav > li:focus > ul.submenu, .main-navigation ul.nav > li:active > ul.submenu {
    display: block;
  }
}
.main-navigation ul.nav .icon-arrow-dd {
  display: none;
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translate(-50%);
  font-size: 7px;
  color: #34b9b0;
}
.main-navigation ul.submenu {
  display: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .main-navigation ul.submenu {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translate(-50%);
    z-index: 1200;
    padding: 0 4px;
  }
}
.main-navigation ul.submenu > li {
  list-style: none;
  width: 100%;
}
@media (min-width: 768px) {
  .main-navigation ul.submenu > li {
    width: auto;
  }
}
.main-navigation ul.submenu > li > a {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  background-color: #54c7c1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-navigation ul.submenu > li > a {
    width: auto;
    font-size: 18px;
    background-color: #187875;
  }
}
.main-navigation ul.submenu > li > a:hover, .main-navigation ul.submenu > li > a:focus, .main-navigation ul.submenu > li > a:active {
  background-color: #54c7c1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-navigation ul.submenu > li > a:hover, .main-navigation ul.submenu > li > a:focus, .main-navigation ul.submenu > li > a:active {
    background-color: #30ABA6;
  }
}
.main-navigation ul.submenu > li > a > span {
  display: block;
  padding: 13px 35px;
  margin: 0 4px;
}
.main-navigation ul.submenu > li:not(:last-child) > a > span {
  border-bottom: 1px solid #76d2cd;
}
@media (min-width: 768px) {
  .main-navigation ul.submenu > li:not(:last-child) > a > span {
    border-bottom: 1px solid #4d9391;
  }
}

.vfbp-form input.vfb-form-control[type=text],
.vfbp-form input.vfb-form-control[type=password],
.vfbp-form input.vfb-form-control[type=email] {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  font-size: 13px;
  height: 40px;
  padding-left: 18px;
  border: 1px solid #47d6cd;
  background-color: #b5e1de;
  border-radius: 0;
  box-shadow: none;
}
.vfbp-form .vfb-has-error input.vfb-form-control[type=text],
.vfbp-form .vfb-has-error input.vfb-form-control[type=password],
.vfbp-form .vfb-has-error input.vfb-form-control[type=email] {
  border-color: #ed1c24;
}
.vfbp-form textarea.vfb-form-control {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  font-size: 13px;
  height: 40px;
  padding-left: 18px;
  border: 1px solid #47d6cd;
  background-color: #b5e1de;
  border-radius: 0;
  box-shadow: none;
}
.vfbp-form textarea.vfb-form-control:focus {
  box-shadow: none;
}
.vfbp-form .vfb-has-error textarea.vfb-form-control {
  border: 1px solid #ed1c24;
}
.vfbp-form .vfb-has-error textarea.vfb-form-control:focus {
  box-shadow: none;
}
.vfbp-form .vfb-form-group:before, .vfbp-form .vfb-form-group:after {
  content: " ";
  display: table;
}
.vfbp-form .vfb-form-group:after {
  clear: both;
}
.vfbp-form label {
  display: block;
  letter-spacing: 1px;
}
.vfbp-form .vfb-checkbox {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.vfbp-form .vfb-checkbox label {
  display: flex;
  margin-top: 0;
  font-weight: 400;
  font-size: 11px;
  position: relative;
  padding-left: 0;
}
.vfbp-form .vfb-checkbox label a {
  margin: 0 3px;
}
.vfbp-form .vfb-radio {
  margin-right: 0;
}
.vfbp-form .vfb-radio:not(:last-child) {
  margin-right: 70px;
}
.vfbp-form .vfb-radio label {
  position: relative;
  padding-left: 0;
}
.vfbp-form .icheckbox_square {
  top: 1px;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  margin-right: 12px;
  background-color: #cce9e7;
  border: 1px solid #d4f1ef;
  color: #fff;
  font-size: 13px;
}
.vfbp-form .icheckbox_square .icon-tick {
  position: relative;
  left: 1px;
  bottom: 5px;
  text-shadow: 2px 0 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  color: #217875;
}
.vfbp-form .icheckbox_square.checked .icon-tick {
  opacity: 1;
}
.vfbp-form .iradio {
  display: inline-block;
  top: 5px;
  width: 13px;
  height: 13px;
  margin-right: 12px;
  background-color: #fff;
  color: #34b9b0;
  border-radius: 50%;
  font-size: 16px;
}
.vfbp-form .iradio .radio-fill {
  position: relative;
  display: inline-block;
  left: 3px;
  bottom: 6px;
  height: 7px;
  width: 7px;
  background-color: #217875;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}
@supports (-moz-appearance: none) and (display: contents) {
  .vfbp-form .iradio .radio-fill {
    bottom: 8px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vfbp-form .iradio .radio-fill {
    /* IE10+ CSS styles go here */
    bottom: 7px;
  }
}
.vfbp-form .iradio.checked .radio-fill {
  opacity: 1;
}
.vfbp-form .icheck-checkbox-label .text {
  font-size: 1.2em;
  padding-top: 5px;
}
.vfbp-form .icheck-checkbox-label .text, .vfbp-form .icheck-checkbox-label .icheckbox_square {
  display: block;
  float: left;
}

.form-wrap .form .form-thanks {
  padding-left: 15px;
}
.form-wrap .form .form-thanks h1 {
  margin-top: -20px;
}
.form-wrap .form .form-thanks h3 {
  margin-top: 25px;
  text-transform: none;
}

#vfbField12 .vfb-required-asterisk {
  display: none;
}

header.inner-main {
  position: relative;
  padding: 25px;
  margin-bottom: 30px;
  background-size: contain;
  background-color: #5dc7c0;
  background-position: right;
  background-repeat: no-repeat;
}
header.inner-main .home.page {
  margin-top: 43px;
}
@media (max-width: 767px) {
  header.inner-main {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  header.inner-main h1 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  header.inner-main {
    min-height: 242px;
    padding: 42px;
    margin-top: 0;
    border-radius: 0 0 0 15% / 19%;
  }
}
@media (min-width: 992px) {
  header.inner-main {
    border-radius: 0 0 0 11% / 19%;
  }
}
.archive header.inner-main, .single-post header.inner-main {
  background-size: 60% 100%;
}
header.inner-main h1 {
  font-family: sommet-rounded, sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
}

.general-page-content .article-content h1, .general-page-content .article-content h2, .general-page-content .article-content h3, .general-page-content .article-content h4, .general-page-content .article-content h5, .general-page-content .article-content h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  color: #555555;
  margin-top: 0;
}
.general-page-content .article-content > h1:not(:first-child), .general-page-content .article-content > h2:not(:first-child), .general-page-content .article-content > h3:not(:first-child), .general-page-content .article-content > h4:not(:first-child), .general-page-content .article-content > h5:not(:first-child), .general-page-content .article-content > h6:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .general-page-content .article-content > h1:not(:first-child), .general-page-content .article-content > h2:not(:first-child), .general-page-content .article-content > h3:not(:first-child), .general-page-content .article-content > h4:not(:first-child), .general-page-content .article-content > h5:not(:first-child), .general-page-content .article-content > h6:not(:first-child) {
    margin-top: 35px;
  }
}
.general-page-content .article-content h1 {
  margin-bottom: 35px;
}
.general-page-content .article-content h2 {
  margin-bottom: 30px;
}
.general-page-content .article-content h3 {
  margin-bottom: 25px;
}
.general-page-content .article-content h4 {
  margin-bottom: 20px;
}
.general-page-content .article-content h5 {
  margin-bottom: 12px;
}
.general-page-content .article-content h6 {
  margin-bottom: 9px;
}
.general-page-content .article-content img {
  max-width: 100%;
  height: auto;
}
.general-page-content .article-content ul, .general-page-content .article-content ol {
  padding: 0;
}
@media (768px) {
  .general-page-content .article-content ul, .general-page-content .article-content ol {
    margin: 0 0 0 19px;
  }
}
.general-page-content .article-content ul {
  list-style: none;
}
.general-page-content .article-content ul li {
  position: relative;
  padding-left: 22px;
}
.general-page-content .article-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: inline-block;
  content: "\2022";
  color: #34b9b0;
}
.general-page-content .article-content ol {
  list-style: decimal outside none;
}
.general-page-content .article-content li {
  margin-bottom: 15px;
  padding-left: 12px;
}
.general-page-content .article-content .lead {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 1.4;
}
.general-page-content .article-content button.btn, .general-page-content .article-content a.btn {
  margin: 15px 0;
  font-size: 14px;
  color: #fff;
}
.general-page-content .article-content button.btn:hover, .general-page-content .article-content button.btn:focus, .general-page-content .article-content button.btn:active, .general-page-content .article-content a.btn:hover, .general-page-content .article-content a.btn:focus, .general-page-content .article-content a.btn:active {
  color: #fff;
}

.not-found {
  padding-bottom: 40px;
}

.home.page .hero-unit {
  min-height: 324px;
  padding: 57px 0;
  margin-top: 42px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right -6px center;
}
@media (min-width: 450px) {
  .home.page .hero-unit {
    background-position: right center;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .home.page .hero-unit {
    /* ipad portrait */
    background-position: right -35px center;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .home.page .hero-unit {
    /* ipad landscape */
    background-position: right -135px center;
  }
}
@media (min-width: 768px) {
  .home.page .hero-unit {
    margin-top: 0;
    min-height: 582px;
    border-radius: 0 0 0 15% / 19%;
  }
}
@media (min-width: 1200px) {
  .home.page .hero-unit {
    border-radius: 0 0 0 11% / 19%;
  }
}
@media (min-width: 992px) {
  .home.page .hero-unit {
    background-position: center center;
  }
}
.home.page .hero-unit .content {
  margin-top: -42px;
}
@media (min-width: 768px) {
  .home.page .hero-unit .content {
    margin-top: 0;
  }
}
.home.page .hero-unit h1 {
  font-family: sommet-rounded, sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  max-width: 250px;
}
@media (min-width: 650px) and (max-width: 767px) {
  .home.page .hero-unit h1 {
    max-width: 325px;
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .home.page .hero-unit h1 {
    font-size: 47px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .home.page .hero-unit h1 {
    font-size: 70px;
  }
}
.home.page .hero-unit h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  max-width: 250px;
}
@media (min-width: 650px) and (max-width: 767px) {
  .home.page .hero-unit h2 {
    max-width: 325px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .home.page .hero-unit h2 {
    font-size: 25px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .home.page .hero-unit h2 {
    font-size: 34px;
  }
}
.home.page .hero-unit .subtitle {
  margin-top: 25px;
}
.home.page .hero-unit .more {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .home.page .hero-unit .more {
    padding: 0 15px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
  }
}
.home.page .hero-unit .more .arrow {
  position: relative;
  top: 0;
  margin-left: 13px;
}
.home.page .content-wrap {
  background-color: #fff;
}
.home.page .content-wrap .content {
  padding: 30px 0 30px 0;
}
.home.page .content-wrap .content b, .home.page .content-wrap .content strong {
  font-weight: 500;
}
@media (min-width: 768px) {
  .home.page .content-wrap .content {
    padding: 69px 0 73px 0;
  }
}
.home.page .content-wrap .content .intro {
  font-size: 18px;
}
@media (min-width: 768px) {
  .home.page .content-wrap .content .intro {
    padding-right: 40px;
  }
}
.home.page .content-wrap .content .extra {
  font-size: 15px;
}
@media (min-width: 768px) {
  .home.page .content-wrap .content .extra {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .home.page .content-wrap .content .extra {
    padding-right: 40px;
  }
}
.home.page .content-wrap .content .extra h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .home.page .content-wrap .content .extra h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.home.page .content-wrap .content .hl {
  font-weight: bold;
}

.page-template-page-support .packages-wrap {
  padding: 82px 0 19px 0;
  background-color: #34b9b0;
}
.page-template-page-support .package-details-wrap {
  position: relative;
}
.page-template-page-support .package-details-wrap .package-details:not(:first-child) {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .page-template-page-support .package-details-wrap .package-details:not(:first-child) {
    padding-top: 0;
  }
}
.page-template-page-support .package-details {
  padding: 0 0 30px 0;
  background-color: #34b9b0;
  color: #fff;
  border-bottom: 1px solid #d0f3ec;
}
@media (max-width: 767px) {
  .page-template-page-support .package-details {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .page-template-page-support .package-details {
    display: none;
    padding: 0 0 65px 0;
    border: none;
  }
  .page-template-page-support .package-details.active {
    display: block;
  }
  .page-template-page-support .package-details.initial {
    animation: none;
  }
}
.page-template-page-support .package-details header {
  text-align: center;
  border-bottom: 3px solid #d0f3ec;
}
.page-template-page-support .package-details header .header-wrapper {
  border-bottom: 3px solid #d0f3ec;
}
.page-template-page-support .package-details header h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page-template-page-support .package-details .details {
  padding-top: 30px;
}
.page-template-page-support .package-details .details .desc {
  font-size: 16px;
}
.page-template-page-support .package-details .details .benefits {
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-template-page-support .package-details .details .benefits {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-template-page-support .package-details .details .benefits ul {
    padding-left: 0;
  }
}
.page-template-page-support .package-details .details .benefits li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 1.4;
}
.page-template-page-support .package-details .details .benefits li:not(:last-child) {
  padding-bottom: 10px;
}
.page-template-page-support .package-details .details .benefits li:before {
  position: absolute;
  left: 0;
  top: 4px;
  height: 100%;
  display: inline-block;
  content: "\e915";
  font-size: 13px;
  padding-right: 12px;
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    position: absolute;
    top: -100%;
    z-index: 5;
  }
  100% {
    opacity: 1;
  }
}
.blog-content {
  padding: 35px 0 35px 0;
}
@media (min-width: 768px) {
  .blog-content {
    padding: 67px 0 35px 0;
  }
}

.single-post .post-display .post-row-wrap {
  margin-top: 15px;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .single-post .post-display .post-row-wrap {
    flex-flow: row nowrap;
  }
}
.post-display .post-wrap {
  float: left;
  margin-bottom: 22px;
}
.archive .post-display .post-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .archive .post-display .post-wrap {
    width: calc(33.33333333% - 20px);
    margin-right: 20px;
  }
}
.archive .post-display .post-wrap:nth-child(3n) {
  margin-right: 0;
}
.single-post .post-display .post-wrap {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .single-post .post-display .post-wrap {
    width: auto;
    flex-grow: 1;
    flex-basis: 0;
  }
}
.post-display .post-wrap--width2 {
  width: 33.33333%;
}
.post-display .link-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border: 2px solid #34b9b0;
  text-decoration: none;
}
.post-display .post-image {
  position: relative;
  transition: 0.3s;
}
.post-display .post-image img {
  width: 100%;
}
.post-display .post-details {
  overflow: hidden;
  padding: 20px 28px 18px 20px;
  color: #34b9b0;
  background-color: #fff;
}
.post-display .post-details a:hover, .post-display .post-details a:focus, .post-display .post-details a:visited {
  color: #222222;
}
.post-display .post-details h2 {
  margin: 0;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
}
.post-display .post-details time {
  font-size: 13px;
  color: #222222;
}
.post-display .post-details .info {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 7px;
}
.post-display .more button {
  text-align: center;
  width: 100%;
  height: 49px;
  padding-left: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 47px;
  background-color: #43c6be;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  border-top: 2px solid #34b9b0;
}
.post-display .grid-sizer,
.post-display .grid-item {
  width: 33.33333%;
}
.post-display nav.side-nav {
  padding: 30px 33px;
  background-color: #fff;
}
.post-display nav.side-nav ul {
  padding: 0;
}
.post-display nav.side-nav li {
  list-style: none;
}
.post-display nav.side-nav li:not(:last-child) {
  padding-bottom: 14px;
}
.post-display nav.side-nav li a {
  font-size: 14px;
  color: #282828;
}

.blog-single {
  padding: 35px 0;
  color: #555555;
}
@media (min-width: 768px) {
  .blog-single {
    padding: 70px 0 75px 0;
  }
}
.blog-single .top .title {
  padding-right: 8px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.blog-single .top .info {
  float: left;
}
.blog-single .top .info .cat-name {
  float: left;
}
.blog-single .top .info .tags {
  float: left;
}
.blog-single .top .info .tags a {
  font-size: 16px;
  text-decoration: none;
}
.blog-single .top .social {
  float: right;
}
.blog-single .top .social .text {
  float: left;
  position: relative;
  bottom: -3px;
  padding-right: 11px;
}
.blog-single .top .social .platforms {
  float: left;
}
.blog-single .top .social .platforms a {
  display: inline-block;
  margin-right: 8px;
  font-size: 13px;
  text-decoration: none;
}
.blog-single .top .social .platforms [class^=icon-], .blog-single .top .social .platforms [class*=icon-] {
  position: relative;
  bottom: -3px;
}
.blog-single .top .social .platforms .icon-twitter {
  bottom: -2px;
  font-size: 12px;
}
.blog-single .top .social .platforms .icon-linkedin {
  bottom: -3px;
  font-size: 14px;
}
.blog-single .article-content {
  padding-bottom: 40px;
}
.blog-single .sidebar {
  display: none;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .blog-single .sidebar {
    display: block;
  }
}
.blog-single .sidebar .search {
  display: none;
}
.blog-single .sidebar .search input[type=text] {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 400;
  float: left;
  padding-left: 16px;
  height: 41px;
  width: calc(100% - 45px);
  font-size: 16px;
  line-height: 41px;
  color: #555555;
  background-color: #efefef;
  border: none;
}
.blog-single .sidebar .search .btn {
  float: left;
  position: relative;
  height: 41px;
  width: 45px;
}
.blog-single .sidebar .search .icon-search {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #fff;
}
.blog-single .sidebar .data-sec {
  padding-top: 15px;
}
.blog-single .sidebar .data-sec h5 {
  font-size: 20px;
  text-transform: uppercase;
}
.blog-single .sidebar .data-sec ul {
  margin-top: 5px;
  padding-left: 0;
}
.blog-single .sidebar .data-sec li {
  list-style: none;
}
.blog-single .sidebar .data-sec li:not(:last-child) {
  margin-bottom: 3px;
}
.blog-single .sidebar .data-sec li a {
  font-size: 13px;
  text-decoration: none;
}
.blog-single .sidebar .data-sec .cats li {
  position: relative;
  padding-left: 14px;
}
.blog-single .sidebar .data-sec .cats li:not(:last-child) {
  padding-bottom: 5px;
}
.blog-single .sidebar .data-sec .cats li:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: inline-block;
  content: '\002D';
}
.blog-single .sidebar .data-sec .posts li {
  line-height: 1.4;
}
.blog-single .sidebar .data-sec .posts li:not(:last-child) {
  margin-bottom: 10px;
}
.blog-single .image {
  margin-bottom: 25px;
}
.blog-single .content-wrap .extra-info time {
  font-size: 13px;
}
.blog-single .content-wrap .content {
  margin-top: 21px;
  overflow: hidden;
}
.blog-single .content-wrap .content img {
  margin: 30px 10px;
}
.blog-single .content-wrap .content .lead {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.4;
}
.blog-single .author {
  padding: 24px 22px 16px 22px;
  background-color: #caeeec;
}
.blog-single .author .pic-wrap {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-single .author .pic-wrap {
    margin-bottom: 0;
  }
}
.blog-single .author .pic-wrap .pic {
  width: 87px;
  height: 87px;
  margin: 0 auto;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .blog-single .author .pic-wrap .pic {
    margin: 0;
  }
}
.blog-single .author .details h6 {
  text-align: center;
  margin-top: -4px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .blog-single .author .details h6 {
    text-align: left;
  }
}
.blog-single .author .details .bio {
  font-size: 13px;
}

.single-post .other-posts {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .single-post .other-posts {
    padding-bottom: 51px;
  }
}
.single-post .other-posts .title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

.pagination-wrap {
  padding-top: 20px;
}

.pagination-holder {
  padding-left: 10px;
  padding-right: 10px;
}

nav.pagination {
  text-align: center;
  background-color: #caeeec;
}
nav.pagination ul {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  padding: 0;
}
nav.pagination ul li {
  float: left;
  display: block;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  text-transform: uppercase;
}
nav.pagination ul li:not(:last-child) {
  margin-right: 10px;
}
nav.pagination ul li a, nav.pagination ul li a:visited, nav.pagination ul li span.current {
  display: inline-block;
  text-align: center;
  min-width: 45px;
  padding: 9px 17px;
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  background-color: transparent;
  border: none;
  letter-spacing: normal;
}
nav.pagination ul li a:hover, nav.pagination ul li a:focus, nav.pagination ul li a:active, nav.pagination ul li a:visited:hover, nav.pagination ul li a:visited:focus, nav.pagination ul li a:visited:active, nav.pagination ul li span.current:hover, nav.pagination ul li span.current:focus, nav.pagination ul li span.current:active {
  color: #34b9b0;
  background-color: transparent;
}
nav.pagination ul li a.pagination-arrows, nav.pagination ul li a.next, nav.pagination ul li a.prev, nav.pagination ul li a:visited.pagination-arrows, nav.pagination ul li a:visited.next, nav.pagination ul li a:visited.prev, nav.pagination ul li span.current.pagination-arrows, nav.pagination ul li span.current.next, nav.pagination ul li span.current.prev {
  min-width: 20px;
  color: #555555;
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
}
nav.pagination ul li a.pagination-arrows:hover, nav.pagination ul li a.pagination-arrows:focus, nav.pagination ul li a.pagination-arrows:active, nav.pagination ul li a.next:hover, nav.pagination ul li a.next:focus, nav.pagination ul li a.next:active, nav.pagination ul li a.prev:hover, nav.pagination ul li a.prev:focus, nav.pagination ul li a.prev:active, nav.pagination ul li a:visited.pagination-arrows:hover, nav.pagination ul li a:visited.pagination-arrows:focus, nav.pagination ul li a:visited.pagination-arrows:active, nav.pagination ul li a:visited.next:hover, nav.pagination ul li a:visited.next:focus, nav.pagination ul li a:visited.next:active, nav.pagination ul li a:visited.prev:hover, nav.pagination ul li a:visited.prev:focus, nav.pagination ul li a:visited.prev:active, nav.pagination ul li span.current.pagination-arrows:hover, nav.pagination ul li span.current.pagination-arrows:focus, nav.pagination ul li span.current.pagination-arrows:active, nav.pagination ul li span.current.next:hover, nav.pagination ul li span.current.next:focus, nav.pagination ul li span.current.next:active, nav.pagination ul li span.current.prev:hover, nav.pagination ul li span.current.prev:focus, nav.pagination ul li span.current.prev:active {
  color: #34b9b0;
  background-color: transparent;
}
nav.pagination ul li a.pagination-arrows .words, nav.pagination ul li a.next .words, nav.pagination ul li a.prev .words, nav.pagination ul li a:visited.pagination-arrows .words, nav.pagination ul li a:visited.next .words, nav.pagination ul li a:visited.prev .words, nav.pagination ul li span.current.pagination-arrows .words, nav.pagination ul li span.current.next .words, nav.pagination ul li span.current.prev .words {
  display: none;
}
@media (min-width: 570px) {
  nav.pagination ul li a.pagination-arrows .words, nav.pagination ul li a.next .words, nav.pagination ul li a.prev .words, nav.pagination ul li a:visited.pagination-arrows .words, nav.pagination ul li a:visited.next .words, nav.pagination ul li a:visited.prev .words, nav.pagination ul li span.current.pagination-arrows .words, nav.pagination ul li span.current.next .words, nav.pagination ul li span.current.prev .words {
    display: inline;
  }
}
nav.pagination ul li a.pagination-next, nav.pagination ul li a:visited.pagination-next, nav.pagination ul li span.current.pagination-next {
  float: right;
}
nav.pagination ul li a.pagination-previous, nav.pagination ul li a:visited.pagination-previous, nav.pagination ul li span.current.pagination-previous {
  float: left;
}
nav.pagination ul li.current a, nav.pagination ul li.current a:visited {
  color: #fff;
  background-color: #34b9b0;
}
nav.pagination ul li span.current {
  color: #fff;
  background-color: #34b9b0;
}
nav.pagination ul.sides li {
  float: none;
}
nav.pagination ul.next {
  float: right;
}
nav.pagination ul.prev {
  float: left;
}
#videos nav.pagination {
  padding: 20px 0 0 0;
}
@media (min-width: 768px) {
  #videos nav.pagination {
    padding: 30px 0 0 0;
  }
}

.page-template-page-contact .general-page-content {
  padding: 35px 15px 35px 15px;
}
@media (min-width: 768px) {
  .page-template-page-contact .general-page-content {
    padding: 50px 15px 64px 15px;
  }
}
.page-template-page-contact .general-page-content h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  margin-top: 0;
  text-transform: uppercase;
}
.page-template-page-contact .general-page-content .main {
  margin-top: 10px;
}
@media (768px) {
  .page-template-page-contact .general-page-content .main {
    margin-top: 30px;
  }
}
.page-template-page-contact .general-page-content .main .article-content {
  padding-right: 25px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .page-template-page-contact .general-page-content .main .article-content {
    font-size: 18px;
  }
}
.page-template-page-contact .general-page-content .main .form-wrap {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .page-template-page-contact .general-page-content .main .form-wrap {
    margin-top: 0;
    padding-left: 35px;
  }
}
.page-template-page-contact .general-page-content .main .form-wrap .form {
  padding: 30px 15px;
  color: #fff;
  background-color: #34b9b0;
}
.page-template-page-contact .general-page-content .main .form-wrap a {
  color: #fff;
}
.page-template-page-contact .general-page-content .main .form-wrap .vfb-form-group {
  margin-bottom: 0;
}
.page-template-page-contact .general-page-content .main .form-wrap input.vfb-form-control[type=text],
.page-template-page-contact .general-page-content .main .form-wrap input.vfb-form-control[type=email] {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  font-size: 13px;
  height: 40px;
  padding-left: 18px;
  border: 1px solid #97d5c9;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}
.page-template-page-contact .general-page-content .main .form-wrap textarea.vfb-form-control {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  height: 100px;
  padding-left: 18px;
  border: 1px solid #97d5c9;
  background-color: #fff;
}
.page-template-page-contact .general-page-content .main .form-wrap .vfb-has-error input.vfb-form-control[type=text],
.page-template-page-contact .general-page-content .main .form-wrap .vfb-has-error input.vfb-form-control[type=password],
.page-template-page-contact .general-page-content .main .form-wrap .vfb-has-error input.vfb-form-control[type=email] {
  border-color: #ed1c24;
}
.page-template-page-contact .general-page-content .main .form-wrap .vfb-has-error textarea.vfb-form-control {
  border-color: #ed1c24;
}
.page-template-page-contact .general-page-content .main .form-wrap .vfb-has-error textarea.vfb-form-control:focus {
  box-shadow: none;
}
.page-template-page-contact .general-page-content .main .form-wrap .vfb-control-label {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.page-template-page-contact .general-page-content .main .form-wrap .vfb-required-asterisk {
  color: #fff;
}
.page-template-page-contact .general-page-content .main .form-wrap .vfb-radio {
  margin-top: 0;
}
.page-template-page-contact .general-page-content .main .form-wrap .vfb-radio label {
  text-transform: uppercase;
  font-weight: normal;
}
.page-template-page-contact .general-page-content .main .form-wrap .required {
  clear: both;
  position: relative;
  top: -8px;
  padding-left: 15px;
  font-size: 11px;
}
.page-template-page-contact .general-page-content .main .form-wrap .vfb-fieldType-submit {
  text-align: right;
  margin-top: 10px;
}

.page-template-page-testimonials .general-page-content {
  padding: 45px 15px;
}
.page-template-page-testimonials .testimonial-container {
  width: 100%;
  padding: 0 15px;
}
.page-template-page-testimonials .testimonial-container:not(:last-child) {
  padding-bottom: 10px;
}
.page-template-page-testimonials .testimonial-container:first-child {
  padding-top: 10px;
}
.page-template-page-testimonials .testimonials {
  margin-top: 10px;
}
.page-template-page-testimonials .testimonials .testimonial-wrap {
  margin-bottom: 20px;
}

.page-template-page-about .article-content {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .page-template-page-about .article-content .team {
    max-width: 383px;
  }
}

.page-template-page-partners .general-page-content {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .page-template-page-partners .general-page-content {
    padding: 50px 15px;
  }
}
.page-template-page-partners .partners {
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 40px;
}
.page-template-page-partners .partner {
  padding: 0 25px;
  margin-bottom: 45px;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.page-template-page-partners .partner a {
  display: block;
}
.page-template-page-partners .partner img.hp {
  max-height: 125px;
}
.page-template-page-partners .partner img.apc {
  max-height: 75px;
}

.primary-footer {
  height: 300px;
  color: #fff;
}
.primary-footer a {
  color: #fff;
  text-decoration: none;
}
.primary-footer .main {
  padding: 45px 0 52px 0;
  background-color: #28aa9f;
}
@media (min-width: 768px) {
  .primary-footer .main {
    padding: 73px 0 52px 0;
  }
}
.primary-footer .main h6 {
  margin-top: 0;
}
.primary-footer .main .overview .logo {
  text-align: left;
  padding-bottom: 37px;
  border-bottom: 2px solid #fff;
}
@media (min-width: 768px) {
  .primary-footer .main .overview .logo {
    padding-bottom: 0;
    border: none;
  }
}
.primary-footer .main .overview .logo a {
  display: block;
  margin: 0 auto;
  max-width: 227px;
}
@media (min-width: 768px) {
  .primary-footer .main .overview .logo a {
    margin: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .primary-footer .main .overview .logo a img {
    /* IE10+ CSS styles go here */
    max-height: 82px;
  }
}
.primary-footer .main .overview .text {
  display: none;
  margin-top: 24px;
  line-height: 1.5;
  max-width: 275px;
}
@media (min-width: 768px) {
  .primary-footer .main .overview .text {
    display: block;
  }
}
.primary-footer .main .contact {
  margin-top: 29px;
  font-size: 17px;
}
@media (min-width: 768px) {
  .primary-footer .main .contact {
    margin-top: 0;
  }
}
.primary-footer .main .contact .contact-holder {
  padding-bottom: 35px;
  border-bottom: 2px solid #fff;
}
@media (min-width: 768px) {
  .primary-footer .main .contact .contact-holder {
    border: none;
    padding-bottom: 0;
  }
}
.primary-footer .main .contact .contact-row {
  display: flex;
  flex-flow: row nowrap;
}
.primary-footer .main .contact .contact-row [class^=icon-], .primary-footer .main .contact .contact-row [class*=icon-] {
  display: flex;
  position: relative;
  bottom: -6px;
  margin-right: 15px;
}
.primary-footer .main .contact .contact-row .icon-phone {
  bottom: -5px;
}
.primary-footer .main .contact .contact-row .text {
  display: flex;
}
.primary-footer .main .contact header {
  margin-bottom: 13px;
}
.primary-footer .main .contact h6 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.primary-footer .main .contact .social {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .primary-footer .main .contact .social {
    margin-top: 36px;
  }
}
.primary-footer .main .contact .social a:not(:last-child) {
  margin-right: 15px;
}
.primary-footer .main .contact .social [class^=icon-], .primary-footer .main .contact .social [class*=icon-] {
  font-size: 39px;
}
.primary-footer .main .contact .social [class^=icon-]:hover, .primary-footer .main .contact .social [class^=icon-]:focus, .primary-footer .main .contact .social [class^=icon-]:active, .primary-footer .main .contact .social [class*=icon-]:hover, .primary-footer .main .contact .social [class*=icon-]:focus, .primary-footer .main .contact .social [class*=icon-]:active {
  color: #f2f2f2;
}
.primary-footer .main .newsletter {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .primary-footer .main .newsletter {
    margin-top: 0;
  }
}
.primary-footer .main .newsletter .vfbp-form h6 {
  margin-bottom: 7px;
}
.primary-footer .main .newsletter .vfbp-form .vfb-form-group {
  margin-bottom: 8px;
}
.primary-footer .main .newsletter .vfbp-form .vfb-col-12 {
  margin-left: -15px;
  margin-right: -15px;
}
.primary-footer .main .newsletter .vfbp-form .vfb-fieldType-submit {
  text-align: right;
  margin-top: 17px;
}
.primary-footer .btm {
  padding: 28px 0 26px 0;
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 768px) {
  .primary-footer .btm {
    padding: 18px 0 21px 0;
  }
}
.primary-footer .btm .footer-navigation {
  text-align: center;
}
@media (min-width: 768px) {
  .primary-footer .btm .footer-navigation {
    text-align: left;
  }
}
.primary-footer .btm .footer-navigation ul li {
  display: inline;
  list-style: none;
  margin: 0;
}
.primary-footer .btm .footer-navigation ul li:not(:last-child):after {
  display: inline-block;
  content: ' | ';
  padding: 0 5px;
}
.primary-footer .btm .footer-navigation ul li a {
  display: inline;
  padding: 0;
}
.primary-footer .btm .footer-navigation ul li a:hover, .primary-footer .btm .footer-navigation ul li a:focus, .primary-footer .btm .footer-navigation ul li a:active {
  background-color: inherit;
}
.primary-footer .btm .credit {
  text-align: center;
  margin-bottom: 0;
  padding: 5px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .primary-footer .btm .credit {
    padding: 0;
    text-align: left;
  }
}
.primary-footer .btm .legal {
  text-align: center;
}
@media (min-width: 768px) {
  .primary-footer .btm .legal {
    text-align: right;
  }
}
.primary-footer .btm .legal .name {
  margin: 0 auto;
  max-width: 175px;
  padding-bottom: 5px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .primary-footer .btm .legal .name {
    margin: auto;
    max-width: none;
    padding-bottom: 0;
    line-height: 1.7;
  }
}
.primary-footer .btm .legal p {
  margin-bottom: 0;
}
.primary-footer .btm .legal p.rights {
  text-transform: uppercase;
}

.gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery:before, .gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}

.gallery-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery-columns-0 .gallery-item {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-item .gallery-caption {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 18px;
  color: inherit;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.background-brown .gallery-item .gallery-caption {
  color: #e0e0e0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 18px;
  color: inherit;
  text-transform: uppercase;
  margin: 20px 0 0;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
}

.package-features-wrap {
  padding-bottom: 66px;
}
.package-features-wrap.extra {
  padding: 40px 0 40px 0;
}
@media (min-width: 768px) {
  .package-features-wrap.extra {
    padding: 60px 0 90px 0;
  }
}
.package-features-wrap.extra .package-holder .package {
  background-image: linear-gradient(to bottom, rgba(52, 185, 176, 0.12), #fff 45%);
}
.package-features-wrap h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  margin-top: 0;
  padding-bottom: 23px;
}
.package-features-wrap .packages-features {
  flex-flow: row wrap;
  padding: 0 5px;
}
@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  .package-features-wrap .packages-features:before {
    content: normal;
  }
}
.package-features-wrap .packages-features .package-holder {
  color: #34b9b0;
  padding: 0 10px;
  margin-bottom: 22px;
}
.package-features-wrap .packages-features .package-holder .package {
  border: 2px solid #34b9b0;
  padding: 27px 29px 21px 29px;
}
@media (max-width: 767px) {
  .package-features-wrap .packages-features .package-holder .package {
    width: 100%;
  }
}
.package-features-wrap .packages-features .package-holder .package:hover, .package-features-wrap .packages-features .package-holder .package:active, .package-features-wrap .packages-features .package-holder .package:focus {
  background-color: #dff2f1;
  cursor: default;
}
.package-features-wrap .packages-features .icon {
  padding-bottom: 13px;
}
.package-features-wrap .packages-features [class^=icon-], .package-features-wrap .packages-features [class*=icon-] {
  display: block;
  position: relative;
  font-size: 65px;
}
.package-features-wrap .packages-features .icon-laptop {
  font-size: 75px;
  margin-top: -10px;
  bottom: -6px;
}
.package-features-wrap .packages-features .icon-support {
  bottom: 2px;
}
.package-features-wrap .packages-features .icon-clock {
  font-size: 82px;
  margin-top: -10px;
  bottom: -12px;
}
.package-features-wrap .packages-features .icon-backup {
  bottom: -5px;
}
.page-template-page-support .package-features-wrap .packages-features .icon-backup {
  margin-bottom: 7px;
  bottom: -7px;
}
.package-features-wrap .packages-features .icon-security {
  font-size: 72px;
  bottom: -4px;
  margin-bottom: -7px;
}
.page-template-page-support .package-features-wrap .packages-features .icon-security {
  margin-bottom: 0;
}
.package-features-wrap .packages-features header h4 {
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.package-features-wrap .packages-features .details {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}

.packages-wrap {
  display: none;
}
@media (min-width: 992px) {
  .packages-wrap {
    display: block;
  }
}
@media (min-width: 768px) {
  .home.page .packages-wrap {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .packages-wrap .packages-holder {
    flex-flow: column nowrap;
  }
}
@media (min-width: 992px) {
  .packages-wrap .packages-holder {
    flex-flow: row nowrap;
  }
}
.packages-wrap .package {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .packages-wrap .package {
    width: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .packages-wrap .package {
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) {
  .packages-wrap .package {
    flex-grow: 1;
    flex-basis: 0;
  }
}
.packages-wrap .package a.link {
  font-family: sommet-rounded, sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #34b9b0;
  text-align: center;
  padding: 25px 30px;
  border: 1px solid #8ee9d8;
  background-color: #cdeeec;
  text-decoration: none;
}
.packages-wrap .package a.link:hover, .packages-wrap .package a.link:focus, .packages-wrap .package a.link:active, .packages-wrap .package a.link.active {
  background-color: #fff;
}
.packages-wrap .package [class^=icon-], .packages-wrap .package [class*=icon-] {
  position: relative;
  bottom: 5px;
  font-size: 32px;
}
.packages-wrap .package .icon-user {
  bottom: -1px;
  font-size: 30px;
}
.packages-wrap .package .icon-shop {
  bottom: 0;
}
.packages-wrap .package .icon-briefcase {
  font-size: 40px;
}
.packages-wrap .package .icon-library {
  font-size: 38px;
}
.packages-wrap .package .icon-office {
  bottom: 4px;
  font-size: 40px;
}
.packages-wrap .package header h4 {
  font-weight: bold;
}
.packages-wrap .package .price, .packages-wrap .package .users {
  font-size: 12px;
  text-transform: uppercase;
}

.top-intro {
  padding: 30px 0 35px 0;
}
@media (min-width: 768px) {
  .top-intro {
    padding: 40px 0 65px 0;
  }
  .page-template-page-about .top-intro {
    padding-bottom: 44px;
  }
}
.top-intro h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.top-intro h3.main {
  margin-bottom: 0;
  margin-top: 13px;
}
.top-intro h3.secondary {
  margin-top: 0;
}
.top-intro h3 strong {
  font-weight: bold;
}
.top-intro .intro-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 18px;
}
@media (768px) {
  .top-intro .intro-text {
    margin-bottom: 0;
  }
}

.testimonial-wrap {
  position: relative;
  margin-top: 15px;
}
.testimonial-wrap .icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .testimonial-wrap .icon {
    margin: 0 20px 0 13px;
  }
}
.testimonial-wrap .testimonial-holder {
  padding-left: 49px;
}
@media (min-width: 768px) {
  .testimonial-wrap .testimonial-holder {
    padding-left: 84px;
  }
}
.testimonial-wrap .icon-quotes {
  color: #34b9b0;
  font-size: 28px;
}
@media (min-width: 768px) {
  .testimonial-wrap .icon-quotes {
    font-size: 50px;
  }
}
.testimonial-wrap .testimonial {
  font-size: 17px;
}
@media (min-width: 768px) {
  .testimonial-wrap .testimonial {
    font-size: 21px;
  }
}
.testimonial-wrap .endorser {
  margin-top: 10px;
  font-size: 15px;
  color: #34b9b0;
}
@media (min-width: 768px) {
  .testimonial-wrap .endorser {
    font-size: 18px;
  }
}
.testimonial-wrap .endorser p {
  margin-bottom: 0;
}
.testimonial-wrap .name {
  font-weight: 500;
}
.testimonial-wrap .position {
  font-weight: 500;
}
.testimonial-wrap .company {
  margin-top: -8px;
  font-size: 13px;
  color: #555555;
}
@media (min-width: 768px) {
  .testimonial-wrap .company {
    font-size: 16px;
  }
}

.module-packages {
  padding: 15px 0 38px 0;
  background-color: #34b9b0;
  color: #fff;
}
@media (min-width: 768px) {
  .module-packages {
    padding: 50px 0 68px 0;
  }
}
.module-packages header {
  margin-bottom: 8px;
}
.module-packages header h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.module-packages header h3 strong {
  font-weight: bold;
}
.module-packages .intro {
  margin-bottom: 36px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .module-packages .intro {
    font-size: 16px;
  }
}
.module-packages .more {
  text-align: center;
}
@media (min-width: 768px) {
  .module-packages .more {
    margin-top: 40px;
  }
}
.module-packages .more a.btn {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  max-width: 100%;
  font-weight: 500;
  height: 49px;
  line-height: 49px;
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .module-packages .more a.btn {
    font-size: 18px;
    max-width: 328px;
    height: 58px;
    line-height: 58px;
  }
}

.module-team {
  padding: 45px 0 35px 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .module-team {
    padding: 75px 0 45px 0;
  }
}
@media (max-width: 991px) {
  .module-team .sec-wrap {
    display: block;
  }
}
.module-team .details {
  padding-right: 45px;
}
.module-team .details .top {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #555555;
}
@media (min-width: 992px) {
  .module-team .details .top {
    font-size: 32px;
  }
}
.module-team .details h3 {
  font-weight: bold;
  margin: -10px 0 0 0;
}
.module-team .details .secondary-title {
  margin-top: -5px;
}
.module-team .other {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .module-team .other {
    margin: 0;
    padding-left: 45px;
  }
}
.module-team .other .other-holder {
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .module-team .other .other-holder .image img {
    /* IE10+ CSS styles go here */
    width: 100%;
  }
}
.module-team .other .more {
  text-align: right;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .module-team .other .more {
    margin-top: 26px;
  }
}

.module-services {
  padding: 35px 0 50px 0;
  background-color: #34b9b0;
  background-image: linear-gradient(to bottom, #34b9b0, #34b9b0 32%, #8ee9d8 100%);
  color: #fff;
}
@media (min-width: 768px) {
  .module-services {
    padding: 60px 0 60px 0;
  }
}
.page-template-page-services .module-services {
  padding: 35px 0 50px 0;
}
@media (min-width: 768px) {
  .page-template-page-services .module-services {
    padding: 75px 0 75px 0;
  }
}
.module-services header {
  margin-bottom: 8px;
}
.module-services header h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.module-services header h3 strong {
  font-weight: bold;
}
.module-services .intro {
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 36px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  max-width: 320px;
}
@media (min-width: 768px) {
  .module-services .intro {
    margin-top: 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .module-services .services-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-template-page-services .module-services .service.service-1 {
    order: 1;
  }
  .page-template-page-services .module-services .service.service-more-1 {
    order: 2;
  }
  .page-template-page-services .module-services .service.service-2 {
    order: 3;
  }
  .page-template-page-services .module-services .service.service-more-2 {
    order: 4;
  }
  .page-template-page-services .module-services .service.service-3 {
    order: 5;
  }
  .page-template-page-services .module-services .service.service-more-3 {
    order: 6;
  }
  .page-template-page-services .module-services .service.service-4 {
    order: 7;
  }
  .page-template-page-services .module-services .service.service-more-4 {
    order: 8;
  }
}
.module-services .service:not(:first-child):not(.more-info) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .module-services .service:not(:first-child):not(.more-info) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .module-services .service:not(:last-child) {
    margin-bottom: 23px;
  }
}
@media (min-width: 768px) {
  .module-services .service {
    padding: 0 10px;
  }
  .module-services .service:not(:last-child) {
    margin-bottom: 0;
  }
}
.module-services .service.more-info {
  cursor: default;
}
.module-services .service .link {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 11px 20px 14px 20px;
  border: 2px solid #fff;
  background-color: #34b9b0;
  text-decoration: none;
}
@media (min-width: 768px) {
  .module-services .service .link {
    padding: 25px 20px 18px 20px;
  }
}
.module-services .service .link:hover, .module-services .service .link:focus, .module-services .service .link:active {
  color: #29b9b1;
  background-color: #8ee9d8;
}
.module-services .service .link:hover [class^=icon-], .module-services .service .link:hover [class*=icon-], .module-services .service .link:focus [class^=icon-], .module-services .service .link:focus [class*=icon-], .module-services .service .link:active [class^=icon-], .module-services .service .link:active [class*=icon-] {
  color: #29b9b1;
}
.module-services .service div.link {
  cursor: default;
}
.module-services .service [class^=icon-], .module-services .service [class*=icon-] {
  display: none;
  position: relative;
  font-size: 88px;
  color: #caf4f2;
}
@media (min-width: 768px) {
  .module-services .service [class^=icon-], .module-services .service [class*=icon-] {
    display: inline-block;
  }
}
.module-services .service .icon-data {
  bottom: -1px;
  margin-top: -2px;
  font-size: 92px;
}
.module-services .service .icon-voice {
  bottom: -1px;
  margin-bottom: 12px;
  font-size: 79px;
}
.module-services .service .icon-print {
  bottom: 2px;
  margin-bottom: 6px;
  font-size: 85px;
}
@media (min-width: 768px) {
  .module-services .service header {
    margin-top: 36px;
  }
}
.module-services .service header h4 {
  font-family: sommet-rounded, sans-serif;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 1.5px;
}
.module-services .service .divider {
  position: absolute;
  left: 50%;
  align-self: flex-start;
  width: 3px;
  min-width: 3px;
  height: 20px;
  min-height: 20px;
  background-color: #fff;
}
.module-services .service .extra-details {
  margin-top: 20px;
}
.module-services .more {
  text-align: center;
  margin-top: 29px;
}
@media (min-width: 768px) {
  .module-services .more {
    margin-top: 40px;
  }
}
.module-services .more a.btn {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  max-width: 100%;
  font-weight: 500;
  height: 49px;
  line-height: 49px;
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .module-services .more a.btn {
    font-size: 18px;
    max-width: 328px;
    height: 58px;
    line-height: 58px;
  }
}

.module-contact_us .contact-wrap {
  text-align: center;
  padding: 55px 0 55px 0;
  background-size: contain;
  background-color: #f5f5f5;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .module-contact_us .contact-wrap {
    min-height: 271px;
    padding: 65px 0 65px 0;
    background-position: right;
  }
}
@media (max-width: 991px) {
  .module-contact_us .contact-wrap {
    background-image: none !important;
  }
}
.module-contact_us .text {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 auto;
}
.module-contact_us .more {
  margin-top: 24px;
}

.module-map {
  background: #fff;
  position: relative;
}
.module-map .map {
  height: 500px;
}
.module-map .map-links {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  bottom: 20px;
  background: #ffffff;
  text-align: center;
  z-index: 10;
}

.module-statistics {
  padding: 60px 0;
  background-color: #34b9b0;
}
.module-statistics h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  margin-top: -15px;
  margin-bottom: 50px;
  color: #fff;
}
.module-statistics .stat-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .module-statistics .stat-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-statistics .stat-wrapper {
    margin-bottom: 23px;
  }
}
.module-statistics .stat-wrapper .stat {
  font-family: sommet-rounded, sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #34b9b0;
  text-align: center;
  padding: 25px 13px;
  border: 1px solid #8ee9d8;
  background-color: #cdeeec;
  cursor: default;
}
@supports (-moz-appearance: none) and (display: contents) {
  .module-statistics .stat-wrapper .stat {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-statistics .stat-wrapper .stat {
    padding-left: 6px;
    padding-right: 6px;
  }
  @supports (-moz-appearance: none) and (display: contents) {
    .module-statistics .stat-wrapper .stat {
      padding-left: 4px;
      padding-right: 4px;
    }
  }
}
.module-statistics .stat-wrapper .stat:hover, .module-statistics .stat-wrapper .stat:focus, .module-statistics .stat-wrapper .stat:active {
  background-color: #fff;
}
.module-statistics .stat-wrapper .stat .number {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-statistics .stat-wrapper .stat .number {
    font-size: 37px;
  }
}
.module-statistics .stat-wrapper .stat .number small {
  font-size: 70%;
}
.module-statistics .stat-wrapper .stat .title {
  letter-spacing: 1.5px;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-statistics .stat-wrapper .stat .title {
    font-size: 12px;
  }
}

.why {
  padding-bottom: 20px;
}
.why header {
  text-align: center;
  margin-bottom: 26px;
}
.why header h3 {
  text-align: left;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  margin-top: 0;
  text-transform: uppercase;
}
.why .desc {
  font-size: 18px;
  padding-right: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .why .desc {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .why .points {
    margin-bottom: 0;
    padding-left: 30px;
  }
}
.why .points .point-wrap {
  position: relative;
}
.why .points .icon {
  position: absolute;
  width: 25px;
}
.why .points .icon-plus2 {
  position: relative;
  bottom: -5px;
  font-size: 25px;
  color: #28aa9f;
}
.why .points .data {
  padding-left: 47px;
}
.why .points h4 {
  margin-top: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.why .points .desc {
  margin-top: 7px;
  font-size: 16px;
}

.module-wysiwyg {
  padding: 50px 0;
}

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