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

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

html, button, input, select, textarea {
  font-family: sans-serif; }

body, form, fieldset, legend, input, select, textarea, button {
  margin: 0; }

html {
  font-size: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #434343;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

.clear:after {
  clear: both; }

.clear {
  zoom: 1; }

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

a {
  color: #27ae61; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

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

p {
  margin: 0 0 1.6em 0; }

pre {
  margin: 1em 0; }

ul + p, ul + pre, ol + p, ol + pre {
  margin-top: 0; }

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

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

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

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;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 2em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px; }

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: normal;
  margin: 0 0 0.33em 0; }

h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 32px;
  font-size: 2rem; }

h3, .h3 {
  font-size: 26px;
  font-size: 1.625rem; }

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem; }

.no-style-heading {
  font-size: 100%; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0; }

dd {
  margin-bottom: 1em; }

menu, ol, ul {
  padding: 0 0 0 22px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

.list-unstyled, .list-inline {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-unstyled li, .list-inline li {
    margin-top: 0;
    margin-bottom: 0; }

blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  color: #434343;
  margin: 1em 0; }
  blockquote p {
    margin: 1em 0; }

cite {
  color: #434343;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

code, kbd, pre, samp {
  word-wrap: break-word;
  font-family: "courier new", monospace, serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: normal;
  background-color: #f1f1f1;
  padding: 10px; }

code {
  color: #111; }

table {
  width: 100%;
  margin: 1em 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal; }

table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee; }

table thead th,
table tfoot th {
  vertical-align: bottom;
  background-color: #f1f1f1;
  color: #333; }

table caption {
  padding: 8px;
  font-weight: normal;
  font-style: normal;
  border-bottom: 0; }

fieldset {
  border: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

label {
  margin: 0;
  cursor: pointer; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle; }

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #111; }

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  *height: 13px;
  *width: 13px; }

.checkbox {
  margin: 0.2em 0; }
  .checkbox input[type=checkbox],
  .checkbox input[type=radio] {
    margin-top: 0.05em; }
  .checkbox label {
    padding-left: 5px;
    overflow: hidden;
    display: table;
    *zoom: 1; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none; }

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

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

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

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

.button {
  border: 0;
  padding: 1em 3em;
  background-color: #e74b3c;
  color: #fff;
  text-decoration: none;
  position: relative; }

.button:hover {
  background-color: #f43f3f; }

.button:active {
  top: 1px; }

.grey-button {
  background-color: #eee;
  color: #434343; }

.grey-button:hover {
  background-color: #f1f1f1; }

.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1; }

.button-unstyled {
  font-size: 16px;
  font-size: 1rem;
  color: #27ae61;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
  cursor: pointer;
  outline: 0; }
  .button-unstyled:hover {
    text-decoration: none; }

.button-unstyled[disabled],
.button-unstyled.disabled {
  text-decoration: none;
  color: #999;
  background-color: #ccc; }

.left, .checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left; }

.right {
  float: right; }

.block, .checkbox {
  display: block; }

.inline {
  display: inline; }

.inline-block, audio, canvas, video, .list-inline, .list-inline li, .button {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.none, audio:not([controls]),
[hidden] {
  display: none; }

.font-ultra-bold {
  font-weight: 900; }

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

.font-normal, dt, cite, table thead th,
table tfoot th, table caption, legend, input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-weight: 500; }

.font-light {
  font-weight: 300; }

.font-thin {
  font-weight: 100; }

.font-normal, dt, cite, table thead th,
table tfoot th, table caption, legend, input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-style: normal; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.text-left, table caption {
  text-align: left; }

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

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

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

.image-left {
  margin-right: 20px; }

.image-right {
  margin-left: 20px; }

.section {
  position: relative; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

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

.col {
  float: left;
  padding-left: 20px;
  padding-right: 20px; }

[class*="pull-"], [class*="push-"] {
  position: relative; }

.no-gutter {
  padding-left: 0;
  padding-right: 0; }

.col-1 {
  width: 8.33333%;
  width: calc(100% / 12 * 1);
  width: -webkit-calc(100% / 12 * 1);
  width: -moz-calc(100% / 12 * 1); }

.col-2 {
  width: 16.66667%;
  width: calc(100% / 12 * 2);
  width: -webkit-calc(100% / 12 * 2);
  width: -moz-calc(100% / 12 * 2); }

.col-3, .col-1-4 {
  width: 25%;
  width: calc(100% / 12 * 3);
  width: -webkit-calc(100% / 12 * 3);
  width: -moz-calc(100% / 12 * 3); }

.col-4, .col-1-3 {
  width: 33.33333%;
  width: calc(100% / 12 * 4);
  width: -webkit-calc(100% / 12 * 4);
  width: -moz-calc(100% / 12 * 4); }

.col-5 {
  width: 41.66665%;
  width: calc(100% / 12 * 5);
  width: -webkit-calc(100% / 12 * 5);
  width: -moz-calc(100% / 12 * 5); }

.col-6, .col-1-2 {
  width: 50%;
  width: calc(100% / 12 * 6);
  width: -webkit-calc(100% / 12 * 6);
  width: -moz-calc(100% / 12 * 6); }

.col-7 {
  width: 58.33333%;
  width: calc(100% / 12 * 7);
  width: -webkit-calc(100% / 12 * 7);
  width: -moz-calc(100% / 12 * 7); }

.col-8 {
  width: 66.66666%;
  width: calc(100% / 12 * 8);
  width: -webkit-calc(100% / 12 * 8);
  width: -moz-calc(100% / 12 * 8); }

.col-9, .col-3-4 {
  width: 75%;
  width: calc(100% / 12 * 9);
  width: -webkit-calc(100% / 12 * 9);
  width: -moz-calc(100% / 12 * 9); }

.col-10 {
  width: 83.33333%;
  width: calc(100% / 12 * 10);
  width: -webkit-calc(100% / 12 * 10);
  width: -moz-calc(100% / 12 * 10); }

.col-11 {
  width: 91.66666%;
  width: calc(100% / 12 * 11);
  width: -webkit-calc(100% / 12 * 11);
  width: -moz-calc(100% / 12 * 11); }

.col-12 {
  width: 100%; }

.push-1 {
  left: 8.33333%;
  left: calc(100% / 12 * 1);
  left: -webkit-calc(100% / 12 * 1);
  left: -moz-calc(100% / 12 * 1); }

.pull-1 {
  left: -8.33333%;
  left: calc(-100% / 12 * 1);
  left: -webkit-calc(-100% / 12 * 1);
  left: -moz-calc(-100% / 12 * 1); }

.push-2 {
  left: 16.66667%;
  left: calc(100% / 12 * 2);
  left: -webkit-calc(100% / 12 * 2);
  left: -moz-calc(100% / 12 * 2); }

.pull-2 {
  left: -16.66667%;
  left: calc(-100% / 12 * 2);
  left: -webkit-calc(-100% / 12 * 2);
  left: -moz-calc(-100% / 12 * 2); }

.push-3, .push-1-4 {
  left: 25%;
  left: calc(100% / 12 * 3);
  left: -webkit-calc(100% / 12 * 3);
  left: -moz-calc(100% / 12 * 3); }

.pull-3, .pull-1-4 {
  left: -25%;
  left: calc(-100% / 12 * 3);
  left: -webkit-calc(-100% / 12 * 3);
  left: -moz-calc(-100% / 12 * 3); }

.push-4, .push-1-3 {
  left: 33.33333%;
  left: calc(100% / 12 * 4);
  left: -webkit-calc(100% / 12 * 4);
  left: -moz-calc(100% / 12 * 4); }

.pull-4, .pull-1-3 {
  left: -33.33333%;
  left: calc(-100% / 12 * 4);
  left: -webkit-calc(-100% / 12 * 4);
  left: -moz-calc(-100% / 12 * 4); }

.push-5 {
  left: 41.66665%;
  left: calc(100% / 12 * 5);
  left: -webkit-calc(100% / 12 * 5);
  left: -moz-calc(100% / 12 * 5); }

.pull-5 {
  left: -41.66665%;
  left: calc(-100% / 12 * 5);
  left: -webkit-calc(-100% / 12 * 5);
  left: -moz-calc(-100% / 12 * 5); }

.push-6, .push-1-2 {
  left: 50%;
  left: calc(100% / 12 * 6);
  left: -webkit-calc(100% / 12 * 6);
  left: -moz-calc(100% / 12 * 6); }

.pull-6, .pull-1-2 {
  left: -50%;
  left: calc(-100% / 12 * 6);
  left: -webkit-calc(-100% / 12 * 6);
  left: -moz-calc(-100% / 12 * 6); }

.push-7 {
  left: 58.33333%;
  left: calc(100% / 12 * 7);
  left: -webkit-calc(100% / 12 * 7);
  left: -moz-calc(100% / 12 * 7); }

.pull-7 {
  left: -58.33333%;
  left: calc(-100% / 12 * 7);
  left: -webkit-calc(-100% / 12 * 7);
  left: -moz-calc(-100% / 12 * 7); }

.push-8 {
  left: 66.66666%;
  left: calc(100% / 12 * 8);
  left: -webkit-calc(100% / 12 * 8);
  left: -moz-calc(100% / 12 * 8); }

.pull-8 {
  left: -66.66666%;
  left: calc(-100% / 12 * 8);
  left: -webkit-calc(-100% / 12 * 8);
  left: -moz-calc(-100% / 12 * 8); }

.push-9, .push-3-4 {
  left: 75%;
  left: calc(100% / 12 * 9);
  left: -webkit-calc(100% / 12 * 9);
  left: -moz-calc(100% / 12 * 9); }

.pull-9, .pull-3-4 {
  left: -75%;
  left: calc(-100% / 12 * 9);
  left: -webkit-calc(-100% / 12 * 9);
  left: -moz-calc(-100% / 12 * 9); }

.push-10 {
  left: 83.33333%;
  left: calc(100% / 12 * 10);
  left: -webkit-calc(100% / 12 * 10);
  left: -moz-calc(100% / 12 * 10); }

.pull-10 {
  left: -83.33333%;
  left: calc(-100% / 12 * 10);
  left: -webkit-calc(-100% / 12 * 10);
  left: -moz-calc(-100% / 12 * 10); }

.push-11 {
  left: 91.66666%;
  left: calc(100% / 12 * 11);
  left: -webkit-calc(100% / 12 * 11);
  left: -moz-calc(100% / 12 * 11); }

.pull-11 {
  left: -91.66666%;
  left: calc(-100% / 12 * 11);
  left: -webkit-calc(-100% / 12 * 11);
  left: -moz-calc(-100% / 12 * 11); }

.row {
  padding-top: 1em;
  padding-bottom: 1em; }

.row-2 {
  padding-top: 2em;
  padding-bottom: 2em; }

.row-3 {
  padding-top: 3em;
  padding-bottom: 3em; }

.row-4 {
  padding-top: 4em;
  padding-bottom: 4em; }

.row-5 {
  padding-top: 5em;
  padding-bottom: 5em; }

.row-4-4 {
  padding-top: 4em;
  padding-bottom: 4em; }

.row-0-5 {
  padding-top: 0em;
  padding-bottom: 5em; }

.row-5-0 {
  padding-top: 5em;
  padding-bottom: 0em; }

.no-desktop {
  display: none; }

.no-margin, .no-style-heading {
  margin: 0; }

.no-padding {
  padding: 0; }

@media only screen and (min-width: 1012px) and (max-width: 1199px) {
  .container, .tablet-container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .container:first-child, .tablet-container:first-child {
      margin-left: auto; }

  .tablet-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .tablet-container-full:first-child {
      margin-left: auto; }

  .tablet-no-gutter {
    padding-left: 0;
    padding-right: 0; }

  .tablet-col-1 {
    width: 8.33333%;
    width: calc(100% / 12 * 1);
    width: -webkit-calc(100% / 12 * 1);
    width: -moz-calc(100% / 12 * 1); }

  .tablet-col-2 {
    width: 16.66667%;
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2); }

  .tablet-col-3, .tablet-col-1-4 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3); }

  .tablet-col-4, .tablet-col-1-3 {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4); }

  .tablet-col-5 {
    width: 41.66665%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5); }

  .tablet-col-6, .tablet-col-1-2 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6); }

  .tablet-col-7 {
    width: 58.33333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7); }

  .tablet-col-8 {
    width: 66.66666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8); }

  .tablet-col-9, .tablet-col-3-4 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9); }

  .tablet-col-10 {
    width: 83.33333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10); }

  .tablet-col-11 {
    width: 91.66666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11); }

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

  .tablet-push-1 {
    left: 8.33333%;
    left: calc(100% / 12 * 1);
    left: -webkit-calc(100% / 12 * 1);
    left: -moz-calc(100% / 12 * 1); }

  .tablet-pull-1 {
    left: -8.33333%;
    left: calc(-100% / 12 * 1);
    left: -webkit-calc(-100% / 12 * 1);
    left: -moz-calc(-100% / 12 * 1); }

  .tablet-push-2 {
    left: 16.66667%;
    left: calc(100% / 12 * 2);
    left: -webkit-calc(100% / 12 * 2);
    left: -moz-calc(100% / 12 * 2); }

  .tablet-pull-2 {
    left: -16.66667%;
    left: calc(-100% / 12 * 2);
    left: -webkit-calc(-100% / 12 * 2);
    left: -moz-calc(-100% / 12 * 2); }

  .tablet-push-3, .tablet-push-1-4 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3); }

  .tablet-pull-3, .tablet-pull-1-4 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3); }

  .tablet-push-4, .tablet-push-1-3 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4); }

  .tablet-pull-4, .tablet-pull-1-3 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4); }

  .tablet-push-5 {
    left: 41.66665%;
    left: calc(100% / 12 * 5);
    left: -webkit-calc(100% / 12 * 5);
    left: -moz-calc(100% / 12 * 5); }

  .tablet-pull-5 {
    left: -41.66665%;
    left: calc(-100% / 12 * 5);
    left: -webkit-calc(-100% / 12 * 5);
    left: -moz-calc(-100% / 12 * 5); }

  .tablet-push-6, .tablet-push-1-2 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6); }

  .tablet-pull-6, .tablet-pull-1-2 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6); }

  .tablet-push-7 {
    left: 58.33333%;
    left: calc(100% / 12 * 7);
    left: -webkit-calc(100% / 12 * 7);
    left: -moz-calc(100% / 12 * 7); }

  .tablet-pull-7 {
    left: -58.33333%;
    left: calc(-100% / 12 * 7);
    left: -webkit-calc(-100% / 12 * 7);
    left: -moz-calc(-100% / 12 * 7); }

  .tablet-push-8 {
    left: 66.66666%;
    left: calc(100% / 12 * 8);
    left: -webkit-calc(100% / 12 * 8);
    left: -moz-calc(100% / 12 * 8); }

  .tablet-pull-8 {
    left: -66.66666%;
    left: calc(-100% / 12 * 8);
    left: -webkit-calc(-100% / 12 * 8);
    left: -moz-calc(-100% / 12 * 8); }

  .tablet-push-9, .tablet-push-3-4 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9); }

  .tablet-pull-9, .tablet-pull-3-4 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9); }

  .tablet-push-10 {
    left: 83.33333%;
    left: calc(100% / 12 * 10);
    left: -webkit-calc(100% / 12 * 10);
    left: -moz-calc(100% / 12 * 10); }

  .tablet-pull-10 {
    left: -83.33333%;
    left: calc(-100% / 12 * 10);
    left: -webkit-calc(-100% / 12 * 10);
    left: -moz-calc(-100% / 12 * 10); }

  .tablet-push-11 {
    left: 91.66666%;
    left: calc(100% / 12 * 11);
    left: -webkit-calc(100% / 12 * 11);
    left: -moz-calc(100% / 12 * 11); }

  .tablet-pull-11 {
    left: -91.66666%;
    left: calc(-100% / 12 * 11);
    left: -webkit-calc(-100% / 12 * 11);
    left: -moz-calc(-100% / 12 * 11); }

  .tablet-no-push, .tablet-no-pull {
    left: auto; }

  .tablet-row {
    padding-top: 1em;
    padding-bottom: 1em; }

  .tablet-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 0 0;
    display: block; }

  .tablet-full:first-child {
    margin-top: 0; }

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

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

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

  .tablet-left {
    float: left; }

  .tablet-right {
    float: right; }

  .tablet-no-float {
    float: none; }

  .tablet-no-margin {
    margin: 0; }

  .tablet-no-padding {
    padding: 0; }

  .no-tablet {
    display: none; }

  .show-tablet {
    display: block; } }
@media only screen and (max-width: 1011px) {
  .container, .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .container:first-child, .mobile-container:first-child {
      margin-left: auto; }

  .mobile2-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .mobile2-container:first-child {
      margin-left: auto; }

  .mobile-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .mobile-container-full:first-child {
      margin-left: auto; }

  .mobile2-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .mobile2-container-full:first-child {
      margin-left: auto; }

  .mobile-no-gutter {
    padding-left: 0;
    padding-right: 0; }

  .mobile-col-1-2 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6); }

  .mobile-col-1-3 {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4); }

  .mobile-col-1-4 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3); }

  .mobile-col-3-4 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9); }

  .mobile-push-1-2 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6); }

  .mobile-pull-1-2 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6); }

  .mobile-push-1-3 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3); }

  .mobile-pull-1-3 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3); }

  .mobile-push-1-4 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4); }

  .mobile-pull-1-4 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4); }

  .mobile-push-3-4 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9); }

  .mobile-pull-3-4 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9); }

  .mobile-no-push, .mobile-no-pull {
    left: auto; }

  .mobile-row {
    padding-top: 1em;
    padding-bottom: 1em; }

  .mobile-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 0.2em 0 0 0;
    display: block; }

  .mobile-full:first-child {
    margin-top: 0; }

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

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

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

  .mobile-left {
    float: left; }

  .mobile-right {
    float: right; }

  .mobile-no-float {
    float: none; }

  .mobile-no-margin {
    margin: 0; }

  .mobile-no-padding {
    padding: 0; }

  .no-mobile {
    display: none; }

  .show-mobile {
    display: block; } }
@media print {
  * {
    background: transparent; }

  a, a:visited {
    text-decoration: underline; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100%; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
input, textarea {
  display: block;
  width: 90%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 30px auto;
  border: 1px solid #d2d2d2 !important;
  padding: 6px 10px 6px 10px !important;
  color: #4b4b4b !important;
  font-family: 'Open Sans' !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  -moz-box-shadow: 0 0 0 7px #f7f7f7, inset 5px 5px 10px rgba(37, 36, 32, 0.1);
  -webkit-box-shadow: 0 0 0 7px #f7f7f7, inset 5px 5px 10px rgba(37, 36, 32, 0.1);
  box-shadow: 0 0 0 7px #f7f7f7, inset 5px 5px 10px rgba(37, 36, 32, 0.1); }

.button2 {
  background: #e7f5fa !important;
  color: #119ecc !important;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  border: 3px solid #119ecc !important;
  margin: 0px auto;
  padding: 10px 30px 10px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.button2:hover {
  background: #119ecc !important;
  color: #e7f5fa !important; }

.button3 {
  background: #d8d8d8 !important;
  color: #545454 !important;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  border: 3px solid #bababa !important;
  margin: 0px auto;
  padding: 5px 15px 5px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.button3:hover {
  background: #545454 !important;
  color: #d8d8d8 !important; }

.ptop-20 {
  padding-top: 20px; }

.pbottom-20 {
  padding-bottom: 20px; }

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

::-webkit-input-placeholder {
  font-family: 'Open Sans';
  color: #b3b3b3;
  font-size: 17px;
  font-weight: 300;
  font-style: italic; }

::-moz-placeholder {
  font-family: 'Open Sans';
  color: #b3b3b3;
  font-size: 17px;
  font-weight: 300;
  font-style: italic; }

:-ms-input-placeholder {
  font-family: 'Open Sans';
  color: #b3b3b3;
  font-size: 17px;
  font-weight: 300;
  font-style: italic; }

input:-moz-placeholder {
  font-family: 'Open Sans';
  color: #b3b3b3;
  font-size: 17px;
  font-weight: 300;
  font-style: italic; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.animate {
  opacity: 0; }

.fade-in {
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  animation-duration: .3s; }

.height-230 {
  display: block;
  height: 230px; }

/*
.fade-in.delay {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}
*/
#nav {
  height: 146px;
  background: -webkit-linear-gradient(#25a1e1, #369fd7);
  background: -o-linear-gradient(#25a1e1, #369fd7);
  background: -moz-linear-gradient(#25a1e1, #369fd7);
  background: linear-gradient(#25a1e1, #369fd7);
  border-top: 7px solid #177fb4;
  border-bottom: 7px solid #177fb4; }
  #nav h3 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 300 !important;
    margin-top: 25px;
    line-height: 3rem; }
  #nav h1 {
    font-family: "Marcellus";
    /* font-weight: normal; */
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    margin-top: 32px;
    margin-left: 130px; }
    #nav h1 span {
      font-family: "Open Sans";
      display: block;
      font-size: 29px; }
  #nav div.container {
    padding: 0 !important;
    /* background: url(../images/bg/cashcard.png) no-repeat left bottom; */
    height: 100%;
    overflow: hidden; }
    #nav div.container div img {
      width: 100%;
      padding: 0;
      margin: 30px 0; }
  #nav a.logo {
    width: 114px;
    height: 114px;
    display: block;
    color: transparent;
    overflow: hidden;
    background: url(../images/peak_logo.png) no-repeat center center;
    margin: 16px 0px;
    float: left; }
  #nav .bg {
    height: 100%;
    background: url(../images/bg/about-bg.jpg) no-repeat top center;
    background-size: cover; }
  #nav .list {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 200;
    color: #fff;
    line-height: 42px;
    list-style-type: disc;
    list-style-image: url("../images/icons/list-bullet1.png"); }

.menucontainer {
  position: relative;
  margin: 0;
  padding: 0;
  top: 50px;
  left: 115; }

.menu {
  margin: 0; }
  .menu li {
    display: inline;
    list-style-type: none;
    padding-right: 0;
    margin: 0; }
    .menu li a {
      text-decoration: none;
      font-weight: normal;
      color: #fff;
      border-left: 1px solid #6cbfeb;
      height: 55px;
      line-height: 55px;
      text-align: center;
      padding: 0px 10px;
      font-size: 14px;
      display: inline-block; }
  .menu li:first-child a {
    border: none; }
  .menu ul {
    display: inline-block;
    position: absolute;
    top: 55px;
    left: 115px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-linear-gradient(#003173, #002455);
    background: -o-linear-gradient(#003173, #002455);
    background: -moz-linear-gradient(#003173, #002455);
    background: linear-gradient(#003173, #002455); }
    .menu ul li {
      height: 53px; }
      .menu ul li a {
        border-left: 1px solid #215991 !important;
        height: 24px;
        line-height: 24px;
        padding: 0px 10px;
        font-size: 12px;
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 15px; }
    .menu ul li:first-child a {
      border: none !important; }

.lang {
  width: 43px;
  height: 62px;
  background: url(../images/lang-switcher-bg.png) no-repeat center center;
  float: right;
  margin-top: 42px; }
  .lang ul {
    margin: -0px 0px 0 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    list-style: none; }
    .lang ul li {
      color: #fff;
      font-size: 12px;
      display: none;
      background: #037ea6;
      padding: 0px 0 0px 3px;
      margin: 0 1px 0 0; }
      .lang ul li a {
        color: #fff;
        display: block;
        width: 39px;
        height: 18px;
        text-decoration: none; }
    .lang ul li:first-child {
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .lang ul li:last-child {
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
    .lang ul li.lang-active {
      display: block;
      font-weight: bolder;
      background: none; }

.lang:hover ul li {
  display: block;
  border-bottom: 1px solid #016788; }

.lang:hover ul li.lang-active {
  background: #037ea6; }

#nav .contact {
  color: #fff !important;
  font-size: 12px;
  opacity: 0.6;
  font-style: italic;
  font-weight: normal;
  /* margin: 44px 0 0 745px; */
  text-align: right;
  border-right: 1px solid #392e67;
  padding-right: 10px;
  float: right;
  margin-top: 50px;
  margin-right: 10px; }

.submenu {
  padding: 0;
  margin: 0;
  border: none; }
  .submenu .container {
    padding: 0; }
    .submenu .container .col {
      padding: 0; }
  .submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    .submenu ul li {
      padding: 0;
      margin: 0 20px;
      display: inline-block;
      width: 256px;
      font-size: 18px;
      line-height: 60px;
      border-bottom: 1px solid #e1e1e1;
      text-align: center; }
    .submenu ul li.active {
      color: #fff;
      font-size: 20px;
      -webkit-border-bottom-right-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -moz-border-radius-bottomleft: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      background: -webkit-linear-gradient(#003173, #002455);
      background: -o-linear-gradient(#003173, #002455);
      background: -moz-linear-gradient(#003173, #002455);
      background: linear-gradient(#003173, #002455);
      margin: 0;
      padding: 0 20px;
      border: none; }

.green-button {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #77bc23;
  text-decoration: none;
  padding: 12px;
  border: 4px solid #d6ebbd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.green-button:hover {
  background-color: #3ea9e1;
  text-decoration: none;
  border: 4px solid rgba(62, 169, 225, 0.5); }

.quotes {
  background: -webkit-linear-gradient(#31a6e2, #279cd8);
  background: -o-linear-gradient(#31a6e2, #279cd8);
  background: -moz-linear-gradient(#31a6e2, #279cd8);
  background: linear-gradient(#31a6e2, #279cd8); }
  .quotes blockquote {
    display: block;
    margin: 0;
    padding: 15px 15px 30px 15px;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background-image: url("../images/icons/quote.png"), url("../images/icons/quote.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 100% 100%; }

.quoter p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-align: center; }
.quoter img {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 7px solid #2e91c4;
  display: block;
  margin: -20px auto 15px auto; }

/*
.quoter p:first-child:before{
    content: '';
    width:;
    height;

}
*/
.what-for h2 {
  margin-bottom: 70px; }
.what-for h3 {
  font-weight: normal;
  font-size: 20px;
  color: #177fb4; }
.what-for p {
  text-align: center;
  margin-bottom: 60px; }
.what-for img {
  display: block;
  width: 100%;
  margin: 0;
  border: 5px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.why-use h3:before {
  content: '';
  display: block;
  width: 120px;
  height: 100px;
  margin: 0px auto 15px auto; }
.why-use h3.one:before {
  background: url("../images/icons/why-one.png") no-repeat center center; }
.why-use h3.two:before {
  background: url("../images/icons/why-two.png") no-repeat center center; }
.why-use h3.three:before {
  background: url("../images/icons/why-three.png") no-repeat center center; }
.why-use ul {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  list-style-position: inside;
  list-style-type: circle;
  list-style-image: url("../images/icons/bullet-circle.png");
  margin: 10px 0 24px 0; }
  .why-use ul li {
    margin-bottom: 8px; }
.why-use a {
  width: 135px;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal; }

.bottom-box {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff; }
  .bottom-box .container {
    height: 185px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .bottom-box h2 {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  .bottom-box h2:before {
    content: "";
    display: block;
    width: 79px;
    height: 60px;
    margin: 0px auto 10px auto; }
  .bottom-box h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 14px 0 15px 0;
    padding: 0; }
  .bottom-box p {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0; }

.container {
  position: relative;
  height: inherit; }

.divider-one {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background: url("../images/bg/divider-one.jpg") center center no-repeat fixed;
  background-size: cover; }

.divider-two {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background: url("../images/bg/divider-two.jpg") center center no-repeat fixed;
  background-size: cover; }

.section {
  position: relative; }
  .section h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 3rem; }
  .section h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    margin: 10px 0 10px 0; }

.section-550 {
  height: 550px;
  min-height: 550px;
  padding: 0;
  position: relative; }

.section-370 {
  height: 370px;
  min-height: 370px;
  padding: 0;
  position: relative; }

.section-620 {
  height: 620px;
  min-height: 620px;
  padding: 0;
  position: relative; }

.section-white-label {
  background: url("../images/bg/white-label.jpg") 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 6px solid #037ea6; }
  .section-white-label .container {
    background: -webkit-linear-gradient(#1c8baf, #077599);
    background: -o-linear-gradient(#1c8baf, #077599);
    background: -moz-linear-gradient(#1c8baf, #077599);
    background: linear-gradient(#1c8baf, #077599); }
  .section-white-label .bottom-box h2:before {
    background: url("../images/icons/card-icon.png") no-repeat center center; }

.section-pnp {
  background: url("../images/bg/pnp.jpg") 50% 60px no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 6px solid #d46921; }
  .section-pnp .container {
    background: -webkit-linear-gradient(#d87838, #c26221);
    background: -o-linear-gradient(#d87838, #c26221);
    background: -moz-linear-gradient(#d87838, #c26221);
    background: linear-gradient(#d87838, #c26221); }
  .section-pnp .bottom-box h2:before {
    background: url("../images/icons/pnp-icon.png") no-repeat center center; }

.section-cobrand {
  background: url("../images/bg/cobrand.jpg") 50% 200px no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 6px solid #b61c39; }
  .section-cobrand .container {
    background: -webkit-linear-gradient(#bd334d, #a71d37);
    background: -o-linear-gradient(#bd334d, #a71d37);
    background: -moz-linear-gradient(#bd334d, #a71d37);
    background: linear-gradient(#bd334d, #a71d37); }
  .section-cobrand .bottom-box h2:before {
    background: url("../images/icons/cobrand-icon.png") no-repeat center center; }

.reasons {
  #color: #4b4b4b;
  text-align: center;
  padding-bottom: 60px; }
  .reasons .col {
    border-right: 1px solid #ededed;
    padding-top: 15px;
    padding-bottom: 40px; }
  .reasons .col:last-child {
    border: none; }
  .reasons h2 {
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 60px auto 40px; }
  .reasons h4 {
    font-size: 17px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 17px 0; }
  .reasons h4:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px auto; }
  .reasons h4.first:before {
    background: url("../images/icons/reason-1-icon.png") no-repeat center center; }
  .reasons h4.second:before {
    background: url("../images/icons/reason-2-icon.png") no-repeat center center; }
  .reasons h4.third:before {
    background: url("../images/icons/reason-3-icon.png") no-repeat center center; }
  .reasons p {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0; }

.partners {
  color: #4b4b4b;
  text-align: center;
  padding-bottom: 60px;
  background: -webkit-linear-gradient(#b7c349, #a1ad32);
  background: -o-linear-gradient(#b7c349, #a1ad32);
  background: -moz-linear-gradient(#b7c349, #a1ad32);
  background: linear-gradient(#b7c349, #a1ad32); }
  .partners .col {
    border-right: 1px solid #d3d99c;
    padding-top: 10px;
    padding-bottom: 0px; }
  .partners .col:last-child {
    border: none; }
  .partners h2 {
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 60px auto 40px;
    color: #fff; }
  .partners h4 {
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 17px 0;
    color: #6f7629;
    line-height: 60px;
    text-align: left; }
  .partners h4:before {
    content: "";
    display: inline-block;
    width: 105px;
    height: 60px;
    margin: 0 20px 0 0;
    float: left;
    text-align: right; }
  .partners h4.second:before {
    width: 50px; }
  .partners h4.first:before {
    background: url("../images/icons/mastercard-icon.png") no-repeat center center; }
  .partners h4.second:before {
    background: url("../images/icons/amex-icon.png") no-repeat center center; }
  .partners h4.third:before {
    background: url("../images/icons/visa-icon.png") no-repeat center center; }

.testimonials {
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
  background: -webkit-linear-gradient(#1d8baf, #077598);
  background: -o-linear-gradient(#1d8baf, #077598);
  background: -moz-linear-gradient(#1d8baf, #077598);
  background: linear-gradient(#1d8baf, #077598); }
  .testimonials .col {
    padding: 10px 10px 0px 10px; }
  .testimonials .col:last-child {
    border: none; }
  .testimonials h2 {
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 60px auto 40px;
    color: #fff; }
  .testimonials h4 {
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 17px 0;
    line-height: 60px;
    text-align: left; }
  .testimonials h4:before {
    content: "";
    display: inline-block;
    width: 105px;
    height: 60px;
    margin: 0 20px 0 0;
    float: left;
    text-align: right; }
  .testimonials h4.second:before {
    width: 50px; }
  .testimonials h4.first:before {
    background: url("../images/icons/mastercard-icon.png") no-repeat center center; }
  .testimonials h4.second:before {
    background: url("../images/icons/amex-icon.png") no-repeat center center; }
  .testimonials h4.third:before {
    background: url("../images/icons/visa-icon.png") no-repeat center center; }
  .testimonials img {
    width: 64px;
    height: 64px;
    border: 7px solid #0a6986;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    margin-top: 5px; }
  .testimonials blockquote {
    text-align: left;
    position: relative;
    width: 100%;
    height: 150px;
    padding: 0px;
    background: #FFFFFF;
    border: #2789aa solid 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(97, 97, 97, 0.59);
    -moz-box-shadow: 2px 2px 5px 0px rgba(97, 97, 97, 0.59);
    box-shadow: 2px 2px 5px 0px rgba(97, 97, 97, 0.59);
    font-size: 17px;
    line-height: 22px;
    padding: 10px;
    font-weight: 300;
    font-style: italic;
    color: #4b4b4b;
    background: #ffffff url("../images/bg/quote-bg.png") no-repeat right bottom;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .testimonials blockquote:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 24px;
    border-style: solid;
    border-width: 10px 15px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1; }
  .testimonials blockquote:before {
    content: "";
    position: absolute;
    top: 140px;
    left: 18px;
    border-style: solid;
    border-width: 14px 21px 0;
    border-color: #2789aa transparent;
    display: block;
    width: 0;
    z-index: 0; }
  .testimonials .people {
    margin-top: 10px; }

p.name {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 15px;
  float: left; }

p.title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  float: left; }

.contact {
  color: #4b4b4b;
  text-align: center;
  padding-bottom: 40px; }
  .contact .col:last-child {
    padding-left: 0px; }
  .contact a {
    color: #4b4b4b; }
  .contact h2 {
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 60px auto 0px; }
  .contact h4 {
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 17px 0;
    line-height: 60px;
    text-align: left; }
  .contact p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px; }
  .contact .form {
    border-right: 1px solid #ededed; }
  .contact .contact-home:before {
    content: "";
    display: block;
    width: 46px;
    height: 32px;
    background: #ffffff url("../images/icons/contact-home.png") no-repeat center center;
    display: block;
    float: left;
    margin-right: 10px; }
  .contact .contact-mail:before {
    content: "";
    display: block;
    width: 46px;
    height: 32px;
    background: #ffffff url("../images/icons/contact-mail.png") no-repeat center center;
    display: block;
    float: left;
    margin-right: 10px; }
  .contact .contact-phone:before {
    content: "";
    display: block;
    width: 46px;
    height: 32px;
    background: #ffffff url("../images/icons/contact-phone.png") no-repeat center center;
    display: block;
    float: left;
    margin-right: 10px; }

.footer {
  color: #4b4b4b;
  text-align: left;
  background: -webkit-linear-gradient(#e8e8e8, #d2d2d2);
  background: -o-linear-gradient(#e8e8e8, #d2d2d2);
  background: -moz-linear-gradient(#e8e8e8, #d2d2d2);
  background: linear-gradient(#e8e8e8, #d2d2d2); }
  .footer img {
    margin: 5px 0 30px 2px;
    display: block;
    padding-right: 15px; }
  .footer .col {
    height: 175px;
    padding-top: 20px; }
  .footer .col:first-child {
    border-right: 1px solid #b4b4b4; }
  .footer .col:last-child {
    border-left: 1px solid #b4b4b4; }
  .footer .container {
    padding-top: 33px;
    padding-bottom: 33px; }
  .footer a {
    color: #4b4b4b;
    text-decoration: underline; }
  .footer p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300; }
  .footer ul {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    list-style-type: disc;
    list-style-image: url("../images/bullet.png");
    margin: 0;
    padding-left: 13px; }
    .footer ul li a {
      text-decoration: none; }
    .footer ul li a:hover {
      text-decoration: underline; }
  .footer h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase; }
  .footer input, .footer textarea {
    background-color: #c1c1c1;
    width: 120%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto 22px auto;
    border: 1px solid #a2a2a2 !important;
    padding: 3px 8px 3px 8px !important;
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    -moz-box-shadow: 0 0 0 4px #d8d8d8;
    -webkit-box-shadow: 0 0 0 4px #d8d8d8;
    box-shadow: 0 0 0 4px #d8d8d8;
    line-height: 19px !important; }

.footermenu {
  color: #2f2e2e;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  background: -webkit-linear-gradient(#9c9c9c, #868686);
  background: -o-linear-gradient(#9c9c9c, #868686);
  background: -moz-linear-gradient(#9c9c9c, #868686);
  background: linear-gradient(#9c9c9c, #868686); }
  .footermenu a {
    text-decoration: none;
    color: #2f2e2e; }
  .footermenu a:hover {
    text-decoration: underline; }
  .footermenu ul {
    margin: 0;
    padding: 0; }
    .footermenu ul li {
      display: inline;
      list-style-type: none;
      padding: 7px 25px;
      margin: 0;
      border-right: 1px solid #767676; }
    .footermenu ul li:last-child {
      border: none; }

h1, h2 {
  font-family: "Marcellus"; }
  
@media all and (max-width: 991px) and  (min-width: 768px){
	.footermenu ul li:nth-child(2) {
		border: none;
	}
	
	.footermenu ul li:nth-child(3) {
		  margin-left: 3px;
	}
}

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