@charset "UTF-8";
/**
	Remove any styles you don't use to keep style.css small
**/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://use.typekit.net/oip6epb.css");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  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;
}

/*! 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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: aleo, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #3c3c3b;
  background-color: #fff;
  font-weight: 400;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #02604c;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(0.4387755102, 21.0612244898, 16.6734693878);
  text-decoration: underline;
}
figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #d1d1d1;
}

.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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
  font-weight: 800 !important;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #f6f6f3;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 60px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 23px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 15px;
}

.lead {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}

small,
.small {
  font-size: 80%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #f6f6f3;
}

.text-primary {
  color: #02604c;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(0.9591836735, 46.0408163265, 36.4489795918);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #02604c;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(0.9591836735, 46.0408163265, 36.4489795918);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #f2f2f2;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 30px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f6f6f3;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-size: 20px;
  border-left: 5px solid #02604c;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #414042;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #02604c;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: 19px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #858585;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* Table of Contents
==================================================

    #grid override
    #custom grid visibility
    #Clear

   ==================================================
*/
/* ==========================================================================
#grid override
========================================================================== */
.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: 480px) and (max-width: 768px) {
  .container {
    max-width: 748px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1550px) {
  .container {
    width: 1430px;
  }
}

.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%;
}

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 600px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.3333333333%;
  }
  .col-ms-2 {
    width: 16.6666666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.3333333333%;
  }
  .col-ms-5 {
    width: 41.6666666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.3333333333%;
  }
  .col-ms-8 {
    width: 66.6666666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.3333333333%;
  }
  .col-ms-11 {
    width: 91.6666666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.3333333333%;
  }
  .col-ms-push-2 {
    left: 16.6666666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.3333333333%;
  }
  .col-ms-push-5 {
    left: 41.6666666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.3333333333%;
  }
  .col-ms-push-8 {
    left: 66.6666666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.3333333333%;
  }
  .col-ms-push-11 {
    left: 91.6666666667%;
  }
  .col-ms-pull-1 {
    right: 8.3333333333%;
  }
  .col-ms-pull-2 {
    right: 16.6666666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.3333333333%;
  }
  .col-ms-pull-5 {
    right: 41.6666666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.3333333333%;
  }
  .col-ms-pull-8 {
    right: 66.6666666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.3333333333%;
  }
  .col-ms-pull-11 {
    right: 91.6666666667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@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%;
  }
}
/* ==========================================================================
#custom grid visibility
========================================================================== */
.visible-ms,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
  display: none;
}

@media (min-width: 600px) and (max-width: 768px) {
  .visible-ms {
    display: block !important;
  }
  .hidden-ms {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .visible-ms-block {
    display: block !important;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .visible-ms-inline {
    display: inline !important;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .visible-ms-inline-block {
    display: inline-block !important;
  }
}

/* ==========================================================================
#Clear
========================================================================== */
@media (max-width: 479px) {
  .clear .col-xs-6:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-xs-6:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-xs-6:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-xs-6:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 479px) {
  .clear .col-xs-4:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-xs-4:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-xs-4:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-xs-4:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (max-width: 479px) {
  .clear .col-xs-3:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-xs-3:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-xs-3:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-xs-3:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (max-width: 479px) {
  .clear .col-xs-2:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-xs-2:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-xs-2:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-xs-2:nth-of-type(6n+1) {
    clear: left;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .clear .col-ms-6:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-ms-6:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-ms-6:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-ms-6:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .clear .col-ms-4:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-ms-4:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-ms-4:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-ms-4:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .clear .col-ms-3:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-ms-3:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-ms-3:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-ms-3:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .clear .col-ms-2:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-ms-2:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-ms-2:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-ms-2:nth-of-type(6n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clear .col-ms-6:nth-of-type(3n+1),
  .clear .col-sm-6:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-ms-6:nth-of-type(4n+1),
  .clear .col-sm-6:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-ms-6:nth-of-type(6n+1),
  .clear .col-sm-6:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-ms-6:nth-of-type(2n+1),
  .clear .col-sm-6:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clear .col-ms-4:nth-of-type(2n+1),
  .clear .col-sm-4:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-ms-4:nth-of-type(4n+1),
  .clear .col-sm-4:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-ms-4:nth-of-type(6n+1),
  .clear .col-sm-4:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-ms-4:nth-of-type(3n+1),
  .clear .col-sm-4:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clear .col-ms-3:nth-of-type(2n+1),
  .clear .col-sm-3:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-ms-3:nth-of-type(3n+1),
  .clear .col-sm-3:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-ms-3:nth-of-type(6n+1),
  .clear .col-sm-3:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-ms-3:nth-of-type(4n+1),
  .clear .col-sm-3:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clear .col-ms-2:nth-of-type(2n+1),
  .clear .col-sm-2:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-ms-2:nth-of-type(3n+1),
  .clear .col-sm-2:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-ms-2:nth-of-type(4n+1),
  .clear .col-sm-2:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-ms-2:nth-of-type(6n+1),
  .clear .col-sm-2:nth-of-type(6n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clear .col-ms-6:nth-of-type(3n+1),
  .clear .col-sm-6:nth-of-type(3n+1),
  .clear .col-md-6:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-ms-6:nth-of-type(4n+1),
  .clear .col-sm-6:nth-of-type(4n+1),
  .clear .col-md-6:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-ms-6:nth-of-type(6n+1),
  .clear .col-sm-6:nth-of-type(6n+1),
  .clear .col-md-6:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-ms-6:nth-of-type(2n+1),
  .clear .col-sm-6:nth-of-type(2n+1),
  .clear .col-md-6:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clear .col-ms-4:nth-of-type(2n+1),
  .clear .col-sm-4:nth-of-type(2n+1),
  .clear .col-md-4:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-ms-4:nth-of-type(4n+1),
  .clear .col-sm-4:nth-of-type(4n+1),
  .clear .col-md-4:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-ms-4:nth-of-type(6n+1),
  .clear .col-sm-4:nth-of-type(6n+1),
  .clear .col-md-4:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-ms-4:nth-of-type(3n+1),
  .clear .col-sm-4:nth-of-type(3n+1),
  .clear .col-md-4:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clear .col-ms-3:nth-of-type(2n+1),
  .clear .col-sm-3:nth-of-type(2n+1),
  .clear .col-md-3:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-ms-3:nth-of-type(3n+1),
  .clear .col-sm-3:nth-of-type(3n+1),
  .clear .col-md-3:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-ms-3:nth-of-type(6n+1),
  .clear .col-sm-3:nth-of-type(6n+1),
  .clear .col-md-3:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-ms-3:nth-of-type(4n+1),
  .clear .col-sm-3:nth-of-type(4n+1),
  .clear .col-md-3:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clear .col-ms-2:nth-of-type(2n+1),
  .clear .col-sm-2:nth-of-type(2n+1),
  .clear .col-md-2:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-ms-2:nth-of-type(3n+1),
  .clear .col-sm-2:nth-of-type(3n+1),
  .clear .col-md-2:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-ms-2:nth-of-type(4n+1),
  .clear .col-sm-2:nth-of-type(4n+1),
  .clear .col-md-2:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-ms-2:nth-of-type(6n+1),
  .clear .col-sm-2:nth-of-type(6n+1),
  .clear .col-md-2:nth-of-type(6n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .clear .col-ms-6:nth-of-type(3n+1),
  .clear .col-sm-6:nth-of-type(3n+1),
  .clear .col-md-6:nth-of-type(3n+1),
  .clear .col-lg-6:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-ms-6:nth-of-type(4n+1),
  .clear .col-sm-6:nth-of-type(4n+1),
  .clear .col-md-6:nth-of-type(4n+1),
  .clear .col-lg-6:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-ms-6:nth-of-type(6n+1),
  .clear .col-sm-6:nth-of-type(6n+1),
  .clear .col-md-6:nth-of-type(6n+1),
  .clear .col-lg-6:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-ms-6:nth-of-type(2n+1),
  .clear .col-sm-6:nth-of-type(2n+1),
  .clear .col-md-6:nth-of-type(2n+1),
  .clear .col-lg-6:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .clear .col-ms-4:nth-of-type(2n+1),
  .clear .col-sm-4:nth-of-type(2n+1),
  .clear .col-md-4:nth-of-type(2n+1),
  .clear .col-lg-4:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-ms-4:nth-of-type(4n+1),
  .clear .col-sm-4:nth-of-type(4n+1),
  .clear .col-md-4:nth-of-type(4n+1),
  .clear .col-lg-4:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-ms-4:nth-of-type(6n+1),
  .clear .col-sm-4:nth-of-type(6n+1),
  .clear .col-md-4:nth-of-type(6n+1),
  .clear .col-lg-4:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-ms-4:nth-of-type(3n+1),
  .clear .col-sm-4:nth-of-type(3n+1),
  .clear .col-md-4:nth-of-type(3n+1),
  .clear .col-lg-4:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .clear .col-ms-3:nth-of-type(2n+1),
  .clear .col-sm-3:nth-of-type(2n+1),
  .clear .col-md-3:nth-of-type(2n+1),
  .clear .col-lg-3:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-ms-3:nth-of-type(3n+1),
  .clear .col-sm-3:nth-of-type(3n+1),
  .clear .col-md-3:nth-of-type(3n+1),
  .clear .col-lg-3:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-ms-3:nth-of-type(6n+1),
  .clear .col-sm-3:nth-of-type(6n+1),
  .clear .col-md-3:nth-of-type(6n+1),
  .clear .col-lg-3:nth-of-type(6n+1) {
    clear: none;
  }
  .clear .col-ms-3:nth-of-type(4n+1),
  .clear .col-sm-3:nth-of-type(4n+1),
  .clear .col-md-3:nth-of-type(4n+1),
  .clear .col-lg-3:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .clear .col-ms-2:nth-of-type(2n+1),
  .clear .col-sm-2:nth-of-type(2n+1),
  .clear .col-md-2:nth-of-type(2n+1),
  .clear .col-lg-2:nth-of-type(2n+1) {
    clear: none;
  }
  .clear .col-ms-2:nth-of-type(3n+1),
  .clear .col-sm-2:nth-of-type(3n+1),
  .clear .col-md-2:nth-of-type(3n+1),
  .clear .col-lg-2:nth-of-type(3n+1) {
    clear: none;
  }
  .clear .col-ms-2:nth-of-type(4n+1),
  .clear .col-sm-2:nth-of-type(4n+1),
  .clear .col-md-2:nth-of-type(4n+1),
  .clear .col-lg-2:nth-of-type(4n+1) {
    clear: none;
  }
  .clear .col-ms-2:nth-of-type(6n+1),
  .clear .col-sm-2:nth-of-type(6n+1),
  .clear .col-md-2:nth-of-type(6n+1),
  .clear .col-lg-2:nth-of-type(6n+1) {
    clear: left;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #f6f6f3;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 22.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: inherit;
  color: #858585;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.5;
  color: #3c3c3b;
}

.form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  color: #3c3c3b;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f2f2f2;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 52px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 36px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 62px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 30px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 50px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 36px;
  line-height: 36px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 46px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 62px;
  padding: 10px 16px;
  font-size: 30px;
  line-height: 1.33;
  border-radius: 0px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 62px;
  line-height: 62px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 62px;
  padding: 10px 16px;
  font-size: 30px;
  line-height: 1.33;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 62px;
  line-height: 62px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 62px;
  min-height: 60px;
  padding: 11px 16px;
  font-size: 30px;
  line-height: 1.33;
}

.has-feedback {
  position: relative;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 62px;
  height: 62px;
  line-height: 62px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 35px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(124.2857142857, 124.2857142857, 122.2142857143);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: black;
}
.btn-default:hover {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(20.4, 20.4, 20.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(20.4, 20.4, 20.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(7.65, 7.65, 7.65);
  border-color: black;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #333;
  border-color: #333;
}
.btn-default .badge {
  color: #333;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #02604c;
  border-color: rgb(1.4795918367, 71.0204081633, 56.2244897959);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0.9591836735, 46.0408163265, 36.4489795918);
  border-color: black;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0.9591836735, 46.0408163265, 36.4489795918);
  border-color: rgb(0.2306122449, 11.0693877551, 8.7632653061);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0.9591836735, 46.0408163265, 36.4489795918);
  border-color: rgb(0.2306122449, 11.0693877551, 8.7632653061);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0.2306122449, 11.0693877551, 8.7632653061);
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #02604c;
  border-color: rgb(1.4795918367, 71.0204081633, 56.2244897959);
}
.btn-primary .badge {
  color: #02604c;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #00C851;
  border-color: rgb(0, 174.5, 70.6725);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(0, 149, 60.345);
  border-color: rgb(0, 47, 19.035);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(0, 149, 60.345);
  border-color: rgb(0, 113.3, 45.8865);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 149, 60.345);
  border-color: rgb(0, 113.3, 45.8865);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0, 113.3, 45.8865);
  border-color: rgb(0, 47, 19.035);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #00C851;
  border-color: rgb(0, 174.5, 70.6725);
}
.btn-success .badge {
  color: #00C851;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #33b5e5;
  border-color: rgb(28.7695652174, 172.6173913043, 225.7304347826);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(25.8869565217, 155.3217391304, 203.1130434783);
  border-color: rgb(14.3565217391, 86.1391304348, 112.6434782609);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(25.8869565217, 155.3217391304, 203.1130434783);
  border-color: rgb(21.8513043478, 131.107826087, 171.4486956522);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(25.8869565217, 155.3217391304, 203.1130434783);
  border-color: rgb(21.8513043478, 131.107826087, 171.4486956522);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(21.8513043478, 131.107826087, 171.4486956522);
  border-color: rgb(14.3565217391, 86.1391304348, 112.6434782609);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #33b5e5;
  border-color: rgb(28.7695652174, 172.6173913043, 225.7304347826);
}
.btn-info .badge {
  color: #33b5e5;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ffbb33;
  border-color: rgb(255, 178.5, 25.5);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ffaa00;
  border-color: #996600;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ffaa00;
  border-color: rgb(219.3, 146.2, 0);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffaa00;
  border-color: rgb(219.3, 146.2, 0);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(219.3, 146.2, 0);
  border-color: #996600;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #ffbb33;
  border-color: rgb(255, 178.5, 25.5);
}
.btn-warning .badge {
  color: #ffbb33;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ff4444;
  border-color: rgb(255, 42.5, 42.5);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff1111;
  border-color: #aa0000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff1111;
  border-color: rgb(236.3, 0, 0);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1111;
  border-color: rgb(236.3, 0, 0);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(236.3, 0, 0);
  border-color: #aa0000;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #ff4444;
  border-color: rgb(255, 42.5, 42.5);
}
.btn-danger .badge {
  color: #ff4444;
  background-color: #fff;
}

.btn-link {
  color: #02604c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(0.4387755102, 21.0612244898, 16.6734693878);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #f6f6f3;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 30px;
  line-height: 1.33;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 12px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #858585;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(120.25, 120.25, 120.25);
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #02604c;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #f6f6f3;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #f6f6f3;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #3c3c3b;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 0px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 30px;
  border-radius: 0px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.nav > li.disabled > a {
  color: #f6f6f3;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #f6f6f3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f2f2f2;
  border-color: #02604c;
}
.nav .nav-divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ebebeb;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ebebeb #ebebeb #ebebeb;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #3c3c3b;
  background-color: #f3f3ef;
  border: 1px solid #ebebeb;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #02604c;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #f6f6f3;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(224.1428571429, 224.1428571429, 213.8571428571);
}

.label-primary {
  background-color: #02604c;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(0.9591836735, 46.0408163265, 36.4489795918);
}

.label-success {
  background-color: #00C851;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(0, 149, 60.345);
}

.label-info {
  background-color: #33b5e5;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(25.8869565217, 155.3217391304, 203.1130434783);
}

.label-warning {
  background-color: #ffbb33;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ffaa00;
}

.label-danger {
  background-color: #ff4444;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #ff1111;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #f6f6f3;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #02604c;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.alert {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  color: #a94442;
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 30px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #02604c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #00C851;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #33b5e5;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #ffbb33;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #ff4444;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f2f2f2;
  color: #f6f6f3;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #f6f6f3;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #02604c;
  border-color: #02604c;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(51.2448979592, 250.7551020408, 208.306122449);
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 30px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #858585;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #858585;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #02604c;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #02604c;
  border-color: #02604c;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #02604c;
}
.panel-primary > .panel-heading .badge {
  color: #02604c;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #02604c;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0px;
}

.well-sm {
  padding: 9px;
  border-radius: 0px;
}

.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: aleo, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: aleo, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 20px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 20px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: -1px -1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .contactform .umbraco-forms-navigation:before,
.contact-sidebar .umbraco-forms-navigation:before, .clearfix:after, .contactform .umbraco-forms-navigation:after,
.contact-sidebar .umbraco-forms-navigation:after {
  content: " ";
  display: table;
}
.clearfix:after, .contactform .umbraco-forms-navigation:after,
.contact-sidebar .umbraco-forms-navigation:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.svg-youtube, .svg-twitter, .svg-search, .svg-rss, .svg-retweet, .svg-reply, .svg-pinterest, .svg-linkedin, .svg-instagram, .svg-heart, .svg-google-plus, .svg-facebook, .svg-envelope, .svg-email, .svg-close, .svg-bibendum-logo, .svg-arrow-up, .svg-arrow-right, .svg-arrow-left, .svg-arrow-down {
  background: url("svg/sprite.css.svg") no-repeat;
}

.svg-arrow-down {
  background-position: 0 0;
}

.svg-arrow-down-dims {
  width: 20.57px;
  height: 32px;
}

.svg-arrow-left {
  background-position: 62.7914110429% 24.0601503759%;
}

.svg-arrow-left-dims {
  width: 12px;
  height: 32px;
}

.svg-arrow-right {
  background-position: 31.7594736201% 0;
}

.svg-arrow-right-dims {
  width: 10.86px;
  height: 32px;
}

.svg-arrow-up {
  background-position: 40.7887068575% 0;
}

.svg-arrow-up-dims {
  width: 20.57px;
  height: 32px;
}

.svg-bibendum-logo {
  background-position: 0 20.9382974547%;
}

.svg-bibendum-logo-dims {
  width: 32px;
  height: 12.17px;
}

.svg-close {
  background-position: 0 33.2105263158%;
}

.svg-close-dims {
  width: 32px;
  height: 32px;
}

.svg-email {
  background-position: 22.3776223776% 33.2105263158%;
}

.svg-email-dims {
  width: 32px;
  height: 32px;
}

.svg-envelope {
  background-position: 58.4335664336% 0;
}

.svg-envelope-dims {
  width: 32px;
  height: 32px;
}

.svg-facebook {
  background-position: 53.4920939761% 24.0601503759%;
}

.svg-facebook-dims {
  width: 18.79px;
  height: 32px;
}

.svg-google-plus {
  background-position: 0 54.3644279495%;
}

.svg-google-plus-dims {
  width: 32px;
  height: 24.89px;
}

.svg-heart {
  background-position: 76.5298013245% 22.695035461%;
}

.svg-heart-dims {
  width: 24px;
  height: 24px;
}

.svg-instagram {
  background-position: 78.3085993088% 0;
}

.svg-instagram-dims {
  width: 27.43px;
  height: 32px;
}

.svg-linkedin {
  background-position: 0 75.7400884359%;
}

.svg-linkedin-dims {
  width: 32px;
  height: 31.57px;
}

.svg-pinterest {
  background-position: 22.3776223776% 75.7400884359%;
}

.svg-pinterest-dims {
  width: 32px;
  height: 31.57px;
}

.svg-reply {
  background-position: 99.993006993% 0;
}

.svg-reply-dims {
  width: 32px;
  height: 32px;
}

.svg-retweet {
  background-position: 99.993006993% 24.0601503759%;
}

.svg-retweet-dims {
  width: 32px;
  height: 32px;
}

.svg-rss {
  background-position: 95.4157213399% 48.1203007519%;
}

.svg-rss-dims {
  width: 25.14px;
  height: 32px;
}

.svg-search {
  background-position: 99.993006993% 72.1804511278%;
}

.svg-search-dims {
  width: 32px;
  height: 32px;
}

.svg-twitter {
  background-position: 0 99.7218045113%;
}

.svg-twitter-dims {
  width: 31.75px;
  height: 32px;
}

.svg-youtube {
  background-position: 14.3404907975% 0;
}

.svg-youtube-dims {
  width: 31.56px;
  height: 32px;
}

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .mfp-container {
    position: fixed;
  }
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
        * Remove all paddings around the image on small screen
        */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Table of Contents
==================================================

	#Owl Carousel
	#Owl Carousel Theme
	#Custom

   ==================================================
*/
/* ==========================================================================
#Owl Carousel
========================================================================== */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  z-index: 2;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ==========================================================================
#Owl Carousel Theme
========================================================================== */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #bbbbba;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #02604c;
}

/* ==========================================================================
#Owl Carousel Theme
========================================================================== */
.social-feed .owl-carousel .owl-nav {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .social-feed .owl-carousel .owl-nav {
    display: block;
  }
}
@media (min-width: 1170px) and (max-width: 1250px) {
  .social-feed .owl-carousel .owl-nav {
    z-index: 20;
  }
}
@media (min-width: 1430px) and (max-width: 1510px) {
  .social-feed .owl-carousel .owl-nav {
    z-index: 20;
  }
}
@media (min-width: 970px) and (max-width: 1050px) {
  .social-feed .owl-carousel .owl-nav {
    z-index: 20;
  }
}
@media (max-width: 830px) {
  .social-feed .owl-carousel .owl-nav {
    display: none;
  }
}
.social-feed .owl-carousel .owl-nav .owl-prev, .social-feed .owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
}
.social-feed .owl-carousel .owl-nav .owl-prev svg, .social-feed .owl-carousel .owl-nav .owl-next svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.social-feed .owl-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: -50px;
}
@media (min-width: 1430px) and (max-width: 1510px) {
  .social-feed .owl-carousel .owl-nav .owl-prev {
    margin-left: 0;
  }
}
@media (min-width: 1170px) and (max-width: 1250px) {
  .social-feed .owl-carousel .owl-nav .owl-prev {
    margin-left: 0;
  }
}
@media (min-width: 970px) and (max-width: 1050px) {
  .social-feed .owl-carousel .owl-nav .owl-prev {
    margin-left: 0;
  }
}
.social-feed .owl-carousel .owl-nav .owl-prev svg {
  float: left;
  margin: -1px 0 0 -1px;
}
.social-feed .owl-carousel .owl-nav .owl-next {
  float: right;
  margin-right: -50px;
}
@media (min-width: 1430px) and (max-width: 1510px) {
  .social-feed .owl-carousel .owl-nav .owl-next {
    margin-right: 0;
  }
}
@media (min-width: 1170px) and (max-width: 1250px) {
  .social-feed .owl-carousel .owl-nav .owl-next {
    margin-right: 0;
  }
}
@media (min-width: 970px) and (max-width: 1050px) {
  .social-feed .owl-carousel .owl-nav .owl-next {
    margin-right: 0;
  }
}
.social-feed .owl-carousel .owl-nav .owl-next svg {
  float: right;
  margin: -1px -1px 0 0;
}

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in 0.3s ease-out;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out 0.3s ease-out;
  animation: noty_modal_out 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_body {
  padding: 15px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_close_button {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  background: transparent;
}

.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

/* ==========================================================================
#Core
========================================================================== */
:focus-visible {
  outline-width: 3px;
  outline-style: solid;
  outline-color: #FFB400;
  outline-offset: 3px;
  z-index: 1;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1.6rem;
  max-width: max-content;
  padding: 0.75em 1.5em;
  background-color: white;
  color: black;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  transition: top 0.2s linear;
  z-index: 1000;
}
.skip-link:focus-visible {
  top: 1.6rem;
}

/* Table of Contents
==================================================

    #Margin
    #Padding
    #Vertical Centre
    #Background-cover
    #embed-responsive
    #contact-map
	#Body

   ==================================================
*/
/* ==========================================================================
#Section Padding
========================================================================== */
.section-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-padding-l {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ==========================================================================
#Margin - Generic
========================================================================== */
.margin-b-0 {
  margin-bottom: 0;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-10 {
  margin-top: 10px;
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-t-40 {
  margin-top: 40px;
}

/* ==========================================================================
#Margin - Large Desktop
========================================================================== */
@media (min-width: 1200px) {
  .margin-lg-b-0 {
    margin-bottom: 0;
  }
}

/* ==========================================================================
#Padding - Generic
========================================================================== */
.padding-h-0 {
  padding-left: 0;
  padding-right: 0;
}

/* ==========================================================================
#Vertical Centre
========================================================================== */
.vertical-centre {
  display: table;
  height: 100%;
}
.vertical-centre > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

/* ==========================================================================
#background-cover
========================================================================== */
.background-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* ==========================================================================
#embed-responsive
========================================================================== */
.embed-responsive {
  margin-bottom: 30px;
}

/* ==========================================================================
#contact-map
========================================================================== */
.contact-map {
  margin-left: 30px;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .contact-map {
    margin-left: 0;
    margin-right: 0;
  }
}

iframe {
  border: 0;
}

.header-content {
  margin-bottom: 30px;
}

/* ==========================================================================
#Body
========================================================================== */
@media (max-width: 480px) {
  .no-scroll {
    overflow: hidden;
    height: 100vh;
  }
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* Table of Contents
==================================================

    #icon defaults
    #icon colours

   ==================================================
*/
/* ==========================================================================
#icon defaults
========================================================================== */
.icon-sprite {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}

/* Table of Contents
==================================================

	#Fonts
    #Type

   ==================================================
*/
/* ==========================================================================
#Fonts
========================================================================== */
@font-face {
  font-family: "archer";
  src: url("../fonts/Archer-Book.eot");
  src: url("../fonts/Archer-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Archer-Book.woff") format("woff"), url("../fonts/Archer-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "archer";
  src: url("../fonts/Archer-Light.eot");
  src: url("../fonts/Archer-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Archer-Light.woff") format("woff"), url("../fonts/Archer-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "archer";
  src: url("../fonts/Archer-Bold.eot");
  src: url("../fonts/Archer-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Archer-Bold.woff") format("woff"), url("../fonts/Archer-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "eagle";
  src: url("../fonts/Eagle-Book.eot");
  src: url("../fonts/Eagle-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Eagle-Book.woff") format("woff"), url("../fonts/Eagle-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* ==========================================================================
#Type
========================================================================== */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.page-header {
  margin-top: 0;
  padding: 0;
  letter-spacing: 0.03em;
  border-bottom: none;
}
h1 a,
h1 a:hover, h2 a,
h2 a:hover, h3 a,
h3 a:hover, h4 a,
h4 a:hover, h5 a,
h5 a:hover, h6 a,
h6 a:hover,
.h1 a,
.h1 a:hover, .h2 a,
.h2 a:hover, .h3 a,
.h3 a:hover, .h4 a,
.h4 a:hover, .h5 a,
.h5 a:hover, .h6 a,
.h6 a:hover,
.page-header a,
.page-header a:hover {
  text-decoration: none;
}
p + h1, ul + h1, ol + h1, .embed-responsive + h1, iframe + h1, p + h2, ul + h2, ol + h2, .embed-responsive + h2, iframe + h2, p + h3, ul + h3, ol + h3, .embed-responsive + h3, iframe + h3, p + h4, ul + h4, ol + h4, .embed-responsive + h4, iframe + h4, p + h5, ul + h5, ol + h5, .embed-responsive + h5, iframe + h5, p + h6, ul + h6, ol + h6, .embed-responsive + h6, iframe + h6,
p + .h1,
ul + .h1,
ol + .h1,
.embed-responsive + .h1,
iframe + .h1, p + .h2, ul + .h2, ol + .h2, .embed-responsive + .h2, iframe + .h2, p + .h3, ul + .h3, ol + .h3, .embed-responsive + .h3, iframe + .h3, p + .h4, ul + .h4, ol + .h4, .embed-responsive + .h4, iframe + .h4, p + .h5, ul + .h5, ol + .h5, .embed-responsive + .h5, iframe + .h5, p + .h6, ul + .h6, ol + .h6, .embed-responsive + .h6, iframe + .h6,
p + .page-header,
ul + .page-header,
ol + .page-header,
.embed-responsive + .page-header,
iframe + .page-header {
  padding-top: 10px;
}

h1, .h1, .page-header {
  font-size: 30px;
  font-weight: 800 !important;
}
@media (min-width: 768px) {
  h1, .h1, .page-header {
    font-size: 38.07px;
  }
}
@media (min-width: 992px) {
  h1, .h1, .page-header {
    font-size: 44.36px;
  }
}
@media (min-width: 1200px) {
  h1, .h1, .page-header {
    font-size: 50.19px;
  }
}
@media (min-width: 1550px) {
  h1, .h1, .page-header {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  h1, .h1, .page-header {
    margin-bottom: 10px;
  }
}

h2, .h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 28.31px;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 31.66px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 34.77px;
  }
}
@media (min-width: 1550px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 21.08px;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 21.91px;
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 22.69px;
  }
}
@media (min-width: 1550px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 23px;
}

h5, .h5 {
  font-size: 20px;
}

a:not(.btn) {
  text-decoration-skip: edges;
}
a:not(.btn):hover {
  color: rgb(1.4795918367, 71.0204081633, 56.2244897959);
}
.theme-second a:not(.btn) {
  color: #1fafa4;
}
.theme-second a:not(.btn):hover {
  color: rgb(19.4878640777, 110.0121359223, 103.0970873786);
}
.theme-third a:not(.btn) {
  color: #67003a;
}
.theme-third a:not(.btn):hover {
  color: rgb(26.5, 0, 14.9223300971);
}
.theme-fourth a:not(.btn) {
  color: #253f8e;
}
.theme-fourth a:not(.btn):hover {
  color: rgb(21.187150838, 36.0754189944, 81.312849162);
}
.theme-fifth a:not(.btn) {
  color: #006a71;
}
.theme-fifth a:not(.btn):hover {
  color: rgb(0, 34.2389380531, 36.5);
}

.cms-content a {
  text-decoration: underline;
}
.cms-content img {
  height: auto !important;
}

.lead {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.333;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24.15px;
  }
}
@media (min-width: 992px) {
  .lead {
    font-size: 25.83px;
  }
}
@media (min-width: 1200px) {
  .lead {
    font-size: 27.38px;
  }
}
@media (min-width: 1550px) {
  .lead {
    font-size: 30px;
  }
}

.embed-responsive {
  margin-top: 30px;
}

.text-warning {
  color: #6e0c39;
}

/* Remember some base styles can be set in _vars.scss to override default Bootstrap styling, under: == Buttons */
/* Table of Contents
==================================================

    #btn
	#btn-primary
	#link-with-icon

   ==================================================
*/
/* ==========================================================================
#btn
========================================================================== */
.btn {
  transition: all 0.3s ease;
}
.btn .icon-sprite {
  fill: currentColor;
}

/* ==========================================================================
#btn-primary
========================================================================== */
.btn-primary {
  padding: 6px 12px;
  background-color: #02604c;
  border-color: #02604c;
  box-shadow: 6px 6px 21px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
@media (min-width: 768px) {
  .btn-primary {
    font-size: 17.08px;
  }
}
@media (min-width: 992px) {
  .btn-primary {
    font-size: 17.91px;
  }
}
@media (min-width: 1200px) {
  .btn-primary {
    font-size: 18.69px;
  }
}
@media (min-width: 1550px) {
  .btn-primary {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .btn-primary {
    padding: 10px 25px;
  }
}
.btn-primary:hover {
  background-color: rgb(0.9591836735, 46.0408163265, 36.4489795918);
  border-color: rgb(0.9591836735, 46.0408163265, 36.4489795918);
}
.theme-second .btn-primary {
  background-color: #006a71;
  border-color: #006a71;
}
.theme-second .btn-primary:hover {
  background-color: rgb(0, 58.1592920354, 62);
  border-color: rgb(0, 58.1592920354, 62);
}
.theme-third .btn-primary {
  background-color: #34aca5;
  border-color: #34aca5;
  border-color: rgb(46.0803571429, 152.4196428571, 146.2165178571);
}
.theme-third .btn-primary:hover {
  background-color: rgb(40.1607142857, 132.8392857143, 127.4330357143);
  border-color: rgb(40.1607142857, 132.8392857143, 127.4330357143);
}
.theme-fourth .btn-primary {
  background-color: #e2104f;
  border-color: #e2104f;
}
.theme-fourth .btn-primary:hover {
  background-color: rgb(178.3719008264, 12.6280991736, 62.3512396694);
  border-color: rgb(178.3719008264, 12.6280991736, 62.3512396694);
}
.theme-fifth .btn-primary {
  background-color: #67003a;
  border-color: #67003a;
}
.theme-fifth .btn-primary:hover {
  background-color: rgb(52, 0, 29.2815533981);
  border-color: rgb(52, 0, 29.2815533981);
}

/* ==========================================================================
#btn-secondary
========================================================================== */
.btn-secondary {
  padding: 6px 12px;
  background-color: #fff;
  border-color: #02604c;
  color: #02604c;
  font-size: 16px;
}
@media (min-width: 768px) {
  .btn-secondary {
    padding: 10px 25px;
  }
}
@media (min-width: 1550px) {
  .btn-secondary {
    font-size: 20px;
  }
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #fff;
  border-color: rgb(75.06, 138.0733333333, 70.4266666667);
  color: rgb(75.06, 138.0733333333, 70.4266666667);
}
.theme-second .btn-secondary {
  border-color: #006a71;
  color: #006a71;
}
.theme-second .btn-secondary:hover, .theme-second .btn-secondary:focus {
  border-color: rgb(0, 34.2389380531, 36.5);
  color: rgb(0, 34.2389380531, 36.5);
}
.theme-third .btn-secondary {
  border-color: #34aca5;
  color: #34aca5;
}
.theme-third .btn-secondary:hover, .theme-third .btn-secondary:focus {
  border-color: rgb(34.2410714286, 113.2589285714, 108.6495535714);
  color: rgb(34.2410714286, 113.2589285714, 108.6495535714);
}
.theme-fourth .btn-secondary {
  border-color: #e2104f;
  color: #e2104f;
}
.theme-fourth .btn-secondary:hover, .theme-fourth .btn-secondary:focus {
  border-color: rgb(154.5578512397, 10.9421487603, 54.0268595041);
  color: rgb(154.5578512397, 10.9421487603, 54.0268595041);
}
.theme-fifth .btn-secondary {
  border-color: #67003a;
  color: #67003a;
}
.theme-fifth .btn-secondary:hover, .theme-fifth .btn-secondary:focus {
  border-color: rgb(26.5, 0, 14.9223300971);
  color: rgb(26.5, 0, 14.9223300971);
}

/* ==========================================================================
#btn-tertiary
========================================================================== */
/*Same across all themes */
.btn-tertiary {
  padding: 6px 12px;
  background-color: #fff;
  border-color: #e9e9e0;
  color: #888888;
  font-size: 16px;
}
@media (min-width: 768px) {
  .btn-tertiary {
    font-size: 17.08px;
  }
}
@media (min-width: 992px) {
  .btn-tertiary {
    font-size: 17.91px;
  }
}
@media (min-width: 1200px) {
  .btn-tertiary {
    font-size: 18.69px;
  }
}
@media (min-width: 1550px) {
  .btn-tertiary {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .btn-tertiary {
    padding: 10px 25px;
  }
}
@media (min-width: 1550px) {
  .btn-tertiary {
    padding: 10px 40px;
  }
}
.btn-tertiary:hover, .btn-tertiary:focus {
  background-color: #fff;
  border-color: rgb(201.2452830189, 201.2452830189, 179.2547169811);
  color: rgb(97.75, 97.75, 97.75);
}

/* ==========================================================================
#btn-prod-fav
========================================================================== */
.btn-prod-fav {
  background-color: transparent;
  font-size: 18px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .btn-prod-fav {
    padding-left: 14.15px;
  }
}
@media (min-width: 992px) {
  .btn-prod-fav {
    padding-left: 15.83px;
  }
}
@media (min-width: 1200px) {
  .btn-prod-fav {
    padding-left: 17.38px;
  }
}
@media (min-width: 1550px) {
  .btn-prod-fav {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .btn-prod-fav {
    padding-right: 15.5px;
  }
}
@media (min-width: 992px) {
  .btn-prod-fav {
    padding-right: 18.22px;
  }
}
@media (min-width: 1200px) {
  .btn-prod-fav {
    padding-right: 20.75px;
  }
}
@media (min-width: 1550px) {
  .btn-prod-fav {
    padding-right: 25px;
  }
}
.btn-prod-fav:hover .icon-sprite {
  fill: #dc0046;
}
.favourited .btn-prod-fav {
  color: #dc0046;
  border-color: #dc0046;
}
.favourited .btn-prod-fav .icon-sprite {
  fill: #dc0046;
}

.btn-prod-fav, .js-save-product, .js-remove-product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  gap: 0.5rem;
  background-color: transparent;
}
.btn-prod-fav .icon-sprite, .js-save-product .icon-sprite, .js-remove-product .icon-sprite {
  margin: 0;
  height: 17px;
  width: 17px;
}
.btn-prod-fav:not(.btn), .js-save-product:not(.btn), .js-remove-product:not(.btn) {
  border: none;
  padding: 2px;
}

.product-favourite {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.875rem;
}
.product-favourite .product-moreinfo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-favourite .js-remove-product {
  display: none;
}
.product-favourite.favourited .js-remove-product {
  display: inline-block;
}
.product-favourite.favourited .js-save-product {
  display: none;
}

.product-detail-cta .js-remove-product, .product-detail-header-mobile .js-remove-product {
  display: none;
}
.product-detail-cta .favourited .js-remove-product, .product-detail-header-mobile .favourited .js-remove-product {
  display: inline-block;
}
.product-detail-cta .favourited .js-save-product, .product-detail-header-mobile .favourited .js-save-product {
  display: none;
}

/* ==========================================================================
#btn-download
========================================================================== */
.btn-download {
  position: relative;
  padding-left: 35px;
  background-color: transparent;
  border-width: 2px;
}
@media (min-width: 768px) {
  .btn-download {
    padding-left: 50px;
  }
}
.btn-download .icon-sprite {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
}

/* ==========================================================================
#btn-white
========================================================================== */
.btn-white {
  background-color: #fff;
  border-color: #c2c2c2;
  color: #3c3c3b;
  font-size: 14px;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #fff;
  background-color: #3c3c3b;
}

/* ==========================================================================
#btn-block
========================================================================== */
.btn-block {
  padding-left: 0;
  padding-right: 0;
}

/* ==========================================================================
#link-with-icon
========================================================================== */
.link-with-icon {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}
.link-with-icon .icon-sprite {
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
}

/* ==========================================================================
#btn-group
========================================================================== */
.btn-group .dropdown-menu {
  width: 100%;
}
.btn-group .dropdown-menu > li > a {
  font-size: 16px;
  color: #3c3c3b;
}

.content-toggle {
  position: relative;
  display: block;
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 2.5rem;
  font-weight: 700;
}
.content-toggle[aria-expanded=true] .icon-sprite {
  transform: rotate(180deg);
}
.content-toggle .icon-sprite {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  transition: transform 0.25s ease;
}

.content-toggle-inner {
  padding-left: 2.5rem;
}

/* Table of Contents
==================================================

    #error-handling
    #inputs
		#btns
    #horizontal-form
    #select2
    #styled select list
    #styled range input
    #styled checkbox

   ==================================================
*/
/* ==========================================================================
#error-handling
========================================================================== */
.input-validation-errors {
  border-color: #f2dede;
}

.field-validation-error, .required {
  color: #a94442;
}

.field-validation-error {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

.form-control.valid {
  border-color: #dff0d8;
}

/* ==========================================================================
#inputs
========================================================================== */
textarea {
  resize: vertical;
}

input[type=file] {
  max-width: 100%;
  font-size: 14px;
  padding: 14px 12px;
}

/* ==========================================================================
#btns
========================================================================== */
@media (max-width: 480px) {
  form .btn {
    display: block;
    width: 100%;
  }
}
form label {
  font-weight: 400;
  font-size: 16px;
}

.form-helper {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}

.form {
  margin-bottom: 30px;
}

/* ==========================================================================
#horizontal-form -- adds margin to the top of the button to bring inline with input fields
				 -- used for event filters and search results
========================================================================== */
@media (min-width: 768px) {
  .horizontal-form .btn {
    margin-top: 34px;
  }
}

/* ==========================================================================
#select2
========================================================================== */
.select2-search__field, .select2-container {
  width: 100% !important;
}

.select2.select2-container {
  display: block;
}

.select2-container .select2-selection--single {
  height: 52px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 52px;
}

.select2-container .select2-selection--multiple {
  min-height: 52px;
}

select {
  -moz-appearance: none;
}

/* ==========================================================================
#styled select list
========================================================================== */
.styled-dropdown {
  position: relative;
  vertical-align: middle;
}
.styled-dropdown:before, .styled-dropdown:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.styled-dropdown:after { /*  Custom dropdown arrow */
  content: "v";
  color: #fff;
  left: auto;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
}
.styled-dropdown:before { /*  Custom dropdown arrow cover */
  width: 40px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #02604c;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.styled-dropdown select {
  padding-right: 40px;
  appearance: none;
}
.styled-dropdown select::-ms-expand {
  display: none;
}

.styled-select {
  background-image: url(../images/svgs/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 15px;
  position: relative;
  padding-right: 30px;
  -webkit-appearance: none;
}
.styled-select::-ms-expand {
  display: none;
}

/* ==========================================================================
#styled range input
========================================================================== */
/* ==========================================================================
#Styled Checkbox
========================================================================== */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  line-height: 14px;
  margin: 0;
  padding-left: 35px;
  font-weight: 400;
  word-break: break-word;
}
.styled-checkbox + label:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:hover + label:before {
  box-shadow: 0 0 0 3px #6fb36a;
}
.theme-second .styled-checkbox:hover + label:before {
  box-shadow: 0 0 0 3px #006a71;
}
.theme-third .styled-checkbox:hover + label:before {
  box-shadow: 0 0 0 3px #34aca5;
}
.theme-fourth .styled-checkbox:hover + label:before {
  box-shadow: 0 0 0 3px #e2104f;
}
.theme-fifth .styled-checkbox:hover + label:before {
  box-shadow: 0 0 0 3px #67003a;
}
.styled-checkbox:focus + label:before {
  outline-width: 3px;
  outline-style: solid;
  outline-color: #FFB400;
  outline-offset: 3px;
  z-index: 1;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background-color: #ddd;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}
.styled-checkbox:checked + label:after {
  display: block;
  background-image: url("../Images/svgs/close.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  position: absolute;
  left: 2.5px;
  top: 2px;
  line-height: 15px;
  width: 20px;
  height: 20px;
  font-size: 40px;
  text-align: center;
  content: "";
}
@media (max-width: 480px) {
  .styled-checkbox:checked + label:after {
    line-height: 18px;
  }
}

/* ==========================================================================
#Umbraco Forms
========================================================================== */
.umbraco-forms-field.checkbox input {
  margin-left: 0px;
  top: 7px;
}

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* Remember some base styles can be set in _vars.scss to override default Bootstrap styling */
/* Table of Contents
==================================================

    #CMS Content Images

   ==================================================
*/
/* ==========================================================================
#CMS Content Images
========================================================================== */
.cms-content img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cms-content img {
    margin-bottom: 30px;
  }
}
.cms-content img:last-child {
  margin-bottom: 0;
}
.cms-content img[align=left],
.cms-content img[style*="float: left"],
.cms-content img[style*="float:left"],
.cms-content img[align=right],
.cms-content img[style*="float: right"],
.cms-content img[style*="float:right"] {
  display: block;
  margin: 15px auto;
}
@media (max-width: 991px) {
  .cms-content img[align=left],
  .cms-content img[style*="float: left"],
  .cms-content img[style*="float:left"],
  .cms-content img[align=right],
  .cms-content img[style*="float: right"],
  .cms-content img[style*="float:right"] {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .cms-content img[align=left],
  .cms-content img[style*="float: left"],
  .cms-content img[style*="float:left"] {
    margin: 0 25px 20px 0px;
  }
  .cms-content img[align=right],
  .cms-content img[style*="float: right"],
  .cms-content img[style*="float:right"] {
    margin: 0 0px 20px 25px;
  }
}

/* Remember some base styles can be set in _vars.scss to override default Bootstrap styling */
/* Table of Contents
==================================================

    #list-unstyled

   ==================================================
*/
/* ==========================================================================
#list-unstyled
========================================================================== */
.sitemap {
  margin-bottom: 30px;
  padding-left: 0px;
}
.sitemap ul {
  padding-left: 20px;
}
.sitemap > li > a {
  font-size: 24px;
  border-bottom: solid 3px #f6f6f3;
  margin-bottom: 30px;
}
.sitemap > li > ul {
  column-count: 1;
  column-gap: 15px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .sitemap > li > ul {
    column-count: 2;
  }
}
.sitemap > li > ul > li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
  background-color: #fff;
}
.sitemap > li > ul > li:last-child {
  margin-bottom: 0px;
}
.sitemap > li > ul > li > ul {
  border: solid 3px #f4f4f3;
  padding: 10px 20px;
}
.sitemap > li > ul > li > a {
  font-size: 23px;
  background-color: #f6f6f3;
  padding: 13px 23px;
}
.sitemap > li > a:before, .sitemap > li > ul > li > a:before, .sitemap > li > ul > li > ul > li > a:before {
  display: none;
}
.sitemap li {
  list-style: none;
}
.sitemap li a {
  position: relative;
  display: block;
  padding: 5px 0px;
}
.sitemap li a:before {
  content: "-";
  position: absolute;
  left: -15px;
  text-decoration: none;
}

/* Table of Contents
==================================================

    #media general
    #media list

   ==================================================
*/
/* ==========================================================================
#media general
========================================================================== */
.media {
  margin: 30px 0;
}
.media p, .media ul, .media ol {
  margin-top: 0;
  font-size: 16px;
}
.media p:last-child {
  margin-bottom: 0;
}
.media time {
  display: block;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 14px;
}
.media .media-left {
  margin-bottom: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .media .media-left {
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .widget-author .media-left, .widget-author .media-right, .widget-author .media-body {
    display: block;
    width: 100%;
  }
}

.media-heading {
  padding-top: 2px;
  font-size: 20px;
}
.media-heading a {
  color: inherit;
}

/* ==========================================================================
#media list
========================================================================== */
.media-list {
  margin-top: 20px;
}

.content-filters {
  margin-bottom: 25px;
}
.content-filters h3 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .content-filters h3 {
    margin-top: 13px;
  }
}
.content-filters .form-group {
  margin-bottom: 15px;
}

#content-filters {
  margin-top: 15px;
}
@media (min-width: 992px) {
  #content-filters {
    display: flex !important;
    margin-top: 0;
    height: auto !important;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  #content-filters > div:nth-last-child(2) h2, #content-filters div:nth-last-child(3) h2, #content-filters div:nth-last-child(4) h2 {
    text-align: right;
    margin-top: 1.4rem;
  }
}

.content-filter-toggle {
  display: block;
  padding: 10px 0;
  position: relative;
  color: #3c3c3b !important;
  text-decoration: none;
}
.content-filter-toggle:hover, .content-filter-toggle:active, .content-filter-toggle:focus {
  text-decoration: none;
}
.content-filter-toggle .icon-sprite {
  position: absolute;
  top: 4px;
  right: 0;
  width: 30px;
  height: 30px;
}
.content-filter-toggle:not(.collapsed) .icon-sprite {
  transform: rotate(180deg);
}

/* Table of Contents
==================================================

	#Standard Hero
	#Hero Carousel

   ==================================================
*/
/* ==========================================================================
#Hero
========================================================================== */
.hero {
  margin-top: -15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

/* ==========================================================================
#Hero Carousel
========================================================================== */
.hero-carousel {
  margin-bottom: 15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-carousel {
    margin-bottom: 35px;
  }
}

.hero-item {
  position: relative;
}
.hero-item .text {
  position: relative;
  padding: 15px 25px 25px;
  color: #fff;
  background-color: #02604c;
}
.theme-second .hero-item .text {
  background-color: #1fafa4;
}
.theme-third .hero-item .text {
  background-color: #67003a;
}
.theme-fourth .hero-item .text {
  background-color: #253f8e;
}
.theme-fifth .hero-item .text {
  background-color: #006a71;
}
@media (min-width: 992px) {
  .hero-item .text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 60px 25px;
    width: 350px;
  }
}
@media (min-width: 1550px) {
  .hero-item .text {
    width: 400px;
  }
}
.hero-item .text:before {
  content: "";
  position: absolute;
  display: block;
  top: -40px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #02604c;
  transform: skewY(-5deg);
}
@media (min-width: 992px) {
  .hero-item .text:before {
    top: 0;
    left: auto;
    width: 400px;
    height: 100%;
    transform: skewX(-10deg);
  }
}
@media (min-width: 1550px) {
  .hero-item .text:before {
    width: 450px;
  }
}
.theme-second .hero-item .text:before {
  background-color: #1fafa4;
}
.theme-third .hero-item .text:before {
  background-color: #67003a;
}
.theme-fourth .hero-item .text:before {
  background-color: #253f8e;
}
.theme-fifth .hero-item .text:before {
  background-color: #006a71;
}
.hero-item .text > * {
  position: relative;
}
.hero-item h1 {
  color: #fff;
}
.hero-item p {
  line-height: 1.25;
}
@media (min-width: 1550px) {
  .hero-item p {
    font-size: 24px;
  }
}
.hero-item .btn {
  margin-top: 10px;
  font-size: 18px;
}

/* Table of Contents
==================================================

    #Single Tweet

   ==================================================
*/
/* ==========================================================================
#Single Tweet
========================================================================== */
.single-tweet {
  position: relative;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 10px;
  box-shadow: 0 0 21px 2px rgba(0, 0, 0, 0.1);
  z-index: 5;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-tweet {
    padding: 20px;
  }
}
.single-tweet .tweet-header {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 60px;
  padding-right: 30px;
  height: 45px;
  color: #525252;
}
.single-tweet .tweet-header span {
  display: block;
}
.single-tweet .tweet-header img + span {
  font-weight: 700;
  font-size: 13px;
  margin-top: 5px;
}
.single-tweet .tweet-header span + span {
  font-size: 13px;
  margin-top: -5px;
  float: left;
}
.single-tweet .tweet-header [class*=" icon-"], .single-tweet .tweet-header [class^=icon-] {
  position: absolute;
  top: -5px;
  right: 0;
  width: 26px;
  height: 26px;
  fill: #55acee;
}
.single-tweet .tweet-avatar {
  display: block;
  width: auto !important;
  position: absolute;
  top: -5px;
  left: 0;
}
.single-tweet .tweet-text {
  margin-top: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-tweet .tweet-text {
    margin-bottom: 40px;
  }
}
.single-tweet .tweet-text a {
  color: #1da1f2;
}
.single-tweet .tweet-time {
  float: right;
  font-size: 12px;
  margin: 0;
}
.single-tweet .tweet-time a {
  color: #000;
  text-decoration: none;
}
.single-tweet .tweet-controls {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}
.single-tweet .tweet-controls a {
  display: inline-block;
  padding: 0 10px;
  color: #525252;
}
.single-tweet .tweet-controls a:first-child {
  padding-left: 0;
}
.single-tweet .tweet-controls a:last-child {
  padding-right: 0;
}

/* Table of Contents
==================================================

    #Bootstrap Overides
	#Logo
    #Header General
    #Header Search
	#Telephone
	#Navigation
	#Favourites

   ==================================================
*/
/* ==========================================================================
#Bootstrap Overides
========================================================================== */
.navbar-collapse {
  overflow-x: hidden;
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav {
  float: none;
}

/* ==========================================================================
#Logo
========================================================================== */
.header-logo {
  line-height: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .header-logo {
    text-align: left;
  }
}

.sticky-wrapper {
  margin-bottom: 30px;
}
.sticky-wrapper:not(.is-sticky) {
  height: auto !important;
}
@media (min-width: 992px) {
  .sticky-wrapper.is-sticky .header {
    padding: 5px 0;
  }
}
@media (min-width: 992px) {
  .sticky-wrapper.is-sticky .logo {
    transform: scale(0.85);
    transform-origin: center;
  }
}

@media (max-width: 767px) {
  .no-scroll .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

.logo {
  max-width: 80px;
  width: 100%;
  height: 45px;
  transition: transform 0.2s ease;
}
@media (min-width: 992px) {
  .logo {
    height: 65px;
    max-width: 115px;
    width: 100%;
  }
}
.logo .icon-sprite, .logo img {
  height: inherit;
  width: 140px;
  fill: #02604c;
  vertical-align: initial;
}
@media (min-width: 768px) {
  .logo .icon-sprite, .logo img {
    width: 100%;
  }
}
.theme-second .logo .icon-sprite, .theme-second .logo img {
  fill: #1fafa4;
}
.theme-third .logo .icon-sprite, .theme-third .logo img {
  fill: #67003a;
}
.theme-fourth .logo .icon-sprite, .theme-fourth .logo img {
  fill: #253f8e;
}
.theme-fifth .logo .icon-sprite, .theme-fifth .logo img {
  fill: #006a71;
}

/* ==========================================================================
#Header General
========================================================================== */
.header {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 0px;
  background-color: #f4f4f3;
  z-index: 100;
  transition: padding 0.2s ease;
}
@media (max-width: 768px) {
  .header {
    padding: 5px 0px;
  }
}
@media (min-width: 992px) {
  .header {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .header {
    padding-top: 0;
  }
}
.header .flex-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  flex-wrap: wrap;
}
.header .flex-row > div {
  margin: 0 -1px;
}

.navbar-toggle,
.search-toggle {
  padding: 0;
  float: right;
}
.navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover,
.search-toggle:active,
.search-toggle:focus,
.search-toggle:hover {
  outline: none;
  background: none;
  box-shadow: none;
}

.navbar-icon {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #000;
  position: relative;
  transition: 0.2s;
  margin-right: 0px;
  margin-top: 6px;
}
@media (min-width: 480px) {
  .navbar-icon {
    float: left;
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .navbar-icon {
    margin-top: 12px;
    margin-right: 15px;
  }
}
.navbar-icon:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
  transition: 0.2s;
}
.navbar-icon:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
  transition: 0.2s;
}
.navbar-icon.active {
  background: transparent;
}
.navbar-icon.active:before {
  -webkit-transform: rotate(45deg);
  top: 0;
  background-color: #8a8a8b;
}
.navbar-icon.active:after {
  -webkit-transform: rotate(-45deg);
  top: 0;
  background-color: #8a8a8b;
}

.logo {
  display: inline-block;
}
.logo img {
  max-height: 100%;
  width: auto;
}

/* ==========================================================================
#Header Search
========================================================================== */
.mobile-search .js-search-toggle {
  float: left;
}

.navbar-search {
  display: none;
  margin: 10px 0 5px;
  width: 0;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .navbar-search {
    margin: 20px 0 0;
  }
}
@media (min-width: 992px) {
  .navbar-search {
    position: absolute;
    max-width: 450px;
    margin: 0;
    top: 100%;
    right: 0;
    transition: width 0.2s ease-in;
    float: right;
  }
}
@media (min-width: 1200px) {
  .navbar-search {
    max-width: 520px;
  }
}
[aria-expanded=true] + .navbar-search {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: width 0.2s ease-in;
}
@media (min-width: 992px) {
  [aria-expanded=true] + .navbar-search {
    width: 450px;
  }
}
.navbar-search .input-group {
  width: inherit;
  height: 100%;
}
.navbar-search .form-control {
  padding: 35px 15px;
  border: 0;
  box-shadow: 0 0 0 #fff;
  font-size: 18px;
  color: #3c3c3b;
}
@media (min-width: 992px) {
  .navbar-search .form-control {
    background-color: #e8e8e7;
  }
}
.navbar-search .form-control:focus-visible {
  outline-offset: -3px;
}
.navbar-search .input-group-btn {
  background-color: #fff;
}
@media (min-width: 992px) {
  .navbar-search .input-group-btn {
    background-color: #e8e8e7;
  }
}
.navbar-search .input-group-btn button {
  padding: 22px 0;
  border-style: none;
  background-color: #fff;
  width: 50px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .navbar-search .input-group-btn button {
    background-color: #e8e8e7;
  }
}
.navbar-search .input-group-btn button:focus-visible {
  outline-offset: -3px;
}
.navbar-search .input-group-btn button:hover {
  background-color: rgb(207.0425531915, 207.0425531915, 204.9574468085);
}
.navbar-search .input-group-btn button:hover .icon-sprite {
  fill: rgb(133.0952380952, 134.3650793651, 136.9047619048);
}
.navbar-search .icon-sprite {
  fill: #9fa0a2;
  width: 25px;
  height: 25px;
}

.js-search-toggle {
  display: block;
  padding: 15px;
  float: right;
  border: none;
  background-color: transparent;
}
@media (min-width: 992px) {
  .js-search-toggle {
    position: relative;
    top: -2px;
  }
}
.js-search-toggle:hover .icon-sprite {
  fill: #02604c;
}
.js-search-toggle .icon-sprite {
  width: 25px;
  height: 25px;
  fill: #000;
}

.easy-autocomplete {
  width: auto !important;
}

.easy-autocomplete-container {
  top: 44px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: #e8e8e7;
}
.easy-autocomplete-container ul {
  margin-top: 15px;
  padding-left: 12px;
}
.easy-autocomplete-container ul li {
  list-style: none;
  padding-bottom: 2px;
}
.easy-autocomplete-container ul:empty {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* ==========================================================================
#Telephone
========================================================================== */
.header-telephone {
  display: none;
  font-size: 22px;
}
@media (min-width: 992px) {
  .header-telephone {
    margin: 5px 15px 0 0;
    display: inline-block;
  }
}
.header-telephone a {
  color: #3c3c3b;
  font-weight: 600;
}
.header-telephone a:hover {
  text-decoration: none;
}

/* ==========================================================================
#Navigation
========================================================================== */
nav.greedy {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  /* General styling */
  /* Primary Navigation - First Tier */
  /* Second Tier in primary navigation */
  /* Secondary Navigation */
}
nav.greedy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.greedy li, nav.greedy a {
  font-family: montserrat, sans-serif;
  letter-spacing: 0.03em;
  font-weight: 800;
}
nav.greedy .links {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  flex: 1;
  justify-content: flex-start;
}
nav.greedy .links li {
  position: relative;
  flex: none;
  padding: 15px;
}
nav.greedy .links li .icon-sprite {
  fill: currentColor;
}
nav.greedy .links li a {
  color: #404040;
  text-decoration: none;
}
nav.greedy .links li:hover > a, nav.greedy .links li.hover > a {
  color: #000;
}
nav.greedy .links li:hover > ul, nav.greedy .links li.hover > ul {
  display: flex;
}
nav.greedy .links li:active > a, nav.greedy .links li.active > a {
  color: #02604c;
}
nav.greedy .links li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 400px;
  padding: 10px;
  background-color: #f4f4f3;
  z-index: 2;
}
@media (min-width: 1200px) {
  nav.greedy .links li > ul {
    padding: 25px;
  }
}
nav.greedy .links li > ul li {
  width: 48%;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 5px;
  padding: 0;
}
nav.greedy .links li > ul li.parent-link {
  display: none;
}
nav.greedy .links li > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  font-family: aleo, sans-serif;
  text-decoration: none;
}
nav.greedy .arrow-down {
  margin-top: 3px;
  fill: #898889;
}
nav.greedy .btn-more {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 21px 15px;
  font-family: montserrat, sans-serif;
  /*		&::after {
  	content: attr(count);
  	display: inline-flex;
  	width: 30px;
  	height: 30px;
  	align-items: center;
  	justify-content: center;
  	background: #9f9f9f;
  	color: #f2f2f2;
  	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
  	border-radius: 50%;
  	font-size: 14px;
  	line-height: 14px;
  	margin-left: 1rem;
  	margin-right: calc(-1rem + -8px);
  }*/
}
@media (max-width: 479px) {
  nav.greedy .btn-more {
    position: static;
    width: 60px;
    padding: 25px 15px;
  }
}
nav.greedy .btn-more .text {
  display: none;
  font-weight: 800;
}
@media (min-width: 480px) {
  nav.greedy .btn-more .text {
    display: inline-block;
  }
}
nav.greedy .btn-more .btn-more-trigger {
  cursor: pointer;
  height: 18px;
  transform: translateY(5px);
  border: none;
  background-color: transparent;
}
@media (min-width: 992px) {
  nav.greedy .btn-more .btn-more-trigger {
    height: auto;
    transform: none;
  }
}
nav.greedy .btn-more.show {
  background-color: #fff;
  color: #8a8a8b;
}
nav.greedy .btn-more ul.hidden-links {
  position: absolute;
  background: #f7f7f7;
  right: 0;
  top: 100%;
  z-index: 10;
  width: 400px;
  max-height: calc(100vh - 154px);
  text-align: left;
  padding: 10px;
  overflow-y: auto;
  /*First Tier */
}
@media (max-width: 767px) {
  nav.greedy .btn-more ul.hidden-links {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 40px;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1200px) {
  nav.greedy .btn-more ul.hidden-links {
    padding: 15px;
  }
}
nav.greedy .btn-more ul.hidden-links.hidden {
  display: none;
}
nav.greedy .btn-more ul.hidden-links > li {
  border-bottom: 1px solid #d9d9d9;
  /* Second tier */
}
nav.greedy .btn-more ul.hidden-links > li:last-child {
  border-bottom: 0;
}
nav.greedy .btn-more ul.hidden-links > li.toggle-dropdown {
  background-color: #eee;
}
nav.greedy .btn-more ul.hidden-links > li.toggle-dropdown > ul {
  display: -webkit-flex !important;
  -webkit-flex-wrap: wrap !important;
  display: flex;
}
nav.greedy .btn-more ul.hidden-links > li > ul {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
nav.greedy .btn-more ul.hidden-links > li > ul > li {
  width: 49%;
  border-bottom: 1px solid #acacac;
}
nav.greedy .btn-more ul.hidden-links > li > ul > li:last-child, nav.greedy .btn-more ul.hidden-links > li > ul > li:nth-last-child(2):nth-child(even) {
  border-bottom: 0;
}
nav.greedy .btn-more ul.hidden-links > li > ul > li a {
  font-size: 16px !important;
}
nav.greedy .btn-more ul.hidden-links > li > ul > li.parent-link {
  width: 100%;
  background-color: #d9d9d9;
  border-bottom: 0;
}
nav.greedy .btn-more ul.hidden-links > li > ul > li.parent-link a {
  padding: 5px 15px;
}
@media (max-width: 768px) {
  nav.greedy .btn-more ul.hidden-links li {
    font-size: 18px;
  }
}
nav.greedy .btn-more ul.hidden-links a {
  display: block;
  color: #404040;
  padding: 15px;
  text-decoration: none;
}
nav.greedy .btn-more ul.hidden-links a .arrow-down {
  margin-top: 7px;
}
nav.greedy .btn-more ul.hidden-links a:hover {
  color: #8a8a8b;
}
nav.greedy .btn-more ul.hidden-links .arrow-down {
  float: right;
}
nav.greedy .btn-more ul.hidden-links .arrow-right {
  margin-top: 1px;
  margin-left: 10px;
}
nav.greedy .has-children-dropdown {
  display: none;
}
nav.greedy .has-children-dropdown.is-visible {
  display: flex;
}
nav.greedy .has-children-dropdown.is-visible .parent-link {
  display: block;
}

/* ==========================================================================
#Favourite
========================================================================== */
.btn-favourite {
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 15px 10px;
}
.btn-favourite:after {
  position: absolute;
  top: 14px;
  right: -3px;
  display: block;
  padding: 2px 5px;
  font-family: Arial;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #dc0046;
  border: 2px solid #f4f4f3;
  border-radius: 50%;
  content: attr(data-count);
}
.btn-favourite .icon-sprite {
  margin-top: 0px;
  width: 25px;
  height: 25px;
  fill: #dc0046 !important;
}

.top-row {
  background-color: #fff;
}
@media (max-width: 991px) {
  .top-row {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
  }
  .force-pin .top-row {
    display: block;
    z-index: 11;
  }
}
@media (min-width: 992px) {
  .top-row {
    margin-bottom: 15px;
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .top-row .container {
    display: flex;
    padding: 0;
  }
}
.top-row .btn {
  margin: 0 1px;
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .top-row .btn {
    margin-left: 5px;
    padding: 6px 18px;
    width: auto;
  }
}

/* Table of Contents
==================================================

    #Common Footer
    #Footer Links Section
    #Footer Bottom

   ==================================================
*/
/* ==========================================================================
#Common Footer
========================================================================== */
.footer {
  margin-top: 20px;
  padding-top: 40px;
  background-color: #3c3c3b;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 40px;
    border-top-width: 10px;
  }
}
.footer a {
  word-break: break-word;
  color: #fff !important;
}
.footer h2 {
  font-size: 2.2rem;
}
.footer .list-share-icons .icon-sprite {
  fill: #bcbcbb !important;
}
.footer .list-share-icons .icon-sprite:hover {
  fill: #fff !important;
}
.footer p {
  font-weight: 300;
  line-height: 1.25;
}
.footer address {
  line-height: 1.25;
}

.footer-logo {
  display: block;
  fill: #fff;
  width: 100%;
  margin-bottom: 20px;
}
.footer-logo svg {
  max-width: 130px;
  width: 40%;
  height: 50px;
}
@media (min-width: 768px) {
  .footer-logo svg {
    width: 100%;
    height: 90px;
    max-width: 230px;
  }
}
@media (min-width: 1550px) {
  .footer-logo svg {
    height: 90px;
  }
}

@media (max-width: 992px) {
  .footer-details, .footer-links-container {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .footer-links-container, .footer-awards {
    margin-top: 60px;
  }
}

/* ==========================================================================
#Footer Links Section
========================================================================== */
.footer-links-container {
  display: -webkit-flex !important;
  -webkit-flex-wrap: wrap !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-links-container h2 {
  width: 100%;
}

.footer-col-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.footer-col-links li {
  flex: 0 0 50%;
  min-width: 0;
}
@media (min-width: 768px) {
  .footer-col-links li {
    flex: 0 0 33%;
  }
}
.footer-col-links a {
  display: block;
  padding: 0 10px 10px 0;
}

/* ==========================================================================
#Footer Awards
========================================================================== */
.footer-awards-list {
  list-style: none;
  padding: 0;
  text-align: center;
}
.footer-awards-list img {
  margin-bottom: 15px;
}

/* ==========================================================================
#Footer Bottom
========================================================================== */
.footer-bottom {
  margin-top: 30px;
  padding-bottom: 25px;
}
.footer-bottom:before {
  display: block;
  content: "";
  height: 1px;
  background-color: #636362;
  margin: 0 auto 30px;
  width: 100%;
  max-width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .footer-bottom:before {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .footer-bottom:before {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .footer-bottom:before {
    max-width: 1140px;
  }
}
@media (min-width: 1550px) {
  .footer-bottom:before {
    max-width: 1400px;
  }
}
.footer-bottom .footer-company p {
  font-size: 14px;
  margin: 0;
}

.content-banner {
  margin: 3rem 0;
  padding: 3rem 2rem;
  color: #fff;
  background-color: #02604c;
}
@media (min-width: 768px) {
  .content-banner {
    display: flex;
  }
}
.content-banner div {
  flex: 1 1 auto;
}
.content-banner h4,
.content-banner p {
  width: 100%;
}
.content-banner h4 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .content-banner p:last-child {
    margin-bottom: 0;
  }
}
.content-banner .btn {
  font-family: montserrat, sans-serif;
  color: #02604c;
}
@media (max-width: 767px) {
  .content-banner .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .content-banner .btn {
    margin-left: 2rem;
  }
}
.content-banner .btn:hover, .content-banner .btn:focus {
  background-color: #ccc;
}
.theme-second .content-banner .btn {
  color: #006a71;
}
.theme-third .content-banner .btn {
  color: #34aca5;
}
.theme-fourth .content-banner .btn {
  color: #e2104f;
}
.theme-fifth .content-banner .btn {
  color: #67003a;
}
.theme-second .content-banner {
  background-color: #006a71;
}
.theme-third .content-banner {
  background-color: #34aca5;
}
.theme-fourth .content-banner {
  background-color: #e2104f;
}
.theme-fifth .content-banner {
  background-color: #67003a;
}

/* Table of Contents
==================================================

    #cookie bar

   ==================================================
*/
/* ==========================================================================
#cookie bar
========================================================================== */
.cookieBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background-color: #d7d7d7;
  z-index: 100;
}
.cookieBar p {
  margin-bottom: 5px;
  font-size: 16px;
}
.cookieBar .btn {
  font-size: 16px;
}
@media (min-width: 768px) {
  .cookieBar .btn {
    float: right;
  }
}

.temp-hidden {
  display: none;
}

/* Table of Contents
==================================================

	#Product List Sidebar
    #Filter Sidebar General
    #Filter Sidebar Panels
	#Content Block


   ==================================================
*/
/* ==========================================================================
#Product List Sidebar
========================================================================== */
@media (max-width: 991px) {
  .product-list-sidebar .widget-form {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
#Filter Sidebar General
========================================================================== */
.filter-sidebar {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .filter-sidebar {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .filter-sidebar {
    margin-bottom: 30px;
  }
}
.filter-sidebar .filter-sidebar-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5dbd7;
}
@media (max-width: 992px) {
  .filter-sidebar .filter-sidebar-title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.filter-sidebar .filter-sidebar-title .btn {
  margin-top: 10px;
}
@media (min-width: 1550px) {
  .filter-sidebar .filter-sidebar-title .btn {
    margin-top: 0;
  }
}
.filter-sidebar .filter-sidebar-title.active {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5dbd7;
}
.filter-sidebar .filter-sidebar-title.active h3 {
  background-image: url("../images/svgs/arrow-up.svg");
}
.filter-sidebar .filter-sidebar-title.active .btn {
  display: block;
}
.filter-sidebar .filter-sidebar-title h2 {
  font-size: 20px;
}
.filter-sidebar .filter-sidebar-title h3 {
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 992px) {
  .filter-sidebar .filter-sidebar-title h3 {
    background-image: url("../images/svgs/arrow-down.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 100%;
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .filter-sidebar .filter-sidebar-title .btn {
    display: none;
  }
}
.filter-sidebar .filter-options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-sidebar .filter-options li {
  margin-bottom: 17px;
  /*offset against box shadow to align with guttering */
  margin-left: 3px;
}

/* ==========================================================================
#Filter Sidebar Panels
========================================================================== */
@media (max-width: 992px) {
  .filter-listing {
    display: none;
  }
}
.filter-listing.active {
  display: block;
}
.filter-listing .panel {
  border: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e5dbd7;
  margin-bottom: 20px;
}
.filter-listing .panel:last-of-type {
  margin-bottom: 0;
}
.filter-listing .panel-heading {
  background-color: transparent;
  border: 0;
  padding: 0 0 20px;
}
.filter-listing .panel-heading .accordion-toggle {
  background-image: url(../images/svgs/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  text-decoration: none;
  color: #3c3c3b;
}
.filter-listing .panel-heading .accordion-toggle:hover {
  color: #02604c;
}
.theme-second .filter-listing .panel-heading .accordion-toggle:hover {
  color: #1fafa4;
}
.theme-third .filter-listing .panel-heading .accordion-toggle:hover {
  color: #67003a;
}
.theme-fourth .filter-listing .panel-heading .accordion-toggle:hover {
  color: #253f8e;
}
.theme-fifth .filter-listing .panel-heading .accordion-toggle:hover {
  color: #006a71;
}
.filter-listing .panel-heading .accordion-toggle.collapsed {
  background-image: url(../images/svgs/arrow-down.svg);
}
.filter-listing .panel-title {
  font-size: 16px;
}
.filter-listing .panel-body {
  padding: 0;
  font-size: 14px;
}
.filter-listing .panel-body p, .filter-listing .panel-body li {
  font-size: 14px;
}

/* ==========================================================================
#Content Block
========================================================================== */
.widget-content-block {
  background-color: #283583;
  transition: background-color 0.2s ease-in-out;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .widget-content-block {
    margin-bottom: 30px;
  }
}
.widget-content-block:hover {
  background-color: rgb(34.0350877193, 45.0964912281, 111.4649122807);
}
.widget-content-block.brand-quaternary {
  background-color: #006a71;
  color: white;
}
.widget-content-block .image {
  display: block;
}
.widget-content-block .text a {
  display: block;
  padding: 15px 15px 30px;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .widget-content-block .text a {
    padding: 20px 25px 40px;
  }
}
.widget-content-block .text h2 {
  color: #fff;
  margin: 0 0 0.5rem;
  font-size: 18px;
}
@media (min-width: 768px) {
  .widget-content-block .text h2 {
    font-size: 20.69px;
  }
}
@media (min-width: 992px) {
  .widget-content-block .text h2 {
    font-size: 22.79px;
  }
}
@media (min-width: 1200px) {
  .widget-content-block .text h2 {
    font-size: 24.73px;
  }
}
@media (min-width: 1550px) {
  .widget-content-block .text h2 {
    font-size: 28px;
  }
}
.widget-content-block .text span {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .widget-content-block .text span {
    font-size: 17.08px;
  }
}
@media (min-width: 992px) {
  .widget-content-block .text span {
    font-size: 17.91px;
  }
}
@media (min-width: 1200px) {
  .widget-content-block .text span {
    font-size: 18.69px;
  }
}
@media (min-width: 1550px) {
  .widget-content-block .text span {
    font-size: 20px;
  }
}
.widget-content-block:last-of-type {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .widget-content-block:last-of-type {
    margin-bottom: 30px;
  }
}

/* Table of Contents
==================================================

    #blog detail

   ==================================================
*/
/* ==========================================================================
#blog detail
========================================================================== */
.post time {
  display: block;
  margin-bottom: 15px;
}

.post-meta .list-inline {
  margin: -10px 0 40px;
}
.post-meta .list-inline li {
  padding: 0;
}

.add-comment {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .add-comment {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.add-comment .btn {
  font-size: 16px;
}

.related-content {
  margin-bottom: -20px;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #ececec;
}
@media (min-width: 768px) {
  .related-content {
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  .related-content {
    padding-top: 45px;
    padding-bottom: 10px;
  }
}

.related-heading {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .related-heading {
    margin-bottom: 40px;
    font-size: 26px;
  }
}

.side-share.product-detail {
  position: static;
  padding-right: 0;
}
@media (min-width: 992px) {
  .side-share {
    position: absolute;
    top: 235px;
    left: 0;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1200px) {
  .side-share {
    left: -49px;
  }
}
.side-share .list-share-icons li {
  display: block;
  margin: 0 0 8px;
  text-align: center;
  font-size: 16px;
}
.side-share .list-share-icons .icon-sprite {
  width: 36px;
  height: 36px;
}

@media (max-width: 767px) {
  .contact-heading {
    padding-top: 15px;
  }
}

@media (min-width: 1200px) {
  .related-content .panel-group {
    margin-top: 0;
  }
}
.related-content .embed-responsive {
  margin-top: 0;
}

.widget-contact-details {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  .widget-contact-details {
    padding: 25px;
  }
}
.widget-contact-details h4 {
  margin-bottom: 5px;
  font-size: 20px;
}
.widget-contact-details p {
  margin-bottom: 5px;
  font-size: 18px;
}
.widget-contact-details .address,
.widget-contact-details .phone,
.widget-contact-details .event-summary {
  margin-bottom: 30px;
}

.contactform,
.contact-sidebar {
  margin-bottom: 30px;
  clear: both;
}
@media (min-width: 768px) {
  .contactform,
  .contact-sidebar {
    clear: none;
  }
}
.contactform .row-fluid,
.contact-sidebar .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
}
.contact-listing {
  margin-top: 20px;
}
.contact-listing .widget-content-block {
  background: #02604c;
  text-align: center;
}
.contact-listing .widget-content-block .text {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.contact-listing .widget-content-block .text h3 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}
.contact-listing .widget-content-block .text > a {
  display: block;
  width: 100%;
  padding: 15px;
}
.contact-listing .widget-content-block .btn {
  color: #02604c;
  font-size: 1.5rem;
  font-weight: 600;
}
.contact-listing .widget-content-block .btn:hover, .contact-listing .widget-content-block .btn:focus {
  color: #fff;
}

.tabbed-section {
  margin: 30px -15px;
}
@media (min-width: 768px) {
  .tabbed-section {
    margin-left: 0;
    margin-right: 0;
  }
}

.tab-pane {
  margin-top: -1px;
  padding: 20px;
  background-color: #f3f3ef;
  border: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  .tab-pane {
    padding: 30px;
  }
}

.nav-tabs {
  display: table;
  width: 100%;
  border-bottom: 0;
}
.nav-tabs > li {
  display: table-cell;
  float: none;
}
.nav-tabs > li > a {
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs > li > a {
    padding: 15px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .nav-tabs > li > a {
    font-size: 22px;
  }
}

.ticket-container {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ticket-container {
    margin-bottom: 75px;
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .ticket-container {
    padding: 0 70px;
  }
}
.ticket-container iframe {
  max-width: 100%;
}

/* Table of Contents
==================================================

	#Widget Content Block Landscape
	#About Us
    #Social Feed

   ==================================================
*/
/* ==========================================================================
#Widget Content Block Landscape
========================================================================== */
.widget-content-block-landscape {
  display: -webkit-flex !important;
  -webkit-flex-wrap: wrap !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 30px;
  background-color: #e2104f;
}
.widget-content-block-landscape .btn {
  color: #e2104f;
}
.widget-content-block-landscape .btn:hover, .widget-content-block-landscape .btn:focus {
  color: #fff !important;
}
.theme-second .widget-content-block-landscape {
  background-color: #e2104f;
}
.theme-third .widget-content-block-landscape {
  background-color: #e94d24;
}
.theme-fourth .widget-content-block-landscape {
  background-color: #1fafa4;
}
.theme-fifth .widget-content-block-landscape {
  background-color: #18a149;
}
.widget-content-block-landscape .text {
  padding: 20px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  order: 2;
  -webkit-order: 2 !important;
}
@media (min-width: 480px) {
  .widget-content-block-landscape .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    order: 1;
    -webkit-order: 1 !important;
  }
}
@media (min-width: 1550px) {
  .widget-content-block-landscape .text {
    padding: 25px;
  }
}
.widget-content-block-landscape .text .btn {
  margin-top: 15px;
  font-size: 18px;
}
@media (min-width: 480px) {
  .widget-content-block-landscape .text .btn {
    margin: auto 0 0;
  }
}
.widget-content-block-landscape .image {
  width: 100%;
  overflow: hidden;
  order: 1;
  -webkit-order: 1 !important;
}
@media (min-width: 480px) {
  .widget-content-block-landscape .image {
    width: 50%;
    order: 2;
    -webkit-order: 2 !important;
  }
}
.widget-content-block-landscape h2,
.widget-content-block-landscape p {
  width: 100%;
}
.widget-content-block-landscape h2 {
  font-size: 22px;
}
@media (min-width: 1550px) {
  .widget-content-block-landscape h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .widget-content-block-landscape h2 {
    margin-bottom: 10px;
  }
}
.widget-content-block-landscape p {
  line-height: 1.25;
  font-size: 18px;
}
@media (min-width: 1550px) {
  .widget-content-block-landscape p {
    font-size: 20px;
  }
}

.widget-content-block-landscape.widget-blue {
  background-color: #283583;
}
.widget-content-block-landscape.widget-blue .btn {
  color: #283583;
}
.widget-content-block-landscape.widget-orange {
  background-color: #D74114;
}
.widget-content-block-landscape.widget-orange .btn {
  color: #D74114;
}
.widget-content-block-landscape.widget-green {
  background-color: #558240;
}
.widget-content-block-landscape.widget-green .btn {
  color: #558240;
}

.product-categories .owl-stage {
  padding-left: 0 !important;
}

.home-content-widgets:before {
  display: none;
}
@media (min-width: 992px) {
  .home-content-widgets {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .home-content-widgets .widget {
    height: calc(100% - 35px);
  }
}
@supports (object-fit: cover) {
  .home-content-widgets .widget img {
    height: 100%;
    object-fit: cover;
  }
}

/* ==========================================================================
#About Us
========================================================================== */
.about-us .content {
  margin: 10px 0px 40px;
  padding: 30px 15px;
  text-align: center;
  color: #fff;
  background-color: #02604c;
}
@media (min-width: 768px) {
  .about-us .content {
    padding: 40px;
  }
}
.about-us .btn {
  margin-top: 1rem;
  color: #02604c;
  font-size: 18px;
}
.about-us .btn:hover, .about-us .btn:focus {
  color: #fff;
}

/* ==========================================================================
#Social Feed
========================================================================== */
.social-feed {
  margin-bottom: 30px;
  overflow: hidden;
}
.social-feed .social-icon {
  float: left;
  width: 45px;
  height: 45px;
  fill: #3c3c3b;
}
@media (min-width: 768px) {
  .social-feed .social-icon {
    width: 60px;
    height: 60px;
  }
}
.social-feed .social-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #a09fa0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .social-feed .social-header {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.social-feed .social-title {
  float: left;
  margin-left: 20px;
  margin-top: 2px;
}
.social-feed .social-title h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .social-feed .social-title h3 {
    font-size: 20.69px;
  }
}
@media (min-width: 992px) {
  .social-feed .social-title h3 {
    font-size: 22.79px;
  }
}
@media (min-width: 1200px) {
  .social-feed .social-title h3 {
    font-size: 24.73px;
  }
}
@media (min-width: 1550px) {
  .social-feed .social-title h3 {
    font-size: 28px;
  }
}
.social-feed .social-title .social-username {
  font-size: 18px;
  font-family: montserrat, sans-serif;
  letter-spacing: 0.03em;
  color: #02604c;
}
@media (min-width: 768px) {
  .social-feed .social-title .social-username {
    font-size: 20px;
  }
}
.social-feed.twitter-feed .owl-dots {
  margin-top: 30px;
}
@media (min-width: 831px) {
  .social-feed.twitter-feed .owl-dots {
    display: none;
  }
}

.instagram-feed .item > a {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.instagram-feed .item > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
}

/* Table of Contents
==================================================

    #landing form

   ==================================================
*/
/* ==========================================================================
#landing form
========================================================================== */
#campaign-form {
  background-color: #ddd;
}

/* Table of Contents
==================================================

    #search-results

   ==================================================
*/
/* ==========================================================================
#search-results
========================================================================== */
#site-search {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 0px;
  background-color: #eee;
}

#results {
  margin-bottom: 20px;
}

.search-results li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.search-results li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.search-results li .text-warning {
  font-weight: 700;
}
.search-results p:last-child {
  margin-bottom: 0;
}

.url {
  margin-bottom: 18px;
}

.suggested-articles {
  margin-top: 20px;
  margin-bottom: -20px;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #ececec;
}
@media (min-width: 768px) {
  .suggested-articles {
    margin-top: 40px;
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  .suggested-articles {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
.suggested-articles .article-listing {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .suggested-articles .article-listing {
    margin-top: 40px;
  }
}

.timeline {
  position: relative;
  margin-bottom: 4em;
  margin-top: -2em;
}
@media (min-width: 992px) {
  .timeline {
    margin-top: 2em;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .timeline {
    padding-left: 5em;
    padding-right: 5em;
  }
}
.timeline:before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background-color: #ccc;
}
@media (min-width: 992px) {
  .timeline:before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
@media (min-width: 992px) {
  .cd-timeline-block {
    margin: -20% 0 4em;
  }
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block .cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #02604c;
}
@media (min-width: 992px) {
  .cd-timeline-dot {
    left: 50%;
    margin-left: -12px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}

@media only screen and (min-width: 992px) {
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 0.6s;
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 50px;
  border-radius: 0.25em;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content .inner {
  padding: 15px;
  background-color: #02604c;
  color: #fff;
}
@media (min-width: 768px) {
  .cd-timeline-content .inner {
    padding: 20px 25px 40px;
  }
}
.cd-timeline-content h2 {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .cd-timeline-content h2 {
    font-size: 30px;
  }
}
.cd-timeline-content p, .cd-timeline-content ul, .cd-timeline-content ol {
  margin-bottom: 8px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .cd-timeline-content p, .cd-timeline-content ul, .cd-timeline-content ol {
    font-size: 20px;
  }
}
.cd-timeline-content p a, .cd-timeline-content ul a, .cd-timeline-content ol a {
  color: #fff !important;
  text-decoration: underline;
}

.cd-date {
  display: block;
  margin-bottom: 12px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .cd-date {
    font-size: 1.5em;
    transform: translateY(-3px);
  }
}
@media (min-width: 992px) {
  .cd-date {
    text-align: right;
  }
}

@media only screen and (min-width: 992px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 0 1.6em;
    width: 48%;
    z-index: 2;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-date {
    text-align: left;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 992px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
/* Table of Contents
==================================================

	#Product Detail General
    #Product Detail Header Top
    #Product Detail Header
    #Product Detail Facts
    #Product Detail Information
    #Product Detail Content
	#Product Detail Quotes
	#Product Detail Related
	#Product Detail Enquiry Form
    #Product Sidebar

   ==================================================
*/
/* ==========================================================================
#Product Detail General
========================================================================== */
.product-title {
  font-size: 24px;
  margin: 0;
  word-break: break-word;
}
@media (min-width: 768px) {
  .product-title {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .product-title {
    font-size: 36.44px;
  }
}
@media (min-width: 1200px) {
  .product-title {
    font-size: 41.5px;
  }
}
@media (min-width: 1550px) {
  .product-title {
    font-size: 50px;
  }
}

.product-info {
  display: block;
  font-size: 16px;
  margin: 10px 0;
}

.product-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-info-list li {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

/* ==========================================================================
#Product Detail Header Top
========================================================================== */
.product-detail-cta {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .product-detail-cta .btn {
    /* value represents padding on cols to ensure it aligns with product title */
    margin-left: 30px;
  }
}
@media (min-width: 1550px) {
  .product-detail-cta .btn {
    margin-left: 45px;
  }
}

/* ==========================================================================
#Product Detail Header
========================================================================== */
.product-detail-header {
  position: relative;
}
@media (min-width: 768px) {
  .product-detail-header {
    position: static;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e0;
  }
}
.product-detail-header .btn-prod-fav {
  position: absolute;
  top: 0;
}

.product-detail-header-mobile {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product-detail-header-mobile {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e0;
  }
  .product-detail-header-mobile .btn-prod-fav {
    position: absolute;
    top: 0;
    right: 15px;
  }
}

/* ==========================================================================
#Product Detail Facts
========================================================================== */
.product-detail-facts {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product-detail-facts {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 3px solid #e9e9e0;
  }
}
@media (min-width: 1200px) {
  .product-detail-facts > .col-sm-12 > .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
.product-detail-facts .product-info-list strong {
  font-size: 20px;
}

.product-detail-facts-btns {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .product-detail-facts-btns .btn {
    font-size: 16px;
  }
  .product-detail-facts-btns .icon-sprite {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .product-detail-facts-btns {
    margin-top: 0;
    text-align: right;
  }
}

/* ==========================================================================
#Product Detail Summary
========================================================================== */
.product-detail-summary {
  margin-bottom: 40px;
}

/* ==========================================================================
#Product Detail Information
========================================================================== */
.product-detail-information {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f3ef;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .product-detail-information {
    margin-top: 0;
  }
}
.product-detail-information h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bdbdbb;
}
@media (min-width: 480px) {
  .product-detail-information .product-info-list li {
    float: left;
    width: 50%;
  }
}
.product-detail-information .icon-sprite {
  vertical-align: middle;
  fill: #02604c;
}
.product-detail-information .product-dietary-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 480px) {
  .product-detail-information .product-dietary-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.product-detail-information .product-dietary-list li {
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-left: 22px;
}
@media (min-width: 480px) {
  .product-detail-information .product-dietary-list li {
    flex: 0 0 50%;
  }
}
.product-detail-information .product-dietary-list li:last-of-type {
  margin-bottom: 0;
}
.product-detail-information .product-dietary-list li strong {
  padding-right: 10px;
}
.product-detail-information .product-dietary-list li .icon-sprite {
  position: absolute;
  top: 4px;
  left: 0;
}

/* ==========================================================================
#Product Detail Content
========================================================================== */
.product-detail-content {
  margin-bottom: 40px;
}

/* ==========================================================================
#Product Detail Quotes
========================================================================== */
.product-detail-quotes {
  padding-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #c7c7c7;
}
.product-detail-quotes h3 {
  margin-bottom: 30px;
}
.product-detail-quotes blockquote {
  border-width: 2px;
  padding-left: 40px;
}
.product-detail-quotes blockquote p {
  line-height: 1.3;
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .product-detail-quotes blockquote p {
    font-size: 25.38px;
  }
}
@media (min-width: 992px) {
  .product-detail-quotes blockquote p {
    font-size: 29.57px;
  }
}
@media (min-width: 1200px) {
  .product-detail-quotes blockquote p {
    font-size: 33.46px;
  }
}
@media (min-width: 1550px) {
  .product-detail-quotes blockquote p {
    font-size: 40px;
  }
}
.product-detail-quotes blockquote small {
  margin-top: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .product-detail-quotes blockquote small {
    font-size: 17.08px;
  }
}
@media (min-width: 992px) {
  .product-detail-quotes blockquote small {
    font-size: 17.91px;
  }
}
@media (min-width: 1200px) {
  .product-detail-quotes blockquote small {
    font-size: 18.69px;
  }
}
@media (min-width: 1550px) {
  .product-detail-quotes blockquote small {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .product-detail-quotes blockquote small {
    margin-top: 30px;
  }
}

/* ==========================================================================
#Product Detail Related
========================================================================== */
.section-related {
  margin-bottom: -20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ececec;
}
@media (min-width: 768px) {
  .section-related {
    margin-bottom: -40px;
  }
}
.section-related h3 {
  margin-bottom: 30px;
}

/* ==========================================================================
#Product Detail Enquiry Form
========================================================================== */
.enquiry-form-container {
  overflow: hidden;
}

.enquiry-form-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.enquiry-form-bg.active {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}

.enquiry-form {
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
}
@media (max-width: 479px) {
  .enquiry-form {
    position: fixed;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    overflow-y: auto;
  }
}
@media (min-width: 480px) {
  .enquiry-form {
    float: right;
    margin-right: -8px;
    padding: 30px;
    max-width: 360px;
  }
}
.enquiry-form .enquiry-form-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c5c6;
}
.enquiry-form .enquiry-form-title h4 {
  display: inline-block;
  font-size: 20px;
  margin: 0;
}
.enquiry-form .enquiry-form-title button {
  float: right;
  background-color: transparent;
  border: 0;
}
.enquiry-form .enquiry-form-title .mfp-close {
  position: static;
  height: auto;
  width: auto;
  line-height: 1;
}
.enquiry-form .enquiry-form-intro {
  margin-bottom: 20px;
}
.enquiry-form .enquiry-form-intro p,
.enquiry-form .enquiry-form-intro span {
  font-size: 16px;
}
.enquiry-form .enquiry-form-intro span {
  font-weight: 700;
}
.enquiry-form label {
  font-size: 16px;
}

.form-info {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

/* ==========================================================================
#Product Sidebar
========================================================================== */
.footer-widgets {
  margin: 30px 0px 50px;
}
@media (min-width: 992px) {
  .footer-widgets {
    display: none;
  }
}

.sidebar-banners {
  display: none;
  margin: 0px 0px 30px;
}
@media (min-width: 992px) {
  .sidebar-banners {
    display: block;
  }
}

.feature-quote {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .feature-quote p {
    font-size: 32px;
  }
}

.producer-highlight {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .producer-highlight {
    display: flex;
  }
}

.widget-video {
  position: relative;
  background-color: #000;
}
.widget-video img {
  opacity: 0.7;
}
.widget-video .video-description {
  display: block;
  padding: 15px;
  width: 100%;
  text-align: center;
  background-color: #3c3c3b;
}
@media (min-width: 480px) {
  .widget-video .video-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
  }
}
.widget-video .video-heading {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
}
@media (min-width: 768px) {
  .widget-video .video-heading {
    font-size: 22.69px;
  }
}
@media (min-width: 992px) {
  .widget-video .video-heading {
    font-size: 24.79px;
  }
}
@media (min-width: 1200px) {
  .widget-video .video-heading {
    font-size: 26.73px;
  }
}
@media (min-width: 1550px) {
  .widget-video .video-heading {
    font-size: 30px;
  }
}
.widget-video .video-icon {
  display: block;
  margin: 0 auto 5px;
  width: 63px;
  height: 63px;
  background-image: url("../images/play-icon.png");
  background-size: 63px;
  background-repeat: no-repeat;
}
.widget-video .video-play {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 992px) {
  .widget-video .video-play {
    font-size: 20px;
  }
}

.widget-sound-embed {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .widget-sound-embed {
    margin-bottom: 0;
    height: 100%;
  }
}
.widget-sound-embed iframe {
  max-width: 100%;
}
@media (min-width: 992px) {
  .widget-sound-embed iframe {
    height: 100%;
    min-height: 250px;
  }
}

.related-products {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .related-products {
    margin-top: 70px;
    padding-top: 40px;
  }
}
.related-products > h2 {
  margin-bottom: 30px;
  color: #02604c;
}
@media (min-width: 1200px) {
  .related-products > h2 {
    margin-bottom: 50px;
  }
}

.wide-cta {
  margin-top: 30px;
  padding-top: 10px;
  text-align: center;
  border-top: 2px solid #d1d1d1;
}
@media (min-width: 768px) {
  .wide-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .wide-cta p {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.social-share {
  font-size: 16px;
}
.social-share li:first-child {
  transform: translateY(5px);
}

.magazine-grid {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .magazine-grid {
    padding-bottom: 30px;
  }
  .magazine-grid img {
    margin: 0 auto;
  }
}
.magazine-grid a {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

.magazine-content {
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .magazine-content {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.magazine-content img {
  margin: 0 auto;
  margin-bottom: 30px;
}

/* Table of Contents
==================================================

    #author

   ==================================================
*/
/* ==========================================================================
#author
========================================================================== */
/* Table of Contents
==================================================

    #admin comment

   ==================================================
*/
/* ==========================================================================
#admin comment
========================================================================== */
.widget-comment.admin {
  padding: 30px 35px 30px 50px;
  background-image: url("../images/admin-comment.png");
  background-repeat: no-repeat;
  background-size: 20px 17px;
  background-position: 15px 62px;
  background-color: #e9e9e0;
}

#comments {
  margin-top: 50px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#comments > h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

/* Table of Contents
==================================================

    #share article

   ==================================================
*/
/* ==========================================================================
#share article
========================================================================== */
.share-article {
  margin: 30px 0;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .share-article {
    padding: 20px 0;
  }
}
.share-article h3 {
  margin-bottom: 6px;
  font-size: 26px;
}
.share-article ul {
  margin: 0;
}
@media (min-width: 480px) {
  .share-article {
    display: table;
    width: 100%;
    text-align: left;
  }
  .share-article h3, .share-article ul {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
  }
  .share-article ul {
    text-align: right;
  }
  .share-article ul li {
    line-height: 1;
  }
}

/* Table of Contents
==================================================

    #summary

   ==================================================
*/
.blog-category {
  font-size: 16px;
}
.blog-category a {
  color: #fff !important;
}

/* Table of Contents
==================================================

    #tags

   ==================================================
*/
/* ==========================================================================
#tags
========================================================================== */
.widget-tags {
  margin-top: 30px;
}
.widget-tags h3 {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.widget-tags ul {
  display: inline-block;
  margin-bottom: 0;
}
.widget-tags ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
}
.widget-tags ul li a:after {
  content: ",";
}
.widget-tags ul li:last-child a:after {
  content: "";
}

/* Table of Contents
==================================================

    #Global Widget Styles

   ==================================================
*/
/* ==========================================================================
#Global Widget Styles
========================================================================== */
.grid .widget {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .grid .widget {
    margin-bottom: 35px;
  }
}

.widget-grid {
  background-color: #02604c;
}
.theme-second .widget-grid {
  background-color: #06614f;
}
.theme-third .widget-grid {
  background-color: #dc0046;
}
.theme-fourth .widget-grid {
  background-color: #006a71;
}
.theme-fifth .widget-grid {
  background-color: #f1592e;
}
.widget-grid .image {
  display: block;
}
.widget-grid .text {
  padding: 15px;
  color: #fff !important;
}
@media (min-width: 768px) {
  .widget-grid .text {
    padding: 20px 25px;
  }
}
.widget-grid .text p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .widget-grid .text p {
    font-size: 20px;
  }
}

.widget-grid-heading {
  margin-bottom: 5px;
  font-size: 22px;
  color: inherit;
}
.widget-grid-heading a {
  color: #fff !important;
}

.widget-category {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.widget-category .text {
  padding: 30px 15px;
  text-align: center;
}
.widget-category h3 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .widget-category h3 {
    font-size: 32px;
  }
}
.widget-category h3 a {
  color: #3c3c3b;
}

/* Table of Contents
==================================================

    #XXX

   ==================================================
*/
/* ==========================================================================
#XXX
========================================================================== */
.event-actions .btn {
  margin-bottom: 10px;
}

/* Table of Contents
==================================================

    #widget-gallery

   ==================================================
*/
/* ==========================================================================
#widget-gallery
========================================================================== */
.widget-gallery h4 {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 20px;
}
.widget-gallery a {
  display: block;
}
.widget-gallery a:hover img {
  opacity: 0.8;
}

/* Table of Contents
==================================================

    #XXX

   ==================================================
*/
/* ==========================================================================
#XXX
========================================================================== */
/* Table of Contents
==================================================

	#listing
    #Product
	#Product Popup

   ==================================================
*/
/* ==========================================================================
#listing
========================================================================== */
.product-listing {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-listing:after, .product-listing:before {
  display: none;
}
.no-flexboxlegacy .product-listing > div {
  box-sizing: border-box;
}

/* ==========================================================================
#product
========================================================================== */
.widget-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.widget-product:hover .content {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
}
.widget-product .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: box-shadow 0.3s ease-in-out;
  max-width: 100%;
}
@media (min-width: 768px) {
  .widget-product .content {
    padding: 20px;
  }
}
.widget-product .product-details {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.widget-product .product-details * {
  display: block;
  max-width: 100%;
  flex-shrink: 1;
}
.widget-product .product-details h3, .widget-product .product-details__title {
  font-family: montserrat, sans-serif;
  margin: 0;
  word-break: break-word;
  width: 100%;
  font-weight: 800;
  /* Applied via JS */
}
@media (max-width: 600px) {
  .widget-product .product-details h3, .widget-product .product-details__title {
    word-wrap: break-word;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .widget-product .product-details h3, .widget-product .product-details__title {
    font-size: 18px;
  }
}
@media (min-width: 1550px) {
  .widget-product .product-details h3, .widget-product .product-details__title {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 600px) {
  .widget-product .product-details h3.long-title, .widget-product .product-details__title.long-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .widget-product .product-details h3.long-title, .widget-product .product-details__title.long-title {
    font-size: 18px;
  }
}
@media (min-width: 1550px) {
  .widget-product .product-details h3.long-title, .widget-product .product-details__title.long-title {
    font-size: 26px;
  }
}
.widget-product .product-details h3 a, .widget-product .product-details__title a {
  color: #3c3c3b;
}
.widget-product .product-details .location {
  font-size: 14px;
  color: #3c3c3b;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .widget-product .product-details .location {
    font-size: 18px;
  }
}
.widget-product .product-details .btn {
  margin-top: auto;
}
.widget-product .product-image {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 30%;
}
.widget-product .product-image a:not(.product-moreinfo) {
  display: block;
  width: 100%;
}
.widget-product .product-image img {
  margin: 0 auto 0;
  max-height: 200px;
  font-size: 12px;
  word-break: break-word;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .widget-product .product-image img {
    max-height: 180px;
  }
}
@media (min-width: 1550px) {
  .widget-product .product-image img {
    max-height: 250px;
  }
}
.widget-product .product-favourite > span {
  line-height: 1;
}
.widget-product .product-favourite .icon-sprite {
  width: 20px;
  height: 20px;
  margin-top: -1px;
}
.widget-product .product-favourite .magnify-plus {
  margin-right: 5px;
  fill: #878787;
}
.widget-product .product-favourite .magnify-plus:hover {
  fill: #3c3c3b;
}
.widget-product .product-favourite.favourited .heart {
  display: inline-block;
}
.widget-product .product-favourite.favourited .heart-outline {
  display: none;
}
.widget-product .product-favourite .heart {
  display: none;
  fill: #dc0046;
  cursor: pointer;
}
.widget-product .product-favourite .heart-outline {
  fill: #878787;
  cursor: pointer;
}
.widget-product .product-favourite .heart-outline:hover {
  fill: #dc0046;
}
.widget-product .product-moreinfo:hover {
  text-decoration: none;
}

/* ==========================================================================
#Product Popup
========================================================================== */
.product-popup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: #fff;
  width: calc(100vw - 30px);
  height: calc(100vh - 30px);
  margin: 0 auto;
  padding: 25px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .product-popup {
    overflow-y: auto !important;
  }
}
@media (min-width: 768px) {
  .product-popup {
    max-width: 750px;
    max-height: 550px;
    height: auto;
  }
}
.product-popup:before {
  display: none;
}
.product-popup .product-favourite {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  height: 40px;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .product-popup .product-favourite {
    order: 1;
  }
}
@media (max-width: 480px) {
  .product-popup .product-image {
    order: 2;
  }
}
.product-popup .product-image img {
  max-width: 100%;
}
.product-popup .product-details {
  max-width: 360px;
}
@media (max-width: 480px) {
  .product-popup .product-details {
    order: 2;
  }
}
@media (max-width: 768px) {
  .product-popup .product-details {
    width: 65%;
    margin-left: 5%;
  }
}
.product-popup .product-details h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .product-popup .product-details h3 {
    font-size: 25.61px;
  }
}
@media (min-width: 992px) {
  .product-popup .product-details h3 {
    font-size: 26.87px;
  }
}
@media (min-width: 1200px) {
  .product-popup .product-details h3 {
    font-size: 28.04px;
  }
}
@media (min-width: 1550px) {
  .product-popup .product-details h3 {
    font-size: 30px;
  }
}
.product-popup .product-summary {
  border-bottom: 3px solid #e5dbd7;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product-popup .product-summary {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 3px solid #e5dbd7;
  }
}
@media (max-width: 768px) {
  .product-popup .location {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .product-popup .visible-xs {
    order: 3;
  }
}
.product-popup .mfp-close {
  display: inline-block;
  position: static;
  width: 16px;
  height: 16px;
  line-height: 18px;
  padding: 0;
  opacity: 1;
  font-size: 18px;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .product-popup .mfp-close {
    width: 20px;
  }
}

/* Table of Contents
==================================================

    #team member

   ==================================================
*/
/* ==========================================================================
#team member
========================================================================== */
.widget-featured-page {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.widget-featured-page.large {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .widget-featured-page.large {
    margin-bottom: 0;
  }
}
.widget-featured-page a {
  color: #fff !important;
  text-decoration: none;
}
.widget-featured-page a:hover {
  color: #fff;
}
.widget-featured-page img {
  margin-bottom: 20px;
}
.widget-featured-page h3 {
  line-height: 1.2;
  margin-bottom: 10px;
}

/* ==========================================================================
#breadcrumb
========================================================================== */
.breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
  }
}
.breadcrumb a {
  color: #02604c;
}
.breadcrumb a:hover {
  color: rgb(0.9591836735, 46.0408163265, 36.4489795918);
  text-decoration: none;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  font-family: montserrat, sans-serif;
  letter-spacing: 0.03em;
}
.breadcrumb li + li {
  padding-left: 15px;
}
.breadcrumb li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  color: #02604c;
}
.breadcrumb > .active {
  color: #02604c;
}

@media (max-width: 767px) {
  nav.text-right {
    text-align: center !important;
  }
}

/* ==========================================================================
#pagination
========================================================================== */
.pager {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  clear: both;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 0;
  width: 120px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #02604c;
}
.pager li > a .icon-sprite,
.pager li > span .icon-sprite {
  fill: #02604c;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #02604c;
  color: #fff;
}
.pager li > a:hover .icon-sprite,
.pager li > a:focus .icon-sprite {
  fill: #fff;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .next i {
  margin-left: 5px;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .previous i {
  margin-right: 5px;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #02604c;
  background-color: #fff;
  cursor: not-allowed;
}

/* ==========================================================================
#pagination
========================================================================== */
nav.text-right {
  display: flex;
  justify-content: flex-end;
}

.pagination {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  border-radius: 0px;
  display: flex;
  flex-wrap: wrap;
}
.pagination > li {
  display: inline;
  margin: 0 2px;
}
.pagination > li > a,
.pagination > li > span {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #3c3c3b;
  background-color: transparent;
  margin-left: -1px;
  text-align: center;
  border: 1px solid transparent;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 480px) {
  .pagination > li > a,
  .pagination > li > span {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination .prev .icon-sprite, .pagination .next .icon-sprite {
  width: 23px;
  height: 23px;
  fill: #3c3c3b;
}
.pagination .prev > a, .pagination .next > a {
  background-color: #e9e9e9;
  border: 1px solid #181818;
  color: #828282;
}
.pagination .prev > a:hover, .pagination .next > a:hover {
  background-color: #02604c;
}
.pagination .prev {
  margin-left: 0;
  margin-right: 10px;
}
.pagination .next {
  margin-right: 0;
  margin-left: 10px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff !important;
  background-color: #02604c;
}
.pagination > li > a:hover .icon-sprite, .pagination > li > a:focus .icon-sprite,
.pagination > li > span:hover .icon-sprite,
.pagination > li > span:focus .icon-sprite {
  fill: currentColor;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff !important;
  background-color: #02604c !important;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #3c3c3b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  cursor: not-allowed;
}

/* Table of Contents
==================================================

    #Global Sidebar Widget Styles

   ==================================================
*/
/* ==========================================================================
#Global Sidebar Widget Styles
========================================================================== */
.sidebar .widget {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sidebar .widget {
    margin-bottom: 32.69px;
  }
}
@media (min-width: 992px) {
  .sidebar .widget {
    margin-bottom: 34.79px;
  }
}
@media (min-width: 1200px) {
  .sidebar .widget {
    margin-bottom: 36.73px;
  }
}
@media (min-width: 1550px) {
  .sidebar .widget {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sidebar + .main-col {
    margin-top: 30px;
  }
}

.widget-form {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  .widget-form {
    padding: 25px;
  }
}
.widget-form p {
  font-size: 16px;
}
.widget-form .collapse {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .widget-form .collapse {
    display: block !important;
    height: auto !important;
  }
}

.widget-form-toggle {
  position: relative;
  color: #3c3c3b !important;
  text-decoration: none;
}
.widget-form-toggle:hover, .widget-form-toggle:active, .widget-form-toggle:focus {
  text-decoration: none;
}
.widget-form-toggle .icon-sprite {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.widget-form-toggle:not(.collapsed) .icon-sprite {
  transform: rotate(180deg);
}

/* Table of Contents
==================================================

    #image widget

   ==================================================
*/
/* ==========================================================================
#image widget
========================================================================== */
.widget-image img {
  margin-bottom: 10px;
}

/* Table of Contents
==================================================

    #XXX

   ==================================================
*/
/* ==========================================================================
#XXX
========================================================================== */
/* Table of Contents
==================================================

    #sub nav

   ==================================================
*/
/* ==========================================================================
#sub nav
========================================================================== */
.sub-nav {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  .sub-nav {
    padding: 25px;
  }
}
.sub-nav .nav li a {
  position: relative;
  padding: 10px 0 10px 25px;
  font-size: 16px;
}
.sub-nav .nav li a:hover {
  background-color: transparent !important;
}
.sub-nav .nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../images/svgs/arrow-right.svg");
  background-size: 8px;
  background-repeat: no-repeat;
}
.sub-nav .nav li.active > a, .sub-nav .nav li a:hover {
  color: #02604c;
  background-color: transparent;
}
.theme-second .sub-nav .nav li.active > a, .theme-second .sub-nav .nav li a:hover {
  color: #1fafa4;
}
.theme-third .sub-nav .nav li.active > a, .theme-third .sub-nav .nav li a:hover {
  color: #67003a;
}
.theme-fourth .sub-nav .nav li.active > a, .theme-fourth .sub-nav .nav li a:hover {
  color: #253f8e;
}
.theme-fifth .sub-nav .nav li.active > a, .theme-fifth .sub-nav .nav li a:hover {
  color: #006a71;
}
.sub-nav .nav li.active > a {
  font-weight: 700;
}
.sub-nav .nav li ul li {
  padding-left: 25px;
}
.sub-nav .nav .level-2 li {
  padding-left: 25px;
}

/* Table of Contents
==================================================

    #Blockquote
    #Featured Blockquote

   ==================================================
*/
/* ==========================================================================
#Blockquote
========================================================================== */
blockquote {
  margin: 20px 0;
  padding: 0 0 20px;
  font-size: 20px;
  font-weight: 400;
  border-left: none;
  border-bottom: 1px solid #d1d1d1;
}
@media (min-width: 768px) {
  .page-content blockquote {
    margin: 30px 0;
  }
}
@media (min-width: 1550px) {
  .page-content blockquote {
    margin-left: 100px;
  }
}
blockquote p,
blockquote ul,
blockquote ol {
  line-height: 1.25;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .page-content blockquote p,
  .page-content blockquote ul,
  .page-content blockquote ol {
    font-size: 32px;
  }
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: inherit;
  line-height: 1.5;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  display: none;
}
blockquote cite {
  font-style: normal;
}
blockquote cite:before {
  content: "—";
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  margin-right: 5px;
}

/* ==========================================================================
#Featured Blockquote
========================================================================== */
/* Table of Contents
==================================================

    #FAQ

   ==================================================
*/
/* ==========================================================================
#FAQ
========================================================================== */
.panel-group {
  margin-top: 30px;
}
.panel-group .panel {
  margin-bottom: 15px;
}

.accordion-toggle {
  display: block;
}

.product-detail-content .panel, .panel-group .panel {
  border: 0;
  padding: 20px;
  background-color: #f3f3ef;
  margin-bottom: 15px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.product-detail-content .panel-heading, .panel-group .panel-heading {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.product-detail-content .panel-heading .accordion-toggle, .panel-group .panel-heading .accordion-toggle {
  background-image: url(../images/svgs/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right -5px;
  background-size: 20px;
  text-decoration: none;
  color: #3c3c3b;
  padding-right: 20px;
}
.product-detail-content .panel-heading .accordion-toggle:hover, .panel-group .panel-heading .accordion-toggle:hover {
  color: #02604c;
}
.theme-second .product-detail-content .panel-heading .accordion-toggle:hover, .theme-second .panel-group .panel-heading .accordion-toggle:hover {
  color: #1fafa4;
}
.theme-third .product-detail-content .panel-heading .accordion-toggle:hover, .theme-third .panel-group .panel-heading .accordion-toggle:hover {
  color: #67003a;
}
.theme-fourth .product-detail-content .panel-heading .accordion-toggle:hover, .theme-fourth .panel-group .panel-heading .accordion-toggle:hover {
  color: #253f8e;
}
.theme-fifth .product-detail-content .panel-heading .accordion-toggle:hover, .theme-fifth .panel-group .panel-heading .accordion-toggle:hover {
  color: #006a71;
}
.product-detail-content .panel-heading .accordion-toggle.collapsed, .panel-group .panel-heading .accordion-toggle.collapsed {
  background-image: url(../images/svgs/arrow-down.svg);
  border-bottom: 0;
  padding-bottom: 0px;
}
.product-detail-content .panel-heading .accordion-toggle[aria-expanded=true], .panel-group .panel-heading .accordion-toggle[aria-expanded=true] {
  padding-bottom: 20px;
  background-image: url(../images/svgs/arrow-up.svg);
  border-bottom: 1px solid #bdbdbb;
}
.product-detail-content .panel-title, .panel-group .panel-title {
  font-size: 20px;
}
.product-detail-content .panel-body, .panel-group .panel-body {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .product-detail-content .panel-body img, .panel-group .panel-body img {
    max-width: 50%;
  }
}
.product-detail-content .panel-default .panel-heading, .panel-group .panel-default .panel-heading {
  background-color: transparent;
}

/* Table of Contents
==================================================

    #filter
	#Filter Product List

   ==================================================
*/
/* ==========================================================================
#filter
========================================================================== */
.filter {
  margin-bottom: 20px;
}

.filter-button-group {
  margin-bottom: 24px;
}

/* ==========================================================================
#Filter Product List
========================================================================== */
.filter-product-list {
  margin-bottom: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .filter-product-list {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .filter-product-list {
    overflow: hidden;
  }
}
.filter-product-list .form {
  margin-bottom: 0;
}
.filter-product-list .form-group {
  display: inline-block;
}
@media (max-width: 768px) {
  .filter-product-list .form-group {
    float: left;
  }
}
.filter-product-list .form-group label {
  margin-right: 15px;
  font-size: 14px;
}
@media (min-width: 480px) {
  .filter-product-list .form-group label {
    font-size: 16px;
  }
}
.filter-product-list .form-group .form-control {
  color: #3c3c3b;
  font-size: 16px;
  height: 37px;
  display: inline-block;
}
.filter-product-list .form-group + .form-group {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .filter-product-list .form-group + .form-group {
    margin-left: 0;
  }
}
.filter-product-list .sort-by {
  width: 300px;
}
.filter-product-list .sort-by .form-control {
  width: 65%;
}
@media (max-width: 768px) {
  .filter-product-list .sort-by {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .filter-product-list .sort-by label {
    width: 100%;
    text-align: left;
  }
  .filter-product-list .sort-by .form-control {
    width: 100%;
  }
}
.filter-product-list .results-per-page {
  width: auto;
  max-width: 250px;
}
.filter-product-list .results-per-page .form-control {
  width: 30%;
}
@media (max-width: 768px) {
  .filter-product-list .results-per-page {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .filter-product-list .results-per-page label {
    width: 100%;
    text-align: left;
  }
  .filter-product-list .results-per-page .form-control {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .filter-flex {
    display: flex;
    align-items: flex-end;
  }
}

/* Table of Contents
==================================================

    #share list

   ==================================================
*/
/* ==========================================================================
#share list
========================================================================== */
.list-share-icons li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.list-share-icons li:last-child {
  margin-right: 0;
}
.list-share-icons li a:hover svg {
  fill: #02604c;
}
.list-share-icons .icon-sprite {
  width: 30px;
  height: 30px;
  fill: #02604c !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .list-share-icons .icon-sprite {
    width: 25px;
    height: 25px;
  }
}
.list-share-icons .icon-sprite:hover {
  fill: rgba(29, 29, 27, 0.8) !important;
}

.facebook .icon-sprite {
  fill: #365397;
}

.twitter .icon-sprite {
  fill: #00a9f1;
}

.linkedin .icon-sprite {
  fill: #006db3;
}

.google-plus .icon-sprite {
  fill: #e0452c;
}

.youtube .icon-sprite {
  fill: #ff3333;
}

.instagram .icon-sprite {
  fill: #396d9a;
}

.pinterest .icon-sprite {
  fill: #cb2027;
}

.email .icon-sprite {
  fill: rgba(27, 27, 27, 0.4);
}

.js-sticky-widget {
  position: fixed;
  bottom: 70px;
  left: 15px;
  right: 15px;
  padding: 30px 30px 25px;
  background-color: #558240;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 100;
  transform: translateY(200%);
  opacity: 0;
  transition: opacity 0.75s, transform 0.75s cubic-bezier(0, 0.4, 0.4, 1.2);
}
@media (min-width: 768px) {
  .js-sticky-widget {
    left: auto;
    width: 400px;
    transform: translateX(200%);
  }
}
@media (min-width: 992px) {
  .js-sticky-widget {
    right: 20px;
    bottom: 20px;
  }
}
.js-sticky-widget h3 {
  color: #fff;
}
.js-sticky-widget.shown {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .js-sticky-widget.shown {
    transform: translateX(0);
  }
}
.theme-second .js-sticky-widget {
  background-color: #006a71;
}
.theme-third .js-sticky-widget {
  background-color: #34aca5;
}
.theme-fourth .js-sticky-widget {
  background-color: #e2104f;
}
.theme-fifth .js-sticky-widget {
  background-color: #67003a;
}

.widget-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border: 0;
}
.widget-close .icon-sprite {
  fill: #fff;
  pointer-events: none;
}
.widget-close:hover {
  color: #fff;
}

.svg-arrow-down, .svg-arrow-left, .svg-arrow-right, .svg-arrow-up, .svg-bibendum-logo, .svg-close, .svg-email, .svg-envelope, .svg-facebook, .svg-google-plus, .svg-heart, .svg-instagram, .svg-linkedin, .svg-pinterest, .svg-reply, .svg-retweet, .svg-rss, .svg-search, .svg-twitter, .svg-youtube {
  background: url("svg/sprite.css.svg") no-repeat;
}

.svg-arrow-down {
  background-position: 0 0;
}

.svg-arrow-down-dims {
  width: 20.57px;
  height: 32px;
}

.svg-arrow-left {
  background-position: 62.7914110429% 24.0601503759%;
}

.svg-arrow-left-dims {
  width: 12px;
  height: 32px;
}

.svg-arrow-right {
  background-position: 31.7594736201% 0;
}

.svg-arrow-right-dims {
  width: 10.86px;
  height: 32px;
}

.svg-arrow-up {
  background-position: 40.7887068575% 0;
}

.svg-arrow-up-dims {
  width: 20.57px;
  height: 32px;
}

.svg-bibendum-logo {
  background-position: 0 20.9382974547%;
}

.svg-bibendum-logo-dims {
  width: 32px;
  height: 12.17px;
}

.svg-close {
  background-position: 0 33.2105263158%;
}

.svg-close-dims {
  width: 32px;
  height: 32px;
}

.svg-email {
  background-position: 22.3776223776% 33.2105263158%;
}

.svg-email-dims {
  width: 32px;
  height: 32px;
}

.svg-envelope {
  background-position: 58.4335664336% 0;
}

.svg-envelope-dims {
  width: 32px;
  height: 32px;
}

.svg-facebook {
  background-position: 53.4920939761% 24.0601503759%;
}

.svg-facebook-dims {
  width: 18.79px;
  height: 32px;
}

.svg-google-plus {
  background-position: 0 54.3644279495%;
}

.svg-google-plus-dims {
  width: 32px;
  height: 24.89px;
}

.svg-heart {
  background-position: 76.5298013245% 22.695035461%;
}

.svg-heart-dims {
  width: 24px;
  height: 24px;
}

.svg-instagram {
  background-position: 78.3085993088% 0;
}

.svg-instagram-dims {
  width: 27.43px;
  height: 32px;
}

.svg-linkedin {
  background-position: 0 75.7400884359%;
}

.svg-linkedin-dims {
  width: 32px;
  height: 31.57px;
}

.svg-pinterest {
  background-position: 22.3776223776% 75.7400884359%;
}

.svg-pinterest-dims {
  width: 32px;
  height: 31.57px;
}

.svg-reply {
  background-position: 99.993006993% 0;
}

.svg-reply-dims {
  width: 32px;
  height: 32px;
}

.svg-retweet {
  background-position: 99.993006993% 24.0601503759%;
}

.svg-retweet-dims {
  width: 32px;
  height: 32px;
}

.svg-rss {
  background-position: 95.4157213399% 48.1203007519%;
}

.svg-rss-dims {
  width: 25.14px;
  height: 32px;
}

.svg-search {
  background-position: 99.993006993% 72.1804511278%;
}

.svg-search-dims {
  width: 32px;
  height: 32px;
}

.svg-twitter {
  background-position: 0 99.7218045113%;
}

.svg-twitter-dims {
  width: 31.75px;
  height: 32px;
}

.svg-youtube {
  background-position: 14.3404907975% 0;
}

.svg-youtube-dims {
  width: 31.56px;
  height: 32px;
}
