@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.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: 544px) {
    .container {
      width: 544px; } }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.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: 544px) {
  .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: 768px) {
  .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: 992px) {
  .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%; } }

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

.affix {
  position: fixed; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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: 543px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 543px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  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; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  font-family: Arial, sans-serif; }

body {
  line-height: 1; }

html, body {
  height: 100%; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

a {
  text-decoration: none; }
  a:hover {
    cursor: pointer; }

select, option {
  font-family: inherit; }

input, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  overflow: hidden; }

input[type="submit"], input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="password"], textarea, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  /*
  appearance: none;
  -webkit-appearance: none;
  */
  border-radius: 0px;
  -webkit-border-radius: 0px; }

input[type="number"] {
  /*
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  */ }

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

select {
  /*
	-webkit-appearance: none;
  */ }

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

body {
  font-family: 'Roboto', sans-serif;
  color: #786c67;
  line-height: 160%;
  font-weight: 300;
  font-size: 1.2rem; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 300;
  color: #2358a5;
  text-transform: uppercase;
  margin-bottom: 0.4em; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }

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

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

h3, .h3-style {
  font-size: 28px; }

h4, .h4-style {
  font-size: 24px;
  font-weight: 500; }

h5, .h5-style {
  font-size: 20px;
  font-weight: 500; }

h6, .h6-style {
  font-size: 20px;
  font-weight: 500; }

@media (min-width: 770px) {
  h1, .h1-style {
    font-size: 44px; }
  h2, .h2-style {
    font-size: 46px; }
  h3, .h3-style {
    font-size: 34px; }
  h4, .h4-style {
    font-size: 30px;
    font-weight: normal; }
  h5, .h5-style {
    font-size: 24px;
    font-weight: normal; }
  h6, .h6-style {
    font-size: 24px;
    font-weight: normal; } }

.large-title, .building-block.bb-image-text .sub-title, .building-block.bb-image-action .action-block-titles .title, .building-block.bb-logos h2, #header-titles h1.invert-subtitle {
  font-size: 2.5rem; }
  @media (min-width: 770px) {
    .large-title, .building-block.bb-image-text .sub-title, .building-block.bb-image-action .action-block-titles .title, .building-block.bb-logos h2, #header-titles h1.invert-subtitle {
      font-size: 4rem; } }

.plain-title, .building-block.bb-tab-group .tabs-content .tab-content .expanding-section .section-title {
  color: inherit;
  text-transform: none;
  font-weight: 300; }
  .plain-title a, .building-block.bb-tab-group .tabs-content .tab-content .expanding-section .section-title a {
    color: inherit; }

.p-style {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em; }

p {
  margin-bottom: 1em; }
  p:last-child {
    margin-bottom: 0; }

sub {
  vertical-align: sub;
  position: static; }

sup {
  vertical-align: super;
  position: static; }

article {
  width: 100%; }
  article p iframe {
    display: table;
    margin: 40px auto; }
  article ul, article ol {
    margin-bottom: 1em; }
    article ul li, article ol li {
      line-height: 160%;
      margin-left: 22px; }
      article ul li:not(:last-of-type), article ol li:not(:last-of-type) {
        margin-bottom: 5px; }
    article ul:last-child, article ol:last-child {
      margin-bottom: 0; }
  article ul li {
    list-style-type: disc; }
  article ol li {
    list-style-type: decimal; }
  article code {
    padding: .2rem .5rem;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px; }
  article pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre; }

a {
  color: #2358a5; }

strong, strong * {
  font-weight: 700; }

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

body, #page, #header, #main, #footer, .block {
  position: relative; }

:target:before {
  content: '';
  display: block;
  height: 60px;
  margin: -60px 0 0; }

html.translated-ltr body.admin-bar,
html.translated-rtl body.admin-bar {
  top: 0 !important; }

#wpadminbar {
  position: fixed !important; }

img {
  display: block; }
  article img {
    display: inline-block; }

.aligncenter, .alignleft, .alignright {
  display: block;
  margin: 0 auto;
  margin-bottom: 1em; }

@media (min-width: 770px) {
  .alignleft {
    clear: left;
    float: left;
    margin: 0.3em 1em 0.5em 0; }
  .alignright {
    clear: right;
    float: right;
    margin: 0.3em 0 0.5em 1em; } }

/* Text meant only for screen readers */
.says,
.screen-reader-text,
.gform_wrapper .gfield.hide-label > label,
.gform_wrapper .gfield input[type=radio] {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vertical-align {
  display: table;
  table-layout: fixed; }
  .vertical-align > div {
    display: table-cell;
    vertical-align: middle; }

.post-edit-link {
  display: block;
  margin: 30px 0 0 0; }

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

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

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

.bg-grey {
  background-color: #F7F6F4 !important; }

.bg-light-grey {
  background-color: #F7F7F9 !important; }

.bg-brown {
  background-color: #5880bb !important;
  color: #fff; }
  .bg-brown h1, .bg-brown h2, .bg-brown h3, .bg-brown h4, .bg-brown h5, .bg-brown h6 {
    color: inherit; }

.bg-brown-glow {
  background: #5880bb;
  background: -webkit-radial-gradient(ellipse farthest-side at center bottom, #c5d3e7 0%, #5880bb 100%);
  background: -o-radial-gradient(ellipse farthest-side at center bottom, #c5d3e7 0%, #5880bb 100%);
  background: radial-gradient(ellipse farthest-side at center bottom, #c5d3e7 0%, #5880bb 100%);
  color: #fff; }
  .bg-brown-glow h1, .bg-brown-glow h2, .bg-brown-glow h3, .bg-brown-glow h4, .bg-brown-glow h5, .bg-brown-glow h6 {
    color: inherit; }

.bg-orange {
  background-color: #e84b37 !important; }

@media (min-width: 770px) {
  .columns-2 {
    -webkit-columns: 2;
    columns: 2; } }

@media (min-width: 770px) {
  .columns-3 {
    -webkit-columns: 3;
    columns: 3; } }

@media (min-width: 770px) {
  .columns-4 {
    -webkit-columns: 2;
    columns: 2; } }

@media (min-width: 992px) {
  .columns-4 {
    -webkit-columns: 4;
    columns: 4; } }

.icon-text-grid {
  padding-left: 0;
  margin-left: 0;
  margin-top: 1.5em;
  font-size: 0.9em;
  font-weight: 500; }
  .icon-text-grid li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 1em !important; }
    .icon-text-grid li img {
      display: inline-block;
      max-width: 100px;
      vertical-align: middle;
      margin: 0 1em 0 0; }
  @media (min-width: 770px) {
    .icon-text-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .icon-text-grid li {
        width: 48%;
        margin: 0 2% 2em 0 !important;
        margin-bottom: 2em !important; } }

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.entry-content {
  min-height: 600px; }

.padded-container {
  padding-top: 3em;
  padding-bottom: 3em; }

.read-more-link {
  color: #786c67;
  text-transform: uppercase;
  font-size: 0.8em; }
  .read-more-link:after {
    content: "\203A";
    margin-left: 0.2em;
    color: #e84b37;
    font-size: 2.3em;
    position: relative;
    line-height: 0;
    top: 0.1em; }

.bg-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; }
  .bg-image-wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    max-width: none;
    width: auto;
    height: auto; }
  .bg-image-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15); }

.corner-image-wrap {
  position: absolute;
  left: 0;
  bottom: -2.3em;
  max-width: 200px;
  width: 40%;
  z-index: -1; }
  .corner-image-wrap img {
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
    display: inline-block; }
  .corner-image-wrap.position-right {
    right: 0;
    left: auto;
    text-align: right; }
  @media (min-width: 770px) {
    .corner-image-wrap {
      bottom: -65px;
      max-width: 500px; } }

.flag {
  font-size: 1em;
  color: #e84b37;
  font-weight: 400;
  text-transform: uppercase; }

.container {
  position: relative; }

.wp-pagenavi {
  text-align: center;
  margin: 2em 0; }
  .wp-pagenavi a, .wp-pagenavi span {
    border: none; }
  .wp-pagenavi a {
    color: #2358a5; }

.slick-slider .slick-prev, .slick-slider .slick-next {
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font: 0/0 a;
  color: transparent; }
  .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    font-family: "displayport";
    color: #786c67;
    font-size: 2rem;
    text-transform: none;
    padding: 0.3em;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    line-height: 1; }

.slick-slider .slick-next {
  right: 0; }

.archive-filter form {
  position: relative; }
  .archive-filter form .form-fields > li {
    margin-bottom: 1em; }
  @media (min-width: 770px) {
    .archive-filter form .form-fields > li {
      display: inline-block;
      margin-right: 1em; } }

.archive-filter input, .archive-filter select {
  width: auto;
  text-transform: inherit; }

.archive-filter label {
  font-weight: bold; }

.archive-filter .search-field-wrap {
  position: relative;
  min-width: 300px; }

.archive-filter .toggle-filter {
  display: inline-block;
  background: #e84b37;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 2em;
  font-size: 0.9rem;
  position: relative; }
  .archive-filter .toggle-filter .icon {
    vertical-align: middle;
    margin-left: 1em; }
  .archive-filter .toggle-filter.active:after {
    height: 0;
    width: 0;
    background: #000;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #F7F6F4;
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: none; }

.archive-filter .search-filter {
  margin-top: 20px;
  display: none;
  position: absolute;
  width: 100%;
  background: #F7F6F4;
  padding: 1em;
  left: 0;
  z-index: 1; }
  .archive-filter .search-filter input[type=checkbox] {
    display: none; }
    .archive-filter .search-filter input[type=checkbox]:checked + label {
      opacity: 1; }
  .archive-filter .search-filter label {
    font-weight: normal;
    opacity: 0.7; }
    .archive-filter .search-filter label:before {
      font-family: 'displayport';
      text-transform: none;
      vertical-align: middle;
      margin-right: 0.5em; }

.archive-filter .filters-applied {
  margin-top: 1em; }
  .archive-filter .filters-applied .label {
    font-weight: bold; }
  .archive-filter .filters-applied .reset-link {
    margin-left: 1em; }

.archive-filter .filter-found {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em; }
  @media (min-width: 992px) {
    .archive-filter .filter-found {
      position: absolute;
      right: 0;
      top: 0; } }

.preview {
  margin: 30px 0;
  border-bottom: 2px solid #DBDAD8;
  padding-bottom: 30px; }
  .preview:last-child {
    margin-bottom: 0;
    border-bottom: 0; }
  .preview .flag + h2 {
    margin-top: 10px; }
  .preview h2 {
    margin-bottom: 10px; }
  .preview .posted-on {
    color: #B7B2AF; }

.preview.event:not(:last-child) {
  margin-bottom: 70px; }

.preview.event .entry-title {
  color: inherit;
  margin: 10px 0;
  text-transform: uppercase; }

.preview.event .event-date {
  font-weight: bold; }

.preview.event .event-location {
  color: #e84b37;
  font-weight: 400; }

.product-category-carousel {
  margin: 10px 0 2em 0;
  font-size: 1.1rem; }
  .product-category-carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-category-carousel .slick-track .action-block {
      background: #f0efec;
      height: auto;
      margin: 0 5px;
      padding-bottom: 5px; }
  .product-category-carousel .slick-slide {
    border-bottom: 20px solid transparent; }
  .product-category-carousel .selected-slide {
    border-bottom-color: #e84b37; }
  .product-category-carousel.scroll-disabled .slick-track {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin: 0 auto; }

.archive-posts {
  margin-top: 4rem; }

.product-listing-heading {
  background: #F7F6F5;
  text-transform: uppercase; }
  .product-listing-heading .filter-row {
    display: table;
    width: 100%; }
    .product-listing-heading .filter-row > * {
      display: table-cell; }
    .product-listing-heading .filter-row .title {
      width: 50%;
      display: none; }
  .product-listing-heading .heading {
    background: #F0EEED;
    padding: 0.5rem; }
  .product-listing-heading .toggle-filter {
    background: none;
    padding: 0;
    color: inherit;
    font-size: inherit; }
    .product-listing-heading .toggle-filter .icon {
      font-size: 0.8rem;
      margin-left: 0.5em; }
    .product-listing-heading .toggle-filter:after {
      display: none; }
  .product-listing-heading .search-filter {
    margin-top: 0; }
  @media (min-width: 770px) {
    .product-listing-heading .filter-row .title {
      display: table-cell; } }

#product-listing .flag {
  font-weight: bold;
  font-size: 0.95em; }

@media (min-width: 770px) {
  #product-listing .preview {
    display: table;
    width: 100%; }
    #product-listing .preview > * {
      display: table-cell;
      vertical-align: bottom; }
    #product-listing .preview header {
      width: 50%; }
    #product-listing .preview .entry-title {
      margin: 0; }
    #product-listing .preview .product-type {
      text-transform: uppercase;
      width: calc( 50% - 200px); }
    #product-listing .preview .read-more {
      width: 200px;
      text-align: right;
      margin-left: auto; } }

input, select, textarea {
  width: 100%;
  border: 1px solid #2358a5;
  padding: 0.5em;
  background: none; }
  input[type=submit], input[type=checkbox], input[type=radio], select[type=submit], select[type=checkbox], select[type=radio], textarea[type=submit], textarea[type=checkbox], textarea[type=radio] {
    width: auto; }

.search-form {
  position: relative; }
  .search-form .search-field {
    width: 100%; }
  .search-form .search-submit {
    position: absolute;
    right: 0.2em;
    top: 0.5em;
    color: #e84b37;
    font-size: 1.5rem; }

#page-search-form {
  margin: 30px auto;
  max-width: 700px;
  width: 100%;
  text-align: center; }
  @media (min-width: 770px) {
    #page-search-form .view-all {
      position: absolute;
      right: -80px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

#gform_wrapper_3 label {
  display: none; }

@media (min-width: 480px) {
  #gform_wrapper_3 .gform_body {
    clear: none;
    float: left;
    margin: 0;
    width: calc(100% - 300px); }
    #gform_wrapper_3 .gform_body input {
      width: 100%; }
  #gform_wrapper_3 .gform_footer {
    clear: none;
    float: right;
    margin: 0;
    width: 270px; }
    #gform_wrapper_3 .gform_footer input {
      margin-top: 8px; } }

.gform_wrapper {
  width: 100%; }
  .gform_wrapper ul {
    margin: 0;
    padding: 0; }
    .gform_wrapper ul li {
      list-style-type: none;
      text-indent: 0; }
  .gform_wrapper input[type="submit"] {
    border-width: 0;
    font-size: 17px;
    height: 40px;
    line-height: 39px;
    min-width: 260px;
    padding: 0; }
  .gform_wrapper .gfield {
    clear: both;
    display: inline-block;
    margin: 0 0 1.6%;
    width: 100%; }
    .gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea {
      background: #fff7f8;
      border: 1px dashed #f81e4c; }
    .gform_wrapper .gfield.half-left {
      float: left;
      padding-right: 5px; }
    .gform_wrapper .gfield.half-right {
      float: right;
      padding-left: 5px; }
    .gform_wrapper .gfield.half-left, .gform_wrapper .gfield.half-right {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      clear: none;
      width: 50%; }
    .gform_wrapper .gfield > .gfield_label {
      display: block;
      margin: 0 0 0.4em 0; }
    .gform_wrapper .gfield .ginput_complex label, .gform_wrapper .gfield .gfield_description {
      display: block;
      font-size: 13px;
      line-height: 100%;
      margin: 4px 0 11px 0; }
    .gform_wrapper .gfield .gfield_radio {
      margin: 0; }
      .gform_wrapper .gfield .gfield_radio label {
        margin: 0 0 0 7px; }
    .gform_wrapper .gfield .gfield_checkbox > li {
      margin-bottom: 4px; }
    .gform_wrapper .gfield .gfield_checkbox label {
      margin: 0 0 0 9px; }
    .gform_wrapper .gfield .gfield_checkbox input:checked + label {
      font-weight: 600; }
    .gform_wrapper .gfield input[type=radio] + label {
      cursor: pointer; }
      .gform_wrapper .gfield input[type=radio] + label:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.5em;
        width: 1em;
        height: 1em;
        border-radius: 1em;
        border: 1px solid #e84b37;
        padding: 0.5em;
        -webkit-box-shadow: inset 0 0 0 4px #fff;
        box-shadow: inset 0 0 0 4px #fff;
        background: #fff; }
    .gform_wrapper .gfield input[type=radio]:checked + label:before {
      background: #e84b37; }
    @media (min-width: 770px) {
      .gform_wrapper .gfield.inline-field {
        text-align: center; }
        .gform_wrapper .gfield.inline-field > *, .gform_wrapper .gfield.inline-field ul li {
          display: inline-block; }
        .gform_wrapper .gfield.inline-field label {
          margin-right: 1em; } }
  .gform_wrapper .validation_error {
    display: block;
    font-weight: 600;
    margin: 0 0 0.7em 0; }
  .gform_wrapper .validation_message {
    clear: both;
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    margin: 0.4em 0 0 0; }
  .gform_wrapper .ginput_left {
    clear: left;
    float: left;
    width: 48.5%; }
  .gform_wrapper .ginput_right {
    clear: right;
    float: right;
    width: 48.5%; }
  .gform_wrapper .ginput_left input, .gform_wrapper .ginput_right input {
    padding: 3.7% 4.2%;
    width: 100%; }
  .gform_wrapper .gform_ajax_spinner, .gform_wrapper .gform_validation_container {
    display: none !important; }
  .gform_wrapper .gform_footer {
    text-align: center; }

/* credit card icons ------------------------------------------------------*/
.gform_wrapper .gform_card_icon_container {
  height: 32px;
  margin: 8px 0 6px 0; }

.gform_wrapper div.gform_card_icon {
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  float: left;
  height: 32px;
  margin-right: 4px;
  text-indent: -9000px;
  width: 36px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px; }

/* credit card fields ------------------------------------------------------*/
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  float: left;
  min-height: 43px;
  position: relative; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
  margin-right: 1%;
  width: 50%; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important; }

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  display: block;
  min-width: 160px !important;
  position: relative; }

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  display: -moz-inline-stack;
  display: inline-block;
  width: 48% !important;
  zoom: 1; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  display: -moz-inline-stack;
  display: inline-block;
  height: 23px;
  left: 6px;
  position: relative;
  top: -1px;
  width: 32px;
  zoom: 1; }

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  border: 2px dashed #ddd;
  color: #aaa;
  margin-bottom: 10px;
  padding: 25px;
  text-align: center; }

.right_label .gform_fileupload_multifile, .left_label .gform_fileupload_multifile {
  margin-left: 31%; }

.gform_delete {
  cursor: pointer;
  vertical-align: middle; }

.gfield_creditcard_warning_message {
  color: #f81e4c; }

/* fix recaptcha line height issue ------------------------------------------------------*/
body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1em !important; }

.button, input[type=submit], button {
  font-family: inherit;
  display: inline-block;
  background: #2358a5;
  color: #fff;
  padding: 0.7em 1.5em;
  border-radius: 6em;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.4; }
  .button:hover, input[type=submit]:hover, button:hover {
    background: #2c6ecf;
    color: #fff; }
  p + .button, p + input[type=submit], p + button {
    margin-top: 1em; }

.non-button {
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important; }

.building-block {
  padding: 70px 0;
  position: relative; }
  .building-block.bg-none + .building-block.bg-none {
    padding-top: 0; }
  .building-block.bg-grey + .building-block.bg-grey {
    padding-top: 0; }
  .building-block.bg-light-grey + .building-block.bg-light-grey {
    padding-top: 0; }
  .building-block.bg-brown + .building-block.bg-brown {
    padding-top: 0; }
  .building-block.bg-orange + .building-block.bg-orange {
    padding-top: 0; }
  .building-block.bb-basic-text .container,
  .building-block .supplement-content .container {
    max-width: 950px;
    margin: 0 auto; }
    .building-block.bb-basic-text .container .body,
    .building-block .supplement-content .container .body {
      max-width: 900px;
      margin: 0 auto; }
  .building-block.padding-top-none {
    padding-top: 0 !important; }
  .building-block .image.column, .building-block .image.columns {
    margin-bottom: 35px; }
    @media (min-width: 770px) {
      .building-block .image.column, .building-block .image.columns {
        margin-bottom: 0; } }
  .building-block .title {
    text-align: center; }
    .building-block .title sup, .building-block .title sub {
      font-size: 15px; }
      @media (min-width: 770px) {
        .building-block .title sup, .building-block .title sub {
          font-size: 23px; } }
  .building-block.bb-image-text .sub-title {
    line-height: 1; }
  .building-block.bb-image-text .row .image {
    margin-bottom: 1em; }
  @media (min-width: 770px) {
    .building-block.bb-image-text .row .image {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .building-block.bb-image-text .row .image, .building-block.bb-image-text .row .text {
      display: table-cell;
      float: none;
      vertical-align: middle; } }
  .building-block.bb-image-text .row .image img {
    width: 100%; }
  .building-block.bb-image-text.padding-top-none .text {
    padding-top: 3em; }
  .building-block.bb-image-text.padding-top-none .image {
    vertical-align: top;
    padding: 0; }
  .building-block.bb-image-action {
    padding: 0; }
    .building-block.bb-image-action .title {
      line-height: 1; }
    .building-block.bb-image-action .block-wrap {
      position: relative;
      padding: 70px 0;
      color: #fff; }
    .building-block.bb-image-action .action-block-titles {
      width: 75%;
      margin: 0 auto;
      padding: 1em 0; }
      .building-block.bb-image-action .action-block-titles .title {
        color: inherit; }
    .building-block.bb-image-action .action-links {
      text-transform: uppercase;
      font-size: 1rem;
      margin-top: 0.5em;
      text-align: center;
      margin-top: 1em; }
      .building-block.bb-image-action .action-links li {
        display: block;
        margin: 0 0 0.5em 0; }
    .building-block.bb-image-action.title-align-left .action-block-titles {
      width: 50%;
      margin: 0; }
    .building-block.bb-image-action.title-align-center .action-block-titles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
    @media (min-width: 770px) {
      .building-block.bb-image-action .supplement-content {
        padding-top: calc( 70px + 1em); }
      .building-block.bb-image-action .action-block-titles {
        min-height: 400px;
        padding: 0; }
      .building-block.bb-image-action .action-links {
        position: absolute;
        top: calc( -1 * 70px - 1em);
        margin-top: 0;
        width: 100%;
        text-align: left; }
        .building-block.bb-image-action .action-links li {
          display: inline-block;
          margin: 0 2em 0 0; }
      .building-block.bb-image-action.corner-image-align-left .action-links {
        text-align: right; } }
  .building-block.bb-banner {
    padding: 0; }
    .building-block.bb-banner img {
      margin: 0 auto;
      display: block; }
  .building-block.bb-logos {
    text-align: center; }
    .building-block.bb-logos ul {
      margin: 0;
      padding: 0; }
      .building-block.bb-logos ul li {
        display: inline-block;
        vertical-align: middle;
        height: 0;
        margin-left: 0;
        padding-bottom: 10%;
        position: relative;
        width: 50%; }
        .building-block.bb-logos ul li img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-height: 75%;
          max-width: 75%; }
    @media (min-width: 480px) {
      .building-block.bb-logos ul li {
        width: 33.33%; } }
    @media (min-width: 770px) {
      .building-block.bb-logos ul li {
        width: 14.28%; } }
  .building-block.bb-tab-group {
    padding-bottom: 0; }
    .building-block.bb-tab-group .tabs {
      font-size: 1.5rem;
      text-transform: uppercase;
      margin-bottom: 10px; }
      .building-block.bb-tab-group .tabs br {
        display: none; }
      .building-block.bb-tab-group .tabs ul {
        margin: 0;
        padding: 0; }
        .building-block.bb-tab-group .tabs ul li {
          list-style: none;
          line-height: 1;
          margin: 0; }
          .building-block.bb-tab-group .tabs ul li a {
            padding: 0.5em;
            color: inherit;
            display: block;
            width: 100%; }
          .building-block.bb-tab-group .tabs ul li.active a, .building-block.bb-tab-group .tabs ul li:hover a {
            color: #e84b37; }
          .building-block.bb-tab-group .tabs ul li:last-child {
            border-right: none; }
    .building-block.bb-tab-group .tabs-content {
      padding: 4em 0;
      background: #F7F6F4; }
      .building-block.bb-tab-group .tabs-content .tab-content {
        display: none; }
        .building-block.bb-tab-group .tabs-content .tab-content.active {
          display: block; }
        .building-block.bb-tab-group .tabs-content .tab-content .tab-title {
          text-align: center; }
        .building-block.bb-tab-group .tabs-content .tab-content .expanding-section {
          margin-bottom: 2em; }
          .building-block.bb-tab-group .tabs-content .tab-content .expanding-section .toggler {
            cursor: pointer; }
          .building-block.bb-tab-group .tabs-content .tab-content .expanding-section .section-content {
            display: none;
            color: #e84b37; }
      .building-block.bb-tab-group .tabs-content .gform_wrapper {
        max-width: 900px;
        margin: 0 auto; }
    @media (min-width: 992px) {
      .building-block.bb-tab-group .tabs {
        text-align: center; }
        .building-block.bb-tab-group .tabs br {
          display: block; }
        .building-block.bb-tab-group .tabs ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .building-block.bb-tab-group .tabs ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            display: inline-block;
            border-right: 2px solid #DDD9D6; } }
  .building-block.bb-image-blocks .block-intro, .building-block.bb-product-categories .block-intro {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 904px; }
  @media (min-width: 480px) {
    .building-block.bb-image-blocks .action-blocks, .building-block.bb-product-categories .action-blocks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .building-block.bb-image-blocks .action-blocks .action-block, .building-block.bb-product-categories .action-blocks .action-block {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0.6em; }
        .building-block.bb-image-blocks .action-blocks .action-block:nth-child(2n), .building-block.bb-product-categories .action-blocks .action-block:nth-child(2n) {
          margin-right: 0; } }
  @media (min-width: 770px) {
    .building-block.bb-image-blocks .action-blocks .action-block, .building-block.bb-product-categories .action-blocks .action-block {
      width: 24%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .building-block.bb-image-blocks .action-blocks .action-block:nth-child(n), .building-block.bb-product-categories .action-blocks .action-block:nth-child(n) {
        margin-right: 1.33%; }
      .building-block.bb-image-blocks .action-blocks .action-block:nth-child(4n), .building-block.bb-product-categories .action-blocks .action-block:nth-child(4n) {
        margin-right: 0; } }
  .building-block.bb-product-categories .action-block {
    background: #f0efec; }
  @media (min-width: 770px) {
    .building-block.bb-image-blocks .action-blocks .action-block {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: auto; } }
  .building-block.bb-multicolumn-links .title-wrapper {
    overflow: hidden; }
  .building-block.bb-multicolumn-links .title {
    color: #786c67;
    display: table;
    margin: 0 auto 35px;
    padding: 0 20px;
    position: relative;
    text-transform: none;
    z-index: 4; }
    .building-block.bb-multicolumn-links .title::before, .building-block.bb-multicolumn-links .title::after {
      background: #786c67;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 3; }
    .building-block.bb-multicolumn-links .title::before {
      right: 100%; }
    .building-block.bb-multicolumn-links .title::after {
      left: 100%; }
  .building-block.bb-multicolumn-links img {
    float: left;
    margin-bottom: 25px;
    width: 100%; }
  .building-block.bb-multicolumn-links .subtitle {
    color: #2358a5;
    font-weight: 400; }
  .building-block.bb-multicolumn-links .button {
    display: table;
    float: none;
    margin: 30px auto 0;
    width: 100%; }
    @media (min-width: 992px) {
      .building-block.bb-multicolumn-links .button {
        min-width: 260px;
        width: auto; } }
  .building-block.bb-multicolumns iframe {
    width: 100%; }
  .building-block.bb-multicolumns .button {
    display: table;
    float: none;
    margin: 30px auto 0;
    min-width: 260px; }
  .building-block.bb-latest-posts .body {
    margin-top: 4rem; }
    .building-block.bb-latest-posts .body .plain-title, .building-block.bb-latest-posts .body .building-block.bb-tab-group .tabs-content .tab-content .expanding-section .section-title, .building-block.bb-tab-group .tabs-content .tab-content .expanding-section .building-block.bb-latest-posts .body .section-title {
      color: #2358a5;
      font-size: 1.2rem;
      font-weight: 400; }
    .building-block.bb-latest-posts .body .posted-on {
      color: #B7B2AF;
      font-size: 17px; }
    .building-block.bb-latest-posts .body p {
      font-size: 17px;
      line-height: 145%;
      margin-top: 20px; }
  .building-block.bb-events .intro {
    margin-bottom: 2em; }
  .building-block.bb-events .tweets {
    margin-top: 70px; }
    .building-block.bb-events .tweets .follow-link {
      color: inherit; }
    .building-block.bb-events .tweets .twitter-block:not(:last-child) {
      margin-bottom: 40px; }
    .building-block.bb-events .tweets .twitter-block .tweet-name {
      font-weight: bold; }
  .building-block.bb-events .preview {
    margin: 0;
    border-bottom: none; }
  @media (min-width: 770px) {
    .building-block.bb-events .tweets {
      margin-top: 0; }
      .building-block.bb-events .tweets .follow-link {
        position: absolute;
        top: 0;
        right: 0; } }

.columns-wrap .multicolumn {
  margin-bottom: 1em; }

.columns-wrap:last-child {
  margin-bottom: 0; }

@media (min-width: 770px) {
  .columns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3em; }
    .columns-wrap .multicolumn {
      margin-bottom: 0; }
      .columns-wrap .multicolumn.separator {
        border-right: 2px solid #DDD9D6; }
        .columns-wrap .multicolumn.separator:last-child {
          border-right: none; } }

.action-block {
  text-align: center;
  padding: 1em 0.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 400;
  position: relative; }
  .action-block .block-image {
    width: 100%;
    height: 0;
    padding-bottom: 73%;
    position: relative;
    margin-bottom: 0.7em; }
    .action-block .block-image img {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      height: auto;
      width: auto;
      display: block;
      margin: 0 auto;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.menu a {
  color: inherit; }

.inline-menu {
  margin: 0;
  padding: 0; }
  .inline-menu li {
    display: inline-block;
    list-style: none;
    margin: 0 1em 0 0; }
    .inline-menu li:last-child {
      margin-right: 0; }

#main-menu, .navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#main, #footer {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.hamburger {
  cursor: pointer;
  float: right;
  height: 45px;
  position: relative;
  width: 45px;
  z-index: 999;
  margin-top: 9px; }
  @media (min-width: 992px) {
    .hamburger {
      display: none !important; } }
  .hamburger .bar {
    background-color: #a0a0a0;
    height: 8px;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%; }

@media (min-width: 992px) {
  .sub-menu li.duplicate-link {
    display: none !important; } }

#main-menu {
  display: none;
  position: relative;
  z-index: 800;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500; }
  #main-menu li {
    display: block; }
    #main-menu li a {
      display: block;
      color: inherit;
      padding: 1em 0.3em; }
  #main-menu .fullscreen-only {
    display: none; }
  @media (min-width: 992px) {
    #main-menu {
      display: block; }
      #main-menu li {
        display: inline-block;
        position: relative; }
        #main-menu li .sub-menu {
          clip: auto;
          display: none;
          left: 0;
          position: absolute;
          top: 100%;
          white-space: nowrap;
          width: auto;
          text-align: left;
          background: rgba(255, 255, 255, 0.8);
          z-index: 5; }
          #main-menu li .sub-menu.reverse {
            left: auto;
            right: 0; }
          #main-menu li .sub-menu li {
            margin: 0; }
          #main-menu li .sub-menu a {
            padding: 0.5em 1em; }
            #main-menu li .sub-menu a:hover {
              color: #5880bb; }
          #main-menu li .sub-menu li:not(.fullscreen-only) {
            display: block; }
            #main-menu li .sub-menu li:not(.fullscreen-only) .sub-menu {
              left: 100%;
              top: 0; }
        #main-menu li:hover > a {
          background: #fff; }
        #main-menu li:hover > .sub-menu {
          display: inherit;
          background: #fff; } }
  @media (min-width: 992px) {
    #main-menu li a {
      padding: 1em 9px; } }
  @media (min-width: 1200px) {
    #main-menu li a {
      padding: 1em 13px; } }

.fullscreen-menu {
  overflow: hidden; }
  .fullscreen-menu #main, .fullscreen-menu #footer {
    -webkit-filter: blur(3px);
    filter: blur(3px); }
  .fullscreen-menu .bar {
    background-color: white; }
    .fullscreen-menu .bar.top {
      -webkit-transform-origin: 10% 40%;
      -ms-transform-origin: 10% 40%;
      transform-origin: 10% 40%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .fullscreen-menu .bar.middle {
      background-color: transparent; }
    .fullscreen-menu .bar.bottom {
      -webkit-transform-origin: 10% 40%;
      -ms-transform-origin: 10% 40%;
      transform-origin: 10% 40%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .fullscreen-menu #main-menu {
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    display: table;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 900; }
    .fullscreen-menu #main-menu .fullscreen-only {
      display: inherit; }
    .fullscreen-menu #main-menu #main-menu-wrapper {
      height: 100vh;
      overflow: scroll;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      .fullscreen-menu #main-menu #main-menu-wrapper > ul {
        position: relative;
        width: 100%; }
        .fullscreen-menu #main-menu #main-menu-wrapper > ul li {
          list-style: none;
          margin: 4px 0; }
          .fullscreen-menu #main-menu #main-menu-wrapper > ul li a {
            padding: 3px 0;
            color: inherit; }
          .fullscreen-menu #main-menu #main-menu-wrapper > ul li .sub-menu {
            height: 0;
            overflow: hidden;
            position: static; }
            .fullscreen-menu #main-menu #main-menu-wrapper > ul li .sub-menu.open {
              height: auto; }

#pre-header {
  background: #2358a5;
  color: white;
  font-size: 14px;
  height: 88px;
  line-height: 43px;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5; }
  @media (min-width: 480px) {
    #pre-header {
      height: 54px;
      line-height: 54px; } }
  #pre-header a {
    color: white; }
  #pre-header #google_translate_element {
    float: right;
    margin-top: -2px; }
  #pre-header .socials {
    float: right; }
    #pre-header .socials .icon {
      display: inline-block;
      float: left;
      font-size: 28px;
      margin-left: 26px;
      margin-top: 2px; }
  #pre-header .link {
    float: right;
    margin-right: 25px; }

#header-nav {
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  z-index: 5; }
  @media (min-width: 480px) {
    #header-nav {
      top: 54px; } }
  #header-nav .logo {
    max-width: 150px;
    padding: 0.5em; }
  #header-nav #main-menu {
    text-align: right; }
  html.translated-ltr #header-nav,
  html.translated-rtl #header-nav {
    top: 40px; }
  body.admin-bar #header-nav {
    top: 32px; }
  @media (min-width: 770px) {
    #header-nav .logo {
      max-width: 150px; } }

*::-ms-backdrop, #header-titles {
  height: 200px; }

#header-titles {
  text-align: center;
  color: #fff;
  position: relative;
  min-height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.6rem; }
  #header.header-size-large #header-titles {
    min-height: 60vh; }
  #header-titles h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1;
    color: inherit; }
    #header-titles h1 .subtitle {
      font-size: 20px;
      line-height: 120%;
      display: block; }
      @media (min-width: 480px) {
        #header-titles h1 .subtitle {
          font-size: 30px; } }
      @media (min-width: 992px) {
        #header-titles h1 .subtitle {
          font-size: 3.8rem;
          line-height: 105%; } }
    #header-titles h1.invert-subtitle .subtitle {
      font-size: 3rem; }
  @media (min-width: 770px) {
    #header-titles h1 {
      font-size: 4.5rem; }
      #header-titles h1.invert-subtitle .subtitle {
        font-size: 4.5rem; } }

#main-menu {
  color: #2358a5; }
  #main-menu > * {
    display: inline-block; }

#google_translate_element {
  margin: 0 0.25em; }
  #google_translate_element img {
    display: inline-block; }
  #google_translate_element .goog-te-gadget-icon {
    display: none; }
  #google_translate_element .goog-te-gadget-simple {
    background: none;
    border: none; }
    #google_translate_element .goog-te-gadget-simple span span, #google_translate_element .goog-te-gadget-simple span img {
      display: none; }
    #google_translate_element .goog-te-gadget-simple span span:first-child {
      display: inline-block; }
  #google_translate_element .goog-te-gadget, #google_translate_element .goog-te-gadget-simple .goog-te-menu-value, #google_translate_element .goog-te-gadget-simple {
    color: inherit;
    font-family: inherit;
    font-size: 1em; }
  @media (min-width: 992px) {
    #google_translate_element {
      margin: 0 0.5em; } }

#header-search {
  text-align: left;
  cursor: pointer; }
  #header-search .icon {
    padding: 1em 0.3em;
    display: block; }
    #header-search .icon:before {
      font-size: 1.2rem;
      vertical-align: middle; }
  #header-search:hover .search-wrapper {
    display: block; }
  @media (min-width: 770px) {
    #header-search .icon {
      padding: 1em 0.5em; } }
  @media (min-width: 992px) {
    #header-search .icon {
      padding: 1em 1em; } }

#header-search-wrapper {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  right: 0;
  padding: 0 0 0.5em 0; }
  #header-search-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #header-search-wrapper form label {
      width: 100%; }
      #header-search-wrapper form label .search-field {
        width: 100%;
        font-size: 1em; }
    #header-search-wrapper form .search-submit {
      width: auto;
      border-radius: 0;
      padding: 0.5em; }

#footer-about {
  color: white;
  padding: 3em 0; }
  #footer-about a {
    color: inherit; }
    #footer-about a:hover {
      text-decoration: underline; }
  #footer-about .col {
    margin-bottom: 2em; }
    #footer-about .col:last-child {
      margin-bottom: 0; }
  @media (min-width: 480px) {
    #footer-about .menu {
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-fill: balance;
      column-fill: balance; } }
  #footer-about .menu li {
    margin-bottom: 22px; }
    #footer-about .menu li a {
      color: white;
      display: block;
      font-size: 16px;
      line-height: 120%; }
  @media (min-width: 770px) {
    #footer-about .col {
      margin-bottom: 0; } }

#footer-credit {
  background: #2358a5;
  color: white;
  padding: 2em 0;
  font-size: 0.8rem;
  text-align: center; }
  #footer-credit a {
    color: inherit; }
  #footer-credit #footer-credit-menu {
    font-size: 2rem;
    margin: 0 0 0.5em 0; }
    #footer-credit #footer-credit-menu li {
      margin-right: 0.5em; }
      #footer-credit #footer-credit-menu li:last-child {
        margin: 0; }
  @media (min-width: 770px) {
    #footer-credit {
      text-align: left; }
      #footer-credit #footer-credit-menu {
        text-align: right;
        margin: 0; } }
  #footer-credit .socials {
    float: right; }
    #footer-credit .socials .icon {
      float: left;
      font-size: 28px;
      margin-left: 25px; }

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

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

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

.icon-twitter:before {
  content: "\61"; }

.icon-youtube:before {
  content: "\62"; }

.icon-chevron-left:before, .slick-slider .slick-prev:before {
  content: "\63"; }

.icon-chevron-right:before, .slick-slider .slick-next:before {
  content: "\64"; }

.icon-chevron-down:before {
  content: "\65"; }

.icon-chevron-up:before {
  content: "\66"; }

.icon-search:before {
  content: "\67"; }

.icon-times:before {
  content: "\68"; }

.icon-check-mark-2:before, .archive-filter .search-filter input[type=checkbox]:checked + label:before {
  content: "\69"; }

.icon-square-line:before, .archive-filter .search-filter label:before {
  content: "\6a"; }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.3.2 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent; }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    border: 0; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
