/* Import Helper Mixins */
/* Normalize */
@import url(bower_components/normalize-css/normalize.css);
/* Varibles for color, text, sizes */
/* Colors */
/* Font Sizes */
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap");
/* Preset Coliumn Clases */
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
.col-1 {
  width: calc(8.3333333333% - 21.6666666667px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .col-1 {
      width: 100%;
      float: left;
      margin-bottom: 1.25em;
      /* 20/16 */
      margin-left: 0px; } }
.col-2 {
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .col-2 {
      width: 100%;
      float: left;
      margin-bottom: 1.25em;
      /* 20/16 */
      margin-left: 0px; } }
.col-3 {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .col-3 {
      width: 100%;
      float: left;
      margin-bottom: 1.25em;
      /* 20/16 */
      margin-left: 0px; } }
.col-4 {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .col-4 {
      width: 100%;
      float: left;
      margin-bottom: 1.25em;
      /* 20/16 */
      margin-left: 0px; } }
.col-5 {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .col-5 {
      width: 100%;
      float: left;
      margin-bottom: 1.25em;
      /* 20/16 */
      margin-left: 0px; } }
.col-6 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .col-6 {
      width: 100%;
      float: left;
      margin-bottom: 1.25em;
      /* 20/16 */
      margin-left: 0px; } }
.col-7 {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .col-7 {
      width: 100%;
      float: left;
      margin-bottom: 1.25em;
      /* 20/16 */
      margin-left: 0px; } }
.col-8 {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .col-8 {
      width: 100%;
      float: left;
      margin-bottom: 1.25em;
      /* 20/16 */
      margin-left: 0px; } }
.col-9 {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .col-9 {
      width: 100%;
      float: left;
      margin-bottom: 1.25em;
      /* 20/16 */
      margin-left: 0px; } }
.col-10 {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .col-10 {
      width: 100%;
      float: left;
      margin-bottom: 1.25em;
      /* 20/16 */
      margin-left: 0px; } }
.col-11 {
  width: calc(91.6666666667% - 38.3333333333px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .col-11 {
      width: 100%;
      float: left;
      margin-bottom: 1.25em;
      /* 20/16 */
      margin-left: 0px; } }
.col-12 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 749px) {
    .col-12 {
      width: 100%;
      float: left;
      margin-bottom: 1.25em;
      /* 20/16 */
      margin-left: 0px; } }
/* Base styles like highlight colors */
body {
  background: #ffffff;
  z-index: 0;
  width: 100%; }

html {
  width: 100%; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1720px; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 749px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
a {
  text-decoration: none;
  -o-transition: all .2s ease-out, all .2s ease-in;
  -ms-transition: all .2s ease-out, all .2s ease-in;
  -moz-transition: all .2s ease-out, all .2s ease-in;
  -webkit-transition: all .2s ease-out, all .2s ease-in;
  /* ...and now override with proper CSS property */
  transition: all .2s ease-out, all .2s ease-in; }
  a:hover {
    text-decoration: underline; }

span {
  text-decoration: none;
  -o-transition: all .2s ease-out, all .2s ease-in;
  -ms-transition: all .2s ease-out, all .2s ease-in;
  -moz-transition: all .2s ease-out, all .2s ease-in;
  -webkit-transition: all .2s ease-out, all .2s ease-in;
  /* ...and now override with proper CSS property */
  transition: all .2s ease-out, all .2s ease-in; }

button {
  text-decoration: none;
  -o-transition: all .2s ease-out, all .2s ease-in;
  -ms-transition: all .2s ease-out, all .2s ease-in;
  -moz-transition: all .2s ease-out, all .2s ease-in;
  -webkit-transition: all .2s ease-out, all .2s ease-in;
  /* ...and now override with proper CSS property */
  transition: all .2s ease-out, all .2s ease-in; }
  button:hover {
    text-decoration: underline; }

div {
  text-decoration: none;
  -o-transition: all .2s ease-out, all .2s ease-in;
  -ms-transition: all .2s ease-out, all .2s ease-in;
  -moz-transition: all .2s ease-out, all .2s ease-in;
  -webkit-transition: all .2s ease-out, all .2s ease-in;
  /* ...and now override with proper CSS property */
  transition: all .2s ease-out, all .2s ease-in; }

.clear {
  clear: both; }

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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: none;
  text-decoration: underline;
  text-decoration: underline 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;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-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: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

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

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

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

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

[role="button"] {
  cursor: pointer; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent; }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: .9; }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: "\2039"; }

.carousel-control .icon-next:before {
  content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after, .panel-body:after, .modal-header:after, .modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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; }

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
* {
  box-sizing: border-box; }

.panel {
  margin-bottom: 0px !important;
  border: 0px !important; }

.menu-main-menu-container ul ul ul {
  display: none; }

.fade {
  opacity: 1; }

/* CSS Reset */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

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

body {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Open Sans", sans-serif !important;
  background: #ffffff;
  letter-spacing: 0.5px;
  font-weight: 300; }
  body.page-template-contact-page .banner-fade a {
    display: none; }

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

#wpadminbar {
  display: none !important; }

.content {
  color: #454545;
  font-size: 16px;
  /* 14/16 */
  line-height: 34px;
  margin-bottom: 0.9375rem;
  font-weight: 300; }
  .content img {
    max-width: 100%; }
    @media only screen and (max-width: 749px) {
      .content img {
        width: 100% !important;
        height: 100%;
        margin-left: 0rem !important;
        margin-right: 0rem !important;
        margin-bottom: 1.25rem; } }
  .content.center {
    text-align: center; }
  .content ol {
    list-style: decimal;
    margin-left: 0.9375rem; }
  .content p {
    padding-bottom: 0.9375em;
    /* 15/16 */
    font-style: normal; }
    .content p:last-of-type {
      padding-bottom: 0px; }
  .content.center {
    text-align: center; }
  .content iframe {
    display: inline-block; }
  .content hr {
    width: 100%;
    float: left;
    margin-bottom: 1.25em;
    /* 20/16 */
    margin-top: 1.25em;
    /* 20/16 */ }
  .content b {
    font-weight: bold; }
  .content i {
    font-style: italic; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 0.625rem;
    /* 10/16 */
    font-weight: 700;
    display: inline-block;
    color: #454545;
    letter-spacing: 1.7px;
    font-weight: 400; }
    .content h1 span, .content h2 span, .content h3 span, .content h4 span, .content h5 span, .content h6 span {
      font-weight: bold; }
  .content h1 {
    font-size: 1.625em;
    /* 26/16 */
    line-height: 2.8125rem; }
  .content h2 {
    font-size: 1.5em;
    /* 24/16 */
    line-height: 2.8125rem; }
  .content h3 {
    font-size: 1.375em;
    /* 22/16 */ }
  .content h4 {
    font-size: 1.25em;
    /* 20/16 */ }
  .content h5 {
    font-size: 1.125em;
    /* 18/16 */ }
  .content h6 {
    font-size: 1em;
    /* 16/16 */ }
  .content ul {
    padding-left: 1.5625em;
    /* 25/16 */
    padding-bottom: 1.25em;
    /* 20/16 */ }
    .content ul li {
      line-height: 2.375em;
      /* 38/16 */
      list-style: disc;
      padding-bottom: 0.625rem; }
  .content a {
    color: #F2171A;
    font-weight: bold; }
    .content a:hover {
      text-decoration: underline; }
  .content strong {
    font-weight: bold; }
  .content b {
    font-weight: bold; }
  .content i {
    font-style: italic; }
  .content input {
    width: 100%;
    background: #ffffff;
    border: 0px;
    padding: 15px;
    border-bottom: #454545 1px solid;
    color: #454545;
    font-size: 16px; }
  .content input[type="checkbox"], .content input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    float: left;
    width: auto;
    margin-right: 5px; }
  .content select {
    width: 100%;
    background: #ffffff;
    padding: 15px;
    border: 0px;
    border-bottom: #454545 1px solid;
    color: #454545;
    font-size: 16px; }
  .content textarea {
    width: 100%;
    background: #ffffff;
    padding: 15px;
    border: 0px;
    border-bottom: #454545 1px solid;
    color: #454545;
    font-size: 1rem; }
  .content.white {
    color: #ffffff !important; }

nav#menu .social-icons {
  width: 100%;
  float: left;
  text-align: left;
  padding-top: 15px; }
  nav#menu .social-icons a {
    display: inline-block;
    padding: 0px 5px; }

section {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  width: 100%;
  float: left; }
  section.no-padding-top {
    padding-top: 0rem; }
  section.no-bottom-padding {
    padding-bottom: 0rem; }
  section.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px; }
  section.lightgrey {
    background: #F5F5F5; }

@media only screen and (min-width: 1024px) {
  .toggle-button {
    display: none; }
  #menu {
    display: none; } }

@media only screen and (max-width: 749px) {
  #menu {
    display: none; }
  #navigation {
    display: none; } }

@media (min-width: 750px) and (max-width: 1023px) {
  .toggle-button {
    display: none; }
  #menu {
    display: none; } }

main {
  background: #ffffff !important; }

.top-bar {
  background: #454545;
  padding: 15px 0px;
  width: 100%;
  float: left; }
  .top-bar .tb-l {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
    @media only screen and (max-width: 749px) {
      .top-bar .tb-l {
        display: none; } }
    .top-bar .tb-l .social-icons {
      width: 100%;
      float: left; }
      .top-bar .tb-l .social-icons a {
        display: inline-block;
        padding: 0px 5px; }
  .top-bar .tb-r {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    text-align: right; }
    .top-bar .tb-r a {
      color: #ffffff;
      font-size: 18px;
      padding: 0px 5px; }
      .top-bar .tb-r a.phone {
        font-weight: bold; }
      .top-bar .tb-r a:hover {
        color: #F2171A;
        text-decoration: none; }
    @media only screen and (max-width: 749px) {
      .top-bar .tb-r {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        text-align: center; } }
header.main {
  width: 100%;
  float: left;
  background: #ffffff; }
  header.main a.logo {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
    @media only screen and (max-width: 749px) {
      header.main a.logo {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; } }
  header.main nav.main {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    text-align: right;
    padding-top: 50px; }
    @media only screen and (max-width: 749px) {
      header.main nav.main {
        display: none; } }
  header.main .mobile-menu {
    height: 105px;
    display: inline-block;
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    text-align: left;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media only screen and (min-width: 1024px) {
      header.main .mobile-menu {
        display: none; } }
    header.main .mobile-menu button {
      min-width: 65px;
      width: 65px;
      max-width: 65px;
      min-height: 55px;
      height: 55px;
      max-height: 55px;
      font-size: 30px;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0px;
      background: #F2171A;
      color: #ffffff;
      margin: 0px !important;
      padding: 0px !important; }
      header.main .mobile-menu button:hover {
        background: #454545;
        text-decoration: none;
        color: #ffffff; }

.icon-section .icon-cta {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px; }
  .icon-section .icon-cta .icon {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 15px; }
    .icon-section .icon-cta .icon img {
      width: 100%;
      max-width: 150px;
      height: 100%;
      object-fit: contain; }

@media only screen and (max-width: 749px) {
  .icon-section .icon-cta {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 25px; } }

.section-title {
  width: 100%;
  float: left;
  color: #454545;
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 10px; }
  .section-title.center {
    text-align: center; }
  .section-title.white {
    color: #ffffff; }
  .section-title:after {
    content: '\00B7 \00B7 \00B7 ';
    float: left;
    width: 100%;
    color: red;
    font-size: 30px;
    line-height: 10px;
    padding-bottom: 10px; }

.page-title {
  width: 100%;
  float: left;
  background: #454545;
  padding: 25px;
  color: #ffffff;
  font-size: 25px;
  line-height: 40px;
  font-weight: bold; }

.banner {
  width: 100%;
  float: left;
  background: #000000;
  height: 300px;
  position: relative; }
  .banner .banner-fade {
    height: 300px;
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 100;
    align-items: center; }
    .banner .banner-fade .banner-title {
      color: #ffffff;
      font-size: 71px;
      line-height: 89px;
      font-weight: bold;
      text-align: center; }
  .banner img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.home-banner {
  width: 100%;
  float: left;
  background: #000000;
  height: 600px;
  position: relative; }
  .home-banner .banner-fade {
    height: 600px;
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.5); }
    .home-banner .banner-fade .banner-left {
      display: flex;
      justify-content: center;
      height: 600px;
      z-index: 100;
      padding-right: 20px;
      align-items: flex-start;
      flex-direction: column; }
      .home-banner .banner-fade .banner-left .banner-title {
        color: #ffffff;
        font-size: 40px;
        line-height: 60px;
        font-weight: bold;
        text-align: left; }
      .home-banner .banner-fade .banner-left .banner-text {
        color: #ffffff;
        font-size: 20px;
        line-height: 40px; }
    .home-banner .banner-fade .banner-right {
      height: 600px;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      display: flex; }
  .home-banner img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media only screen and (max-width: 749px) {
    .home-banner {
      height: 100%; }
      .home-banner .banner-fade {
        height: 100%;
        display: inline-block; }
        .home-banner .banner-fade .banner-left, .home-banner .banner-fade .banner-right {
          height: 100%;
          display: inline-block; } }
.areas-list .container {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr; }
  @media (min-width: 750px) and (max-width: 1023px) {
    .areas-list .container {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 1024px) {
    .areas-list .container {
      grid-template-columns: 1fr 1fr 1fr; } }
.card-cta {
  float: left;
  width: 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  transition-property: all; }
  .card-cta span {
    float: left;
    width: 100%; }
  .card-cta a.card-image {
    width: 100%;
    height: 300px;
    float: left;
    padding-bottom: 15px;
    overflow: hidden; }
    .card-cta a.card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .card-cta span.card-title {
    color: #454545;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 20px; }

.get-quote-form {
  width: 100%;
  float: left;
  padding: 30px;
  background: #ffffff;
  text-align: center;
  border: #F2171A 10px solid; }
  .get-quote-form h2 {
    font-size: 30px;
    font-weight: bold; }
  .get-quote-form h3 {
    font-size: 23px; }
  .get-quote-form .next {
    font-size: 1.375em;
    font-weight: bold;
    text-align: center;
    padding: 13px 25px;
    text-transform: uppercase;
    color: #fff;
    background: #F2171A;
    float: right;
    border: 0px;
    font-weight: bold;
    margin-top: 25px; }
    .get-quote-form .next:hover {
      background: #cb0b0e;
      text-decoration: none; }
  .get-quote-form .wpcf7-response-output {
    float: left !important;
    width: 100% !important; }
  .get-quote-form .form {
    width: 100%;
    float: left;
    padding-top: 0px; }
    .get-quote-form .form h1, .get-quote-form .form h2, .get-quote-form .form h3, .get-quote-form .form h4, .get-quote-form .form h5, .get-quote-form .form h6 {
      margin: 0px;
      color: #454545;
      padding-bottom: 15px; }
    .get-quote-form .form .wpcf7-submit {
      font-size: 1.375em;
      font-weight: bold;
      text-align: center;
      padding: 13px 25px;
      text-transform: uppercase;
      color: #fff;
      background: #F2171A;
      float: right;
      border: 0px;
      font-weight: bold;
      margin-top: 25px;
      width: auto;
      float: right;
      border-radius: none; }
      .get-quote-form .form .wpcf7-submit:hover {
        background: #cb0b0e;
        text-decoration: none; }
    .get-quote-form .form input {
      width: 100%;
      background: #ffffff;
      border: 0px;
      padding: 10px;
      border: #6A6A6A 1px solid;
      border-radius: 10px; }
    .get-quote-form .form input[type="checkbox"], .get-quote-form .form input[type="radio"] {
      box-sizing: border-box;
      padding: 0;
      float: left;
      width: auto;
      margin-right: 5px;
      border-radius: 10px; }
    .get-quote-form .form select {
      display: block;
      font-size: 16px;
      font-family: sans-serif;
      font-weight: 700;
      color: #444;
      line-height: 1.3;
      padding: .6em 1.4em .5em .8em;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      margin: 0;
      border: 1px solid #aaa;
      box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
      border-radius: .5em;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: #fff;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
      background-repeat: no-repeat, repeat;
      background-position: right .7em top 50%, 0 0;
      background-size: .65em auto, 100%; }
      .get-quote-form .form select::-ms-expand {
        display: none; }
      .get-quote-form .form select:hover {
        border-color: #888; }
      .get-quote-form .form select:focus {
        border-color: #aaa;
        box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: #222;
        outline: none; }
      .get-quote-form .form select option {
        font-weight: normal; }
    .get-quote-form .form textarea {
      width: 100%;
      background: #ffffff;
      padding: 10px;
      border-radius: 10px;
      border: 0px;
      border: #6A6A6A 1px solid; }
    .get-quote-form .form label {
      width: 100%;
      float: left;
      text-align: left; }
    .get-quote-form .form p {
      font-size: 16px;
      /* 14/16 */
      width: 100%;
      padding-bottom: 5px;
      float: left;
      color: #454545; }
      .get-quote-form .form p a {
        color: #454545; }
    @media only screen and (max-width: 749px) {
      .get-quote-form .form label {
        text-align: center; } }
    @media only screen and (min-width: 1024px) {
      .get-quote-form .form .form-left {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
        margin-right: 2%; } }
    @media only screen and (max-width: 749px) {
      .get-quote-form .form .form-left {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media (min-width: 750px) and (max-width: 1023px) {
      .get-quote-form .form .form-left {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    .get-quote-form .form .form-right {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px;
      margin-right: 0px; }
      @media only screen and (max-width: 749px) {
        .get-quote-form .form .form-right {
          width: calc(100% - 40px);
          float: left;
          margin-left: 20px; } }
      @media (min-width: 750px) and (max-width: 1023px) {
        .get-quote-form .form .form-right {
          width: calc(100% - 40px);
          float: left;
          margin-left: 20px; } }
    @media only screen and (min-width: 1024px) {
      .get-quote-form .form .form-big {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media only screen and (max-width: 749px) {
      .get-quote-form .form .form-big {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
.image-content-section {
  width: 100%;
  float: left;
  overflow-x: hidden; }
  .image-content-section .imgcon {
    width: 50%;
    float: left; }
    .image-content-section .imgcon.grey {
      background: #F5F5F5;
      padding: 35px; }
    .image-content-section .imgcon.img img {
      display: inline-block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .image-content-section.flip .imgcon {
    width: 50%;
    float: left; }
    .image-content-section.flip .imgcon.grey {
      left: 50%;
      position: relative; }
    .image-content-section.flip .imgcon.img {
      left: -50%;
      position: relative; }
  @media only screen and (max-width: 749px) {
    .image-content-section .imgcon.grey, .image-content-section .imgcon.img {
      width: 100%;
      float: left; }
    .image-content-section.flip .imgcon.grey, .image-content-section.flip .imgcon.img {
      width: 100%;
      float: left;
      left: 0%;
      position: relative; } }
.about-section .abs-r {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  left: calc(-50% - 10px + 20px);
  position: relative; }
  .about-section .abs-r img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-section .abs-l {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  left: calc(50% - 30px + 20px);
  position: relative; }

@media only screen and (max-width: 749px) {
  .about-section .abs-l, .about-section .abs-r {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    left: calc(0% - 20px + 20px);
    position: relative; } }

.colored-ctas .color-cta {
  width: 33.33%;
  float: left;
  padding: 60px 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media only screen and (max-width: 749px) {
    .colored-ctas .color-cta {
      width: 100%;
      float: left; } }
  .colored-ctas .color-cta .text {
    color: #454545;
    line-height: 28px;
    font-size: 16px; }
  .colored-ctas .color-cta .icon {
    margin-bottom: 25px; }
    .colored-ctas .color-cta .icon img {
      width: 75px; }
  .colored-ctas .color-cta.grey {
    background: #F5F5F5; }
  .colored-ctas .color-cta.black {
    background: #000000; }
    .colored-ctas .color-cta.black .text {
      color: #ffffff; }
  .colored-ctas .color-cta.red {
    background: #F2171A; }
    .colored-ctas .color-cta.red .text {
      color: #ffffff; }

.map {
  width: 100%;
  float: left;
  height: 400px;
  padding: 0px; }
  .map iframe {
    width: 100%;
    height: 100%; }

.testimonials {
  width: 100%;
  float: left;
  padding: 30px;
  background: #ffffff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 2px 5px -2px gray;
  -moz-box-shadow: 0px 2px 5px -2px gray;
  box-shadow: 0px 2px 5px -2px gray; }
  .testimonials .client-image {
    text-align: center; }
    .testimonials .client-image span {
      display: inline-block;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      overflow: hidden;
      -webkit-box-shadow: 0px 2px 5px -2px gray;
      -moz-box-shadow: 0px 2px 5px -2px gray;
      box-shadow: 0px 2px 5px -2px gray; }
      .testimonials .client-image span img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  @media only screen and (max-width: 749px) {
    .testimonials .client-testimonial {
      text-align: center; } }
  .testimonials .client-testimonial .client-name {
    width: 100%;
    float: left;
    color: #454545;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px; }
    .testimonials .client-testimonial .client-name span {
      color: #F2171A; }
  .testimonials .client-testimonial .client-company {
    width: 100%;
    float: left;
    color: #F2171A;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px; }

.contact-form {
  width: 100%;
  float: left;
  padding-top: 25px; }
  .contact-form .wpcf7-response-output {
    width: 100%;
    float: left; }
  .contact-form .wpcf7-submit, .contact-form #wp-submit {
    width: auto;
    float: right;
    border: 0px;
    border-radius: 10px;
    background: #F2171A !important;
    padding: 10px 20px;
    font-size: 20px;
    color: #ffffff !important;
    font-weight: 900;
    text-transform: uppercase; }
    .contact-form .wpcf7-submit:hover, .contact-form #wp-submit:hover {
      background: #F2171A !important;
      color: #ffffff;
      text-decoration: none; }
  .contact-form input {
    width: 100%;
    background: #ffffff;
    border: 0px;
    padding: 15px;
    color: #454545;
    border: #C3C3C3 0.0625em solid; }
  .contact-form input[type="checkbox"], .contact-form input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    float: left;
    width: auto;
    margin-right: 5px; }
  .contact-form select {
    width: 100%;
    background: #ffffff;
    padding: 15px;
    border: 0px;
    color: #454545;
    border: #C3C3C3 0.0625em solid; }
  .contact-form textarea {
    width: 100%;
    background: #ffffff;
    padding: 15px;
    border: 0px;
    color: #454545;
    border: #C3C3C3 0.0625em solid;
    height: 208px; }
  .contact-form label {
    width: 100%;
    float: left; }
  .contact-form p {
    font-size: 0.875em;
    /* 14/16 */
    width: 100%;
    padding-bottom: 25px;
    float: left;
    color: #3e3e3e; }
    .contact-form p a {
      color: #000000; }
  .contact-form .form-big {
    width: 100%;
    float: left;
    margin-left: 0em; }
  .contact-form .form-left {
    width: 49%;
    float: left;
    margin-right: 1%; }
  .contact-form .form-right {
    width: 50%;
    float: left;
    margin-right: 0%; }

.widget_products, .woof_container_inner, .widget, #search-3, #woocommerce_products-2 {
  width: 100%;
  float: left;
  margin-bottom: 25px; }
  .widget_products h2, .widget_products h3, .widget_products h4, .woof_container_inner h2, .woof_container_inner h3, .woof_container_inner h4, .widget h2, .widget h3, .widget h4, #search-3 h2, #search-3 h3, #search-3 h4, #woocommerce_products-2 h2, #woocommerce_products-2 h3, #woocommerce_products-2 h4 {
    color: #454545;
    font-size: 22px;
    font-weight: 900;
    width: 100%;
    float: left; }
  .widget_products ul, .woof_container_inner ul, .widget ul, #search-3 ul, #woocommerce_products-2 ul {
    width: 100%;
    float: left; }
    .widget_products ul li, .woof_container_inner ul li, .widget ul li, #search-3 ul li, #woocommerce_products-2 ul li {
      padding-bottom: 5px;
      width: 100%;
      float: left; }
      .widget_products ul li a, .woof_container_inner ul li a, .widget ul li a, #search-3 ul li a, #woocommerce_products-2 ul li a {
        width: 100%;
        float: left;
        color: #F2171A;
        font-weight: 600;
        border-bottom: #BFBFBF 1px solid;
        padding: 10px 0px; }
  .widget_products .cat-item, .woof_container_inner .cat-item, .widget .cat-item, #search-3 .cat-item, #woocommerce_products-2 .cat-item {
    padding-bottom: 5px;
    width: 100%;
    float: left; }
    .widget_products .cat-item a, .woof_container_inner .cat-item a, .widget .cat-item a, #search-3 .cat-item a, #woocommerce_products-2 .cat-item a {
      width: 100%;
      float: left;
      color: #F2171A;
      font-weight: 600;
      border-bottom: #BFBFBF 1px solid;
      padding: 10px 0px; }

.service-list {
  background: #F5F5F5; }
  .service-list .service-post {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    background: #ffffff;
    margin-bottom: 25px; }
    @media only screen and (max-width: 749px) {
      .service-list .service-post {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media (min-width: 750px) and (max-width: 1023px) {
      .service-list .service-post {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    .service-list .service-post .image {
      width: 50%;
      float: left;
      height: 200px;
      background: #000000; }
      .service-list .service-post .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .service-list .service-post .text {
      width: 50%;
      float: left;
      padding: 22px; }
      @media only screen and (max-width: 749px) {
        .service-list .service-post .text {
          width: 100%; } }
      .service-list .service-post .text .title {
        width: 100%;
        float: left;
        font-weight: bold;
        font-size: 24px;
        color: #454545;
        padding-bottom: 5px; }
    @media only screen and (max-width: 749px) {
      .service-list .service-post .image, .service-list .service-post .title {
        width: 100%;
        float: left; } }
    @media (min-width: 750px) and (max-width: 1023px) {
      .service-list .service-post .image, .service-list .service-post .title {
        width: 100%;
        float: left; } }
    .service-list .service-post a.button {
      float: right; }

.bullet-section {
  padding: 0px;
  background-size: cover; }
  .bullet-section .fade {
    padding: 35px 0px;
    background: rgba(0, 0, 0, 0.5); }
    .bullet-section .fade .bullet-points {
      width: 100%;
      float: left;
      padding: 20px 0px; }
      .bullet-section .fade .bullet-points ul {
        width: 100%;
        float: left;
        width: calc(66.6666666667% - 33.3333333333px);
        float: left;
        margin-left: 20px;
        left: calc(16.6666666667% - 23.3333333333px + 20px);
        position: relative; }
        @media only screen and (max-width: 749px) {
          .bullet-section .fade .bullet-points ul {
            width: calc(100% - 40px);
            float: left;
            margin-left: 20px;
            left: calc(0% - 20px + 20px);
            position: relative; } }
        .bullet-section .fade .bullet-points ul li {
          width: 50%;
          float: left;
          padding: 0px 10px;
          font-size: 18px;
          color: #ffffff;
          line-height: 45px; }
          @media only screen and (max-width: 749px) {
            .bullet-section .fade .bullet-points ul li {
              width: 100%; } }
          .bullet-section .fade .bullet-points ul li:before {
            font-size: 30px;
            vertical-align: middle; }
          .bullet-section .fade .bullet-points ul li:before {
            color: #ffffff;
            content: "\f0da";
            font-family: "Font Awesome 5 Free";
            /* This is the correct font-family*/
            display: inline-block;
            font-weight: bold;
            width: 25px; }

.blog-post-preview {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 749px) {
    .blog-post-preview {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  .blog-post-preview .blog-image {
    width: 100%;
    float: left;
    height: 300px;
    margin-bottom: 15px; }
    .blog-post-preview .blog-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog-post-preview .title {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 24px;
    color: #454545;
    padding-bottom: 5px; }

.blog-main-image {
  width: 100%;
  height: 600px;
  float: left;
  margin-bottom: 20px; }
  .blog-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.page-navigation {
  width: 100%;
  float: left;
  padding-top: 25px; }
  .page-navigation .page-navigation-numbers {
    text-align: center;
    float: left; }
    .page-navigation .page-navigation-numbers a {
      color: #ffffff;
      padding: 10px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      float: left;
      font-size: 22px;
      background: #BFBFBF;
      border-radius: 50%;
      margin-right: 5px;
      width: 60px;
      height: 60px;
      text-align: center; }
      .page-navigation .page-navigation-numbers a:hover {
        background: #F2171A;
        color: #ffffff;
        border-radius: 50%;
        width: 60px;
        padding: 10px;
        height: 60px;
        text-decoration: none; }
    .page-navigation .page-navigation-numbers span {
      color: #ffffff;
      padding: 10px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      float: left;
      font-size: 22px;
      background: #F2171A;
      border-radius: 50%;
      margin-right: 5px;
      width: 60px;
      height: 60px;
      text-align: center; }
      .page-navigation .page-navigation-numbers span:hover {
        background: #F2171A;
        color: #ffffff;
        border-radius: 50%;
        width: 60px;
        padding: 10px;
        height: 60px;
        text-decoration: none; }
  .page-navigation .prev-link, .page-navigation .next-link {
    font-size: 16px;
    text-align: left;
    content: "<br> ";
    float: left; }
    .page-navigation .prev-link a, .page-navigation .next-link a {
      color: #ffffff;
      padding: 10px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      float: left;
      font-size: 22px;
      background: #BFBFBF;
      border-radius: 50%;
      margin-right: 5px;
      width: 60px;
      height: 60px;
      text-align: center; }
      .page-navigation .prev-link a:hover, .page-navigation .next-link a:hover {
        background: #F2171A;
        color: #ffffff;
        border-radius: 50%;
        width: 60px;
        padding: 10px;
        height: 60px;
        text-decoration: none; }
  .page-navigation .next-link {
    text-align: right; }

.recent-posts {
  width: 100%;
  float: left; }
  .recent-posts .blog-post-preview {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 749px) {
      .recent-posts .blog-post-preview {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
.share-bar {
  width: 100%;
  float: left;
  margin-top: 25px;
  border-top: #F5F5F5 2px solid;
  padding: 20px 0px;
  text-align: right; }
  .share-bar .a2a_kit {
    display: inline-block; }

.accreditation-slider {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 20px 0px; }
  .accreditation-slider .accred {
    height: 100px; }
    .accreditation-slider .accred img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

footer.main {
  width: 100%;
  float: left;
  background: #454545;
  padding: 20px 0px; }
  footer.main .footer-col {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px; }
    footer.main .footer-col p {
      width: 100%;
      float: left;
      padding-bottom: 10px; }
    footer.main .footer-col .footer-header {
      font-weight: bold; }
    footer.main .footer-col ul li {
      width: 100%;
      float: left; }
    footer.main .footer-col a {
      color: #ffffff; }
    footer.main .footer-col a.red {
      color: #F2171A !important;
      font-weight: bold; }
    footer.main .footer-col a.footer-logo {
      width: 25%;
      float: left;
      padding-right: 20px; }
      footer.main .footer-col a.footer-logo img {
        width: 80%; }
    footer.main .footer-col .accreditation-slider-footer {
      width: 100%;
      float: left;
      overflow: hidden; }
      footer.main .footer-col .accreditation-slider-footer .accred {
        height: 50px; }
        footer.main .footer-col .accreditation-slider-footer .accred img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    footer.main .footer-col p.footer-about {
      width: 75%;
      float: left; }
    @media only screen and (max-width: 749px) {
      footer.main .footer-col {
        text-align: center; }
        footer.main .footer-col a.footer-logo, footer.main .footer-col p.footer-about {
          width: 100%;
          float: left; }
          footer.main .footer-col a.footer-logo img, footer.main .footer-col p.footer-about img {
            width: 100px; } }
.footer-bottom {
  width: 100%;
  float: left;
  background: #000000;
  padding: 10px 0px;
  font-size: 14px; }
  .footer-bottom .footer-bottom-right {
    text-align: right; }
  .footer-bottom p {
    width: 100%;
    float: left;
    color: #ffffff; }
  .footer-bottom .footer-header {
    font-weight: bold; }
  .footer-bottom ul li {
    width: 100%;
    float: left; }
  .footer-bottom a {
    color: #ffffff; }
  .footer-bottom a.red {
    color: #F2171A !important;
    font-weight: bold; }

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  background: #F2171A;
  /* Old browsers */
  padding: 70px  35px !important;
  font-size: 15px;
  /* 14/16 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cbde4', endColorstr='#1e9cbd',GradientType=1 );
  /* IE6-9 */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  padding: 30px 20px; }
  .slideout-menu h2 {
    width: 100%;
    float: left;
    font-size: 1.5625em;
    /* 25/16 */
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: #ffffff 2px solid;
    margin-bottom: 10px; }
  .slideout-menu p.social {
    padding-bottom: 20px; }
    .slideout-menu p.social a {
      padding: 0px 5px;
      color: #ffffff;
      font-size: 16px;
      /* 25/16 */ }
      .slideout-menu p.social a:hover {
        color: #707070; }
  .slideout-menu ul {
    width: 100%;
    float: left; }
    .slideout-menu ul li {
      width: 100%;
      float: left;
      line-height: 40px;
      font-weight: bold; }
      .slideout-menu ul li a {
        color: #ffffff;
        font-size: 1em;
        /* 16/16 */
        width: 100%;
        float: left; }
      .slideout-menu ul li ul {
        padding-left: 20px; }
        .slideout-menu ul li ul li {
          font-weight: normal; }

.slideout-menu-left {
  left: 0; }

.slideout-menu-right {
  right: 0; }

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh;
  width: 100%;
  float: left; }

.slideout-open .slideout-menu {
  display: block; }

a.button {
  display: inline-block;
  background: #F2171A;
  padding: 15px 20px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  text-align: center; }
  a.button span {
    font-weight: 600; }
  a.button:hover {
    background: #454545;
    text-decoration: none; }

/* Slim Menu */
.menu-collapser {
  position: relative;
  color: #000000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: 48px;
  font-size: 0.875em;
  /* 14/16 */
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none !important; }

.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  background-color: #000000;
  background-image: linear-gradient(to bottom, #000000, #000000);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  padding: 7px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 1em;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none; }

.collapse-button:hover, .collapse-button:focus {
  background-image: none;
  background-color: #ffffff;
  color: #000000; }

.collapse-button .icon-bar {
  background: #ffffff;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0; }

.sub-toggle {
  display: none; }

ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.875em;
  /* 14/16 */ }
  @media only screen and (max-width: 749px) {
    ul.slimmenu {
      position: absolute;
      right: 0%;
      background: #ffffff;
      color: #ffffff; }
      ul.slimmenu li a {
        color: #ffffff !important; }
        ul.slimmenu li a:hover {
          color: #000000 !important;
          font-weight: bold; } }
ul.slimmenu li {
  position: relative;
  display: inline-block; }

ul.slimmenu > ul {
  padding: 0px;
  background: #F5F5F5; }

ul.slimmenu > li {
  margin-right: -5px; }

ul.slimmenu > li:first-child {
  border-left: 0; }

ul.slimmenu > li:last-child {
  margin-right: 0; }

ul.slimmenu li a {
  display: block;
  color: #454545;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 10px;
  display: inline-block;
  text-align: left;
  text-transform: uppercase; }

ul.slimmenu li a:hover {
  text-decoration: none;
  color: #F2171A !important;
  padding: 20px 10px; }

ul.slimmenu li .sub-collapser {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  display: none; }

ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  display: none; }

ul.slimmenu li .sub-collapser > i {
  color: #ffffff;
  font-size: 1.125em;
  /* 18/16 */
  display: inline-block;
  vertical-align: middle;
  display: none; }

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none; }

ul.slimmenu li ul li {
  color: #FFFFFF;
  width: 100%;
  float: left; }
  ul.slimmenu li ul li:hover {
    background: black; }

ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  overflow: hidden;
  width: 100%;
  width: 300px !important;
  text-align: left;
  line-height: 25px;
  padding: 0px;
  padding: 0px !important;
  height: auto !important; }
  ul.slimmenu li > ul a {
    color: #454545 !important;
    width: 100%;
    background: #F5F5F5;
    -o-transition: all .2s ease-out, all .2s ease-in;
    -ms-transition: all .2s ease-out, all .2s ease-in;
    -moz-transition: all .2s ease-out, all .2s ease-in;
    -webkit-transition: all .2s ease-out, all .2s ease-in;
    /* ...and now override with proper CSS property */
    transition: all .2s ease-out, all .2s ease-in;
    padding: 15px 10px !important; }
    ul.slimmenu li > ul a:hover {
      background: #F2171A !important;
      color: #ffffff !important;
      border-bottom: 0px !important;
      padding: 10px 10px; }

ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 3999;
  width: 100%; }

ul.slimmenu.collapsed {
  z-index: 100;
  margin-top: 20px; }

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

ul.slimmenu.collapsed li a {
  display: block;
  color: #ffffff !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px !important; }
  ul.slimmenu.collapsed li a:hover {
    color: #ffffff !important;
    border-top: none;
    padding: 5px !important;
    background: #000000; }

ul.slimmenu.collapsed li .sub-collapser {
  height: 40px; }

ul.slimmenu.collapsed li > ul {
  display: none;
  position: static; }

/* Styles for Print */
/* Wordpress Default Styles */
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

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

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

.alignnone, img.alignnone {
  /* not sure about this one */ }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 0.625em;
  /* 10/16 */
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

/* Scroll up */
.scrollup {
  padding: 0.625em;
  /* 10/16 */
  position: fixed;
  bottom: 1.25em;
  /* 20/16 */
  right: 1.25em;
  /* 20/16 */
  z-index: 2000;
  display: none;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.875em;
  /* 14/16 */
  text-decoration: none;
  border: #ffffff 1px solid;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .scrollup:hover {
    background: #000000;
    text-decoration: none; }

/* Cookie Consent Styles */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }
