@charset "UTF-8";
/*
  Description: Import the required SASS files
  Date: October 2017
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  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;
}

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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

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

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

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

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

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

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper, .lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
}

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideOuter {
  overflow: hidden;
  user-select: none;
}

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

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: .8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
  transition: border-radius .12s linear 0s .35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none;
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}

@keyframes rightEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}

@-webkit-keyframes topEnd {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}

@keyframes topEnd {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}

@-webkit-keyframes leftEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}

@keyframes leftEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}

@-webkit-keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}

@keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
}

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
}

.sf-menu a {
  color: #13a;
}

.sf-menu li {
  background: #BDD2FF;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}

.sf-menu ul li {
  background: #AABDE6;
}

.sf-menu ul ul li {
  background: #9AAEDB;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

/*
  Description: Mixins used throughout the site
  Date: October 2017
*/
.full-width {
  display: block;
  float: left;
  width: 100%;
}

.white {
  background: white;
}

.nopadding {
  padding: 0;
}

.colour-white .fa,
.colour-white,
.colour-white a,
.colour-white a:link,
.colour-white a:visited {
  color: white;
}

.right {
  float: right;
}

.right-col, .right-col .fa {
  text-align: right;
}

/* Read more generic class
========================================== */
.read-more-underline {
  width: auto;
  float: left;
  display: block;
}

.read-more-underline a, .read-more-underline a:link, .read-more-underline a:visited {
  color: white;
  text-decoration: none;
  display: block;
  width: auto;
  border-bottom: 5px solid;
  padding: 0 0 0.75rem 0;
  margin: 0;
}

/* disable selection
========================================== */
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Easy border radius mixin
========================================== */
.reset-list {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Display element as table
========================================== */
.table {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* Overlay class
========================================== */
.overlay {
  background: black;
  opacity: 0.6;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* create a simple transition effect
========================================== */
/* general link styles
========================================== */
/* link fade hover effect
========================================== */
.link-hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #8c8c8c;
}

.link-hover:hover {
  color: #40474f;
}

/* Padded container classes
========================================== */
/* Rotate an element
========================================== */
/* General Shorehire Call SVG
========================================== */
.shorehire-call img {
  width: 250px;
}

/* Feature Tabs
========================================== */
.tabs {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 0 4rem 0;
  background: #f1f3f5;
}

@media (max-width: 575px) {
  .tabs {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.tabs li:first-child, .tabs li {
  display: block;
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  display: block;
  padding: 1rem 1rem;
  background: #f1f3f5;
  color: #555656;
  height: 46px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-right: 2px solid white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tabs li:first-child, .tabs li {
    letter-spacing: 1px;
    padding-top: 1.4rem;
  }
}

.tabs li:last-child {
  border-right: none;
}

.tabs li.active-tab, .tabs li:hover {
  border-top: 5px solid #f0143b;
  padding: 0.75rem 1rem;
  background: #dddedf;
}

/* Listing block style
========================================== */
.showcase-item {
  margin-bottom: 3rem;
}

.showcase-title h3 {
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #f0143b;
  letter-spacing: 0;
  margin: 0;
  font-size: 2.1rem;
  line-height: 2.1rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .showcase-title h3 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .showcase-title h3 {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
}

.showcase-title h6 {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 14px;
  margin: 1rem 0 0 0;
}

.showcase-image {
  border-top: 5px solid #f0143b;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #f0143b;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .showcase-image {
    padding-bottom: 2rem;
  }
}

.showcase-image img {
  width: 100%;
}

.showcase-content {
  padding: 2rem 0 0 0;
}

.showcase-content p {
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  margin: 0 0 2rem 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.read-more {
  color: #f0143b;
}

.read-more a, .read-more a:link, .read-more a:visited {
  color: #f0143b;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.read-more a:hover, .read-more a:link:hover, .read-more a:visited:hover {
  text-decoration: underline;
}

.showcase-container {
  border-bottom: 5px solid #f0143b;
}

.showcase-container .flexslider ol.flex-control-nav.flex-control-paging {
  bottom: 0;
  position: relative;
  margin-top: 2rem;
}

.showcase-container .flexslider ol.flex-control-nav.flex-control-paging li {
  margin: 0 0 0 0.5rem;
}

.showcase-container .flexslider ol.flex-control-nav.flex-control-paging li a {
  background: #f1f3f5;
  text-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}

.showcase-container .flexslider ol.flex-control-nav.flex-control-paging li a:hover {
  background: #dddedf;
}

.showcase-container .flexslider ol.flex-control-nav.flex-control-paging li a.flex-active {
  background: #dddedf;
}

/* Accordion side menu styles
========================================== */
.keyword-search form.searchandfilter ul {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.keyword-search form.searchandfilter ul li {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.keyword-search form.searchandfilter ul li input {
  width: 90%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .keyword-search form.searchandfilter ul li input {
    width: 88%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .keyword-search form.searchandfilter ul li input {
    width: 88%;
  }
}

.keyword-search form.searchandfilter ul li input[type='text'],
.keyword-search form.searchandfilter ul li input[type='email'],
.keyword-search form.searchandfilter ul li input[type='phone'],
.keyword-search form.searchandfilter ul li input[type='submit'] {
  letter-spacing: 1px;
  border-bottom: 1px solid #b5b8ba;
  text-transform: none;
  padding: 1.15rem 1.25rem;
  letter-spacing: 0;
  color: #757779;
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  text-transform: none;
}

.keyword-search form.searchandfilter ul li input[type='text']::-webkit-input-placeholder,
.keyword-search form.searchandfilter ul li input[type='email']::-webkit-input-placeholder,
.keyword-search form.searchandfilter ul li input[type='phone']::-webkit-input-placeholder,
.keyword-search form.searchandfilter ul li input[type='submit']::-webkit-input-placeholder {
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  color: #757779;
  text-transform: none;
}

.keyword-search form.searchandfilter ul li input[type='text']::-moz-placeholder,
.keyword-search form.searchandfilter ul li input[type='email']::-moz-placeholder,
.keyword-search form.searchandfilter ul li input[type='phone']::-moz-placeholder,
.keyword-search form.searchandfilter ul li input[type='submit']::-moz-placeholder {
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  color: #757779;
  text-transform: none;
}

.keyword-search form.searchandfilter ul li input[type='text']:-ms-input-placeholder,
.keyword-search form.searchandfilter ul li input[type='email']:-ms-input-placeholder,
.keyword-search form.searchandfilter ul li input[type='phone']:-ms-input-placeholder,
.keyword-search form.searchandfilter ul li input[type='submit']:-ms-input-placeholder {
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  color: #757779;
  text-transform: none;
}

.keyword-search form.searchandfilter ul li input[type='text']:-moz-placeholder,
.keyword-search form.searchandfilter ul li input[type='email']:-moz-placeholder,
.keyword-search form.searchandfilter ul li input[type='phone']:-moz-placeholder,
.keyword-search form.searchandfilter ul li input[type='submit']:-moz-placeholder {
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  color: #757779;
  text-transform: none;
}

.keyword-search form.searchandfilter ul li input[type='submit'] {
  width: 10%;
  background: none;
  background-image: url("../images/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center center;
  text-indent: -9999px;
  padding: 1.3rem 1.25rem;
}

/* Page header columns
========================================== */
/* close button class
========================================== */
.close {
  background-image: url("../images/icon-close-search-dark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* block quote text styles
========================================== */
/*
  Description: Set the basic font style attributes
  Date: October 2017
*/
/* WebKit/Blink Browsers */
::selection {
  background: #f0143b;
  color: white;
}

::-moz-selection {
  background: #f0143b;
  color: white;
}

html body {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  background: #f0143b;
}

html body h1 {
  font-size: 3rem;
  line-height: 3.25rem;
  margin: 0 0 1.5rem 0;
  padding: 0;
  color: #f0143b;
  letter-spacing: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

html body h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 0 0 1.5rem 0;
  padding: 0;
  color: #f0143b;
}

html body h3 {
  font-size: 2.25rem;
  line-height: 2.7rem;
  margin: 0 0 1.5rem 0;
  padding: 0;
  color: #555656;
}

html body h4 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0 0 1.5rem 0;
  padding: 0;
  color: #555656;
}

html body h5 {
  font-size: 1.9rem;
  line-height: 2.3rem;
  margin: 0 0 1.5rem 0;
  padding: 0;
  color: #f0143b;
}

html body h6 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin: 0 0 1.5rem 0;
  padding: 0;
  color: #555656;
}

html body h1.border, html body h2.border, html body h3.border, html body h4.border, html body h5.border, html body h6.border {
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #f0143b;
  padding: 0 0 1rem 0;
  margin: 0 0 3rem 0;
  border-bottom: 5px solid #f0143b;
}

html body ul, html body ol {
  padding: 3rem 0 3rem 3rem;
  margin: 0;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}

html body ul li:first-child, html body ol li:first-child {
  padding-top: 0;
}

html body ul li, html body ol li {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  padding-top: 1rem;
  padding-left: 1rem;
  line-height: 19px;
  color: #8c8c8c;
}

html body p + ul, html body p + ol {
  padding-top: 2rem;
}

html body p + blockquote {
  padding-top: 1.5rem;
}

html body p + ul, html body p + ol,
html body h1 + ol, html body h1 + ul,
html body h2 + ol, html body h2 + ul,
html body h3 + ol, html body h3 + ul,
html body h4 + ol, html body h4 + ul,
html body h5 + ol, html body h5 + ul,
html body h6 + ol, html body h6 + ul {
  padding-top: 0;
}

html body .content-wrapper h1:first-child, html body .content-wrapper h2:first-child, html body .content-wrapper h3:first-child, html body .content-wrapper h4:first-child, html body .content-wrapper h5:first-child, html body .content-wrapper h6:first-child {
  margin-top: 0;
}

html body p + blockquote {
  padding-top: 1.5rem;
}

html body blockquote {
  font-size: 20px;
  line-height: 25px;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #f0143b;
  text-align: left;
  margin: 4rem 0 4rem 0;
  padding: 0;
  border: none;
}

html body blockquote p {
  font-size: 20px;
  line-height: 25px;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #f0143b;
  text-align: left;
  margin: 4rem 0 4rem 0;
  padding: 0;
  margin: 0;
}

html body strong {
  color: #f0143b;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
}

html body p span {
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
}

html body img {
  display: block;
  outline: 0;
  max-width: 100%;
}

html body p {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 19px;
  padding: 0;
  margin: 0 0 2rem 0;
}

html body a, html body a:link {
  color: #8c8c8c;
}

html body a:link, html body a:visited, html body a:hover, html body a:active {
  color: #8c8c8c;
  text-decoration: underline;
}

html body a:visited, html body a:hover {
  color: #8c8c8c;
}

html body .dataTables_filter, html body .dataTables_length {
  display: none;
}

html body .dataTables_wrapper {
  color: white;
  overflow-x: scroll;
  margin-bottom: 3rem;
}

html body table, html body table.tablepress {
  margin: 2rem 0 2rem 0;
  border: 1px solid #efefef;
}

html body table .row-hover tr:hover td, html body table .odd td, html body table .even td, html body table.tablepress .row-hover tr:hover td, html body table.tablepress .odd td, html body table.tablepress .even td {
  background: none;
}

html body table .sorting:hover, html body table .sorting_asc, html body table .sorting_desc, html body table.tablepress .sorting:hover, html body table.tablepress .sorting_asc, html body table.tablepress .sorting_desc {
  background: none;
}

html body table tr th, html body table.tablepress tr th {
  color: white;
  background: #f0143b;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 1.25rem;
  text-align: left;
}

html body table tr td, html body table.tablepress tr td {
  color: #8c8c8c;
  padding: 1.25rem;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}

html body table tr:nth-child(even), html body table.tablepress tr:nth-child(even) {
  background: #ffffff;
}

html body table tr:nth-child(odd), html body table.tablepress tr:nth-child(odd) {
  background: #f6f6f6;
}

@media (min-width: 576px) and (max-width: 767px) {
  html body ul, html body ol {
    padding-left: 2rem;
  }
  html body ul li, html body ol li {
    padding-top: 2rem;
  }
  html body div img.alignright, html body div .alignright {
    float: left;
    margin: 0 0 2rem 0;
    height: auto;
  }
  html body div img.alignleft, html body div .alignleft {
    float: left;
    margin: 0 0 2rem 0;
    height: auto;
  }
  html body div img.alignnone {
    float: left;
    margin: 20px 0 20px 0;
    height: auto;
  }
}

@media (max-width: 575px) {
  html body ul, html body ol {
    padding-left: 2rem;
  }
  html body ul li, html body ol li {
    padding-top: 2rem;
  }
  html body div img.alignright, html body div .alignright {
    float: left;
    margin: 0 0 2rem 0;
    height: auto;
  }
  html body div img.alignleft, html body div .alignleft {
    float: left;
    margin: 0 0 2rem 0;
    height: auto;
  }
  html body div img.alignnone {
    float: left;
    margin: 20px 0 20px 0;
    height: auto;
  }
}

/*
  Description: Set the basic form style attributes
  Date: October 2017
*/
html body {
  /* Form styles
    ========================================== */
}

html body form {
  display: block;
  float: left;
  width: 100%;
  /* Error & thank you message styling

      Depending on the form module being used,
      you may need to adjust the class selectors
      ========================================== */
}

html body form fieldset {
  width: 100%;
  display: block;
  padding: 0;
  border: none;
}

html body form .form-row {
  margin-bottom: 2rem;
}

html body form label {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #555656;
}

html body form .form-row.reduce-select select {
  width: 95%;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body form .form-row.reduce-select select {
    width: 100%;
  }
}

@media (max-width: 767px) {
  html body form .form-row.reduce-select select {
    width: 100%;
  }
}

html body form input[type='text'], html body form input[type='phone'],
html body form input[type='tel'], html body form input[type='email'],
html body form input[type='submit'], html body form select, html body form textarea {
  -webkit-appearance: none;
  background: #f5f8fa;
  display: block;
  float: left;
  border: none;
  padding: 1.25rem;
  border-radius: 0;
  -moz-border-radius: 0;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  text-transform: uppercase;
  color: #555656;
  display: block;
  float: left;
  width: 100%;
  letter-spacing: 1px;
}

html body form input[type='text']:focus, html body form input[type='text']:active, html body form input[type='phone']:focus, html body form input[type='phone']:active,
html body form input[type='tel']:focus,
html body form input[type='tel']:active, html body form input[type='email']:focus, html body form input[type='email']:active,
html body form input[type='submit']:focus,
html body form input[type='submit']:active, html body form select:focus, html body form select:active, html body form textarea:focus, html body form textarea:active {
  outline: 0;
}

html body form input[type='text']::-webkit-input-placeholder, html body form input[type='phone']::-webkit-input-placeholder,
html body form input[type='tel']::-webkit-input-placeholder, html body form input[type='email']::-webkit-input-placeholder,
html body form input[type='submit']::-webkit-input-placeholder, html body form select::-webkit-input-placeholder, html body form textarea::-webkit-input-placeholder {
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #555656;
  text-transform: uppercase;
}

html body form input[type='text']::-moz-placeholder, html body form input[type='phone']::-moz-placeholder,
html body form input[type='tel']::-moz-placeholder, html body form input[type='email']::-moz-placeholder,
html body form input[type='submit']::-moz-placeholder, html body form select::-moz-placeholder, html body form textarea::-moz-placeholder {
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #555656;
  text-transform: uppercase;
}

html body form input[type='text']:-ms-input-placeholder, html body form input[type='phone']:-ms-input-placeholder,
html body form input[type='tel']:-ms-input-placeholder, html body form input[type='email']:-ms-input-placeholder,
html body form input[type='submit']:-ms-input-placeholder, html body form select:-ms-input-placeholder, html body form textarea:-ms-input-placeholder {
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #555656;
  text-transform: uppercase;
}

html body form input[type='text']:-moz-placeholder, html body form input[type='phone']:-moz-placeholder,
html body form input[type='tel']:-moz-placeholder, html body form input[type='email']:-moz-placeholder,
html body form input[type='submit']:-moz-placeholder, html body form select:-moz-placeholder, html body form textarea:-moz-placeholder {
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #555656;
  text-transform: uppercase;
}

html body form input[type='checkbox'] {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin: 0 1rem 0 0;
}

html body form .terms-cond {
  padding: 1rem 0 2rem 0;
}

html body form .terms-cond .right-col p {
  float: right;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body form .terms-cond .right-col p {
    float: left;
    margin-top: 1rem;
    text-align: left;
  }
}

@media (max-width: 767px) {
  html body form .terms-cond .right-col p {
    float: left;
    margin-top: 1rem;
    text-align: left;
  }
}

html body form .terms-cond label, html body form .terms-cond p {
  display: inline-block;
  vertical-align: middle;
  color: #8c8c8c;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  width: auto;
  float: left;
}

html body form .terms-cond p {
  margin: 0;
  padding: 0;
}

html body form textarea {
  height: 200px;
}

html body form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
  background-image: url("../images/icon-dropdown-arrows.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 7px;
}

html body form select:focus, html body form select:active {
  outline: 0;
}

html body form input[type='text']::-webkit-input-placeholder, html body form input[type='email']::-webkit-input-placeholder, html body form input[type='phone']::-webkit-input-placeholder {
  color: #757779;
}

html body form input[type='text']::-moz-placeholder, html body form input[type='email']::-moz-placeholder, html body form input[type='phone']::-moz-placeholder {
  color: #757779;
}

html body form input[type='text']:-ms-input-placeholder, html body form input[type='email']:-ms-input-placeholder, html body form input[type='phone']:-ms-input-placeholder {
  color: #757779;
}

html body form input[type='text']:-moz-placeholder, html body form input[type='email']:-moz-placeholder, html body form input[type='phone']:-moz-placeholder {
  color: #757779;
}

html body form input[type='submit'], html body form .submit {
  background: #f0143b;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  width: auto;
  padding: 1rem 8rem;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body form input[type='submit'], html body form .submit {
    width: 100%;
  }
}

@media (max-width: 767px) {
  html body form input[type='submit'], html body form .submit {
    width: 100%;
  }
}

html body form .error, html body form .thankyou {
  display: block;
  float: left;
  width: 100%;
  margin: 1rem 0 1rem 0;
  color: #f0143b;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}

html body form .thankyou {
  color: #555656;
}

/*
  Description: General site styles. Elements that appear across multiple templates
  Date: October 2017
*/
.padd-xs-l-130 {
  padding-left: 130px;
}

.padd-xs-l-125 {
  padding-left: 125px;
}

.padd-xs-l-120 {
  padding-left: 120px;
}

.padd-xs-l-115 {
  padding-left: 115px;
}

.padd-xs-l-110 {
  padding-left: 110px;
}

.padd-xs-l-105 {
  padding-left: 105px;
}

.padd-xs-l-100 {
  padding-left: 100px;
}

.padd-xs-l-95 {
  padding-left: 95px;
}

.padd-xs-l-90 {
  padding-left: 90px;
}

.padd-xs-l-85 {
  padding-left: 85px;
}

.padd-xs-l-80 {
  padding-left: 80px;
}

.padd-xs-l-75 {
  padding-left: 75px;
}

.padd-xs-l-70 {
  padding-left: 70px;
}

.padd-xs-l-65 {
  padding-left: 65px;
}

.padd-xs-l-60 {
  padding-left: 60px;
}

.padd-xs-l-55 {
  padding-left: 55px;
}

.padd-xs-l-50 {
  padding-left: 50px;
}

.padd-xs-l-45 {
  padding-left: 45px;
}

.padd-xs-l-40 {
  padding-left: 40px;
}

.padd-xs-l-35 {
  padding-left: 35px;
}

.padd-xs-l-30 {
  padding-left: 30px;
}

.padd-xs-l-25 {
  padding-left: 25px;
}

.padd-xs-l-20 {
  padding-left: 20px;
}

.padd-xs-l-15 {
  padding-left: 15px;
}

.padd-xs-l-10 {
  padding-left: 10px;
}

.padd-xs-l-5 {
  padding-left: 5px;
}

.padd-xs-l-0 {
  padding-left: 0px;
}

.padd-xs-r-130 {
  padding-right: 130px;
}

.padd-xs-r-125 {
  padding-right: 125px;
}

.padd-xs-r-120 {
  padding-right: 120px;
}

.padd-xs-r-115 {
  padding-right: 115px;
}

.padd-xs-r-110 {
  padding-right: 110px;
}

.padd-xs-r-105 {
  padding-right: 105px;
}

.padd-xs-r-100 {
  padding-right: 100px;
}

.padd-xs-r-95 {
  padding-right: 95px;
}

.padd-xs-r-90 {
  padding-right: 90px;
}

.padd-xs-r-85 {
  padding-right: 85px;
}

.padd-xs-r-80 {
  padding-right: 80px;
}

.padd-xs-r-75 {
  padding-right: 75px;
}

.padd-xs-r-70 {
  padding-right: 70px;
}

.padd-xs-r-65 {
  padding-right: 65px;
}

.padd-xs-r-60 {
  padding-right: 60px;
}

.padd-xs-r-55 {
  padding-right: 55px;
}

.padd-xs-r-50 {
  padding-right: 50px;
}

.padd-xs-r-45 {
  padding-right: 45px;
}

.padd-xs-r-40 {
  padding-right: 40px;
}

.padd-xs-r-35 {
  padding-right: 35px;
}

.padd-xs-r-30 {
  padding-right: 30px;
}

.padd-xs-r-25 {
  padding-right: 25px;
}

.padd-xs-r-20 {
  padding-right: 20px;
}

.padd-xs-r-15 {
  padding-right: 15px;
}

.padd-xs-r-10 {
  padding-right: 10px;
}

.padd-xs-r-5 {
  padding-right: 5px;
}

.padd-xs-r-0 {
  padding-right: 0px;
}

.padd-xs-b-130 {
  padding-bottom: 130px;
}

.padd-xs-b-125 {
  padding-bottom: 125px;
}

.padd-xs-b-120 {
  padding-bottom: 120px;
}

.padd-xs-b-115 {
  padding-bottom: 115px;
}

.padd-xs-b-110 {
  padding-bottom: 110px;
}

.padd-xs-b-105 {
  padding-bottom: 105px;
}

.padd-xs-b-100 {
  padding-bottom: 100px;
}

.padd-xs-b-95 {
  padding-bottom: 95px;
}

.padd-xs-b-90 {
  padding-bottom: 90px;
}

.padd-xs-b-85 {
  padding-bottom: 85px;
}

.padd-xs-b-80 {
  padding-bottom: 80px;
}

.padd-xs-b-75 {
  padding-bottom: 75px;
}

.padd-xs-b-70 {
  padding-bottom: 70px;
}

.padd-xs-b-65 {
  padding-bottom: 65px;
}

.padd-xs-b-60 {
  padding-bottom: 60px;
}

.padd-xs-b-55 {
  padding-bottom: 55px;
}

.padd-xs-b-50 {
  padding-bottom: 50px;
}

.padd-xs-b-45 {
  padding-bottom: 45px;
}

.padd-xs-b-40 {
  padding-bottom: 40px;
}

.padd-xs-b-35 {
  padding-bottom: 35px;
}

.padd-xs-b-30 {
  padding-bottom: 30px;
}

.padd-xs-b-25 {
  padding-bottom: 25px;
}

.padd-xs-b-20 {
  padding-bottom: 20px;
}

.padd-xs-b-15 {
  padding-bottom: 15px;
}

.padd-xs-b-10 {
  padding-bottom: 10px;
}

.padd-xs-b-5 {
  padding-bottom: 5px;
}

.padd-xs-b-0 {
  padding-bottom: 0px;
}

.padd-xs-t-130 {
  padding-top: 130px;
}

.padd-xs-t-125 {
  padding-top: 125px;
}

.padd-xs-t-120 {
  padding-top: 120px;
}

.padd-xs-t-115 {
  padding-top: 115px;
}

.padd-xs-t-110 {
  padding-top: 110px;
}

.padd-xs-t-105 {
  padding-top: 105px;
}

.padd-xs-t-100 {
  padding-top: 100px;
}

.padd-xs-t-95 {
  padding-top: 95px;
}

.padd-xs-t-90 {
  padding-top: 90px;
}

.padd-xs-t-85 {
  padding-top: 85px;
}

.padd-xs-t-80 {
  padding-top: 80px;
}

.padd-xs-t-75 {
  padding-top: 75px;
}

.padd-xs-t-70 {
  padding-top: 70px;
}

.padd-xs-t-65 {
  padding-top: 65px;
}

.padd-xs-t-60 {
  padding-top: 60px;
}

.padd-xs-t-55 {
  padding-top: 55px;
}

.padd-xs-t-50 {
  padding-top: 50px;
}

.padd-xs-t-45 {
  padding-top: 45px;
}

.padd-xs-t-40 {
  padding-top: 40px;
}

.padd-xs-t-35 {
  padding-top: 35px;
}

.padd-xs-t-30 {
  padding-top: 30px;
}

.padd-xs-t-25 {
  padding-top: 25px;
}

.padd-xs-t-20 {
  padding-top: 20px;
}

.padd-xs-t-15 {
  padding-top: 15px;
}

.padd-xs-t-10 {
  padding-top: 10px;
}

.padd-xs-t-5 {
  padding-top: 5px;
}

.padd-xs-t-0 {
  padding-top: 0px;
}

.padd-sm-l-130 {
  padding-left: 130px;
}

.padd-sm-l-125 {
  padding-left: 125px;
}

.padd-sm-l-120 {
  padding-left: 120px;
}

.padd-sm-l-115 {
  padding-left: 115px;
}

.padd-sm-l-110 {
  padding-left: 110px;
}

.padd-sm-l-105 {
  padding-left: 105px;
}

.padd-sm-l-100 {
  padding-left: 100px;
}

.padd-sm-l-95 {
  padding-left: 95px;
}

.padd-sm-l-90 {
  padding-left: 90px;
}

.padd-sm-l-85 {
  padding-left: 85px;
}

.padd-sm-l-80 {
  padding-left: 80px;
}

.padd-sm-l-75 {
  padding-left: 75px;
}

.padd-sm-l-70 {
  padding-left: 70px;
}

.padd-sm-l-65 {
  padding-left: 65px;
}

.padd-sm-l-60 {
  padding-left: 60px;
}

.padd-sm-l-55 {
  padding-left: 55px;
}

.padd-sm-l-50 {
  padding-left: 50px;
}

.padd-sm-l-45 {
  padding-left: 45px;
}

.padd-sm-l-40 {
  padding-left: 40px;
}

.padd-sm-l-35 {
  padding-left: 35px;
}

.padd-sm-l-30 {
  padding-left: 30px;
}

.padd-sm-l-25 {
  padding-left: 25px;
}

.padd-sm-l-20 {
  padding-left: 20px;
}

.padd-sm-l-15 {
  padding-left: 15px;
}

.padd-sm-l-10 {
  padding-left: 10px;
}

.padd-sm-l-5 {
  padding-left: 5px;
}

.padd-sm-l-0 {
  padding-left: 0px;
}

.padd-sm-r-130 {
  padding-right: 130px;
}

.padd-sm-r-125 {
  padding-right: 125px;
}

.padd-sm-r-120 {
  padding-right: 120px;
}

.padd-sm-r-115 {
  padding-right: 115px;
}

.padd-sm-r-110 {
  padding-right: 110px;
}

.padd-sm-r-105 {
  padding-right: 105px;
}

.padd-sm-r-100 {
  padding-right: 100px;
}

.padd-sm-r-95 {
  padding-right: 95px;
}

.padd-sm-r-90 {
  padding-right: 90px;
}

.padd-sm-r-85 {
  padding-right: 85px;
}

.padd-sm-r-80 {
  padding-right: 80px;
}

.padd-sm-r-75 {
  padding-right: 75px;
}

.padd-sm-r-70 {
  padding-right: 70px;
}

.padd-sm-r-65 {
  padding-right: 65px;
}

.padd-sm-r-60 {
  padding-right: 60px;
}

.padd-sm-r-55 {
  padding-right: 55px;
}

.padd-sm-r-50 {
  padding-right: 50px;
}

.padd-sm-r-45 {
  padding-right: 45px;
}

.padd-sm-r-40 {
  padding-right: 40px;
}

.padd-sm-r-35 {
  padding-right: 35px;
}

.padd-sm-r-30 {
  padding-right: 30px;
}

.padd-sm-r-25 {
  padding-right: 25px;
}

.padd-sm-r-20 {
  padding-right: 20px;
}

.padd-sm-r-15 {
  padding-right: 15px;
}

.padd-sm-r-10 {
  padding-right: 10px;
}

.padd-sm-r-5 {
  padding-right: 5px;
}

.padd-sm-r-0 {
  padding-right: 0px;
}

.padd-sm-b-130 {
  padding-bottom: 130px;
}

.padd-sm-b-125 {
  padding-bottom: 125px;
}

.padd-sm-b-120 {
  padding-bottom: 120px;
}

.padd-sm-b-115 {
  padding-bottom: 115px;
}

.padd-sm-b-110 {
  padding-bottom: 110px;
}

.padd-sm-b-105 {
  padding-bottom: 105px;
}

.padd-sm-b-100 {
  padding-bottom: 100px;
}

.padd-sm-b-95 {
  padding-bottom: 95px;
}

.padd-sm-b-90 {
  padding-bottom: 90px;
}

.padd-sm-b-85 {
  padding-bottom: 85px;
}

.padd-sm-b-80 {
  padding-bottom: 80px;
}

.padd-sm-b-75 {
  padding-bottom: 75px;
}

.padd-sm-b-70 {
  padding-bottom: 70px;
}

.padd-sm-b-65 {
  padding-bottom: 65px;
}

.padd-sm-b-60 {
  padding-bottom: 60px;
}

.padd-sm-b-55 {
  padding-bottom: 55px;
}

.padd-sm-b-50 {
  padding-bottom: 50px;
}

.padd-sm-b-45 {
  padding-bottom: 45px;
}

.padd-sm-b-40 {
  padding-bottom: 40px;
}

.padd-sm-b-35 {
  padding-bottom: 35px;
}

.padd-sm-b-30 {
  padding-bottom: 30px;
}

.padd-sm-b-25 {
  padding-bottom: 25px;
}

.padd-sm-b-20 {
  padding-bottom: 20px;
}

.padd-sm-b-15 {
  padding-bottom: 15px;
}

.padd-sm-b-10 {
  padding-bottom: 10px;
}

.padd-sm-b-5 {
  padding-bottom: 5px;
}

.padd-sm-b-0 {
  padding-bottom: 0px;
}

.padd-sm-t-130 {
  padding-top: 130px;
}

.padd-sm-t-125 {
  padding-top: 125px;
}

.padd-sm-t-120 {
  padding-top: 120px;
}

.padd-sm-t-115 {
  padding-top: 115px;
}

.padd-sm-t-110 {
  padding-top: 110px;
}

.padd-sm-t-105 {
  padding-top: 105px;
}

.padd-sm-t-100 {
  padding-top: 100px;
}

.padd-sm-t-95 {
  padding-top: 95px;
}

.padd-sm-t-90 {
  padding-top: 90px;
}

.padd-sm-t-85 {
  padding-top: 85px;
}

.padd-sm-t-80 {
  padding-top: 80px;
}

.padd-sm-t-75 {
  padding-top: 75px;
}

.padd-sm-t-70 {
  padding-top: 70px;
}

.padd-sm-t-65 {
  padding-top: 65px;
}

.padd-sm-t-60 {
  padding-top: 60px;
}

.padd-sm-t-55 {
  padding-top: 55px;
}

.padd-sm-t-50 {
  padding-top: 50px;
}

.padd-sm-t-45 {
  padding-top: 45px;
}

.padd-sm-t-40 {
  padding-top: 40px;
}

.padd-sm-t-35 {
  padding-top: 35px;
}

.padd-sm-t-30 {
  padding-top: 30px;
}

.padd-sm-t-25 {
  padding-top: 25px;
}

.padd-sm-t-20 {
  padding-top: 20px;
}

.padd-sm-t-15 {
  padding-top: 15px;
}

.padd-sm-t-10 {
  padding-top: 10px;
}

.padd-sm-t-5 {
  padding-top: 5px;
}

.padd-sm-t-0 {
  padding-top: 0px;
}

.padd-md-l-130 {
  padding-left: 130px;
}

.padd-md-l-125 {
  padding-left: 125px;
}

.padd-md-l-120 {
  padding-left: 120px;
}

.padd-md-l-115 {
  padding-left: 115px;
}

.padd-md-l-110 {
  padding-left: 110px;
}

.padd-md-l-105 {
  padding-left: 105px;
}

.padd-md-l-100 {
  padding-left: 100px;
}

.padd-md-l-95 {
  padding-left: 95px;
}

.padd-md-l-90 {
  padding-left: 90px;
}

.padd-md-l-85 {
  padding-left: 85px;
}

.padd-md-l-80 {
  padding-left: 80px;
}

.padd-md-l-75 {
  padding-left: 75px;
}

.padd-md-l-70 {
  padding-left: 70px;
}

.padd-md-l-65 {
  padding-left: 65px;
}

.padd-md-l-60 {
  padding-left: 60px;
}

.padd-md-l-55 {
  padding-left: 55px;
}

.padd-md-l-50 {
  padding-left: 50px;
}

.padd-md-l-45 {
  padding-left: 45px;
}

.padd-md-l-40 {
  padding-left: 40px;
}

.padd-md-l-35 {
  padding-left: 35px;
}

.padd-md-l-30 {
  padding-left: 30px;
}

.padd-md-l-25 {
  padding-left: 25px;
}

.padd-md-l-20 {
  padding-left: 20px;
}

.padd-md-l-15 {
  padding-left: 15px;
}

.padd-md-l-10 {
  padding-left: 10px;
}

.padd-md-l-5 {
  padding-left: 5px;
}

.padd-md-l-0 {
  padding-left: 0px;
}

.padd-md-r-130 {
  padding-right: 130px;
}

.padd-md-r-125 {
  padding-right: 125px;
}

.padd-md-r-120 {
  padding-right: 120px;
}

.padd-md-r-115 {
  padding-right: 115px;
}

.padd-md-r-110 {
  padding-right: 110px;
}

.padd-md-r-105 {
  padding-right: 105px;
}

.padd-md-r-100 {
  padding-right: 100px;
}

.padd-md-r-95 {
  padding-right: 95px;
}

.padd-md-r-90 {
  padding-right: 90px;
}

.padd-md-r-85 {
  padding-right: 85px;
}

.padd-md-r-80 {
  padding-right: 80px;
}

.padd-md-r-75 {
  padding-right: 75px;
}

.padd-md-r-70 {
  padding-right: 70px;
}

.padd-md-r-65 {
  padding-right: 65px;
}

.padd-md-r-60 {
  padding-right: 60px;
}

.padd-md-r-55 {
  padding-right: 55px;
}

.padd-md-r-50 {
  padding-right: 50px;
}

.padd-md-r-45 {
  padding-right: 45px;
}

.padd-md-r-40 {
  padding-right: 40px;
}

.padd-md-r-35 {
  padding-right: 35px;
}

.padd-md-r-30 {
  padding-right: 30px;
}

.padd-md-r-25 {
  padding-right: 25px;
}

.padd-md-r-20 {
  padding-right: 20px;
}

.padd-md-r-15 {
  padding-right: 15px;
}

.padd-md-r-10 {
  padding-right: 10px;
}

.padd-md-r-5 {
  padding-right: 5px;
}

.padd-md-r-0 {
  padding-right: 0px;
}

.padd-md-b-130 {
  padding-bottom: 130px;
}

.padd-md-b-125 {
  padding-bottom: 125px;
}

.padd-md-b-120 {
  padding-bottom: 120px;
}

.padd-md-b-115 {
  padding-bottom: 115px;
}

.padd-md-b-110 {
  padding-bottom: 110px;
}

.padd-md-b-105 {
  padding-bottom: 105px;
}

.padd-md-b-100 {
  padding-bottom: 100px;
}

.padd-md-b-95 {
  padding-bottom: 95px;
}

.padd-md-b-90 {
  padding-bottom: 90px;
}

.padd-md-b-85 {
  padding-bottom: 85px;
}

.padd-md-b-80 {
  padding-bottom: 80px;
}

.padd-md-b-75 {
  padding-bottom: 75px;
}

.padd-md-b-70 {
  padding-bottom: 70px;
}

.padd-md-b-65 {
  padding-bottom: 65px;
}

.padd-md-b-60 {
  padding-bottom: 60px;
}

.padd-md-b-55 {
  padding-bottom: 55px;
}

.padd-md-b-50 {
  padding-bottom: 50px;
}

.padd-md-b-45 {
  padding-bottom: 45px;
}

.padd-md-b-40 {
  padding-bottom: 40px;
}

.padd-md-b-35 {
  padding-bottom: 35px;
}

.padd-md-b-30 {
  padding-bottom: 30px;
}

.padd-md-b-25 {
  padding-bottom: 25px;
}

.padd-md-b-20 {
  padding-bottom: 20px;
}

.padd-md-b-15 {
  padding-bottom: 15px;
}

.padd-md-b-10 {
  padding-bottom: 10px;
}

.padd-md-b-5 {
  padding-bottom: 5px;
}

.padd-md-b-0 {
  padding-bottom: 0px;
}

.padd-md-t-130 {
  padding-top: 130px;
}

.padd-md-t-125 {
  padding-top: 125px;
}

.padd-md-t-120 {
  padding-top: 120px;
}

.padd-md-t-115 {
  padding-top: 115px;
}

.padd-md-t-110 {
  padding-top: 110px;
}

.padd-md-t-105 {
  padding-top: 105px;
}

.padd-md-t-100 {
  padding-top: 100px;
}

.padd-md-t-95 {
  padding-top: 95px;
}

.padd-md-t-90 {
  padding-top: 90px;
}

.padd-md-t-85 {
  padding-top: 85px;
}

.padd-md-t-80 {
  padding-top: 80px;
}

.padd-md-t-75 {
  padding-top: 75px;
}

.padd-md-t-70 {
  padding-top: 70px;
}

.padd-md-t-65 {
  padding-top: 65px;
}

.padd-md-t-60 {
  padding-top: 60px;
}

.padd-md-t-55 {
  padding-top: 55px;
}

.padd-md-t-50 {
  padding-top: 50px;
}

.padd-md-t-45 {
  padding-top: 45px;
}

.padd-md-t-40 {
  padding-top: 40px;
}

.padd-md-t-35 {
  padding-top: 35px;
}

.padd-md-t-30 {
  padding-top: 30px;
}

.padd-md-t-25 {
  padding-top: 25px;
}

.padd-md-t-20 {
  padding-top: 20px;
}

.padd-md-t-15 {
  padding-top: 15px;
}

.padd-md-t-10 {
  padding-top: 10px;
}

.padd-md-t-5 {
  padding-top: 5px;
}

.padd-md-t-0 {
  padding-top: 0px;
}

.padd-lg-l-130 {
  padding-left: 130px;
}

.padd-lg-l-125 {
  padding-left: 125px;
}

.padd-lg-l-120 {
  padding-left: 120px;
}

.padd-lg-l-115 {
  padding-left: 115px;
}

.padd-lg-l-110 {
  padding-left: 110px;
}

.padd-lg-l-105 {
  padding-left: 105px;
}

.padd-lg-l-100 {
  padding-left: 100px;
}

.padd-lg-l-95 {
  padding-left: 95px;
}

.padd-lg-l-90 {
  padding-left: 90px;
}

.padd-lg-l-85 {
  padding-left: 85px;
}

.padd-lg-l-80 {
  padding-left: 80px;
}

.padd-lg-l-75 {
  padding-left: 75px;
}

.padd-lg-l-70 {
  padding-left: 70px;
}

.padd-lg-l-65 {
  padding-left: 65px;
}

.padd-lg-l-60 {
  padding-left: 60px;
}

.padd-lg-l-55 {
  padding-left: 55px;
}

.padd-lg-l-50 {
  padding-left: 50px;
}

.padd-lg-l-45 {
  padding-left: 45px;
}

.padd-lg-l-40 {
  padding-left: 40px;
}

.padd-lg-l-35 {
  padding-left: 35px;
}

.padd-lg-l-30 {
  padding-left: 30px;
}

.padd-lg-l-25 {
  padding-left: 25px;
}

.padd-lg-l-20 {
  padding-left: 20px;
}

.padd-lg-l-15 {
  padding-left: 15px;
}

.padd-lg-l-10 {
  padding-left: 10px;
}

.padd-lg-l-5 {
  padding-left: 5px;
}

.padd-lg-l-0 {
  padding-left: 0px;
}

.padd-lg-r-130 {
  padding-right: 130px;
}

.padd-lg-r-125 {
  padding-right: 125px;
}

.padd-lg-r-120 {
  padding-right: 120px;
}

.padd-lg-r-115 {
  padding-right: 115px;
}

.padd-lg-r-110 {
  padding-right: 110px;
}

.padd-lg-r-105 {
  padding-right: 105px;
}

.padd-lg-r-100 {
  padding-right: 100px;
}

.padd-lg-r-95 {
  padding-right: 95px;
}

.padd-lg-r-90 {
  padding-right: 90px;
}

.padd-lg-r-85 {
  padding-right: 85px;
}

.padd-lg-r-80 {
  padding-right: 80px;
}

.padd-lg-r-75 {
  padding-right: 75px;
}

.padd-lg-r-70 {
  padding-right: 70px;
}

.padd-lg-r-65 {
  padding-right: 65px;
}

.padd-lg-r-60 {
  padding-right: 60px;
}

.padd-lg-r-55 {
  padding-right: 55px;
}

.padd-lg-r-50 {
  padding-right: 50px;
}

.padd-lg-r-45 {
  padding-right: 45px;
}

.padd-lg-r-40 {
  padding-right: 40px;
}

.padd-lg-r-35 {
  padding-right: 35px;
}

.padd-lg-r-30 {
  padding-right: 30px;
}

.padd-lg-r-25 {
  padding-right: 25px;
}

.padd-lg-r-20 {
  padding-right: 20px;
}

.padd-lg-r-15 {
  padding-right: 15px;
}

.padd-lg-r-10 {
  padding-right: 10px;
}

.padd-lg-r-5 {
  padding-right: 5px;
}

.padd-lg-r-0 {
  padding-right: 0px;
}

.padd-lg-b-130 {
  padding-bottom: 130px;
}

.padd-lg-b-125 {
  padding-bottom: 125px;
}

.padd-lg-b-120 {
  padding-bottom: 120px;
}

.padd-lg-b-115 {
  padding-bottom: 115px;
}

.padd-lg-b-110 {
  padding-bottom: 110px;
}

.padd-lg-b-105 {
  padding-bottom: 105px;
}

.padd-lg-b-100 {
  padding-bottom: 100px;
}

.padd-lg-b-95 {
  padding-bottom: 95px;
}

.padd-lg-b-90 {
  padding-bottom: 90px;
}

.padd-lg-b-85 {
  padding-bottom: 85px;
}

.padd-lg-b-80 {
  padding-bottom: 80px;
}

.padd-lg-b-75 {
  padding-bottom: 75px;
}

.padd-lg-b-70 {
  padding-bottom: 70px;
}

.padd-lg-b-65 {
  padding-bottom: 65px;
}

.padd-lg-b-60 {
  padding-bottom: 60px;
}

.padd-lg-b-55 {
  padding-bottom: 55px;
}

.padd-lg-b-50 {
  padding-bottom: 50px;
}

.padd-lg-b-45 {
  padding-bottom: 45px;
}

.padd-lg-b-40 {
  padding-bottom: 40px;
}

.padd-lg-b-35 {
  padding-bottom: 35px;
}

.padd-lg-b-30 {
  padding-bottom: 30px;
}

.padd-lg-b-25 {
  padding-bottom: 25px;
}

.padd-lg-b-20 {
  padding-bottom: 20px;
}

.padd-lg-b-15 {
  padding-bottom: 15px;
}

.padd-lg-b-10 {
  padding-bottom: 10px;
}

.padd-lg-b-5 {
  padding-bottom: 5px;
}

.padd-lg-b-0 {
  padding-bottom: 0px;
}

.padd-lg-t-130 {
  padding-top: 130px;
}

.padd-lg-t-125 {
  padding-top: 125px;
}

.padd-lg-t-120 {
  padding-top: 120px;
}

.padd-lg-t-115 {
  padding-top: 115px;
}

.padd-lg-t-110 {
  padding-top: 110px;
}

.padd-lg-t-105 {
  padding-top: 105px;
}

.padd-lg-t-100 {
  padding-top: 100px;
}

.padd-lg-t-95 {
  padding-top: 95px;
}

.padd-lg-t-90 {
  padding-top: 90px;
}

.padd-lg-t-85 {
  padding-top: 85px;
}

.padd-lg-t-80 {
  padding-top: 80px;
}

.padd-lg-t-75 {
  padding-top: 75px;
}

.padd-lg-t-70 {
  padding-top: 70px;
}

.padd-lg-t-65 {
  padding-top: 65px;
}

.padd-lg-t-60 {
  padding-top: 60px;
}

.padd-lg-t-55 {
  padding-top: 55px;
}

.padd-lg-t-50 {
  padding-top: 50px;
}

.padd-lg-t-45 {
  padding-top: 45px;
}

.padd-lg-t-40 {
  padding-top: 40px;
}

.padd-lg-t-35 {
  padding-top: 35px;
}

.padd-lg-t-30 {
  padding-top: 30px;
}

.padd-lg-t-25 {
  padding-top: 25px;
}

.padd-lg-t-20 {
  padding-top: 20px;
}

.padd-lg-t-15 {
  padding-top: 15px;
}

.padd-lg-t-10 {
  padding-top: 10px;
}

.padd-lg-t-5 {
  padding-top: 5px;
}

.padd-lg-t-0 {
  padding-top: 0px;
}

html.mobile-active, body.mobile-active {
  overflow: hidden;
  height: 100%;
}

html body.page .navigation-wrap {
  position: fixed;
  top: 155px;
  left: 0;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body.page .navigation-wrap {
    top: 125px;
  }
}

@media (max-width: 767px) {
  html body.page .navigation-wrap.active {
    opacity: 1;
    visibility: visible;
  }
}

html body #mobile-button, html body #user-button {
  display: none;
}

@media (max-width: 767px) {
  html body #mobile-button, html body #user-button {
    float: right;
    display: block;
    width: auto;
    cursor: pointer;
    margin-left: 1rem;
    margin-top: 0.9rem;
    text-align: center;
    width: 30px;
    height: 30px;
  }
  html body #mobile-button .fa, html body #user-button .fa {
    color: white;
    font-size: 23px;
  }
}

html body #user-button {
  background-image: url("../images/user-button.svg");
  width: 23px;
  height: 23px;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  html body #user-button {
    display: block;
    margin-top: 0.6rem;
    margin-left: 0.75rem;
  }
}

@media (min-width: 1200px) {
  html body .padd-lg-l-130 {
    padding-left: 130px;
  }
  html body .padd-lg-l-125 {
    padding-left: 125px;
  }
  html body .padd-lg-l-120 {
    padding-left: 120px;
  }
  html body .padd-lg-l-115 {
    padding-left: 115px;
  }
  html body .padd-lg-l-110 {
    padding-left: 110px;
  }
  html body .padd-lg-l-105 {
    padding-left: 105px;
  }
  html body .padd-lg-l-100 {
    padding-left: 100px;
  }
  html body .padd-lg-l-95 {
    padding-left: 95px;
  }
  html body .padd-lg-l-90 {
    padding-left: 90px;
  }
  html body .padd-lg-l-85 {
    padding-left: 85px;
  }
  html body .padd-lg-l-80 {
    padding-left: 80px;
  }
  html body .padd-lg-l-75 {
    padding-left: 75px;
  }
  html body .padd-lg-l-70 {
    padding-left: 70px;
  }
  html body .padd-lg-l-65 {
    padding-left: 65px;
  }
  html body .padd-lg-l-60 {
    padding-left: 60px;
  }
  html body .padd-lg-l-55 {
    padding-left: 55px;
  }
  html body .padd-lg-l-50 {
    padding-left: 50px;
  }
  html body .padd-lg-l-45 {
    padding-left: 45px;
  }
  html body .padd-lg-l-40 {
    padding-left: 40px;
  }
  html body .padd-lg-l-35 {
    padding-left: 35px;
  }
  html body .padd-lg-l-30 {
    padding-left: 30px;
  }
  html body .padd-lg-l-25 {
    padding-left: 25px;
  }
  html body .padd-lg-l-20 {
    padding-left: 20px;
  }
  html body .padd-lg-l-15 {
    padding-left: 15px;
  }
  html body .padd-lg-l-10 {
    padding-left: 10px;
  }
  html body .padd-lg-l-5 {
    padding-left: 5px;
  }
  html body .padd-lg-l-0 {
    padding-left: 0px;
  }
  html body .padd-lg-r-130 {
    padding-right: 130px;
  }
  html body .padd-lg-r-125 {
    padding-right: 125px;
  }
  html body .padd-lg-r-120 {
    padding-right: 120px;
  }
  html body .padd-lg-r-115 {
    padding-right: 115px;
  }
  html body .padd-lg-r-110 {
    padding-right: 110px;
  }
  html body .padd-lg-r-105 {
    padding-right: 105px;
  }
  html body .padd-lg-r-100 {
    padding-right: 100px;
  }
  html body .padd-lg-r-95 {
    padding-right: 95px;
  }
  html body .padd-lg-r-90 {
    padding-right: 90px;
  }
  html body .padd-lg-r-85 {
    padding-right: 85px;
  }
  html body .padd-lg-r-80 {
    padding-right: 80px;
  }
  html body .padd-lg-r-75 {
    padding-right: 75px;
  }
  html body .padd-lg-r-70 {
    padding-right: 70px;
  }
  html body .padd-lg-r-65 {
    padding-right: 65px;
  }
  html body .padd-lg-r-60 {
    padding-right: 60px;
  }
  html body .padd-lg-r-55 {
    padding-right: 55px;
  }
  html body .padd-lg-r-50 {
    padding-right: 50px;
  }
  html body .padd-lg-r-45 {
    padding-right: 45px;
  }
  html body .padd-lg-r-40 {
    padding-right: 40px;
  }
  html body .padd-lg-r-35 {
    padding-right: 35px;
  }
  html body .padd-lg-r-30 {
    padding-right: 30px;
  }
  html body .padd-lg-r-25 {
    padding-right: 25px;
  }
  html body .padd-lg-r-20 {
    padding-right: 20px;
  }
  html body .padd-lg-r-15 {
    padding-right: 15px;
  }
  html body .padd-lg-r-10 {
    padding-right: 10px;
  }
  html body .padd-lg-r-5 {
    padding-right: 5px;
  }
  html body .padd-lg-r-0 {
    padding-right: 0px;
  }
  html body .padd-lg-b-130 {
    padding-bottom: 130px;
  }
  html body .padd-lg-b-125 {
    padding-bottom: 125px;
  }
  html body .padd-lg-b-120 {
    padding-bottom: 120px;
  }
  html body .padd-lg-b-115 {
    padding-bottom: 115px;
  }
  html body .padd-lg-b-110 {
    padding-bottom: 110px;
  }
  html body .padd-lg-b-105 {
    padding-bottom: 105px;
  }
  html body .padd-lg-b-100 {
    padding-bottom: 100px;
  }
  html body .padd-lg-b-95 {
    padding-bottom: 95px;
  }
  html body .padd-lg-b-90 {
    padding-bottom: 90px;
  }
  html body .padd-lg-b-85 {
    padding-bottom: 85px;
  }
  html body .padd-lg-b-80 {
    padding-bottom: 80px;
  }
  html body .padd-lg-b-75 {
    padding-bottom: 75px;
  }
  html body .padd-lg-b-70 {
    padding-bottom: 70px;
  }
  html body .padd-lg-b-65 {
    padding-bottom: 65px;
  }
  html body .padd-lg-b-60 {
    padding-bottom: 60px;
  }
  html body .padd-lg-b-55 {
    padding-bottom: 55px;
  }
  html body .padd-lg-b-50 {
    padding-bottom: 50px;
  }
  html body .padd-lg-b-45 {
    padding-bottom: 45px;
  }
  html body .padd-lg-b-40 {
    padding-bottom: 40px;
  }
  html body .padd-lg-b-35 {
    padding-bottom: 35px;
  }
  html body .padd-lg-b-30 {
    padding-bottom: 30px;
  }
  html body .padd-lg-b-25 {
    padding-bottom: 25px;
  }
  html body .padd-lg-b-20 {
    padding-bottom: 20px;
  }
  html body .padd-lg-b-15 {
    padding-bottom: 15px;
  }
  html body .padd-lg-b-10 {
    padding-bottom: 10px;
  }
  html body .padd-lg-b-5 {
    padding-bottom: 5px;
  }
  html body .padd-lg-b-0 {
    padding-bottom: 0px;
  }
  html body .padd-lg-t-130 {
    padding-top: 130px;
  }
  html body .padd-lg-t-125 {
    padding-top: 125px;
  }
  html body .padd-lg-t-120 {
    padding-top: 120px;
  }
  html body .padd-lg-t-115 {
    padding-top: 115px;
  }
  html body .padd-lg-t-110 {
    padding-top: 110px;
  }
  html body .padd-lg-t-105 {
    padding-top: 105px;
  }
  html body .padd-lg-t-100 {
    padding-top: 100px;
  }
  html body .padd-lg-t-95 {
    padding-top: 95px;
  }
  html body .padd-lg-t-90 {
    padding-top: 90px;
  }
  html body .padd-lg-t-85 {
    padding-top: 85px;
  }
  html body .padd-lg-t-80 {
    padding-top: 80px;
  }
  html body .padd-lg-t-75 {
    padding-top: 75px;
  }
  html body .padd-lg-t-70 {
    padding-top: 70px;
  }
  html body .padd-lg-t-65 {
    padding-top: 65px;
  }
  html body .padd-lg-t-60 {
    padding-top: 60px;
  }
  html body .padd-lg-t-55 {
    padding-top: 55px;
  }
  html body .padd-lg-t-50 {
    padding-top: 50px;
  }
  html body .padd-lg-t-45 {
    padding-top: 45px;
  }
  html body .padd-lg-t-40 {
    padding-top: 40px;
  }
  html body .padd-lg-t-35 {
    padding-top: 35px;
  }
  html body .padd-lg-t-30 {
    padding-top: 30px;
  }
  html body .padd-lg-t-25 {
    padding-top: 25px;
  }
  html body .padd-lg-t-20 {
    padding-top: 20px;
  }
  html body .padd-lg-t-15 {
    padding-top: 15px;
  }
  html body .padd-lg-t-10 {
    padding-top: 10px;
  }
  html body .padd-lg-t-5 {
    padding-top: 5px;
  }
  html body .padd-lg-t-0 {
    padding-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html body .padd-md-l-130 {
    padding-left: 130px;
  }
  html body .padd-md-l-125 {
    padding-left: 125px;
  }
  html body .padd-md-l-120 {
    padding-left: 120px;
  }
  html body .padd-md-l-115 {
    padding-left: 115px;
  }
  html body .padd-md-l-110 {
    padding-left: 110px;
  }
  html body .padd-md-l-105 {
    padding-left: 105px;
  }
  html body .padd-md-l-100 {
    padding-left: 100px;
  }
  html body .padd-md-l-95 {
    padding-left: 95px;
  }
  html body .padd-md-l-90 {
    padding-left: 90px;
  }
  html body .padd-md-l-85 {
    padding-left: 85px;
  }
  html body .padd-md-l-80 {
    padding-left: 80px;
  }
  html body .padd-md-l-75 {
    padding-left: 75px;
  }
  html body .padd-md-l-70 {
    padding-left: 70px;
  }
  html body .padd-md-l-65 {
    padding-left: 65px;
  }
  html body .padd-md-l-60 {
    padding-left: 60px;
  }
  html body .padd-md-l-55 {
    padding-left: 55px;
  }
  html body .padd-md-l-50 {
    padding-left: 50px;
  }
  html body .padd-md-l-45 {
    padding-left: 45px;
  }
  html body .padd-md-l-40 {
    padding-left: 40px;
  }
  html body .padd-md-l-35 {
    padding-left: 35px;
  }
  html body .padd-md-l-30 {
    padding-left: 30px;
  }
  html body .padd-md-l-25 {
    padding-left: 25px;
  }
  html body .padd-md-l-20 {
    padding-left: 20px;
  }
  html body .padd-md-l-15 {
    padding-left: 15px;
  }
  html body .padd-md-l-10 {
    padding-left: 10px;
  }
  html body .padd-md-l-5 {
    padding-left: 5px;
  }
  html body .padd-md-l-0 {
    padding-left: 0px;
  }
  html body .padd-md-r-130 {
    padding-right: 130px;
  }
  html body .padd-md-r-125 {
    padding-right: 125px;
  }
  html body .padd-md-r-120 {
    padding-right: 120px;
  }
  html body .padd-md-r-115 {
    padding-right: 115px;
  }
  html body .padd-md-r-110 {
    padding-right: 110px;
  }
  html body .padd-md-r-105 {
    padding-right: 105px;
  }
  html body .padd-md-r-100 {
    padding-right: 100px;
  }
  html body .padd-md-r-95 {
    padding-right: 95px;
  }
  html body .padd-md-r-90 {
    padding-right: 90px;
  }
  html body .padd-md-r-85 {
    padding-right: 85px;
  }
  html body .padd-md-r-80 {
    padding-right: 80px;
  }
  html body .padd-md-r-75 {
    padding-right: 75px;
  }
  html body .padd-md-r-70 {
    padding-right: 70px;
  }
  html body .padd-md-r-65 {
    padding-right: 65px;
  }
  html body .padd-md-r-60 {
    padding-right: 60px;
  }
  html body .padd-md-r-55 {
    padding-right: 55px;
  }
  html body .padd-md-r-50 {
    padding-right: 50px;
  }
  html body .padd-md-r-45 {
    padding-right: 45px;
  }
  html body .padd-md-r-40 {
    padding-right: 40px;
  }
  html body .padd-md-r-35 {
    padding-right: 35px;
  }
  html body .padd-md-r-30 {
    padding-right: 30px;
  }
  html body .padd-md-r-25 {
    padding-right: 25px;
  }
  html body .padd-md-r-20 {
    padding-right: 20px;
  }
  html body .padd-md-r-15 {
    padding-right: 15px;
  }
  html body .padd-md-r-10 {
    padding-right: 10px;
  }
  html body .padd-md-r-5 {
    padding-right: 5px;
  }
  html body .padd-md-r-0 {
    padding-right: 0px;
  }
  html body .padd-md-b-130 {
    padding-bottom: 130px;
  }
  html body .padd-md-b-125 {
    padding-bottom: 125px;
  }
  html body .padd-md-b-120 {
    padding-bottom: 120px;
  }
  html body .padd-md-b-115 {
    padding-bottom: 115px;
  }
  html body .padd-md-b-110 {
    padding-bottom: 110px;
  }
  html body .padd-md-b-105 {
    padding-bottom: 105px;
  }
  html body .padd-md-b-100 {
    padding-bottom: 100px;
  }
  html body .padd-md-b-95 {
    padding-bottom: 95px;
  }
  html body .padd-md-b-90 {
    padding-bottom: 90px;
  }
  html body .padd-md-b-85 {
    padding-bottom: 85px;
  }
  html body .padd-md-b-80 {
    padding-bottom: 80px;
  }
  html body .padd-md-b-75 {
    padding-bottom: 75px;
  }
  html body .padd-md-b-70 {
    padding-bottom: 70px;
  }
  html body .padd-md-b-65 {
    padding-bottom: 65px;
  }
  html body .padd-md-b-60 {
    padding-bottom: 60px;
  }
  html body .padd-md-b-55 {
    padding-bottom: 55px;
  }
  html body .padd-md-b-50 {
    padding-bottom: 50px;
  }
  html body .padd-md-b-45 {
    padding-bottom: 45px;
  }
  html body .padd-md-b-40 {
    padding-bottom: 40px;
  }
  html body .padd-md-b-35 {
    padding-bottom: 35px;
  }
  html body .padd-md-b-30 {
    padding-bottom: 30px;
  }
  html body .padd-md-b-25 {
    padding-bottom: 25px;
  }
  html body .padd-md-b-20 {
    padding-bottom: 20px;
  }
  html body .padd-md-b-15 {
    padding-bottom: 15px;
  }
  html body .padd-md-b-10 {
    padding-bottom: 10px;
  }
  html body .padd-md-b-5 {
    padding-bottom: 5px;
  }
  html body .padd-md-b-0 {
    padding-bottom: 0px;
  }
  html body .padd-md-t-130 {
    padding-top: 130px;
  }
  html body .padd-md-t-125 {
    padding-top: 125px;
  }
  html body .padd-md-t-120 {
    padding-top: 120px;
  }
  html body .padd-md-t-115 {
    padding-top: 115px;
  }
  html body .padd-md-t-110 {
    padding-top: 110px;
  }
  html body .padd-md-t-105 {
    padding-top: 105px;
  }
  html body .padd-md-t-100 {
    padding-top: 100px;
  }
  html body .padd-md-t-95 {
    padding-top: 95px;
  }
  html body .padd-md-t-90 {
    padding-top: 90px;
  }
  html body .padd-md-t-85 {
    padding-top: 85px;
  }
  html body .padd-md-t-80 {
    padding-top: 80px;
  }
  html body .padd-md-t-75 {
    padding-top: 75px;
  }
  html body .padd-md-t-70 {
    padding-top: 70px;
  }
  html body .padd-md-t-65 {
    padding-top: 65px;
  }
  html body .padd-md-t-60 {
    padding-top: 60px;
  }
  html body .padd-md-t-55 {
    padding-top: 55px;
  }
  html body .padd-md-t-50 {
    padding-top: 50px;
  }
  html body .padd-md-t-45 {
    padding-top: 45px;
  }
  html body .padd-md-t-40 {
    padding-top: 40px;
  }
  html body .padd-md-t-35 {
    padding-top: 35px;
  }
  html body .padd-md-t-30 {
    padding-top: 30px;
  }
  html body .padd-md-t-25 {
    padding-top: 25px;
  }
  html body .padd-md-t-20 {
    padding-top: 20px;
  }
  html body .padd-md-t-15 {
    padding-top: 15px;
  }
  html body .padd-md-t-10 {
    padding-top: 10px;
  }
  html body .padd-md-t-5 {
    padding-top: 5px;
  }
  html body .padd-md-t-0 {
    padding-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .padd-sm-l-130 {
    padding-left: 130px;
  }
  html body .padd-sm-l-125 {
    padding-left: 125px;
  }
  html body .padd-sm-l-120 {
    padding-left: 120px;
  }
  html body .padd-sm-l-115 {
    padding-left: 115px;
  }
  html body .padd-sm-l-110 {
    padding-left: 110px;
  }
  html body .padd-sm-l-105 {
    padding-left: 105px;
  }
  html body .padd-sm-l-100 {
    padding-left: 100px;
  }
  html body .padd-sm-l-95 {
    padding-left: 95px;
  }
  html body .padd-sm-l-90 {
    padding-left: 90px;
  }
  html body .padd-sm-l-85 {
    padding-left: 85px;
  }
  html body .padd-sm-l-80 {
    padding-left: 80px;
  }
  html body .padd-sm-l-75 {
    padding-left: 75px;
  }
  html body .padd-sm-l-70 {
    padding-left: 70px;
  }
  html body .padd-sm-l-65 {
    padding-left: 65px;
  }
  html body .padd-sm-l-60 {
    padding-left: 60px;
  }
  html body .padd-sm-l-55 {
    padding-left: 55px;
  }
  html body .padd-sm-l-50 {
    padding-left: 50px;
  }
  html body .padd-sm-l-45 {
    padding-left: 45px;
  }
  html body .padd-sm-l-40 {
    padding-left: 40px;
  }
  html body .padd-sm-l-35 {
    padding-left: 35px;
  }
  html body .padd-sm-l-30 {
    padding-left: 30px;
  }
  html body .padd-sm-l-25 {
    padding-left: 25px;
  }
  html body .padd-sm-l-20 {
    padding-left: 20px;
  }
  html body .padd-sm-l-15 {
    padding-left: 15px;
  }
  html body .padd-sm-l-10 {
    padding-left: 10px;
  }
  html body .padd-sm-l-5 {
    padding-left: 5px;
  }
  html body .padd-sm-l-0 {
    padding-left: 0px;
  }
  html body .padd-sm-r-130 {
    padding-right: 130px;
  }
  html body .padd-sm-r-125 {
    padding-right: 125px;
  }
  html body .padd-sm-r-120 {
    padding-right: 120px;
  }
  html body .padd-sm-r-115 {
    padding-right: 115px;
  }
  html body .padd-sm-r-110 {
    padding-right: 110px;
  }
  html body .padd-sm-r-105 {
    padding-right: 105px;
  }
  html body .padd-sm-r-100 {
    padding-right: 100px;
  }
  html body .padd-sm-r-95 {
    padding-right: 95px;
  }
  html body .padd-sm-r-90 {
    padding-right: 90px;
  }
  html body .padd-sm-r-85 {
    padding-right: 85px;
  }
  html body .padd-sm-r-80 {
    padding-right: 80px;
  }
  html body .padd-sm-r-75 {
    padding-right: 75px;
  }
  html body .padd-sm-r-70 {
    padding-right: 70px;
  }
  html body .padd-sm-r-65 {
    padding-right: 65px;
  }
  html body .padd-sm-r-60 {
    padding-right: 60px;
  }
  html body .padd-sm-r-55 {
    padding-right: 55px;
  }
  html body .padd-sm-r-50 {
    padding-right: 50px;
  }
  html body .padd-sm-r-45 {
    padding-right: 45px;
  }
  html body .padd-sm-r-40 {
    padding-right: 40px;
  }
  html body .padd-sm-r-35 {
    padding-right: 35px;
  }
  html body .padd-sm-r-30 {
    padding-right: 30px;
  }
  html body .padd-sm-r-25 {
    padding-right: 25px;
  }
  html body .padd-sm-r-20 {
    padding-right: 20px;
  }
  html body .padd-sm-r-15 {
    padding-right: 15px;
  }
  html body .padd-sm-r-10 {
    padding-right: 10px;
  }
  html body .padd-sm-r-5 {
    padding-right: 5px;
  }
  html body .padd-sm-r-0 {
    padding-right: 0px;
  }
  html body .padd-sm-b-130 {
    padding-bottom: 130px;
  }
  html body .padd-sm-b-125 {
    padding-bottom: 125px;
  }
  html body .padd-sm-b-120 {
    padding-bottom: 120px;
  }
  html body .padd-sm-b-115 {
    padding-bottom: 115px;
  }
  html body .padd-sm-b-110 {
    padding-bottom: 110px;
  }
  html body .padd-sm-b-105 {
    padding-bottom: 105px;
  }
  html body .padd-sm-b-100 {
    padding-bottom: 100px;
  }
  html body .padd-sm-b-95 {
    padding-bottom: 95px;
  }
  html body .padd-sm-b-90 {
    padding-bottom: 90px;
  }
  html body .padd-sm-b-85 {
    padding-bottom: 85px;
  }
  html body .padd-sm-b-80 {
    padding-bottom: 80px;
  }
  html body .padd-sm-b-75 {
    padding-bottom: 75px;
  }
  html body .padd-sm-b-70 {
    padding-bottom: 70px;
  }
  html body .padd-sm-b-65 {
    padding-bottom: 65px;
  }
  html body .padd-sm-b-60 {
    padding-bottom: 60px;
  }
  html body .padd-sm-b-55 {
    padding-bottom: 55px;
  }
  html body .padd-sm-b-50 {
    padding-bottom: 50px;
  }
  html body .padd-sm-b-45 {
    padding-bottom: 45px;
  }
  html body .padd-sm-b-40 {
    padding-bottom: 40px;
  }
  html body .padd-sm-b-35 {
    padding-bottom: 35px;
  }
  html body .padd-sm-b-30 {
    padding-bottom: 30px;
  }
  html body .padd-sm-b-25 {
    padding-bottom: 25px;
  }
  html body .padd-sm-b-20 {
    padding-bottom: 20px;
  }
  html body .padd-sm-b-15 {
    padding-bottom: 15px;
  }
  html body .padd-sm-b-10 {
    padding-bottom: 10px;
  }
  html body .padd-sm-b-5 {
    padding-bottom: 5px;
  }
  html body .padd-sm-b-0 {
    padding-bottom: 0px;
  }
  html body .padd-sm-t-130 {
    padding-top: 130px;
  }
  html body .padd-sm-t-125 {
    padding-top: 125px;
  }
  html body .padd-sm-t-120 {
    padding-top: 120px;
  }
  html body .padd-sm-t-115 {
    padding-top: 115px;
  }
  html body .padd-sm-t-110 {
    padding-top: 110px;
  }
  html body .padd-sm-t-105 {
    padding-top: 105px;
  }
  html body .padd-sm-t-100 {
    padding-top: 100px;
  }
  html body .padd-sm-t-95 {
    padding-top: 95px;
  }
  html body .padd-sm-t-90 {
    padding-top: 90px;
  }
  html body .padd-sm-t-85 {
    padding-top: 85px;
  }
  html body .padd-sm-t-80 {
    padding-top: 80px;
  }
  html body .padd-sm-t-75 {
    padding-top: 75px;
  }
  html body .padd-sm-t-70 {
    padding-top: 70px;
  }
  html body .padd-sm-t-65 {
    padding-top: 65px;
  }
  html body .padd-sm-t-60 {
    padding-top: 60px;
  }
  html body .padd-sm-t-55 {
    padding-top: 55px;
  }
  html body .padd-sm-t-50 {
    padding-top: 50px;
  }
  html body .padd-sm-t-45 {
    padding-top: 45px;
  }
  html body .padd-sm-t-40 {
    padding-top: 40px;
  }
  html body .padd-sm-t-35 {
    padding-top: 35px;
  }
  html body .padd-sm-t-30 {
    padding-top: 30px;
  }
  html body .padd-sm-t-25 {
    padding-top: 25px;
  }
  html body .padd-sm-t-20 {
    padding-top: 20px;
  }
  html body .padd-sm-t-15 {
    padding-top: 15px;
  }
  html body .padd-sm-t-10 {
    padding-top: 10px;
  }
  html body .padd-sm-t-5 {
    padding-top: 5px;
  }
  html body .padd-sm-t-0 {
    padding-top: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  html body .padd-xs-l-130 {
    padding-left: 130px;
  }
  html body .padd-xs-l-125 {
    padding-left: 125px;
  }
  html body .padd-xs-l-120 {
    padding-left: 120px;
  }
  html body .padd-xs-l-115 {
    padding-left: 115px;
  }
  html body .padd-xs-l-110 {
    padding-left: 110px;
  }
  html body .padd-xs-l-105 {
    padding-left: 105px;
  }
  html body .padd-xs-l-100 {
    padding-left: 100px;
  }
  html body .padd-xs-l-95 {
    padding-left: 95px;
  }
  html body .padd-xs-l-90 {
    padding-left: 90px;
  }
  html body .padd-xs-l-85 {
    padding-left: 85px;
  }
  html body .padd-xs-l-80 {
    padding-left: 80px;
  }
  html body .padd-xs-l-75 {
    padding-left: 75px;
  }
  html body .padd-xs-l-70 {
    padding-left: 70px;
  }
  html body .padd-xs-l-65 {
    padding-left: 65px;
  }
  html body .padd-xs-l-60 {
    padding-left: 60px;
  }
  html body .padd-xs-l-55 {
    padding-left: 55px;
  }
  html body .padd-xs-l-50 {
    padding-left: 50px;
  }
  html body .padd-xs-l-45 {
    padding-left: 45px;
  }
  html body .padd-xs-l-40 {
    padding-left: 40px;
  }
  html body .padd-xs-l-35 {
    padding-left: 35px;
  }
  html body .padd-xs-l-30 {
    padding-left: 30px;
  }
  html body .padd-xs-l-25 {
    padding-left: 25px;
  }
  html body .padd-xs-l-20 {
    padding-left: 20px;
  }
  html body .padd-xs-l-15 {
    padding-left: 15px;
  }
  html body .padd-xs-l-10 {
    padding-left: 10px;
  }
  html body .padd-xs-l-5 {
    padding-left: 5px;
  }
  html body .padd-xs-l-0 {
    padding-left: 0px;
  }
  html body .padd-xs-r-130 {
    padding-right: 130px;
  }
  html body .padd-xs-r-125 {
    padding-right: 125px;
  }
  html body .padd-xs-r-120 {
    padding-right: 120px;
  }
  html body .padd-xs-r-115 {
    padding-right: 115px;
  }
  html body .padd-xs-r-110 {
    padding-right: 110px;
  }
  html body .padd-xs-r-105 {
    padding-right: 105px;
  }
  html body .padd-xs-r-100 {
    padding-right: 100px;
  }
  html body .padd-xs-r-95 {
    padding-right: 95px;
  }
  html body .padd-xs-r-90 {
    padding-right: 90px;
  }
  html body .padd-xs-r-85 {
    padding-right: 85px;
  }
  html body .padd-xs-r-80 {
    padding-right: 80px;
  }
  html body .padd-xs-r-75 {
    padding-right: 75px;
  }
  html body .padd-xs-r-70 {
    padding-right: 70px;
  }
  html body .padd-xs-r-65 {
    padding-right: 65px;
  }
  html body .padd-xs-r-60 {
    padding-right: 60px;
  }
  html body .padd-xs-r-55 {
    padding-right: 55px;
  }
  html body .padd-xs-r-50 {
    padding-right: 50px;
  }
  html body .padd-xs-r-45 {
    padding-right: 45px;
  }
  html body .padd-xs-r-40 {
    padding-right: 40px;
  }
  html body .padd-xs-r-35 {
    padding-right: 35px;
  }
  html body .padd-xs-r-30 {
    padding-right: 30px;
  }
  html body .padd-xs-r-25 {
    padding-right: 25px;
  }
  html body .padd-xs-r-20 {
    padding-right: 20px;
  }
  html body .padd-xs-r-15 {
    padding-right: 15px;
  }
  html body .padd-xs-r-10 {
    padding-right: 10px;
  }
  html body .padd-xs-r-5 {
    padding-right: 5px;
  }
  html body .padd-xs-r-0 {
    padding-right: 0px;
  }
  html body .padd-xs-b-130 {
    padding-bottom: 130px;
  }
  html body .padd-xs-b-125 {
    padding-bottom: 125px;
  }
  html body .padd-xs-b-120 {
    padding-bottom: 120px;
  }
  html body .padd-xs-b-115 {
    padding-bottom: 115px;
  }
  html body .padd-xs-b-110 {
    padding-bottom: 110px;
  }
  html body .padd-xs-b-105 {
    padding-bottom: 105px;
  }
  html body .padd-xs-b-100 {
    padding-bottom: 100px;
  }
  html body .padd-xs-b-95 {
    padding-bottom: 95px;
  }
  html body .padd-xs-b-90 {
    padding-bottom: 90px;
  }
  html body .padd-xs-b-85 {
    padding-bottom: 85px;
  }
  html body .padd-xs-b-80 {
    padding-bottom: 80px;
  }
  html body .padd-xs-b-75 {
    padding-bottom: 75px;
  }
  html body .padd-xs-b-70 {
    padding-bottom: 70px;
  }
  html body .padd-xs-b-65 {
    padding-bottom: 65px;
  }
  html body .padd-xs-b-60 {
    padding-bottom: 60px;
  }
  html body .padd-xs-b-55 {
    padding-bottom: 55px;
  }
  html body .padd-xs-b-50 {
    padding-bottom: 50px;
  }
  html body .padd-xs-b-45 {
    padding-bottom: 45px;
  }
  html body .padd-xs-b-40 {
    padding-bottom: 40px;
  }
  html body .padd-xs-b-35 {
    padding-bottom: 35px;
  }
  html body .padd-xs-b-30 {
    padding-bottom: 30px;
  }
  html body .padd-xs-b-25 {
    padding-bottom: 25px;
  }
  html body .padd-xs-b-20 {
    padding-bottom: 20px;
  }
  html body .padd-xs-b-15 {
    padding-bottom: 15px;
  }
  html body .padd-xs-b-10 {
    padding-bottom: 10px;
  }
  html body .padd-xs-b-5 {
    padding-bottom: 5px;
  }
  html body .padd-xs-b-0 {
    padding-bottom: 0px;
  }
  html body .padd-xs-t-130 {
    padding-top: 130px;
  }
  html body .padd-xs-t-125 {
    padding-top: 125px;
  }
  html body .padd-xs-t-120 {
    padding-top: 120px;
  }
  html body .padd-xs-t-115 {
    padding-top: 115px;
  }
  html body .padd-xs-t-110 {
    padding-top: 110px;
  }
  html body .padd-xs-t-105 {
    padding-top: 105px;
  }
  html body .padd-xs-t-100 {
    padding-top: 100px;
  }
  html body .padd-xs-t-95 {
    padding-top: 95px;
  }
  html body .padd-xs-t-90 {
    padding-top: 90px;
  }
  html body .padd-xs-t-85 {
    padding-top: 85px;
  }
  html body .padd-xs-t-80 {
    padding-top: 80px;
  }
  html body .padd-xs-t-75 {
    padding-top: 75px;
  }
  html body .padd-xs-t-70 {
    padding-top: 70px;
  }
  html body .padd-xs-t-65 {
    padding-top: 65px;
  }
  html body .padd-xs-t-60 {
    padding-top: 60px;
  }
  html body .padd-xs-t-55 {
    padding-top: 55px;
  }
  html body .padd-xs-t-50 {
    padding-top: 50px;
  }
  html body .padd-xs-t-45 {
    padding-top: 45px;
  }
  html body .padd-xs-t-40 {
    padding-top: 40px;
  }
  html body .padd-xs-t-35 {
    padding-top: 35px;
  }
  html body .padd-xs-t-30 {
    padding-top: 30px;
  }
  html body .padd-xs-t-25 {
    padding-top: 25px;
  }
  html body .padd-xs-t-20 {
    padding-top: 20px;
  }
  html body .padd-xs-t-15 {
    padding-top: 15px;
  }
  html body .padd-xs-t-10 {
    padding-top: 10px;
  }
  html body .padd-xs-t-5 {
    padding-top: 5px;
  }
  html body .padd-xs-t-0 {
    padding-top: 0px;
  }
}

@media (max-width: 575px) {
  html body .padd-xs-l-130 {
    padding-left: 130px;
  }
  html body .padd-xs-l-125 {
    padding-left: 125px;
  }
  html body .padd-xs-l-120 {
    padding-left: 120px;
  }
  html body .padd-xs-l-115 {
    padding-left: 115px;
  }
  html body .padd-xs-l-110 {
    padding-left: 110px;
  }
  html body .padd-xs-l-105 {
    padding-left: 105px;
  }
  html body .padd-xs-l-100 {
    padding-left: 100px;
  }
  html body .padd-xs-l-95 {
    padding-left: 95px;
  }
  html body .padd-xs-l-90 {
    padding-left: 90px;
  }
  html body .padd-xs-l-85 {
    padding-left: 85px;
  }
  html body .padd-xs-l-80 {
    padding-left: 80px;
  }
  html body .padd-xs-l-75 {
    padding-left: 75px;
  }
  html body .padd-xs-l-70 {
    padding-left: 70px;
  }
  html body .padd-xs-l-65 {
    padding-left: 65px;
  }
  html body .padd-xs-l-60 {
    padding-left: 60px;
  }
  html body .padd-xs-l-55 {
    padding-left: 55px;
  }
  html body .padd-xs-l-50 {
    padding-left: 50px;
  }
  html body .padd-xs-l-45 {
    padding-left: 45px;
  }
  html body .padd-xs-l-40 {
    padding-left: 40px;
  }
  html body .padd-xs-l-35 {
    padding-left: 35px;
  }
  html body .padd-xs-l-30 {
    padding-left: 30px;
  }
  html body .padd-xs-l-25 {
    padding-left: 25px;
  }
  html body .padd-xs-l-20 {
    padding-left: 20px;
  }
  html body .padd-xs-l-15 {
    padding-left: 15px;
  }
  html body .padd-xs-l-10 {
    padding-left: 10px;
  }
  html body .padd-xs-l-5 {
    padding-left: 5px;
  }
  html body .padd-xs-l-0 {
    padding-left: 0px;
  }
  html body .padd-xs-r-130 {
    padding-right: 130px;
  }
  html body .padd-xs-r-125 {
    padding-right: 125px;
  }
  html body .padd-xs-r-120 {
    padding-right: 120px;
  }
  html body .padd-xs-r-115 {
    padding-right: 115px;
  }
  html body .padd-xs-r-110 {
    padding-right: 110px;
  }
  html body .padd-xs-r-105 {
    padding-right: 105px;
  }
  html body .padd-xs-r-100 {
    padding-right: 100px;
  }
  html body .padd-xs-r-95 {
    padding-right: 95px;
  }
  html body .padd-xs-r-90 {
    padding-right: 90px;
  }
  html body .padd-xs-r-85 {
    padding-right: 85px;
  }
  html body .padd-xs-r-80 {
    padding-right: 80px;
  }
  html body .padd-xs-r-75 {
    padding-right: 75px;
  }
  html body .padd-xs-r-70 {
    padding-right: 70px;
  }
  html body .padd-xs-r-65 {
    padding-right: 65px;
  }
  html body .padd-xs-r-60 {
    padding-right: 60px;
  }
  html body .padd-xs-r-55 {
    padding-right: 55px;
  }
  html body .padd-xs-r-50 {
    padding-right: 50px;
  }
  html body .padd-xs-r-45 {
    padding-right: 45px;
  }
  html body .padd-xs-r-40 {
    padding-right: 40px;
  }
  html body .padd-xs-r-35 {
    padding-right: 35px;
  }
  html body .padd-xs-r-30 {
    padding-right: 30px;
  }
  html body .padd-xs-r-25 {
    padding-right: 25px;
  }
  html body .padd-xs-r-20 {
    padding-right: 20px;
  }
  html body .padd-xs-r-15 {
    padding-right: 15px;
  }
  html body .padd-xs-r-10 {
    padding-right: 10px;
  }
  html body .padd-xs-r-5 {
    padding-right: 5px;
  }
  html body .padd-xs-r-0 {
    padding-right: 0px;
  }
  html body .padd-xs-b-130 {
    padding-bottom: 130px;
  }
  html body .padd-xs-b-125 {
    padding-bottom: 125px;
  }
  html body .padd-xs-b-120 {
    padding-bottom: 120px;
  }
  html body .padd-xs-b-115 {
    padding-bottom: 115px;
  }
  html body .padd-xs-b-110 {
    padding-bottom: 110px;
  }
  html body .padd-xs-b-105 {
    padding-bottom: 105px;
  }
  html body .padd-xs-b-100 {
    padding-bottom: 100px;
  }
  html body .padd-xs-b-95 {
    padding-bottom: 95px;
  }
  html body .padd-xs-b-90 {
    padding-bottom: 90px;
  }
  html body .padd-xs-b-85 {
    padding-bottom: 85px;
  }
  html body .padd-xs-b-80 {
    padding-bottom: 80px;
  }
  html body .padd-xs-b-75 {
    padding-bottom: 75px;
  }
  html body .padd-xs-b-70 {
    padding-bottom: 70px;
  }
  html body .padd-xs-b-65 {
    padding-bottom: 65px;
  }
  html body .padd-xs-b-60 {
    padding-bottom: 60px;
  }
  html body .padd-xs-b-55 {
    padding-bottom: 55px;
  }
  html body .padd-xs-b-50 {
    padding-bottom: 50px;
  }
  html body .padd-xs-b-45 {
    padding-bottom: 45px;
  }
  html body .padd-xs-b-40 {
    padding-bottom: 40px;
  }
  html body .padd-xs-b-35 {
    padding-bottom: 35px;
  }
  html body .padd-xs-b-30 {
    padding-bottom: 30px;
  }
  html body .padd-xs-b-25 {
    padding-bottom: 25px;
  }
  html body .padd-xs-b-20 {
    padding-bottom: 20px;
  }
  html body .padd-xs-b-15 {
    padding-bottom: 15px;
  }
  html body .padd-xs-b-10 {
    padding-bottom: 10px;
  }
  html body .padd-xs-b-5 {
    padding-bottom: 5px;
  }
  html body .padd-xs-b-0 {
    padding-bottom: 0px;
  }
  html body .padd-xs-t-130 {
    padding-top: 130px;
  }
  html body .padd-xs-t-125 {
    padding-top: 125px;
  }
  html body .padd-xs-t-120 {
    padding-top: 120px;
  }
  html body .padd-xs-t-115 {
    padding-top: 115px;
  }
  html body .padd-xs-t-110 {
    padding-top: 110px;
  }
  html body .padd-xs-t-105 {
    padding-top: 105px;
  }
  html body .padd-xs-t-100 {
    padding-top: 100px;
  }
  html body .padd-xs-t-95 {
    padding-top: 95px;
  }
  html body .padd-xs-t-90 {
    padding-top: 90px;
  }
  html body .padd-xs-t-85 {
    padding-top: 85px;
  }
  html body .padd-xs-t-80 {
    padding-top: 80px;
  }
  html body .padd-xs-t-75 {
    padding-top: 75px;
  }
  html body .padd-xs-t-70 {
    padding-top: 70px;
  }
  html body .padd-xs-t-65 {
    padding-top: 65px;
  }
  html body .padd-xs-t-60 {
    padding-top: 60px;
  }
  html body .padd-xs-t-55 {
    padding-top: 55px;
  }
  html body .padd-xs-t-50 {
    padding-top: 50px;
  }
  html body .padd-xs-t-45 {
    padding-top: 45px;
  }
  html body .padd-xs-t-40 {
    padding-top: 40px;
  }
  html body .padd-xs-t-35 {
    padding-top: 35px;
  }
  html body .padd-xs-t-30 {
    padding-top: 30px;
  }
  html body .padd-xs-t-25 {
    padding-top: 25px;
  }
  html body .padd-xs-t-20 {
    padding-top: 20px;
  }
  html body .padd-xs-t-15 {
    padding-top: 15px;
  }
  html body .padd-xs-t-10 {
    padding-top: 10px;
  }
  html body .padd-xs-t-5 {
    padding-top: 5px;
  }
  html body .padd-xs-t-0 {
    padding-top: 0px;
  }
}

@media (max-width: 575px) {
  html body .table-wrap {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 2rem;
  }
}

html body .search-wrap.open {
  visibility: visible;
  opacity: 1;
}

html body .search-wrap.open .search-overlay {
  width: 100%;
}

html body .search-wrap.open .search-form-col {
  width: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .search-wrap.open .search-form-col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  html body .search-wrap.open .search-form-col {
    width: 100%;
  }
}

html body .search-wrap.open .close {
  visibility: visible;
  opacity: 1;
}

html body .search-wrap.open.close-search .search-overlay {
  width: 0;
  transition-delay: 0;
}

html body .search-wrap.open.close-search .search-form-col {
  width: 0;
  transition-delay: 0.25s;
}

html body .search-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5000000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
}

html body .search-wrap #close-search {
  background-image: url("../images/icon-close-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

html body .search-wrap .search-form-col {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.75s;
  overflow: hidden;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  background: #f0143b;
  overflow: hidden;
}

html body .search-wrap .search-overlay {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: black;
  opacity: 0.6;
  z-index: 10000;
}

html body .search-wrap form {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

html body .search-wrap form input[type='text'], html body .search-wrap form input[type='search'] {
  width: 70%;
  display: block;
  border: none;
  background: none;
  padding: 0;
  color: white;
  font-size: 6rem;
  line-height: 6rem;
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
}

html body .search-wrap form input[type='text']:focus, html body .search-wrap form input[type='text']:active, html body .search-wrap form input[type='search']:focus, html body .search-wrap form input[type='search']:active {
  outline: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .search-wrap form input[type='text'], html body .search-wrap form input[type='search'] {
    font-size: 5rem;
    line-height: 5rem;
  }
}

@media (max-width: 767px) {
  html body .search-wrap form input[type='text'], html body .search-wrap form input[type='search'] {
    font-size: 4rem;
    line-height: normal;
    min-width: 290px;
    padding-left: 1rem;
    height: 47px;
  }
}

html body .search-wrap form input[type='text']::-webkit-input-placeholder, html body .search-wrap form input[type='search']::-webkit-input-placeholder {
  color: white;
  font-size: 4rem;
  line-height: normal;
}

html body .search-wrap form input[type='text']::-moz-placeholder, html body .search-wrap form input[type='search']::-moz-placeholder {
  color: white;
  font-size: 4rem;
  line-height: normal;
}

html body .search-wrap form input[type='text']:-ms-input-placeholder, html body .search-wrap form input[type='search']:-ms-input-placeholder {
  color: white;
  font-size: 4rem;
  line-height: normal;
}

html body .search-wrap form input[type='text']:-moz-placeholder, html body .search-wrap form input[type='search']:-moz-placeholder {
  font-size: 4rem;
  line-height: normal;
  color: white;
}

@media (max-width: 767px) {
  html body .content-header .header-right {
    margin: 0.5rem 0 1rem 0;
  }
}

@media (max-width: 767px) {
  html body .content-header .header-right ul {
    text-align: left;
  }
}

@media (max-width: 767px) {
  html body .content-header .header-right ul li {
    float: left;
  }
}

@media (max-width: 767px) {
  html body .content-header .header-left, html body .content-header .header-right {
    width: 100%;
  }
}

html body .flexslider {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  margin: 0;
  position: relative;
}

html body .flexslider ul.slides li img {
  margin: 0;
}

html body .flexslider ol.flex-control-nav.flex-control-paging {
  position: absolute;
  z-index: 100;
}

html body .page-banner {
  position: relative;
}

@media (max-width: 767px) {
  html body .page-banner {
    height: 100%;
  }
}

html body .page-banner .banner-tagline {
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 1000;
}

html body .page-banner .banner-tagline .tagline-inner {
  position: relative;
}

@media (max-width: 767px) {
  html body .page-banner .banner-tagline .tagline-inner {
    display: none;
  }
}

html body .page-banner .banner-tagline .tagline-inner .tagline {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  letter-spacing: 4px;
  font-size: 12px;
  color: white;
  position: absolute;
  left: -15%;
  top: 50%;
  z-index: 10;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .page-banner .banner-tagline .tagline-inner .tagline {
    left: -27%;
  }
}

html body .page-banner .flexslider {
  height: 100vh;
}

@media (max-width: 767px) {
  html body .page-banner .flexslider {
    height: 90vh;
  }
}

html body .page-banner .flexslider ul.slides li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}

@media (max-width: 767px) {
  html body .page-banner .flexslider ul.slides li {
    height: 90vh;
  }
}

html body .page-banner .flexslider ul.slides li .banner-content {
  position: relative;
  z-index: 100;
}

@media (max-width: 767px) {
  html body .page-banner .flexslider ul.slides li .banner-content {
    width: 100%;
  }
}

html body .page-banner .flexslider ul.slides li .banner-content .table {
  height: 90%;
}

@media (max-width: 767px) {
  html body .page-banner .flexslider ul.slides li .banner-content .table {
    height: 90%;
  }
}

html body .page-banner .flexslider ul.slides li .banner-content h1 {
  color: white;
  padding: 0;
  margin: 0;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: 2px;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .page-banner .flexslider ul.slides li .banner-content h1 {
    font-size: 2.9rem;
    line-height: 3.6rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  html body .page-banner .flexslider ul.slides li .banner-content h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 767px) {
  html body .page-banner .flexslider ul.slides li .banner-content h1 {
    font-size: 2rem;
    line-height: 2.7rem;
    letter-spacing: 1px;
  }
}

html body .page-banner .flexslider ul.slides li img {
  margin: 0;
}

html body .page-banner #page-banner-control-wrap {
  position: absolute;
  bottom: 35%;
  left: 0;
  z-index: 100;
  text-align: left;
}

@media (max-width: 767px) {
  html body .page-banner #page-banner-control-wrap {
    display: none;
  }
}

html body .page-banner #page-banner-control-wrap ol.flex-control-nav.flex-control-paging {
  bottom: 0;
  text-align: left;
  position: relative;
}

html body .page-banner #page-banner-control-wrap ol.flex-control-nav.flex-control-paging li:first-child {
  margin-left: 0;
}

html body .page-banner #page-banner-control-wrap ol.flex-control-nav.flex-control-paging li {
  margin: 0 10px;
  padding: 0;
}

html body .page-banner #page-banner-control-wrap ol.flex-control-nav.flex-control-paging li a {
  opacity: 0.3;
  background: white;
  text-transform: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

html body .page-banner #page-banner-control-wrap ol.flex-control-nav.flex-control-paging li a.flex-active {
  opacity: 1;
}

html body .navigation-wrap {
  z-index: 1000;
  position: fixed;
  visibility: visible;
  top: 155px;
  left: 0;
  opacity: 1;
  background: #f0143b;
}

@media (max-width: 767px) {
  html body .navigation-wrap {
    display: none;
  }
}

html body .navigation-wrap .main-navigation {
  background: #be1936;
}

@media (max-width: 767px) {
  html body .navigation-wrap .main-navigation {
    padding: 1.5rem 0 1.5rem 0;
    height: 100%;
  }
}

html body .navigation-wrap .main-navigation ul {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

html body .navigation-wrap .main-navigation ul li {
  display: block;
  float: left;
  width: 20%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

@media (max-width: 767px) {
  html body .navigation-wrap .main-navigation ul li {
    width: 100%;
    padding: 0.5rem 0 0.5rem 0;
  }
}

html body .navigation-wrap .main-navigation ul li a {
  color: white;
  text-decoration: none;
  display: block;
  float: left;
  padding: 1.25rem 0 1.5rem 0;
  width: 100%;
}

@media (max-width: 767px) {
  html body .navigation-wrap .main-navigation ul li a {
    padding: 0;
  }
}

html body .navigation-wrap .main-navigation ul li .minus {
  display: none;
}

html body .navigation-wrap .main-navigation ul li h2 {
  padding: 0;
  margin: 0.25rem 0 0 0.75rem;
  width: auto;
  display: block;
  float: left;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html body .navigation-wrap .main-navigation ul li h2 {
    margin: 0.5rem 0 0 0.75rem;
    font-size: 12px;
    line-height: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .navigation-wrap .main-navigation ul li h2 {
    font-size: 13px;
    line-height: 13px;
    width: 100%;
    margin-left: 0;
    letter-spacing: 1px;
    text-align: center;
  }
}

html body .navigation-wrap .main-navigation ul li img {
  width: 20px;
  float: left;
  display: block;
  margin-left: 1.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .navigation-wrap .main-navigation ul li img {
    display: none !important;
  }
}

@media (max-width: 767px) {
  html body .navigation-wrap .main-navigation ul li img {
    display: none;
  }
}

html body .navigation-wrap .main-navigation ul li:hover, html body .navigation-wrap .main-navigation ul li.active-item {
  background: #540f1b;
}

@media (max-width: 767px) {
  html body .navigation-wrap .main-navigation ul li:hover, html body .navigation-wrap .main-navigation ul li.active-item {
    background: none;
  }
}

html body .navigation-wrap .main-navigation ul li:hover .plus, html body .navigation-wrap .main-navigation ul li.active-item .plus {
  display: none;
}

html body .navigation-wrap .main-navigation ul li:hover .minus, html body .navigation-wrap .main-navigation ul li.active-item .minus {
  display: block;
}

@media (max-width: 767px) {
  html body .navigation-wrap .main-navigation ul li:hover .minus, html body .navigation-wrap .main-navigation ul li.active-item .minus {
    display: none;
  }
}

html body .navigation-wrap .sub-navigation.active-sub {
  opacity: 1;
  visibility: visible;
  height: auto;
}

html body .navigation-wrap .sub-navigation.active-sub .sub-menu-container.active-category {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: hidden;
  padding: 4rem 0 4rem 0;
}

@media (max-width: 767px) {
  html body .navigation-wrap .sub-navigation.active-sub {
    display: none;
  }
}

html body .navigation-wrap .sub-navigation {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  html body .navigation-wrap .sub-navigation {
    display: none;
  }
}

html body .navigation-wrap .sub-navigation .sub-menu-container {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 1px 20px 21px -25px black;
  box-shadow: 1px 20px 21px -25px black;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: #f0143b;
}

html body .navigation-wrap .sub-navigation ul {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

html body .navigation-wrap .sub-navigation ul li {
  display: block;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2.3rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .navigation-wrap .sub-navigation ul li {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
}

html body .navigation-wrap .sub-navigation ul li a {
  color: white;
  text-decoration: none;
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  border-bottom: 1px solid white;
  display: block;
  width: 90%;
  padding: 0 0 0.75rem 0;
  margin: 0.75rem 0 0 0;
}

html body .navigation-wrap .sub-navigation .nav-feature-product h1 {
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  color: white;
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin: 0 0 2.5rem 0;
  padding: 0 0 1rem 0;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 5px solid white;
}

html body .navigation-wrap .sub-navigation .nav-feature-product img {
  width: 100%;
}

html body .navigation-wrap .sub-navigation .nav-feature-product h2 {
  display: block;
  float: left;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  width: 100%;
  margin: 2rem 0 1.5rem 0;
  padding: 1.5rem 0 0 0;
  color: white;
  font-size: 1.6rem;
  line-height: 1.8rem;
  border-top: 1px solid white;
}

html body .mobile-navigation-wrap.active-mobile {
  opacity: 1;
  visibility: visible;
}

html body .mobile-navigation-wrap.active-mobile #close-product-links {
  visibility: visible;
  opacity: 1;
}

html body .mobile-navigation-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #f0143b;
}

html body .mobile-navigation-wrap .mobile-overflow-hide {
  overflow: hidden;
  width: 80%;
  height: 90%;
  top: 3rem;
  left: 2rem;
  position: absolute;
}

@media (max-width: 767px) {
  html body .mobile-navigation-wrap {
    display: block;
  }
}

html body .mobile-navigation-wrap #close-product-links {
  background-image: url("../images/icon-close-search.svg");
}

html body .mobile-navigation-wrap .menu-mobile-menu-container {
  float: left;
  height: 100%;
  overflow-y: scroll;
  width: 400px;
  -webkit-overflow-scrolling: touch;
  padding-right: 4rem;
}

html body .mobile-navigation-wrap ul {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 0 4rem 0;
}

html body .mobile-navigation-wrap ul li {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  vertical-align: middle;
  margin: 0 0 1.5rem 0;
}

html body .mobile-navigation-wrap ul li .expand-icon {
  cursor: pointer;
}

html body .mobile-navigation-wrap ul li img {
  width: 25px;
  vertical-align: middle;
  margin-right: 1rem;
}

html body .mobile-navigation-wrap ul li .plus {
  display: inline-block;
}

html body .mobile-navigation-wrap ul li .minus {
  display: none;
}

html body .mobile-navigation-wrap ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.75rem;
  line-height: 1.75rem;
  display: inline-block;
  vertical-align: middle;
}

html body .mobile-navigation-wrap ul li ul.sub-menu {
  display: none;
  padding: 0 4rem;
}

html body .mobile-navigation-wrap ul li ul.sub-menu li a {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

html body .mobile-navigation-wrap ul li.active-sub ul.sub-menu {
  margin: 3rem 0 0 0;
  display: block;
}

html body .list-wrap {
  margin-bottom: 2rem;
}

html body header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}

html body header .header-logo img {
  width: 100%;
  max-width: 254px;
  display: block;
  float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body header .header-logo img {
    max-width: 190px;
  }
}

@media (max-width: 767px) {
  html body header .header-logo img {
    max-width: 150px;
  }
}

html body header .top-header-links.active #close-top-links {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  html body header .top-header-links.active {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  html body header .top-header-links.active .link-outer-wrap ul {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  html body header .top-header-links {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  html body header .top-header-links .link-outer-wrap #close-top-links {
    display: block;
  }
}

@media (max-width: 767px) {
  html body header .top-header-links .link-outer-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

@media (max-width: 767px) {
  html body header .top-header-links .link-outer-wrap ul {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    margin-bottom: -10rem;
    transition-delay: 0.5s;
  }
}

@media (max-width: 767px) {
  html body header .top-header-links .link-outer-wrap ul li {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0 0 2rem 0;
    text-align: center;
    font-size: 19px;
    line-height: 20px;
  }
}

html body header .top-header-links ul {
  text-align: right;
}

html body header .top-header-links ul li {
  display: block;
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  float: none;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 12px;
  border-left: 2px solid #a7a9ac;
  padding-left: 2rem;
  margin-left: 2rem;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body header .top-header-links ul li {
    font-size: 11px;
    line-height: 11px;
    padding-left: 1rem;
    margin-left: 1rem;
  }
}

html body header .top-header-links ul li a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

html body header .top-header-links ul li a.active, html body header .top-header-links ul li a:hover {
  color: #f0143b;
}

html body header .top-header-links ul li:first-child {
  margin-left: 0;
  border-left: none;
}

html body header .company-header {
  background: #f0143b;
}

@media (max-width: 767px) {
  html body header .company-header {
    padding: 2rem 0 1rem 0;
  }
}

html body header .call-block {
  text-align: right;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  html body header .call-block {
    margin-top: 0.5rem;
    float: right;
    width: auto;
  }
}

html body header .call-block .fa, html body header .call-block img {
  display: inline-block;
  vertical-align: middle;
}

html body header .call-block .fa {
  font-size: 3rem;
  line-height: 3rem;
  color: white;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body header .call-block .fa {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 767px) {
  html body header .call-block .fa {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}

html body header .call-block img {
  margin-left: 1rem;
  max-width: 250px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body header .call-block img {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  html body header .call-block img {
    display: none;
  }
}

html body .breadcrumb {
  margin: 3rem 0 4rem 0;
}

html body .breadcrumb ul {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

html body .breadcrumb ul li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  color: #a7a9ac;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

html body .breadcrumb ul li a {
  color: #a7a9ac;
  text-decoration: none;
}

html body .page-intro {
  margin-top: 155px;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .page-intro {
    margin-top: 125px;
  }
}

@media (max-width: 767px) {
  html body .page-intro {
    margin-top: 5px;
  }
}

html body .slides ul {
  display: block;
  float: left;
  width: 100%;
  padding-top: 0;
}

html body .slides ul li {
  padding: 0;
  margin: 0;
}

html body .slides ul li img {
  width: 100%;
  display: block;
}

html body .tab.content-row.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}

html body .tab.content-row {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.25s;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

html body .content-row .left-col {
  padding-top: 3rem;
}

html body .content-row .left-col .detail-row h2 {
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  color: #8c8c8c;
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

html body .content-row .left-col .detail-row p {
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 17px;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .content-row .left-col .detail-row p {
    text-align: left;
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  html body .content-row .left-col .detail-row p {
    text-align: left;
    margin-top: 1rem;
  }
}

html body .content-row .left-col .detail-row p a {
  color: #f0143b;
  text-decoration: none;
}

html body .content-row .left-col .detail-row p .fa {
  color: #f0143b;
  font-size: 19px;
  line-height: 20px;
  vertical-align: middle;
}

html body .content-row .left-col blockquote, html body .content-row .left-col blockquote p {
  font-size: 20px;
  line-height: 25px;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #f0143b;
  text-align: left;
  margin: 4rem 0 4rem 0;
  padding: 0;
}

html body .content-row .right-col .slides ul {
  display: block;
  float: left;
  width: 100%;
  padding-top: 0;
}

html body .content-row .right-col .slides ul li {
  margin: 0;
  padding: 0;
}

html body .content-row .right-col .slides ul li img {
  width: 100%;
  display: block;
}

html body .content-row .right-col .lSSlideOuter .lightSlider {
  padding-top: 0;
}

html body .content-row .right-col .lSSlideOuter .lSPager.lSGallery {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

html body .content-row .right-col .lSSlideOuter .lSPager.lSGallery li.active, html body .content-row .right-col .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
  -moz-border-radius: 0;
}

html body .content-row .right-col .slides {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}

html body .content-row .right-col .slides li {
  border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
  padding-top: 0;
}

html body .content-row .right-col .slides img {
  display: block;
  height: auto;
  max-width: 100%;
}

html body .content-row .right-col .image-caption {
  text-align: right;
  color: #8c8c8c;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
}

html body .actions .button:hover {
  background: #be1936;
  opacity: 1;
}

html body .actions .button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  float: left;
  width: 100%;
  background: #f0143b;
  color: white;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  padding: 0.6rem 0;
  margin-bottom: 0.6rem;
  text-decoration: none;
}

html body .actions .button img {
  width: 18px;
  display: inline-block;
  vertical-align: top;
}

html body .actions .button .fa {
  color: white;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

html body .actions .button.reverse:hover {
  opacity: 1;
}

html body .actions .button.reverse {
  background: none;
  color: #f0143b;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  text-align: left;
}

html body .actions .button.reverse .fa {
  color: #f0143b;
}

html body .youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

html body .youtube img, html body .youtube .play-button {
  cursor: pointer;
}

html body .youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

html body .youtube .play-button {
  width: 90px;
  height: 60px;
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

html body .youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

html body .youtube .play-button, html body .youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

html body .youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

html body .youtube img, html body .youtube iframe, html body .youtube .play-button, html body .youtube .play-button:before {
  position: absolute;
}

html body .wp-pagenavi {
  text-align: left;
  float: left;
  width: 100%;
}

html body .wp-pagenavi span, html body .wp-pagenavi a {
  font-size: 12px;
  margin-left: 1rem;
  text-decoration: none;
}

html body .wp-pagenavi span {
  display: inline-block;
}

html body .wp-pagenavi span.pages {
  color: #555656;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  margin-left: 0;
}

html body .wp-pagenavi span.current {
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #f0143b;
}

html body .wp-pagenavi a {
  color: #8c8c8c;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}

html body .footer-title, html body .footer-title a {
  color: white;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin: 0 0 1rem 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .footer-title, html body .footer-title a {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

@media (max-width: 767px) {
  html body footer .right-col {
    text-align: left;
  }
}

html body footer .footer-top {
  margin-bottom: 4rem;
  border-bottom: 5px solid white;
}

html body footer .footer-top .left-col img {
  max-width: 230px;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body footer .footer-top .left-col img {
    max-width: 190px;
  }
}

@media (max-width: 767px) {
  html body footer .footer-top .left-col img {
    max-width: 190px;
  }
}

@media (max-width: 767px) {
  html body footer .footer-top .left-col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  html body footer .footer-top .right-col {
    width: 100%;
  }
}

html body footer .footer-top .right-col .inner-footer-wrap {
  float: right;
  width: auto;
}

@media (max-width: 767px) {
  html body footer .footer-top .right-col .inner-footer-wrap {
    float: left;
    margin-top: 1rem;
  }
}

html body footer .footer-top .right-col .footer-search {
  float: left;
  width: auto;
  cursor: pointer;
  margin-right: 2.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body footer .footer-top .right-col .footer-search {
    margin-right: 1.5rem;
  }
}

html body footer .footer-top .right-col .footer-search img {
  width: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body footer .footer-top .right-col .footer-search img {
    width: 22px;
  }
}

@media (max-width: 767px) {
  html body footer .footer-top .right-col .footer-search img {
    width: 20px;
  }
}

html body footer .footer-top .right-col .footer-phone {
  float: left;
  width: auto;
}

html body footer .footer-top .right-col .footer-phone .fa {
  font-size: 25px;
  line-height: 25px;
  display: inline-block;
  float: left;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  html body footer .footer-top .right-col .footer-phone .fa {
    font-size: 20px;
    line-height: 20px;
  }
}

html body footer .footer-top .right-col .footer-phone img {
  width: 250px;
  display: inline-block;
  float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body footer .footer-top .right-col .footer-phone img {
    width: 200px;
  }
}

@media (max-width: 767px) {
  html body footer .footer-top .right-col .footer-phone img {
    width: 190px;
  }
}

html body footer .footer-body .footer-links {
  border-bottom: 1px solid white;
}

@media (max-width: 767px) {
  html body footer .footer-body .footer-links .footer-link-col {
    margin-bottom: 1rem;
  }
}

html body footer .footer-body .footer-links .social-media ul li {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 0 0 1rem;
}

html body footer .footer-body .footer-links .social-media ul li .fa {
  font-size: 30px;
  line-height: 30px;
}

html body footer .footer-body .footer-links .social-media ul li:first-child {
  margin-left: 0;
}

html body footer .footer-body .footer-links ul {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

html body footer .footer-body .footer-links ul li {
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  line-height: 1.4rem;
}

html body footer .footer-body .footer-links ul li a {
  color: white;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body footer .footer-body .footer-links ul li {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}

html body footer .footer-bottom p {
  font-size: 12px;
  line-height: 12px;
}

html body footer .footer-bottom p a {
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
}

/*
  Description: Styles specific to the Home template
  Date: October 2017
*/
html body.home .navigation-wrap.fixed-scroll {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  position: fixed;
}

@media (max-width: 767px) {
  html body.home .navigation-wrap.active {
    opacity: 1;
    visibility: visible;
  }
}

html body.home .navigation-wrap {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: opacity;
  /* Safari */
  transition-property: opacity;
  top: 155px;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body.home .navigation-wrap {
    top: 125px;
  }
}

@media (max-width: 767px) {
  html body.home .navigation-wrap {
    top: 0;
  }
}

html body.home .tabs li.active-tab, html body.home .tabs li:hover {
  padding-top: 1rem;
}

html body.home .tabs li {
  padding: 1.4rem 1rem;
  margin-bottom: 0;
}

html body .intro-section {
  position: relative;
}

html body .intro-section .tagline {
  color: #a7a9ac;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  position: absolute;
  left: -140px;
  top: 30%;
  z-index: 0;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 4px;
}

html body .intro-section h2 {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  color: #a7a9ac;
  font-size: 3rem;
  line-height: 3.75rem;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html body .intro-section h2 {
    font-size: 2.7rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .intro-section h2 {
    font-size: 2.7rem;
    line-height: 3.5rem;
  }
}

@media (max-width: 767px) {
  html body .intro-section h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

@media (max-width: 767px) {
  html body .intro-section .intro-feature-image {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  html body .sponsors-section .sponsor-title-wrap, html body .sponsors-section .right-col {
    width: 100%;
  }
}

html body .sponsors-section .left-col h4 {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 3.75rem;
  margin: 0;
  padding: 0;
  color: #a7a9ac;
  letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .sponsors-section .left-col h4 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media (max-width: 767px) {
  html body .sponsors-section .left-col h4 {
    font-size: 2.2rem;
    line-height: 2.75rem;
    margin-bottom: 3rem;
  }
}

html body .sponsors-section .right-col .flexslider ul.slides li {
  text-align: center;
}

html body .sponsors-section .right-col .flexslider ul.slides li img {
  max-width: 120px;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .home-services > .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  html body .home-services > .container {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  html body .home-services > .container > .row {
    margin: 0;
  }
}

@media (max-width: 767px) {
  html body .home-services > .container > .row > div {
    padding: 0;
  }
}

html body .service-blocks {
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 100;
}

html body .service-blocks .flexslider ul.slides li:hover .list-content-wrap {
  bottom: 0;
}

html body .service-blocks .flexslider ul.slides li:hover .list-title .plus {
  display: none;
}

html body .service-blocks .flexslider ul.slides li:hover .list-title .minus {
  display: inline-block;
}

@media (max-width: 767px) {
  html body .service-blocks .flexslider ul.slides li:hover .list-title .minus {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .service-blocks .flexslider ul.slides li:hover {
    display: none;
  }
}

@media (max-width: 767px) {
  html body .service-blocks .flexslider ul.slides li:hover {
    display: none;
  }
}

html body .service-blocks .flexslider ul.slides li {
  position: relative;
}

html body .service-blocks .flexslider ul.slides li .list-item {
  margin-bottom: 0;
}

html body .service-blocks .flexslider ul.slides li .list-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 1.5rem;
  z-index: 100;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .service-blocks .flexslider ul.slides li .list-title {
    padding: 1rem 0.9rem;
  }
}

@media (max-width: 767px) {
  html body .service-blocks .flexslider ul.slides li .list-title {
    padding: 1rem 0.9rem;
  }
}

html body .service-blocks .flexslider ul.slides li .list-title .minus {
  display: none;
}

html body .service-blocks .flexslider ul.slides li .list-title h2, html body .service-blocks .flexslider ul.slides li .list-title img {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 100;
}

html body .service-blocks .flexslider ul.slides li .list-title h2 {
  margin: 0 0 0 0.5rem;
  padding: 0;
  color: white;
  text-transform: uppercase;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 13px;
  line-height: 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html body .service-blocks .flexslider ul.slides li .list-title h2 {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .service-blocks .flexslider ul.slides li .list-title h2 {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 12px;
  }
}

@media (max-width: 767px) {
  html body .service-blocks .flexslider ul.slides li .list-title h2 {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 12px;
  }
}

html body .service-blocks .flexslider ul.slides li .list-title img {
  width: 20px;
}

@media (max-width: 767px) {
  html body .service-blocks .flexslider ul.slides li .list-title img {
    display: none;
  }
}

html body .service-blocks .flexslider ul.slides li .list-content-wrap {
  padding: 1.5rem 2rem;
  position: absolute;
  height: 100%;
  left: 0;
  bottom: -100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 50;
  background: #f0143b;
}

@media (max-width: 767px) {
  html body .service-blocks .flexslider ul.slides li .list-content-wrap {
    display: none;
  }
}

html body .service-blocks .flexslider ul.slides li .list-content-wrap p {
  color: white;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .service-blocks .flexslider ul.slides li .list-content-wrap p {
    font-size: 12px;
    line-height: 17px;
  }
}

/*
  Description: Establishes the different listing styles on various templates
  Date: October 2017
*/
html body.list .showcase-item .showcase-image {
  border-top: none;
}

@media (max-width: 767px) {
  html body.list .showcase-item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  html body .list-col-row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  html body .list-col-row .list-filter-col {
    order: 2;
  }
}

@media (max-width: 767px) {
  html body .list-col-row .list-content-col {
    order: 1;
  }
}

html body .list-item.general {
  max-width: 60%;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .list-item.general {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  html body .list-item.general {
    max-width: 100%;
  }
}

html body .list-item.general .title {
  color: #555656;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 1.5rem 0;
  padding: 0;
}

html body .list-item {
  margin-bottom: 4rem;
}

html body .list-item .list-image {
  border-bottom: 1px solid #f0143b;
}

html body .list-item .list-image img {
  width: 100%;
}

@media (max-width: 767px) {
  html body .list-item {
    width: 100%;
  }
}

html body .list-item .list-details h4 {
  color: #f0143b;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0 0 1.5rem 0;
  padding: 0;
}

html body .list-item .list-details h4 a {
  text-decoration: none;
  color: #f0143b;
}

html body .side-widget {
  position: fixed;
  right: -152px;
  z-index: 1000;
  top: 45%;
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 2px 14px -5px black;
  box-shadow: 0px 2px 14px -5px black;
  width: 200px;
}

@media (max-width: 767px) {
  html body .side-widget {
    display: none;
  }
}

html body .side-widget:hover {
  right: 0;
  background: none;
}

html body .side-widget:hover .widget-item {
  background: #540f1b;
}

html body .side-widget .widget-item:last-child {
  padding-bottom: 1.5rem;
  border-bottom: none;
}

html body .side-widget .widget-item:hover {
  cursor: pointer;
  background: #f0143b;
}

html body .side-widget .widget-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0143b;
  border-right: 5px solid #f0143b;
  padding: 1.5rem 0 1.25rem 0;
  border-bottom: 2px solid #5b3c42;
}

html body .side-widget .widget-item .widget-section {
  padding: 0;
  margin: 0.3rem 0 0 0;
  color: white;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.4rem;
  letter-spacing: 1px;
}

html body .side-widget .widget-item .widget-icon {
  text-align: center;
}

html body .side-widget .widget-item .widget-icon img {
  width: 20px;
  display: inline-block;
}

html body .side-widget .widget-item .widget-icon .fa {
  color: white;
  font-size: 20px;
}

html body .promo-banner {
  margin-top: 4rem;
}

html body .promo-banner img {
  width: 100%;
}

html body .accordion-nav {
  background: #f5f8fa;
}

html body .accordion-nav ul {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

html body .accordion-nav ul li {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

html body .accordion-nav ul li a {
  text-decoration: none;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 4px solid #f0143b;
  padding: 1.15rem 1rem 1rem 1.5rem;
  color: #f0143b;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html body .accordion-nav ul li a {
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 2px;
  }
}

html body .accordion-nav ul li ul.sub-cat-list {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

html body .accordion-nav ul li ul.sub-cat-list li {
  border: none;
}

html body .accordion-nav ul li ul.sub-cat-list li {
  padding: 0.8rem 1.3rem;
  color: #757779;
  font-size: 13px;
  border-bottom: 1px solid #b5b8ba;
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
}

html body .accordion-nav ul li ul.sub-cat-list li a {
  color: #757779;
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  padding: 0;
  background: none;
  text-transform: none;
  border: none;
  background: none;
  font-size: 13px;
  letter-spacing: 0;
}

html body .accordion-nav ul li.active-cat.parent-cat a {
  background-image: url("../images/icon-circle-minus.svg");
}

html body .accordion-nav ul li.active-cat.parent-cat ul.sub-cat-list {
  height: auto;
  visibility: visible;
  opacity: 1;
}

html body .accordion-nav ul li.active-cat.parent-cat ul.sub-cat-list li a {
  background: none;
}

html body .accordion-nav ul li.parent-cat a {
  background-image: url("../images/icon-circle-plus.svg");
  background-size: 21px;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 1.15rem 1rem 1rem 4.1rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html body .accordion-nav ul li.parent-cat a {
    background-size: 17px;
    padding-left: 3.3rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .accordion-nav ul li.parent-cat a {
    font-size: 1.4rem;
    line-height: 1.6rem;
    background-size: 17px;
    letter-spacing: 2px;
    padding-left: 3.5rem;
  }
}

html body .list-header {
  border-bottom: 5px solid #f0143b;
  padding-bottom: 0;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  html body .list-header .list-title, html body .list-header .list-filter {
    width: 100%;
    float: left;
  }
}

@media (max-width: 767px) {
  html body .list-header .list-filter select {
    width: 100%;
    float: left;
    margin-top: 1rem;
  }
}

html body .list-header h1 {
  color: #f0143b;
  margin: 0 0 1rem 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html body .list-header h1 {
    margin: 0.5rem 0 0 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .list-header h1 {
    margin: 1rem 0 0 0;
  }
}

html body .list-body {
  padding-bottom: 3rem;
}

html body .load-more:hover {
  background: #e4e4e4;
}

html body .load-more {
  background: #f1f3f5;
  text-align: center;
  padding: 1.5rem 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html body .load-more p {
  margin: 0;
  padding: 0;
}

html body .load-more .view-more {
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #f0143b;
  font-size: 14px;
  line-height: 16px;
}

html body .load-more .view-more span {
  background-image: url("../images/icon-red-arrow-down.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 0.25rem;
  vertical-align: middle;
}

html body .load-more .show-count {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0.25rem 0 0 0;
}

html body .list-filter {
  margin-bottom: 2rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html body .list-filter {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .list-filter {
    margin-bottom: 1.5rem;
  }
}

html body .list-filter select {
  cursor: pointer;
  display: block;
  background-image: url("../images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 17px;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: right;
  width: 80%;
  border: 1px solid #f1f3f5;
  padding: 0.75rem 1rem;
  color: #8c8c8c;
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  border-radius: 0;
  -moz-border-radius: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body .list-filter select {
    width: 100%;
  }
}

/*
  Description: Styles specific to the general and basic page templates
  Date: October 2017
*/
@media (max-width: 767px) {
  html body.content .content-header .header-right {
    margin: 0.5rem 0 1rem 0;
  }
}

@media (max-width: 767px) {
  html body.content .content-header .header-right ul {
    text-align: left;
  }
}

@media (max-width: 767px) {
  html body.content .content-header .header-right ul li {
    float: left;
  }
}

@media (max-width: 767px) {
  html body.content .content-header .header-left, html body.content .content-header .header-right {
    width: 100%;
  }
}

html body.content .content-page-body .tabs {
  background: none;
}

html body.content .content-page-body .tabs li:hover, html body.content .content-page-body .tabs li.active-tab {
  padding: 1rem;
}

html body.content .content-page-body .tabs li {
  padding: 1.26rem 1rem;
  height: 40px;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
}

html body.content .content-header > div {
  border-bottom: 5px solid #f0143b;
  padding: 0 0 0.75rem 0;
}

html body.content .content-header h1 {
  color: #f0143b;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

html body.content .content-top-product-row .showcase-row-title h3 {
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #555656;
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  line-height: 2.8rem;
  letter-spacing: 0;
}

html body.content .content-top-product-row .showcase-container {
  border-bottom: none;
}

html body.content .tools ul {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  margin: 0.75rem 0 0 0;
}

html body.content .tools ul li:first-child {
  margin-left: 0;
}

html body.content .tools ul li {
  text-align: left;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  float: none;
  display: inline-block;
  width: auto;
  margin-left: 1.75rem;
}

html body.content .tools ul li a {
  color: #f0143b;
  text-decoration: none;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
}

html body.content .tools ul li .fa {
  margin-left: 0.5rem;
  color: #f0143b;
}

/*
  Description: Establishes the different product page template
  Date: October 2017
*/
@media (max-width: 767px) {
  html body.product .content-header .header-right {
    margin: 0.5rem 0 1rem 0;
  }
}

@media (max-width: 767px) {
  html body.product .content-header .header-right ul {
    text-align: left;
  }
}

@media (max-width: 767px) {
  html body.product .content-header .header-right ul li {
    float: left;
  }
}

@media (max-width: 767px) {
  html body.product .content-header .header-left, html body.product .content-header .header-right {
    width: 100%;
  }
}

html body.product .product.content-row .left-col .detail-row.product-availability h2 {
  font-size: 15px;
  line-height: 15px;
}

html body.product .product.content-row .left-col .detail-row.product-availability h2 span {
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  color: #f0143b;
}

html body.product .product.content-row .left-col .product.actions {
  margin-top: 2rem;
}

html body.product .product.content-row .left-col .tab.content-row > div > blockquote,
html body.product .product.content-row .left-col .tab.content-row > div > blockquote p {
  margin-top: 0;
}

/*
  Description: Styles specific to the contact template
  Date: October 2017
*/
html body.contact .content-header > div {
  padding: 0;
}

html body.contact .content-header .contact-content {
  border-bottom: none;
  padding-top: 3rem;
}

html body.contact .content-header .contact-content form {
  margin-top: 3rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body.contact .tools ul li {
    float: left;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  html body.contact .tools ul li {
    float: left;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
  }
}

html body.contact .branch-search {
  background: #f0143b;
  padding: 1.25rem 1.5rem;
  text-align: left;
  margin-bottom: 3rem;
}

html body.contact .branch-search .title, html body.contact .branch-search p {
  display: block;
  float: left;
  width: 100%;
  color: white;
}

html body.contact .branch-search p {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body.contact .branch-search p {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}

html body.contact .branch-search .title {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 0 2rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: 5px solid white;
}

html body.contact .branch-search input[type='text'] {
  width: 80%;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  letter-spacing: 1px;
}

html body.contact .branch-search input[type='text']::-webkit-input-placeholder {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  letter-spacing: 1px;
}

html body.contact .branch-search input[type='text']::-moz-placeholder {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  letter-spacing: 1px;
}

html body.contact .branch-search input[type='text']:-ms-input-placeholder {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  letter-spacing: 1px;
}

html body.contact .branch-search input[type='text']:-moz-placeholder {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body.contact .branch-search input[type='text'] {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

@media (max-width: 575px) {
  html body.contact .branch-search input[type='text'] {
    width: 100%;
    text-align: center;
  }
}

html body.contact .branch-search input[type='submit'] {
  width: 20%;
  background: #e7eaec;
  color: #555656;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  padding: 1.55rem 3rem;
  line-height: 1.4rem;
  letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body.contact .branch-search input[type='submit'] {
    padding: 1.25rem 1rem;
  }
}

@media (max-width: 575px) {
  html body.contact .branch-search input[type='submit'] {
    width: 100%;
  }
}

html body.contact .branch-list {
  text-align: left;
}

html body.contact .branch-list a {
  text-decoration: none;
  color: #8c8c8c;
}

html body.contact .tools ul li a, html body.contact .tools ul li .fa {
  font-size: 17px;
  line-height: 17px;
}

/*
  Description: Styles specific to Chrome
  Date: October 2017

  html{
    body.chrome-class { }
  }
*/
/*
  Description: Styles specific for to IE Edge
  Date: October 2017

  html{
    body.edge-class { }
  }
*/
/*
  Description: Styles specific to IE 10 - 11 only
  Date: October 2017

  html{
    body.ie-class { }
  }
  
*/
/*
  Description: Styles specific to Firefox
  Date: October 2017
*/
@media (min-width: 768px) and (max-width: 991px) {
  html body.contact.firefox-class .branch-search input[type="submit"] {
    padding: 1.15rem 1rem;
  }
}

/*
  Description: Styles specific to safari only
  Date: October 2017

  html{
    body.safari-class { }
  }

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

/*
  Description: Display basic layout and content for each page
  Date: October 2017
*/
@media print {
  html body .full-width.company-header, html body.page .full-width.company-header, html body.home .full-width.company-header {
    background: #f0143b;
  }
  html body header.full-width, html body.page header.full-width, html body.home header.full-width {
    position: relative;
  }
  html body header.full-width .full-width.company-header, html body.page header.full-width .full-width.company-header, html body.home header.full-width .full-width.company-header {
    background: #f0143b;
  }
  html body .navigation-wrap, html body.page .navigation-wrap, html body.home .navigation-wrap {
    position: relative;
    top: 0;
  }
  html body .page-intro, html body.page .page-intro, html body.home .page-intro {
    margin-top: 0;
  }
  html body .header-logo img, html body.page .header-logo img, html body.home .header-logo img {
    width: 150px;
    display: block;
  }
  html body #user-button, html body #mobile-button, html body.page #user-button, html body.page #mobile-button, html body.home #user-button, html body.home #mobile-button {
    display: none;
  }
  html body .list-item, html body.page .list-item, html body.home .list-item {
    width: 25%;
  }
  html body .list-item img, html body.page .list-item img, html body.home .list-item img {
    width: 100%;
  }
  html body .branch-list, html body.page .branch-list, html body.home .branch-list {
    width: 100%;
    float: left;
  }
  html body .branch-item, html body.page .branch-item, html body.home .branch-item {
    width: 50%;
    float: left;
  }
  html body .container .tab.content-row, html body.page .container .tab.content-row, html body.home .container .tab.content-row {
    display: block;
    float: left;
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: block;
    height: auto;
    overflow: visible;
  }
  html body .list-content-col .showcase-item, html body.page .list-content-col .showcase-item, html body.home .list-content-col .showcase-item {
    width: 25%;
    float: left;
  }
}

ul.tabs li a {
  color: #555656;
  text-decoration: none;
}

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

html body .clear::after, html body .ginput_container_checkbox::after {
  clear: both;
}

html body header .call-block a {
  text-decoration: none;
  display: inline-flex;
}

html body form label.gfield_label {
  display: none;
}

html body form ul#gform_fields_1 {
  padding-left: 0;
  float: left;
  display: block;
  padding-top: 0;
}

html body form ul#gform_fields_1 li {
  padding-left: 0;
  list-style: none;
  padding-right: 0;
  padding-top: 0;
}

html body form ul#gform_fields_1 li.terms-cond {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

html body form ul#gform_fields_1 .gfield_checkbox {
  width: 100%;
  display: block;
  padding: 0;
}

html body form ul#gform_fields_1 .gfield_checkbox li label {
  width: 90%;
  line-height: 100%;
}

html body .gform_validation_error .validation_error {
  display: none;
}

html body .gform_validation_error .gfield_description.validation_message {
  color: #f0143b;
}

html body .product_enquiry_form h3.gform_title {
  color: #f0143b;
  padding-left: 10px;
  margin-bottom: 0;
}

html body .product_enquiry_form ul {
  padding-left: 0;
}

html body .product_enquiry_form ul li {
  width: 99%;
}

html body .product_enquiry_form ul li textarea {
  height: 120px;
}

html body .product_enquiry_form .gform_footer {
  padding-left: 0;
  float: none;
  display: block;
  width: 100%;
  text-align: center;
}

html body .product_enquiry_form .gform_footer:before {
  content: "";
  display: table;
}

html body .product_enquiry_form .gform_footer:after {
  content: "";
  display: table;
  clear: both;
}

html body .product_enquiry_form .gform_footer input[type='submit'] {
  float: none;
  display: inline-block;
}

html body form ul.gform_fields {
  list-style: none;
}

html body #hidden_enquiry_form, html body #hidden_send_to_phone_form {
  width: 50%;
}

html body .fancybox-container {
  z-index: 999999;
}

html body .content-page-body .non_tabs {
  background: none;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0 0 4rem 0;
}

html body .content-page-body .non_tabs li {
  height: 40px;
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
  display: block;
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  background: #f1f3f5;
  color: #555656;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-right: 2px solid white;
  margin-bottom: 2px;
}

html body .content-page-body .non_tabs li.active-tab {
  border-top: 5px solid #f0143b;
  background: #dddedf;
}

html body .content-page-body .non_tabs li.active-tab:hover {
  border-top: none;
}

html body .content-page-body .non_tabs li.active-tab a {
  line-height: 13px;
}

html body .content-page-body .non_tabs li a {
  color: #555656;
  text-decoration: none;
  padding: 1rem;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 40px;
  font-weight: 700;
  line-height: 20px;
}

html body .content-page-body .non_tabs li a:hover {
  border-top: 5px solid #f0143b;
  padding: 1rem;
  background: #dddedf;
  height: 40px;
}

html body .search-form input[type="submit"] {
  display: none;
}

html body .showcase-item-video {
  margin-bottom: 30px;
}

html body footer .footer-body .footer-links ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
}

html body .widget_nav_menu h5.footer-title {
  font-size: 1.9rem;
  line-height: 2.3rem;
}

html body .showcase-title h3 a {
  color: #f0143b;
  text-decoration: none;
}

.breadcrumbs li:before {
  content: "/";
  padding-right: 0px;
  display: inline-block;
  padding-left: 3px;
}

.breadcrumbs li:first-child:before {
  content: "";
  padding-right: 0;
  padding-left: 0;
}

.lSAction > a {
  background-image: url(../images/controls.png);
}

.gif_show {
  display: none;
}

.gif_show img {
  display: block;
  margin: 0 auto;
}

.menu-top-menu-container .current-menu-item a {
  color: #f0143b;
}

.content-row .left-col p:first-child {
  margin: 2rem 0 2rem 0;
}

.branch_addr {
  margin-bottom: 0;
}

/* shortlist page */
a.button.add_to_shortlist.added_to_shortlist {
  pointer-events: none;
  opacity: 0.5;
}

.shortlist_page_sec {
  padding: 15px 0 50px;
}

.shortlist_html {
  margin-bottom: 50px;
}

.mail_shortlist_sec input[type="email"] {
  max-width: 400px;
  float: left;
}

html body .mail_shortlist_sec form input[type='submit'] {
  text-align: center;
  display: inline-block;
  float: none;
  padding: 10px 25px;
  max-width: 200px;
  line-height: 25px;
  width: 100%;
}

html body .mail_shortlist_sec form {
  float: none;
}

html body .actions .button img.gif_sec.display_none {
  display: none;
}

.gif_sec {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  margin-top: -9px;
}

.button.add_to_shortlist.bg_white {
  background: transparent;
}

img.remove_sec.gif_sec {
  max-width: 18px;
}

img.remove_sec.gif_sec.display_none {
  display: none;
}

.add_to_shortlist.opacity_zero {
  opacity: 0;
}

body .removing_shortlist {
  background: #fb6c6c;
}

@media print {
  .no-print, .no-print * {
    display: none !important;
  }
}

@media (min-width: 580px) {
  html body #hidden_enquiry_form, html body #hidden_send_to_phone_form {
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .showcase-item:nth-child(3):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .showcase-item:nth-of-type(3n+1) {
    clear: left;
  }
  .showcase-news:nth-child(4):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .showcase-news:nth-of-type(4n+1) {
    clear: left;
  }
  .page-template-template-videos .showcase-item:nth-child(3):after {
    clear: none;
  }
  .page-template-template-videos .showcase-item:nth-of-type(3n+1) {
    clear: none;
  }
}

@media (max-width: 991px) {
  .showcase-item:nth-child(2):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .showcase-item:nth-of-type(2n+1) {
    clear: left;
  }
  .showcase-news:nth-child(3):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .showcase-news:nth-of-type(3n+1) {
    clear: left;
  }
  html body {
    background: transparent;
  }
  html body .full-width.no-print .padd-sm-t-35 {
    padding-top: 22px;
  }
  html body .full-width.no-print .padd-sm-b-10 {
    padding-bottom: 22px;
  }
  html body .navigation-wrap {
    top: 126px;
  }
}

@media (max-width: 767px) {
  .page-template-template-videos .showcase-item-video:nth-child(2):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-template-template-videos .showcase-item-video:nth-of-type(2n+1) {
    clear: left;
  }
  .showcase-news:nth-child(2):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .showcase-news:nth-of-type(2n+1) {
    clear: left;
  }
  html body .page-intro {
    margin-top: 33px;
  }
}

@media (max-width: 579px) {
  html body #hidden_enquiry_form, html body #hidden_send_to_phone_form {
    width: 90%;
  }
}

#search_map_canvas {
  height: 600px;
}

#store_map_submit {
  position: relative;
}

#store_map_submit .loader {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  text-align: center;
  width: 105px;
  background: #e7eaec;
  top: 0;
  bottom: 0;
  margin: auto;
}

#store_map_submit .loader img {
  max-width: 26px;
  width: 100%;
  margin: auto;
  margin-top: 12px;
}

.shortlist_page_sec table {
  width: 100% !important;
}

.shortlist_page_sec table tr th:nth-child(1) {
  width: 15%;
}

.shortlist_page_sec table tr th:nth-child(2) {
  width: 20%;
}

.shortlist_page_sec table tr th:nth-child(3) {
  width: 65%;
}

.shortlist_page_sec table tr td:nth-child(1) {
  width: 15%;
}

.shortlist_page_sec table tr td:nth-child(2) {
  width: 20%;
}

.shortlist_page_sec table tr td:nth-child(3) {
  width: 65%;
}

.shortlist_page_sec a.add_to_shortlist {
  border: 2px solid #f0143b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 5px 5px;
  width: 28px;
  height: 28px;
  text-decoration: none !important;
  display: block;
  text-align: center;
  margin: auto;
  display: inline-block;
  background-color: #f0143b;
  -webkit-transition: ease-in-out 0.2s all;
  -khtml-transition: ease-in-out 0.2s all;
  -moz-transition: ease-in-out 0.2s all;
  -ms-transition: ease-in-out 0.2s all;
  -o-transition: ease-in-out 0.2s all;
  transition: ease-in-out 0.2s all;
}

.shortlist_page_sec a.add_to_shortlist:hover {
  background-color: transparent;
}

.shortlist_page_sec a.add_to_shortlist:hover .close-icon::before, .shortlist_page_sec a.add_to_shortlist:hover .close-icon::after {
  background: #8c8c8c;
}

.shortlist_page_sec a.add_to_shortlist .close-icon {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  -webkit-transition: ease-in-out 0.2s all;
  -khtml-transition: ease-in-out 0.2s all;
  -moz-transition: ease-in-out 0.2s all;
  -ms-transition: ease-in-out 0.2s all;
  -o-transition: ease-in-out 0.2s all;
  transition: ease-in-out 0.2s all;
}

.shortlist_page_sec a.add_to_shortlist .close-icon::before, .shortlist_page_sec a.add_to_shortlist .close-icon::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}

.shortlist_page_sec a.add_to_shortlist .close-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shortlist_page_sec a.add_to_shortlist .close-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shortlist_page_sec a.add_to_shortlist .close-icon.rounded::before, .shortlist_page_sec a.add_to_shortlist .close-icon.rounded::after {
  border-radius: 5px;
  height: 3px;
  margin-top: -1px;
}

@media (max-width: 480px) {
  .shortlist_page_sec table {
    width: 100% !important;
  }
  .shortlist_page_sec table tr th:nth-child(1) {
    width: 15%;
  }
  .shortlist_page_sec table tr th:nth-child(2) {
    width: 35%;
  }
  .shortlist_page_sec table tr th:nth-child(3) {
    width: 50%;
  }
  .shortlist_page_sec table tr td:nth-child(1) {
    width: 15%;
  }
  .shortlist_page_sec table tr td:nth-child(2) {
    width: 35%;
  }
  .shortlist_page_sec table tr td:nth-child(3) {
    width: 50%;
  }
}

@media (max-width: 575px) {
  #store_map_submit .loader {
    width: 100%;
    height: 45px;
    top: auto;
  }
}

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