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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* Body
======================================== */
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-asdjust: none;
  -webkit-font-smoothing: antialiased; }

/* Responsive Columns
******************************************************************************************************************************************/
.row {
  width: 100%;
  box-sizing: border-box; }

.row .col {
  width: 100%;
  float: left;
  height: auto;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box; }

.row .col:first-child {
  margin-left: 0 !important; }

.row .col:last-child {
  margin-bottom: 0 !important; }

.row:after, .row .col:after {
  content: "";
  clear: both;
  display: table; }

.row a {
  text-decoration: none; }

.row .col img {
  max-width: 100%;
  width: auto;
  height: auto; }

.rows .col {
  margin: 0 0 5% 0; }

.example .col span {
  /* example purposes only - DELETE */
  background: #9FDD98;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  padding: 10px;
  display: block; }

@media all and (max-width: 700px) {
  /* Cols
  ======================================== */
  .row .col.s12 {
    width: calc(((100 - (5 * (1 - 1))) / 1 ) / 100 * 100%);
    margin-left: 0; }

  .row .col.s11 {
    width: calc(((100 - (5 * (1.09091 - 1))) / 1.09091 ) / 100 * 100%);
    margin-left: 5%; }

  .row .col.s10 {
    width: calc(((100 - (5 * (1.2 - 1))) / 1.2 ) / 100 * 100%);
    margin-left: 5%; }

  .row .col.s9 {
    width: calc(((100 - (5 * (1.33333 - 1))) / 1.33333 ) / 100 * 100%);
    margin-left: 5%; }

  .row .col.s8 {
    width: calc(((100 - (5 * (1.5 - 1))) / 1.5 ) / 100 * 100%);
    margin-left: 5%; }

  .row .col.s7 {
    width: calc(((100 - (5 * (1.71429 - 1))) / 1.71429 ) / 100 * 100%);
    margin-left: 5%; }

  .row .col.s6 {
    width: calc(((100 - (5 * (2 - 1))) / 2 ) / 100 * 100%);
    margin-left: 5%; }

  .row .col.s5 {
    width: calc(((100 - (5 * (2.4 - 1))) / 2.4 ) / 100 * 100%);
    margin-left: 5%; }

  .row .col.s4 {
    width: calc(((100 - (5 * (3 - 1))) / 3 ) / 100 * 100%);
    margin-left: 5%; }

  .row .col.s3 {
    width: calc(((100 - (5 * (4 - 1))) / 4 ) / 100 * 100%);
    margin-left: 5%; }

  .row .col.s5th {
    width: calc(((100 - (5 * (5 - 1))) / 5 ) / 100 * 100%);
    margin-left: 5%; }

  .row .col.s2 {
    width: calc(((100 - (5 * (6 - 1))) / 6 ) / 100 * 100%);
    margin-left: 5%; }

  .row .col.s1 {
    width: calc(((100 - (5 * (12 - 1))) / 12 ) / 100 * 100%);
    margin-left: 5%; }

  /* clearing and margin overrides for multiple rows
  ======================================== */
  .rows .col.s1:nth-child(12n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.s2:nth-child(6n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.s5th:nth-child(5n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.s3:nth-child(4n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.s4:nth-child(3n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.s6:nth-child(2n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.s12:nth-child(1n) {
    margin-left: 0; }

  /* 5 7 8 9 10 11 12 - Not needed as they shouldn't be used with multiple col-clear */ }
/* ZigZag Rows
======================================== */
.zigzag-rows ul li {
  clear: both;
  margin-bottom: 40px; }

.zigzag-rows .z-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block; }

.zigzag-rows .z-content {
  margin-top: 30px; }

.zigzag-rows ul ul li {
  margin-bottom: 6px !important;
  line-height: 18px !important; }

@media all and (min-width: 700px) and (max-width: 1025px) {
  .row .col {
    margin: 0 0 0 4%; }

  .rows .col {
    margin: 0 0 4% 4%; }

  /* Cols
  ======================================== */
  .row .col.m12 {
    width: calc(((100 - (4 * (1 - 1))) / 1 ) / 100 * 100%);
    margin-left: 0; }

  .row .col.m11 {
    width: calc(((100 - (4 * (1.09091 - 1))) / 1.09091 ) / 100 * 100%);
    margin-left: 4%; }

  .row .col.m10 {
    width: calc(((100 - (4 * (1.2 - 1))) / 1.2 ) / 100 * 100%);
    margin-left: 4%; }

  .row .col.m9 {
    width: calc(((100 - (4 * (1.33333 - 1))) / 1.33333 ) / 100 * 100%);
    margin-left: 4%; }

  .row .col.m8 {
    width: calc(((100 - (4 * (1.5 - 1))) / 1.5 ) / 100 * 100%);
    margin-left: 4%; }

  .row .col.m7 {
    width: calc(((100 - (4 * (1.71429 - 1))) / 1.71429 ) / 100 * 100%);
    margin-left: 4%; }

  .row .col.m6 {
    width: calc(((100 - (4 * (2 - 1))) / 2 ) / 100 * 100%);
    margin-left: 4%; }

  .row .col.m5 {
    width: calc(((100 - (4 * (2.4 - 1))) / 2.4 ) / 100 * 100%);
    margin-left: 4%; }

  .row .col.m4 {
    width: calc(((100 - (4 * (3 - 1))) / 3 ) / 100 * 100%);
    margin-left: 4%; }

  .row .col.m3 {
    width: calc(((100 - (4 * (4 - 1))) / 4 ) / 100 * 100%);
    margin-left: 4%; }

  .row .col.m5th {
    width: calc(((100 - (4 * (5 - 1))) / 5 ) / 100 * 100%);
    margin-left: 4%; }

  .row .col.m2 {
    width: calc(((100 - (4 * (6 - 1))) / 6 ) / 100 * 100%);
    margin-left: 4%; }

  .row .col.m1 {
    width: calc(((100 - (4 * (12 - 1))) / 12 ) / 100 * 100%);
    margin-left: 4%; }

  /* clearing and margin overrides for multiple rows
  ======================================== */
  .rows .col.m1:nth-child(12n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.m2:nth-child(6n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.m5th:nth-child(5n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.m3:nth-child(4n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.m4:nth-child(3n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.m6:nth-child(2n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.m12:nth-child(1n) {
    margin-left: 0; }

  /* 5 7 8 9 10 11 12 - Not needed as they shouldn't be used with multiple col-clear */
  /* ZigZag Rows
  ======================================== */
  .zigzag-rows ul li {
    margin-bottom: 60px; }

  .zigzag-rows .z-image {
    float: left;
    width: 48%;
    box-sizing: border-box;
    vertical-align: middle; }

  .zigzag-rows .z-content {
    position: relative;
    float: right;
    width: 52%;
    box-sizing: border-box;
    display: table;
    margin-top: 0; }

  .zigzag-rows .auto-center {
    display: table-cell;
    vertical-align: middle;
    /*
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
    */
    padding: 0 0 40px 40px; }

  .zigzag-rows ul li:nth-child(2n) .z-image {
    float: right; }

  .zigzag-rows ul li:nth-child(2n) .auto-center {
    padding: 0 40px 40px 0; }

  .zigzag-rows ul ul li {
    margin-bottom: 8px !important;
    line-height: 22px !important; } }
/* END @Media */
@media all and (min-width: 1025px) and (max-width: 1400px) {
  .row .col {
    margin: 0 0 0 3%; }

  .rows .col {
    margin: 0 0 3% 3%; }

  /* Cols
  ======================================== */
  .row .col.l12 {
    width: calc(((100 - (3 * (1 - 1))) / 1 ) / 100 * 100%);
    margin-left: 0; }

  .row .col.l11 {
    width: calc(((100 - (3 * (1.09091 - 1))) / 1.09091 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.l10 {
    width: calc(((100 - (3 * (1.2 - 1))) / 1.2 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.l9 {
    width: calc(((100 - (3 * (1.33333 - 1))) / 1.33333 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.l8 {
    width: calc(((100 - (3 * (1.5 - 1))) / 1.5 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.l7 {
    width: calc(((100 - (3 * (1.71429 - 1))) / 1.71429 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.l6 {
    width: calc(((100 - (3 * (2 - 1))) / 2 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.l5 {
    width: calc(((100 - (3 * (2.4 - 1))) / 2.4 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.l4 {
    width: calc(((100 - (3 * (3 - 1))) / 3 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.l3 {
    width: calc(((100 - (3 * (4 - 1))) / 4 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.l5th {
    width: calc(((100 - (3 * (5 - 1))) / 5 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.l2 {
    width: calc(((100 - (3 * (6 - 1))) / 6 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.l1 {
    width: calc(((100 - (3 * (12 - 1))) / 12 ) / 100 * 100%);
    margin-left: 3%; }

  /* clearing and margin overrides for multiple rows
  ======================================== */
  .rows .col.l1:nth-child(12n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.l2:nth-child(6n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.l5th:nth-child(5n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.l3:nth-child(4n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.l4:nth-child(3n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.l6:nth-child(2n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.l12:nth-child(1n) {
    margin-left: 0; }

  /* 5 7 8 9 10 11 12 - Not needed as they shouldn't be used with multiple col-clear */
  /* ZigZig
  ======================================== */
  .zigzag-rows ul li {
    margin-bottom: 100px; }

  .zigzag-rows .auto-center {
    padding: 0 0 0 40px; }

  .zigzag-crows ul li:nth-child(2n) .auto-center {
    padding: 0 40px 0 0; }

  .zigzag-rows ul ul li {
    margin-bottom: 8px !important; } }
/* END @Media */
@media all and (min-width: 1400px) {
  .row .col {
    margin: 0 0 0 3%; }

  .rows .col {
    margin: 0 0 3% 3%; }

  /* Cols
  ======================================== */
  .row .col.x12 {
    width: calc(((100 - (3 * (1 - 1))) / 1 ) / 100 * 100%);
    margin-left: 0; }

  .row .col.x11 {
    width: calc(((100 - (3 * (1.09091 - 1))) / 1.09091 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.x10 {
    width: calc(((100 - (3 * (1.2 - 1))) / 1.2 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.x9 {
    width: calc(((100 - (3 * (1.33333 - 1))) / 1.33333 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.x8 {
    width: calc(((100 - (3 * (1.5 - 1))) / 1.5 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.x7 {
    width: calc(((100 - (3 * (1.71429 - 1))) / 1.71429 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.x6 {
    width: calc(((100 - (3 * (2 - 1))) / 2 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.x5 {
    width: calc(((100 - (3 * (2.4 - 1))) / 2.4 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.x4 {
    width: calc(((100 - (3 * (3 - 1))) / 3 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.x3 {
    width: calc(((100 - (3 * (4 - 1))) / 4 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.x5th {
    width: calc(((100 - (3 * (5 - 1))) / 5 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.x2 {
    width: calc(((100 - (3 * (6 - 1))) / 6 ) / 100 * 100%);
    margin-left: 3%; }

  .row .col.x1 {
    width: calc(((100 - (3 * (12 - 1))) / 12 ) / 100 * 100%);
    margin-left: 3%; }

  /* clearing and margin overrides for multiple rows
  ======================================== */
  .rows .col.x1:nth-child(12n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.x2:nth-child(6n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.x5th:nth-child(5n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.x3:nth-child(4n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.x4:nth-child(3n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.x6:nth-child(2n+1) {
    clear: both;
    margin-left: 0; }

  .rows .col.x12:nth-child(1n) {
    margin-left: 0; }

  /* 5 7 8 9 10 11 12 - Not needed as they shouldn't be used with multiple col-clear */ }
/* END 1230 @MEDIA */
/* COLOURS
******************************************************************************************************************************************/
/* Colours
========================================*/
.primary-color {
  color: #1baeed; }

.secondary-color {
  color: #084a8e; }

.tertiary-color {
  color: #ffed00; }

.quarternary-color {
  color: #bc9bbc; }

.light-grey {
  color: #f1f2f3; }

.dark-grey {
  color: #434244; }

.grey, .grey p, .grey h1, .grey h2, .grey h3, .grey h4, .grey h5, .grey h6 {
  color: #777777; }

.black, .black p, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6 {
  color: #000000; }

.white, .white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
  color: #ffffff; }

.p-color, .p-color p, .p-color h1, .p-color h2, .p-color h3, .p-color h4, .p-color h5, .p-color h6 {
  color: #333333; }

/* Background colors
========================================*/
.back-primary {
  background: #1baeed; }

.back-secondary {
  background: #084a8e; }

.back-tertiary {
  background: #ffed00; }

.back-quarternary {
  background: #bc9bbc; }

.back-nav {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1baeed+0,084a8e+100 */
  background: #1baeed;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1baeed 0%, #084a8e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1baeed 0%, #084a8e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1baeed 0%, #084a8e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1baeed', endColorstr='#084a8e',GradientType=1 );
  /* IE6-9 */ }

.back-none {
  background: none; }

.back-light-grey {
  background: #f1f2f3; }

.back-extra-light-grey {
  background: #f9f9f9; }

.back-grey {
  background: #777777; }

.back-dark-grey {
  background: #434244; }

.back-black {
  background: #000000; }

.back-white {
  background: #ffffff; }

.back-black-overlay {
  background: rgba(0, 0, 0, 0.26); }

/* TEXT
******************************************************************************************************************************************/
.primary-font {
  font-family: "open-sans", Helvetica, Arial, sans-serif !important; }

.secondary-font {
  font-family: "open-sans", Helvetica, Arial, sans-serif !important; }

body {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400; }

p, a, td, th, li {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  margin-bottom: 17px; }

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  margin-bottom: 0; }

a:hover {
  color: #1baeed; }

a.white:hover {
  color: #1baeed; }

li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 18px; }

strong, b {
  font-weight: 700; }

em {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-style: italic; }

.uppercase {
  text-transform: uppercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.lowercase {
  text-transform: lowercase !important; }

.italic {
  font-style: italic; }

.intro-text p:first-of-type,
.intro-text p:first-of-type a {
  font-size: 105%;
  line-height: 1.5;
  margin-bottom: 25px; }

.l-space1 {
  letter-spacing: 1px; }

.l-space2 {
  letter-spacing: 2px; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

h1, h1 a {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #434244;
  margin-bottom: 18px; }

h2, h2 a {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: #434244;
  margin-bottom: 18px; }

h3, h3 a {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #434244;
  margin-bottom: 15px; }

h4, h4 a {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #434244;
  margin-bottom: 13px; }

h5, h5 a {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  color: #434244;
  margin-bottom: 12px; }

h6, h6 a {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
  color: #434244;
  margin-bottom: 8px; }

/*
.home h1, .home h1 a { @include font(false, false, false, false, false, 24px); }
.home h2, .home h2 a { @include font(false, false, false, false, false, 22px); }
.home h3, .home h3 a { @include font(false, false, false, false, false, 17px); }			
*/
.content h3 {
  margin-top: 28px; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #1baeed; }

/*
h1 span, h2 span, h3 span { 
	@include font($secondary-font, false, false, $light, #434244, false);
	font-style: italic;
}
*/
.w1 {
  font-weight: 100 !important; }

.w2 {
  font-weight: 200 !important; }

.w3 {
  font-weight: 300 !important; }

.w4 {
  font-weight: 400 !important; }

.w5 {
  font-weight: 500 !important; }

.w6 {
  font-weight: 600 !important; }

.w7 {
  font-weight: 700 !important; }

.w8 {
  font-weight: 800 !important; }

/* Content
======================================== */
.content a {
  color: #333333;
  border-bottom: 1px dotted #333333;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.content a:hover {
  color: #1baeed; }

.content p:last-child {
  margin-bottom: 0; }

.content table {
  margin: 0 0 15px 0;
  width: 100%; }

.content table th {
  padding: 5px;
  background: #E5E5E5;
  text-align: center;
  border: 1px solid #dddddd; }

.content table td {
  padding: 5px;
  border: 1px solid #dddddd;
  text-align: center; }

.content ul, .content ol {
  margin-bottom: 20px; }

.content ul li, .content ol li {
  list-style-type: disc;
  margin-left: 15px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  line-height: 22px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px; }

.content ol li {
  list-style-type: decimal;
  margin-bottom: 10px; }

.content img {
  width: auto;
  max-width: 100%;
  height: auto; }

/* Caption
======================================== */
.wp-caption,
.wp-caption-text,
.gallery-caption {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #888888;
  margin-bottom: 10px; }

.small {
  font-size: 80%; }

.large {
  font-size: 120%; }

@media all and (min-width: 700px) {
  p, a, td, th, li {
    font-size: 15px; }

  .intro-text p:first-of-type,
  .intro-text p:first-of-type a {
    font-size: 120%;
    line-height: 1.5;
    margin-bottom: 25px;
    max-width: 1000px;
    margin: auto; }

  h1, h1 a {
    font-size: 26px;
    margin-bottom: 18px; }

  h2, h2 a {
    font-size: 22px;
    margin-bottom: 20px; }

  h3, h3 a {
    font-size: 17px;
    margin-bottom: 17px; }

  h4, h4 a {
    font-size: 14px;
    margin-bottom: 15px; }

  h5, h5 a {
    font-size: 13px;
    margin-bottom: 14px; }

  h6, h6 a {
    font-size: 11px;
    margin-bottom: 13px; }

  /*
  .home h1, .home h1 a { @include font(false, 36px, false, false, false, 24px); }
  .home h2, .home h2 a { @include font(false, 32px, false, false, false, 22px); }
  .home h3, .home h3 a { @include font(false, 20px, false, false, false, 17px); }			
  */
  .content h3 {
    margin-top: 30px; }

  .small {
    font-size: 80%; }

  .large {
    font-size: 120%; } }
/* END @Media */
@media all and (min-width: 1200px) {
  h1, h1 a {
    font-size: 28px;
    margin-bottom: 20px; }

  h2, h2 a {
    font-size: 24px;
    margin-bottom: 22px; }

  h3, h3 a {
    font-size: 20px;
    margin-bottom: 17px; }

  h4, h4 a {
    font-size: 16px;
    margin-bottom: 16px; }

  h5, h5 a {
    font-size: 14px;
    margin-bottom: 15px; }

  h6, h6 a {
    font-size: 13px;
    margin-bottom: 14px; }

  /*
  .home h1, .home h1 a { @include font(false, 40px, false, false, false, 24px); }
  .home h2, .home h2 a { @include font(false, 36px, false, false, false, 22px); }
  .home h3, .home h3 a { @include font(false, 22px, false, false, false, 18px); }	
  */
  .content h3 {
    margin-top: 32px; }

  .small {
    font-size: 80%; }

  .large {
    font-size: 120%; } }
/* DEFAULT
******************************************************************************************************************************************/
/* Transitions
======================================== */
/* Float & Alignment
======================================== */
.alignleft, .float-left {
  float: left; }

.alignright, .float-right {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.float-none {
  float: none; }

.center {
  text-align: center; }

.dblock {
  display: block; }

.inline-block {
  display: inline-block; }

.float-left-mob {
  float: left; }

.float-right-mob {
  float: right; }

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

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

.table {
  display: table; }

.v-align-t {
  display: table-cell;
  vertical-align: top; }

.v-align-m {
  display: table-cell;
  vertical-align: middle; }

.v-align-b {
  display: table-cell;
  vertical-align: bottom; }

@media all and (min-width: 700px) {
  /* Float & Alignment
  ======================================== */
  .float-left-700 {
    float: left; }

  .float-right-700 {
    float: right; } }
/* END @MEDIA */
@media all and (min-width: 1025px) {
  /* Float & Alignment
  ======================================== */
  .float-left-1025 {
    float: left; }

  .float-right-1025 {
    float: right; } }
/* END @MEDIA */
/* Hr's & borders
======================================== */
hr {
  border: 0;
  height: 1px;
  background: #cccccc; }

.bt-dark {
  border-top: 1px solid #555555; }

.bb-dark {
  border-bottom: 1px solid #555555; }

.bt-grey {
  border-top: 1px solid #cccccc; }

.br-grey {
  border-right: 1px solid #cccccc; }

.bb-grey {
  border-bottom: 1px solid #cccccc; }

.bl-grey {
  border-left: 1px solid #cccccc; }

.bt-primary {
  border-top: 5px solid #1baeed; }

.br-primary {
  border-right: 5px solid #1baeed; }

.bb-primary {
  border-bottom: 5px solid #1baeed; }

.bl-primary {
  border-left: 5px solid #1baeed; }

.bt-secondary {
  border-top: 5px solid #084a8e; }

.br-secondary {
  border-right: 5px solid #084a8e; }

.bb-secondary {
  border-bottom: 5px solid #084a8e; }

.bl-secondary {
  border-left: 5px solid #084a8e; }

.no-bb {
  border-bottom: none !important; }

.no-bt {
  border-top: none !important; }

.border-none {
  border-bottom: none; }

.v-sep {
  width: 1px;
  height: 100%;
  background: #cccccc; }

/* Position
======================================== */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

/* Padding and Margin
======================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pt20 {
  padding-top: 15px !important; }

.pb20 {
  padding-bottom: 15px !important; }

.pt30 {
  padding-top: 20px !important; }

.pb30 {
  padding-bottom: 20px !important; }

.pt40 {
  padding-top: 30px !important; }

.pb40 {
  padding-bottom: 30px !important; }

.pt50 {
  padding-top: 35px !important; }

.pb50 {
  padding-bottom: 35px !important; }

.pt60 {
  padding-top: 40px !important; }

.pb60 {
  padding-bottom: 40px !important; }

.pt80 {
  padding-top: 60px !important; }

.pb80 {
  padding-bottom: 60px !important; }

.pt100 {
  padding-top: 60px !important; }

.pb100 {
  padding-bottom: 60px !important; }

.p0 {
  padding: 0 !important; }

.pr5 {
  padding-right: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pr60 {
  padding-right: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pr80 {
  padding-right: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 15px !important; }

.mb20 {
  margin-bottom: 15px !important; }

.mt30 {
  margin-top: 20px !important; }

.mb30 {
  margin-bottom: 20px !important; }

.mt40 {
  margin-top: 30px !important; }

.mb40 {
  margin-bottom: 30px !important; }

.mt50 {
  margin-top: 35px !important; }

.mb50 {
  margin-bottom: 35px !important; }

.mt60 {
  margin-top: 40px !important; }

.mb60 {
  margin-bottom: 40px !important; }

.mt80 {
  margin-top: 60px !important; }

.mb80 {
  margin-bottom: 60px !important; }

.mt100 {
  margin-top: 60px !important; }

.mb100 {
  margin-bottom: 60px !important; }

.m0 {
  margin: 0 !important; }

.mr5 {
  margin-right: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mr60 {
  margin-right: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mr80 {
  margin-right: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

@media all and (min-width: 700px) {
  /* Padding overides
  ======================================== */
  .pt10 {
    padding-top: 10px !important; }

  .pb10 {
    padding-bottom: 10px !important; }

  .pt20 {
    padding-top: 20px !important; }

  .pb20 {
    padding-bottom: 20px !important; }

  .pt30 {
    padding-top: 30px !important; }

  .pb30 {
    padding-bottom: 30px !important; }

  .pt40 {
    padding-top: 40px !important; }

  .pb40 {
    padding-bottom: 40px !important; }

  .pt50 {
    padding-top: 50px !important; }

  .pb50 {
    padding-bottom: 50px !important; }

  .pt60 {
    padding-top: 60px !important; }

  .pb60 {
    padding-bottom: 60px !important; }

  .pt80 {
    padding-top: 80px !important; }

  .pb80 {
    padding-bottom: 80px !important; }

  .pt100 {
    padding-top: 100px !important; }

  .pb100 {
    padding-bottom: 100px !important; }

  .mt10 {
    margin-top: 10px !important; }

  .mb10 {
    margin-bottom: 10px !important; }

  .mt20 {
    margin-top: 20px !important; }

  .mb20 {
    margin-bottom: 20px !important; }

  .mt30 {
    margin-top: 30px !important; }

  .mb30 {
    margin-bottom: 30px !important; }

  .mt40 {
    margin-top: 40px !important; }

  .mb40 {
    margin-bottom: 40px !important; }

  .mt50 {
    margin-top: 50px !important; }

  .mb50 {
    margin-bottom: 50px !important; }

  .mt60 {
    margin-top: 60px !important; }

  .mb60 {
    margin-bottom: 60px !important; }

  .mt80 {
    margin-top: 80px !important; }

  .mb80 {
    margin-bottom: 80px !important; }

  .mt100 {
    margin-top: 100px !important; }

  .mb100 {
    margin-bottom: 100px !important; } }
/* END @Media */
/* Hide classes
======================================== */
@media all and (min-width: 1px) and (max-width: 1025px) {
  .hide-mobile {
    display: none; } }
/* END @Media */
@media all and (max-width: 1400px) {
  .hide-under-1400 {
    display: none !important; } }
/* END @Media */
@media all and (min-width: 1400px) {
  .hide-over-1400 {
    display: none; } }
/* END @Media */
@media all and (max-width: 1025px) {
  .hide-under-1025 {
    display: none !important; } }
/* END @Media */
@media all and (min-width: 1025px) {
  .hide-over-1025 {
    display: none; } }
/* END @Media */
@media all and (max-width: 700px) {
  .hide-under-700 {
    display: none !important; } }
/* END @Media */
@media all and (min-width: 700px) {
  .hide-over-700 {
    display: none; } }
/* END @Media */
.hide {
  display: none; }

/* Clearfix
======================================== */
.clear {
  clear: both; }

.group::after {
  content: "";
  clear: both;
  display: table; }

/* Border-box
======================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Pre
======================================== */
pre {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  overflow-y: hidden;
  font-size: 12px;
  line-height: 20px;
  background: #efefef;
  color: #333333;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  font-family: "Courier New", "monospace"; }

pre code {
  padding: 10px;
  color: #333333; }

/* Scroll visibility
========================================
@-webkit-keyframes FadeIn { 
	0% {
		opacity: 0;
		transform: translateY(150px);  
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}	
@-moz-keyframes FadeIn { 
	0% {
		opacity: 0;
		transform: translateY(150px);  
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}	
@keyframes FadeIn { 
	0% {
		opacity: 0;
		transform: translateY(150px);  
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}	

.already-visible, .come-in {
	-webkit-animation: FadeIn 0.8s ease-in-out forwards;
	-moz-animation: FadeIn 0.8s ease-in-out forwards;
	animation: FadeIn 0.8s ease-in-out forwards;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}
.already-visible:nth-child(2),
.come-in:nth-child(2) { animation-delay: 0.1s; }
.already-visible:nth-child(3),
.come-in:nth-child(3){ animation-delay: 0.2s; }
.already-visible:nth-child(4),
.come-in:nth-child(4){ animation-delay: 0.3s; }
.already-visible:nth-child(5),
.come-in:nth-child(5){ animation-delay: 0.4s; }
.already-visible:nth-child(6),
.come-in:nth-child(6){ animation-delay: 0.5s; }
.already-visible:nth-child(7),
.come-in:nth-child(7){ animation-delay: 0.6s; }
.already-visible:nth-child(8),
.come-in:nth-child(8){ animation-delay: 0.7s; }
.already-visible:nth-child(9),
.come-in:nth-child(9){ animation-delay: 0.8s; }
.already-visible:nth-child(10),
.come-in:nth-child(10){ animation-delay: 0.9s; }
.already-visible:nth-child(11),
.come-in:nth-child(11){ animation-delay: 0.10s; }

@media all and (min-width:1025px) {
	.module { opacity: 0; }
}
*/
/* Box
======================================== */
.box-no-pad {
  width: 100%;
  box-sizing: border-box; }

.box {
  width: 100%;
  padding: 20px;
  box-sizing: border-box; }

.box-extra {
  padding: 20px; }

.box-small {
  padding: 15px; }

.outline-box, .shadow-box {
  border: 1px solid #dddddd; }

@media all and (min-width: 500px) {
  .box {
    padding: 30px; }

  .box-extra {
    padding: 60px 60px; }

  .box-small {
    padding: 20px; } }
/* END @MEDIA */
@media (min-width: 700px) {
  .shadow-box {
    border: none;
    box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.3); } }
/* END @Media */
@media (min-width: 1025px) {
  .box-extra {
    padding: 60px 100px; } }
/* END @Media */
/* Alert
======================================== */
.alert {
  background: #f1f2f3;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-left: 4px solid #FFA703;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 6px 10px;
  color: #555777;
  width: 100%; }

.alert-red {
  border-left: 4px solid #E00000; }

.alert-amber {
  border-left: 4px solid #FFA703; }

.alert-yellow {
  border-left: 4px solid #60C361; }

/* YouTube lazy load
======================================== */
.youtube {
  /* continer (responsive) */
  position: relative;
  cursor: pointer !important;
  background: #ccc no-repeat center center / cover;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0px;
  clear: both; }

.youtube::before {
  /* play bubble */
  content: '';
  background: rgba(255, 255, 255, 0.6);
  height: 80px;
  width: 80px;
  display: block;
  margin: -40px 0 0 -40px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.8);
  transition: all .1s ease;
  z-index: 1; }

.youtube:hover::before {
  /* play bubble hover */
  background: rgba(238, 238, 238, 0.8);
  box-shadow: 0 0 10px 3px rgba(51, 51, 51, 0.8);
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px; }

.youtube::after {
  /* Play Triangle */
  content: '';
  width: 0;
  height: 0;
  line-height: 0px;
  display: block;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  margin: -20px 0 0 -15px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2; }

.youtube iframe {
  /* youtube embed (responsive) */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

/* END Fast & Agile YouTube Embed by Schoberg.net */
/* NAV
******************************************************************************************************************************************/
/* Slideout
========================================
======================================== */
.slideout-menu {
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none; }

#slideout .slideout-content, #slideout .mobile-menu {
  display: none; }

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #fff;
  min-height: 100%; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

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

.panel:before {
  content: '';
  display: block;
  background-color: transparent; }

.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99; }

.mobile-menu {
  margin-top: 45px; }

.js-menu-button {
  cursor: pointer;
  float: right; }

.menu-icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block; }

.menu-icon span {
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #084a8e;
  transition: all 250ms ease-in-out;
  transform: rotate(0deg);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6); }

.menu-icon span:nth-child(1) {
  top: 1px; }

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
  top: 10px; }

.menu-icon span:nth-child(4) {
  top: 20px; }

.js-menu-button:hover span,
.js-menu-button:focus span,
.js-menu-button:active span {
  background: #1baeed; }

.menu-icon.is-active span:nth-child(1),
.menu-icon.is-active span:nth-child(4) {
  opacity: 0; }

.menu-icon.is-active span:nth-child(2) {
  transform: rotate(45deg); }

.menu-icon.is-active span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg); }

/* Mobile Navigation
========================================
======================================== */
.header-nav .menu, .header-sub-nav .menu {
  display: none; }

/* -------------- nav list -------------- */
.main-nav2 ul {
  margin-bottom: 0; }

.main-nav2 ul, .main-nav2 li {
  display: block;
  width: 100%;
  float: left;
  clear: both; }

.main-nav2 ul li {
  position: relative;
  display: block;
  float: none; }

/* -------------- mobile sub menu button -------------- */
.mobile-menu .menu-item button {
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  background: none;
  color: #ffffff; }

.mobile-menu .menu-item button:hover {
  background: #333333; }

/* -------------- nav links -------------- */
.main-nav2 a {
  padding: 10px 10%;
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  outline: none;
  background: #000000;
  clear: both;
  border-bottom: 1px solid #333333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 20px;
  text-transform: capitalize; }

.main-nav2 li:first-child a {
  border-top: 1px solid #333333; }

.main-nav2 a:hover {
  background: #333333;
  color: #ffffff !important; }

/* -------------- nav active links -------------- */
.main-nav2 .current-menu-item > a {
  color: #1baeed; }

.main-nav2 .current-menu-item > a:hover {
  color: #1baeed !important; }

.main-nav2 .current-menu-parent > a {
  color: #1baeed; }

.main-nav2 .current-menu-ancestor > a {
  color: #1baeed; }

/* -------------- sub menu -------------- */
.main-nav2 ul ul {
  display: none;
  left: 0;
  text-align: left;
  z-index: 10000;
  width: 100%;
  overflow: hidden;
  clear: both; }

.main-nav2 ul ul li {
  clear: both;
  width: 100%;
  display: block;
  margin: 0 0 0 0;
  border-top: none;
  box-sizing: border-box;
  margin-bottom: 0; }

.main-nav2 ul ul a {
  padding: 10px 12% 10px 12%;
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  outline: none;
  background: #222222;
  clear: both;
  border-bottom: 1px solid #333333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.main-nav2 ul ul li:first-child a {
  border-top: none; }

.main-nav2 ul ul a:hover {
  color: #ffffff;
  background: #333333; }

/* -------------- sub sub menu -------------- */
.main-nav2 ul ul ul a {
  padding: 10px 5% 10px 7%;
  background: #212121;
  border-bottom: 1px solid #333333; }

.main-nav2 ul ul ul a:hover {
  background: #333333; }

/* Desktop Navigation
========================================
======================================== */
@media all and (min-width: 1025px) {
  .menu:after {
    content: "";
    display: table;
    clear: both; }

  /* -------------- nav li's -------------- */
  .main-nav ul li {
    position: relative;
    display: inline-block;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    margin-left: -4px;
    cursor: pointer; }

  .main-nav ul li:first-child {
    margin-left: 0; }

  /* -------------- nav links -------------- */
  .main-nav ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 16px;
    color: #ffffff;
    background: none;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    text-transform: uppercase;
    cursor: pointer; }

  .main-nav ul li a:hover {
    background: #156daf; }

  /* -------------- active styling -------------- */
  .main-nav .current-menu-ancestor > a {
    background: #084a8e; }

  .main-nav .current-menu-item > a {
    background: #084a8e; }

  .main-nav .current-menu-item {
    position: relative;
    box-sizing: border-box; }

  /*
  .main-nav .current-menu-item:after {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	left:0;
  	width: 100%;
  	height: 6px;
  	background: #B88619;
  }	
  */
  .main-nav .menu-item a:hover {
    background: #156daf; }

  .main-nav .sub-menu .current-menu-item:after,
  .main-nav .sub-menu .current-menu-parent:after {
    content: ""; }

  /* Sub menu
  ======================================== */
  .main-nav .sub-menu {
    top: -9999999px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    z-index: 999;
    width: 260px;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); }

  .main-nav .sub-menu li {
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    width: auto; }

  .main-nav .sub-menu li a {
    color: #434244;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    display: block;
    clear: both;
    line-height: 35px;
    background: #ffffff;
    padding: 0 15px !important;
    margin: 0;
    border: none;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    outline: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-transform: none; }

  .main-nav .sub-menu li:first-child a {
    border-left: 1px solid #cccccc; }

  .main-nav .sub-menu li:last-child a {
    border-bottom: 1px solid #cccccc; }

  .main-nav .sub-menu li a:hover {
    color: #1baeed; }

  .main-nav ul li:hover > ul {
    top: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    display: block;
    width: 260px; }

  /* -------------- sub menu active styling --------------*/
  .main-nav .sub-menu li a:hover {
    background: #f1f2f3; }

  .main-nav .sub-menu .current-menu-item > a {
    color: #ffffff;
    background: #084a8e; }

  .main-nav .sub-menu .current-menu-item:after {
    display: none; }

  .main-nav .sub-menu .current-menu-item a:hover {
    color: #ffffff;
    background: #084a8e; }

  /* Mega menu
  ========================================*/
  .main-nav .mega-menu:hover > .sub-menu {
    top: 100%;
    left: -240%;
    opacity: 1;
    position: absolute;
    display: block; }

  .mega-menu .sub-menu {
    width: 900px !important;
    background: #ffffff;
    border-top: 1px solid red;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    padding: 40px; }

  .mega-menu .sub-menu li {
    clear: none !important;
    width: 23.5%;
    float: left;
    display: inline-block !important;
    padding: 0 !important;
    margin-right: 2%;
    box-sizing: border-box; }

  .mega-menu .sub-menu li:last-child {
    margin-right: 0; }

  .mega-menu .sub-menu .sub-menu {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    clear: none !important;
    opacity: 1 !important;
    width: 100% !important;
    padding: 0;
    margin-top: 15px;
    box-sizing: border-box;
    max-height: none;
    text-align: left;
    z-index: auto;
    width: auto;
    border-top: none;
    box-shadow: none;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none; }

  .mega-menu .sub-menu .sub-menu li {
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0;
    border-bottom: 1px solid #E4E4E4;
    box-sizing: border-box; }

  /*Mega menu styling*/
  .mega-menu li a {
    display: block !important;
    background: none !important;
    line-height: 20px !important;
    padding: 0 !important;
    border: none !important; }

  .mega-menu .sub-menu li a {
    letter-spacing: 0 !important;
    color: #434244;
    font-family: "europa", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px !important;
    padding: 0 !important; }

  .mega-menu .sub-menu .sub-menu li a {
    color: #1baeed !important;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px !important;
    padding: 5px 0 !important; }

  .mega-menu .sub-menu li a:hover, .mega-menu .sub-menu .sub-menu li a:hover {
    color: #1baeed !important; }

  /* -------------- mega menu active styling -------------- */
  .mega-menu .current-menu-ancestor a {
    color: #1baeed !important; }

  .mega-menu .current-menu-ancestor a:hover {
    color: #1baeed !important; }

  .mega-menu .sub-menu .sub-menu .current-menu-item a {
    color: #1baeed !important; }

  .mega-menu .sub-menu .current-menu-item a:hover {
    color: #1baeed !important; }

  .mega-menu .sub-menu .sub-menu .current-menu-item:after {
    display: none; }

  /* -------------- has children nav arrow --------------
  .main-nav .menu-item-has-children a:after { 
  	content:"\f107";
  	font-family: 'fontAwesome';
  	font-size:14px;
  	display: inline-block;
  	line-height: 0;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	-webkit-font-smoothing: antialiased;
  	margin-left:7px;
  	margin-bottom: 4px;
  	vertical-align:middle;
  }
  .main-nav .menu-item-has-children ul a:after { 
  	content:"";
  }
  */ }
/* END 1025 @MEDIA */
@media all and (min-width: 1200px) {
  .main-nav ul li a {
    font-size: 13px;
    padding: 15px 18px; } }
/* END 1025 @MEDIA */
/* HEADER
******************************************************************************************************************************************/
.absolute-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10; }

.main-header {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease; }

@media all and (min-width: 1025px) {
  .scrolled {
    position: fixed;
    z-index: 999;
    top: 0; }

  .admin-bar .scrolled {
    margin-top: 32px; } }
.main-header .header-row {
  padding: 5px 0; }

.header-left {
  float: left;
  width: 78%;
  margin-right: 4%; }

.header-middle {
  display: none; }

.header-right {
  float: right;
  width: 18%; }

.header-phone-mob {
  font-size: 15px;
  padding: 10px; }

.header-phone-mob a {
  font-size: 15px;
  color: #ffffff; }

.header-phone-mob a:hover {
  color: #1baeed; }

.mob-search {
  width: 100%;
  padding: 10px 0; }

.desk-search {
  display: none; }

.header-nav-right {
  padding: 10px 0; }

.header-nav-right a {
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 5px;
  line-height: 20px; }

.header-nav-right .sl {
  float: right; }

.header-nav-right .az {
  float: left; }

.js-menu-button {
  margin-top: 10px; }

@media (min-width: 700px) {
  .main-header .header-row {
    padding: 20px 0; }

  .header-left {
    width: 38%;
    margin-right: 4%; }

  .header-middle {
    margin-top: 10px;
    width: 48%;
    margin-right: 4%;
    display: inline-block; }

  .header-right {
    margin-top: 20px;
    width: 6%; }

  .desk-search {
    display: block;
    width: 100%;
    float: left; }

  .js-menu-button {
    margin-top: 0; } }
/* END @Media */
@media (min-width: 1025px) {
  .header-left {
    width: 32%;
    margin-right: 4%; }

  .header-middle {
    margin-top: 20px;
    width: 40%;
    margin-right: 4%; }

  .header-right {
    margin-top: 10px;
    width: 20%; }

  .shorten {
    display: none; }

  .header-phone-desk {
    display: block; }

  .header-phone-desk, .header-phone-desk a {
    font-size: 18px; }

  .header-phone-desk {
    text-align: right;
    color: #434244; }

  .header-phone-desk .header-email {
    font-size: 13px;
    font-weight: 600;
    color: #1baeed; }

  .header-phone-desk .header-email:hover {
    color: #17ceff; }

  .header-phone-desk .header-phone {
    font-size: 24px;
    font-weight: 600;
    color: #084a8e; }

  .header-phone-desk .header-phone:hover {
    color: #156daf; }

  .header-nav {
    display: inline-block;
    width: 70%;
    float: left; }

  .header-nav .menu {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left; }

  .header-nav-right {
    padding: 0;
    border: none;
    display: inline-block;
    width: 28%;
    float: right; }

  .header-nav-right a {
    color: #ffffff;
    float: right !important;
    height: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 50px;
    display: inline-block; }

  .header-nav-right .az {
    background: #1baeed; }

  .header-nav-right .az:hover {
    background: #17ceff; } }
/* END @Media */
@media (min-width: 1200px) {
  .header-phone-desk .header-phone {
    font-size: 28px; }

  .header-nav {
    display: inline-block;
    width: 66%;
    float: left; }

  .header-nav-right {
    padding: 0;
    display: inline-block;
    width: 32%;
    float: right; }

  .shorten {
    display: inline-block; } }
/* END @Media */
/* Logo
======================================== */
#logo {
  width: 220px;
  height: auto;
  max-width: 100%;
  text-align: left; }

#logo a {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle; }

#logo img {
  text-align: left;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s; }

@media (min-width: 500px) {
  #logo {
    width: 250px; } }
/* END @Media */
@media (min-width: 700px) {
  #logo {
    width: auto; }

  #logo img {
    width: 100%; } }
/* END @Media */
/* Slider
******************************************************************************************************************************************/
/* Slick Slider
======================================== */
.slider-wrap {
  width: 100%;
  max-width: 100%;
  height: 300px;
  position: relative; }

.main-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  display: none;
  box-sizing: border-box;
  background: #f1f2f3;
  margin: auto;
  /*margin:0 -10px; margin for multiple slides */ }

.slick-initialized {
  display: block; }

.slick-list, .slick-track {
  height: 100%; }

.slick-slide {
  /*margin:0 10px; margin for multiple slides */
  position: relative;
  box-sizing: border-box;
  cursor: hand;
  cursor: grab;
  cursor: -webkit-grab;
  background: #f1f2f3; }

.main-slider .slick-slide {
  padding: 20px;
  height: 100%;
  width: 100%;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.slick-slide:active {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

/* Slick slider dots and arrows
======================================== */
.main-slider button {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.main-slider button:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff; }

/* Slick slider dots
======================================== */
.main-slider .slick-dots {
  display: none !important;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 0;
  z-index: 20; }

.main-slider .slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 7px;
  box-sizing: border-box;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.main-slider .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 6px;
  box-sizing: border-box;
  background: none;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.main-slider .slick-dots li button:hover {
  background: #084a8e; }

.main-slider .slick-dots .slick-active button {
  background: #084a8e; }

/* Slick slider arrows
======================================== */
.slick-slider .slick-arrow {
  position: absolute;
  opacity: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  width: 60px;
  height: 60px;
  font-size: 40px;
  text-align: center;
  z-index: 3;
  background: none;
  color: #777777; }

.slick-slider .slick-arrow:hover {
  background: none;
  color: #1baeed; }

.slick-slider .slick-prev {
  left: 0; }

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

.slick-slider:hover > .slick-arrow {
  opacity: 1; }

@media all and (min-width: 700px) {
  .slider-wrap {
    height: 370px; }

  .slick-slider .slick-dots {
    opacity: 1; }

  .slick-slider .slick-dots, .slick-slider .slick-arrow {
    display: block !important;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in; }

  .slick-slider:hover > .slick-dots, .slick-slider:hover > .slick-arrow {
    opacity: 1 !important; }

  .slick-slider .slick-prev:before {
    font-family: fontAwesome;
    content: "\f104"; }

  .slick-slider .slick-next:before {
    font-family: fontAwesome;
    content: "\f105"; } }
@media all and (min-width: 1025px) {
  .slider-wrap {
    height: 400px; }

  .main-slider {
    height: 100%; }

  .main-slider .slick-prev {
    left: 0; }

  .main-slider .slick-next {
    right: 0; } }
@media all and (min-width: 1400px) {
  .slider-wrap {
    height: 500px; }

  .main-slider .slick-prev {
    left: 20px; }

  .main-slider .slick-next {
    right: 20px; }

  .book-slider .slick-prev {
    left: -80px; }

  .book-slider .slick-next {
    right: -80px; } }
/* END @MEDIA */
/* Slick slider overlay
======================================== */
.slick-slider-overlay {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.5);
  z-index: 8; }

/* Slick video
========================================
.slider-video {
	position: relative;
	width:100%;
	height:100%;
    overflow: hidden;
}
#bgvid { 
	z-index: -1;
	display: none !important;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.slider-video button {
	display:none;
}
.video-image {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat; 
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important; 
	-webkit-background-position:center center !important; 
	-moz-background-position:center center !important; 
	-o-background-position:center center !important; 
	background-position:center center !important; 
}
@media (min-width:700px) {
	#bgvid {
		z-index:3;
		display: block !important;
	}
	.slider-video button {
		display:block;
		line-height:17px;
		position: absolute;
		right:20px;
		top:20px;
		z-index:4;
		padding:2px 6px;
		border-radius:5px;
		width:auto;
	}
	.video-image {
		display:none !important;
	}
}
*/
/* Slick Content
======================================== */
.slick-slider-content {
  position: relative;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  width: 90%; }

.slick-slider-inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }

.slick-slider-heading {
  text-align: left; }

.slick-slider-heading h1, .slick-slider-heading h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  display: inline-block;
  box-sizing: border-box;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-shadow: 0px 0px 10px #777777; }

.slick-slider-content .link {
  background: #084a8e;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid #ffffff; }

.slick-slider-content .link:hover {
  background: #156daf; }

.slick-slider-caption p {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 15px;
  line-height: 19px; }

@media (min-width: 700px) {
  .slick-slider-inner {
    width: 40%; }

  .slick-slider-heading, .slick-slider-caption {
    width: 100%; }

  .slick-slider-caption p {
    font-size: 22px;
    line-height: 30px; }

  .slick-slider-heading h1, .slick-slider-heading h2 {
    font-size: 30px;
    margin-bottom: 20px; } }
/* END @MEDIA */
@media (min-width: 1300px) {
  .slick-slider-inner {
    width: 33%; }

  .slick-slider-heading h1, .slick-slider-heading h2 {
    font-size: 35px;
    margin-bottom: 35px; } }
/* END @MEDIA */
/* Product slider
======================================== */
.product-slider {
  margin: 0 -10px; }

.product-slider .slick-slide {
  margin: 0 10px;
  padding: 0;
  background: none; }

@media (min-width: 700px) {
  .product-slider {
    margin: 0 -18px; }

  .product-slider .slick-arrow {
    opacity: 1; }

  .product-slider:hover > .slick-arrow {
    opacity: 1; }

  .product-slider .slick-slide {
    margin: 0 18px; }

  .product-slider .slick-prev {
    left: -30px; }

  .product-slider .slick-next {
    right: -30px; }

  .product-slider .slick-arrow {
    top: 43%; } }
/* END @MEDIA */
@media (min-width: 1025px) {
  .product-slider .slick-prev {
    left: -50px; }

  .product-slider .slick-next {
    right: -50px; } }
/* END @MEDIA */
@media (min-width: 1200px) {
  .product-slider .slick-prev {
    left: -60px; }

  .product-slider .slick-next {
    right: -60px; } }
/* END @MEDIA */
/* Sync slider
======================================== */
/* Sync slider arrows
======================================== */
.sync-slider .slick-arrow {
  opacity: 0 !important;
  top: 10px;
  right: 10px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  width: 40px;
  height: 40px;
  font-size: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5); }

.sync-slider .slick-arrow:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8); }

.sync-slider .slick-prev {
  left: 10px; }

.sync-slider .slick-next {
  left: 60px; }

/* Sync slider dots
======================================== */
.sync-slider-wrap {
  width: 100%; }

.sync-slider .slick-dots {
  margin-top: 2%; }

.sync-slider .slick-dots li {
  display: inline-block;
  font-size: 0;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 18.4%;
  position: relative;
  z-index: 1;
  padding-bottom: 18.4%; }

.sync-slider .slick-dots li:nth-child(5n) {
  margin-right: 0; }

.sync-slider .slick-dots li .sync-thumbs {
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  cursor: pointer;
  font-size: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-background-position: center center !important;
  -moz-background-position: center center !important;
  -o-background-position: center center !important;
  background-position: center center !important; }

.view-larger {
  display: none;
  opacity: 1;
  color: #cccccc;
  position: absolute;
  z-index: 100;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #cccccc;
  padding: 3px;
  line-height: 14px; }

.view-larger:hover {
  color: #000000; }

.img-cntr:hover > .view-larger,
.sync-slider .slick-list:hover .view-larger {
  opacity: 1; }

.view-larger:hover {
  border: 1px solid #000000; }

@media (min-width: 700px) {
  .view-larger {
    display: block; }

  .img-cntr:hover > .view-larger,
  .sync-slider:hover > .slick-arrow {
    opacity: 1; } }
/* END @MEDIA */
/* STRUCTURE
******************************************************************************************************************************************/
/* Wrappers
======================================== */
.full-wrapper {
  width: 100%;
  margin: auto; }

.wrapper {
  max-width: 1200px;
  width: 90%;
  margin: auto; }

.wrapper-100 {
  max-width: 1200px;
  width: 100%;
  margin: auto; }

.wrapper-s {
  max-width: 700px; }

.wrapper-m {
  max-width: 1025px; }

.wrapper-l {
  max-width: 1200px; }

.wrapper-x {
  max-width: 1400px; }

/* Search Bar
======================================== */
#search,
#search #search-field,
#search input[type=submit] {
  height: 40px !important; }

#search {
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  display: table;
  border: 1px solid #cccccc;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

#search .input-cell {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box; }

#search .search-cell {
  width: 85%; }

#search .submit-cell {
  width: 15%; }

#search #search-field {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  border: none;
  border-right: 0;
  padding: 0 0 0 10px;
  color: #434244;
  font-size: 13px;
  text-align: left; }

#search input[type=submit] {
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 14px;
  color: #434244;
  line-height: 40px;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#search input[type=submit]:hover {
  color: #ffffff;
  background: #084a8e; }

@media (min-width: 700px) {
  #search .search-cell {
    width: 80%; }

  #search .submit-cell {
    width: 20%; } }
/* END @Media */
@media (min-width: 1025px) {
  #search,
  #search #search-field,
  #search input[type=submit] {
    height: 40px !important; }

  #search .input-cell {
    height: 40px; }

  #search .search-cell {
    width: 90%; }

  #search .submit-cell {
    width: 10%; } }
/* END @Media */
/* Image header
======================================== */
.header-image-container {
  height: 250px;
  position: relative;
  box-sizing: border-box;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
  z-index: 0; }

.paged .header-image-container {
  display: none; }

.header-inner-wrapper {
  height: 100%; }

.header-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2; }

.header-image-content {
  position: absolute;
  width: 90%;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center; }

.header-title {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  display: inline-block;
  box-sizing: border-box;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  text-shadow: 0px 0px 10px #444444; }

.header-title span {
  color: #ffffff;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 0;
  display: inline-block;
  box-sizing: border-box;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  text-shadow: 0px 0px 10px #444444; }

.no-header {
  display: none !important; }

/* Single header */
.blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px); }

.header-image-container .blog-avatar .avatar {
  margin-bottom: 10px; }

.header-image-container .post-author {
  margin-bottom: 0; }

.header-image-container .post-date {
  color: #ffffff;
  margin-bottom: 15px; }

.header-image-container .social {
  text-align: center !important;
  float: none !important;
  width: auto !important; }

.header-image-container .social a {
  background-color: none !important; }

@media all and (min-width: 700px) {
  .header-image-container {
    height: 300px; }

  .header-inner-wrapper {
    width: 90%;
    max-width: 1200px;
    width: 90%;
    margin: auto; }

  .header-image-content {
    width: 60%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left; }

  .header-title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px; }

  .header-title span {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 10px; } }
/* END @Media */
@media all and (min-width: 1025px) {
  .header-image-container {
    height: 400px; }

  .header-image-content {
    width: 50%; } }
/* END @Media */
@media (min-width: 1300px) {
  .header-title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px; }

  .header-title span {
    font-size: 107px;
    line-height: 107px;
    margin-bottom: 0px; } }
/* END @MEDIA */
/* Breadcrumbs
======================================== */
.breadcrumbs {
  width: 100%;
  color: #333333; }

.breadcrumbs span {
  color: #333333;
  text-transform: capitalize; }

.breadcrumbs a span {
  color: #333333;
  text-transform: capitalize; }

.breadcrumbs a span:hover, .single-breadcrumbs a span:hover {
  color: #1baeed; }

.breadcrumbs, .breadcrumbs a, .breadcrumbs span {
  font-size: 12px; }

.breadcrumbs li {
  display: inline; }

/* Special List
======================================== */
.content .special-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 50px; }

.content .special-list li {
  background-image: url(images/tick.html);
  background-repeat: no-repeat;
  padding-left: 50px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px; }

/* Sidebar
======================================== */
.side {
  color: #000000;
  font-weight: 300;
  z-index: 100;
  position: relative; }

.side h3 {
  font-weight: 600; }

.side img {
  max-width: 100%;
  width: auto;
  height: auto; }

.side a {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  font-weight: 300; }

.side a:hover {
  color: #1baeed; }

.side .textwidget a:hover {
  color: #1baeed; }

.side td {
  color: #000000; }

.side ul {
  width: 100%;
  box-sizing: border-box; }

.side li {
  width: 100%;
  display: block;
  list-style: none;
  padding: 5px 0;
  margin-bottom: 0;
  box-sizing: border-box; }

.side li:before {
  font-family: 'fontAwesome';
  content: "\f105";
  margin-right: 5px;
  color: #B88619; }

.side table {
  width: 100%; }

.side td {
  border: 1px solid #eee;
  text-align: center;
  padding: 8px;
  color: #B88619; }

.side .the-day {
  color: #B88619; }

/* Archive dropdown */
.side .screen-reader-text {
  display: none; }

.side .widget_archive h3 {
  margin: 0; }

.side .widget_archive select {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  line-height: 20px;
  border: none;
  background: #cccccc; }

/* Footer
======================================== */
.footer p, .footer a {
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.footer h4 {
  font-size: 110%;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.footer a:hover {
  color: #17ceff; }

.footer img {
  width: auto;
  height: auto; }

.footer-menu ul li a {
  margin-bottom: 5px;
  display: block; }

.footer-menu ul li {
  width: auto !important;
  display: inline-block !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-bottom: 0 !important; }

.footer .menu-item a {
  width: auto;
  line-height: 20px; }

@media all and (min-width: 700px) {
  .footer h4 {
    margin-bottom: 30px; }

  .breadcrumbs {
    display: block; } }
@media all and (min-width: 1025px) {
  /* Top ( mobile top buttons )
  ======================================== */
  .top {
    display: none; }

  /* Content-left
  ======================================== */
  .content-right {
    float: right;
    width: 73%; }

  /* Sidebar
  ======================================== */
  .side {
    clear: left;
    float: left;
    width: 23%; } }
/* END @Media */
/* Images
======================================== */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

/* responsive images */
.img-auto-max, .attachment-img-auto-max {
  width: auto;
  max-width: 100%;
  height: auto; }

.img-max, .attachment-img-max {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  display: block; }

/* opacity hover */
.opacity-hover {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden; }

.opacity-hover:hover {
  opacity: 0.8; }

/* Back Image */
.back-image {
  position: relative;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.back-image-content {
  position: relative;
  z-index: 2; }

.back-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 87, 118, 0.8);
  z-index: 1; }

.gradient-overlay {
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3; }

.overlay-dark {
  background: -moz-linear-gradient(top, transparent 17%, rgba(0, 69, 89, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 17%, rgba(0, 69, 89, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 17%, rgba(0, 69, 89, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41404200', endColorstr='#a6004559',GradientType=0 );
  /* IE6-9 */ }

.overlay-light {
  background: -moz-linear-gradient(top, transparent 17%, rgba(0, 131, 183, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 17%, rgba(0, 131, 183, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 17%, rgba(0, 131, 183, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41404200', endColorstr='#a60083b7',GradientType=0 );
  /* IE6-9 */ }

/* Post single image ( used in single.php )
======================================== */
.post-single-image {
  display: block;
  width: 100%;
  float: right;
  padding: 0;
  margin-bottom: 10px;
  border: 8px solid #ececec;
  box-sizing: border-box; }

.post-single-image img {
  width: 100%;
  height: auto;
  float: left; }

@media all and (min-width: 480px) {
  .post-single-image {
    width: 40%;
    margin: 0 0 20px 40px;
    margin-bottom: 0;
    float: right; }

  .post-single-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: right; } }
/* END @Media */
/* Square background image
======================================== */
.img-cntr {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box; }

.tall-img {
  padding-bottom: 120% !important;
  width: 73%;
  margin: auto; }

.rct-img {
  padding-bottom: 70% !important; }

.sq-img {
  padding-bottom: 10% !important; }

.short-img {
  padding-bottom: 40% !important; }

.full-border {
  border: 1px solid #dddddd; }

.back-img {
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-background-position: center center !important;
  -moz-background-position: center center !important;
  -o-background-position: center center !important;
  background-position: center center !important;
  -webkit-transition: opacity 0.2s !important;
  -moz-transition: opacity 0.2s !important;
  -ms-transition: opacity 0.2s !important;
  -o-transition: opacity 0.2s !important;
  transition: opacity 0.2s !important;
  image-rendering: -webkit-optimize-contrast; }

.back-img:hover {
  opacity: 0.8; }

/* Cover image
======================================== */
.cover-img-cntr {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
  overflow: hidden; }

.cover-img-cntr img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast; }

.post-type-archive-tools .cover-img-cntr img,
.related-tools .cover-img-cntr img,
.scale-down img {
  object-fit: scale-down !important; }

.slider-product-image {
  position: relative; }

.cover-img-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  opacity: 0;
  background: none; }

.img-cntr:hover > .cover-img-overlay,
.slider-product-image:hover > .cover-img-overlay {
  background: #000000;
  opacity: 0.3; }

/* FORMS
******************************************************************************************************************************************/
/* Forms & Focus
======================================== */
input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

input[type=text], input[type=textarea], input[type=email], input[type=tel] {
  -webkit-appearance: none; }

input[type=checkbox] {
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important; }

input[type=radio] {
  -webkit-appearance: radio !important;
  appearance: radio !important; }

input[type="submit"] {
  -webkit-appearance: none;
  border: none; }

select:-moz-focusing {
  color: transparent;
  text-shadow: 0 0 0 #000; }

select {
  cursor: pointer; }

:focus {
  outline: none; }

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

button:focus {
  outline: 0; }

button {
  -webkit-appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  opacity: 1; }

/* Contact Form 7
======================================== */
.wpcf7 {
  width: 100%;
  margin: auto auto !important; }

.wpcf7-form img {
  width: auto; }

/* Input, Textarea & Select */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 7px 12px;
  color: #434244;
  font-size: 12px;
  box-sizing: border-box;
  background: #ffffff;
  border: none;
  border: 1px solid #dddddd; }

.wpcf7-form a {
  font-size: 12px; }

.page-id-17 .wpcf7-form input,
.page-id-17 .wpcf7-form textarea,
.page-id-17 .wpcf7-form select {
  background: #ffffff; }
.page-id-17 .wpcf7-form .col {
  float: left;
  width: 48%;
  margin-right: 4%; }
.page-id-17 .wpcf7-form .col:nth-child(2n) {
  margin-right: 0; }

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  clear: both;
  margin-bottom: 10px; }

.cf7label {
  display: block;
  font-size: 14px; }

.cf7label:before {
  content: "";
  clear: both;
  display: table; }

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border: 1px solid #bbbbbb; }

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  margin-bottom: 15px; }

.wpcf7-form .cf7-textarea {
  margin-bottom: 0; }

.wpcf7-form textarea {
  height: 100px;
  min-height: 100px;
  resize: vertical; }

/* Registration Form */
.wpcf7-form .reg-form input,
.wpcf7-form .reg-form textarea,
.wpcf7-form .reg-form select {
  border: 1px solid #dddddd; }

.wpcf7-form .reg-form input:focus,
.wpcf7-form .reg-form textarea:focus {
  border: 1px solid #999999; }

/* P */
.wpcf7-form p {
  margin-bottom: 5px;
  font-size: 14px;
  display: block; }

/* Radio, Checkbox */
span.wpcf7-list-item {
  display: block;
  margin: 0; }

span.wpcf7-list-item input {
  width: auto;
  cursor: pointer; }

/* Labels */
span.wpcf7-list-item-label {
  margin-left: 7px;
  cursor: pointer; }

.wpcf7-form label {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 7px;
  color: #333333;
  display: block; }

.wpcf7-form label:after {
  content: "";
  clear: both;
  display: table; }

.contact-consent, .contact-consent span {
  line-height: 1.3 !important;
  font-size: 12px; }

.contact-consent input {
  margin-bottom: 0 !important; }

/* Submit */
.wpcf7-form input[type=submit] {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  border: none;
  background: #084a8e;
  color: #ffffff;
  padding: 9px 15px;
  width: auto;
  box-sizing: border-box;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  margin: 0;
  margin-top: 0;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px; }

.wpcf7-form input[type=submit]:hover {
  color: #ffffff !important;
  background: #156daf; }

/* Mobile slideout */
.slideout-form .wpcf7-form input,
.slideout-form .wpcf7-form textarea,
.slideout-form .wpcf7-form a,
.slideout-form .wpcf7-form select {
  background: #000000;
  color: #ffffff;
  border: 1px solid #555555; }

.slideout-form .wpcf7-form input:focus,
.slideout-form .wpcf7-form textarea:focus {
  border: 1px solid #1baeed; }

.slideout-form .wpcf7-form p {
  color: #cccccc !important; }

.slideout-form .wpcf7-form input[type=submit]:hover {
  color: #ffffff !important;
  background: #1baeed; }

/* Ajax Loader Spinner */
.wpcf7 .ajax-loader {
  border: none;
  margin-left: 0; }

/* Validation */
.wpcf7-response-output {
  clear: both;
  background: #ffffff;
  line-height: 20px;
  margin-bottom: 20px;
  color: #414042; }

.wpcf7-validation-errors {
  background: #fff;
  line-height: 20px;
  padding: 20px 10px !important;
  margin-top: 40px !important; }

.wpcf7-not-valid {
  border-bottom: 1px solid #FF0000 !important; }

span.wpcf7-not-valid-tip {
  position: relative;
  display: inline-block !important;
  font-size: 13px;
  line-height: 18px !important;
  box-sizing: border-box;
  padding: 6px 10px;
  width: auto;
  color: #ffffff;
  text-align: left;
  background: #434242;
  margin-bottom: 10px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

span.wpcf7-not-valid-tip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-bottom: solid 5px #434242;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent; }

/* Form Columns */
@media all and (min-width: 700px) {
  .wpcf7-form .wpcf7-cols div {
    float: left;
    display: inline-block;
    margin-right: 2%; }

  .wpcf7-cols .two {
    width: 49%; }

  .wpcf7-cols .two:nth-child(2n) {
    width: 49%;
    margin-right: 0; }

  .wpcf7-cols .three {
    width: 32%; }

  .wpcf7-cols .three:nth-child(3n) {
    width: 32%;
    margin-right: 0; } }
/* END @Media */
/* Mailchimp
======================================== */
.mc4wp-form-fields input {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
  padding: 7px 12px;
  background: #f1f2f3;
  color: #434244;
  font-size: 12px;
  box-sizing: border-box;
  border: none;
  margin-top: 6px;
  margin-bottom: 6px;
  border: 1px solid transparent; }

.footer .mc4wp-form-fields input {
  color: #ffffff;
  background: #bd272d; }

.mc4wp-form-fields input:focus {
  border: 1px solid #dddddd; }

.footer .mc4wp-form-fields input:focus {
  border: 1px solid #ffffff; }

.mc4wp-form-fields p {
  margin-bottom: 5px;
  font-size: 14px;
  display: block; }

.footer .mc4wp-form-fields input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1; }

.footer .mc4wp-form-fields input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1; }

.footer .mc4wp-form-fields input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 1; }

.footer .mc4wp-form-fields input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1; }

/* Submit */
.mc4wp-form-fields input[type=submit] {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  border: none;
  background: #ffed00;
  color: #000000;
  padding: 9px 15px;
  width: auto;
  box-sizing: border-box;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  margin: 0;
  margin-top: 10px;
  text-transform: uppercase; }

.mc4wp-form-fields input[type=submit]:hover {
  background: #e0ca00;
  color: #000000; }

/* PLUGINS
******************************************************************************************************************************************/
/* Search Filter
======================================== */
.search-filter {
  background: #f1f2f3;
  padding: 20px;
  display: none;
  border: 1px solid #dddddd; }

.search-filter ul {
  display: block;
  width: 100%; }

.search-filter ul li {
  display: block;
  width: 100%;
  padding-right: 0; }

.search-filter select {
  display: block;
  width: 100%;
  padding: 4px; }

.search-filter input[type="submit"] {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  border: none;
  background: #084a8e;
  color: #ffffff;
  padding: 4px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase; }

.search-filter input[type="submit"]:hover {
  background: #156daf; }

.searchandfilter h4 {
  margin: 10px 0 5px 0; }

@media (min-width: 700px) {
  .filter-btn {
    display: none !important; }

  .search-filter {
    display: block; }

  .search-filter ul {
    display: inline-block; }

  .search-filter ul li {
    display: inline-block;
    width: 15%;
    padding-right: 20px; }

  .search-filter ul li:last-child {
    padding-right: 0;
    width: 10%; }

  .search-filter input[type="submit"] {
    margin-top: 0; }

  .searchandfilter h4 {
    margin: 0 0 10px 0;
    font-size: 16px; } }
/* END @Media */
/* Reviews
======================================== */
.fsrrw-ratings {
  padding: 0 !important; }

.fsrrw-see-review a {
  font-size: 12px; }

#fsrrw-star {
  margin-left: 0;
  margin-right: 0; }

.fsrrw-review-form {
  margin: 20px 0 40px 0 !important; }

.content .fsrrw-ratings {
  display: none; }

/* sidebar widget */
.fsrrw-widget-element {
  margin-bottom: 0 !important; }

.fsrrw-widget-parent {
  margin-bottom: 20px; }

.fsrrw-widget-parent:last-child {
  margin-bottom: 0; }

.fsrrw-widget-parent h4 {
  margin-bottom: 10px; }

/* Store Locator
======================================== */
.wpsl-store-location a {
  font-size: 20px;
  font-weight: 600;
  color: #1baeed;
  border: none; }

.wpsl-store-location a:hover {
  color: #084a8e;
  border: none; }

.wpsl-info-window a {
  font-size: 18px;
  font-weight: 600; }

.wpsl-directions, .wpsl-back {
  padding: 0 5px;
  background: #000000;
  color: #ffffff !important;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.wpsl-directions:hover, .wpsl-back:hover {
  background: #084a8e;
  color: #ffffff; }

.wpsl-info-window .wpsl-directions {
  font-size: 15px;
  font-weight: 300; }

.wpsl-direction-wrap .wpsl-directions {
  margin-left: 10px; }

.wpsl-store-hours {
  margin-bottom: 20px; }

a.wpsl-store-details {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #414042; }

a.wpsl-store-details:hover {
  color: #1baeed;
  border: none; }

#wpsl-radius label {
  width: 100px !important; }

/* Store Info
======================================== */
.store-info {
  padding: 40px 0; }

.store-info li {
  margin-bottom: 0 !important; }

/* Buttons
******************************************************************************************************************************************/
/* Link
====================================================*/
a.link {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 33px;
  font-weight: 400;
  color: #ffffff;
  background: #1baeed;
  display: inline-block;
  width: auto;
  padding: 0 17px 0 17px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

a.link:hover {
  background: #17ceff;
  color: #ffffff; }

a.link-full {
  width: 100%;
  display: block; }

a.link-arrow:after {
  content: "\003e";
  margin-left: 15px; }

.link-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.link-oval {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px; }

/* link sizes
====================================================*/
a.link-large {
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px 0 20px; }

a.link-small {
  font-size: 11px;
  padding: 0 14px 0 14px; }

a.link-tiny {
  line-height: 20px;
  font-size: 11px;
  padding: 2px 12px 2px 12px; }

a.link-special {
  width: 100%;
  line-height: 27px;
  display: table;
  height: 50px;
  vertical-align: middle;
  padding: 0; }

/* link special
====================================================*/
a.link-special .fa {
  line-height: 50px;
  width: 15%;
  text-align: center;
  border-right: 2px solid white;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  font-size: 18px; }

a.link-special .link-special-text {
  font-size: 14px;
  width: 85%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 50px; }

.link-special {
  margin-bottom: 14px; }

a[class*="link-border"] {
  line-height: 18px;
  padding: 3px 16px 3px 16px; }

/* Write a comment button
====================================================*/
a.write-comment {
  float: left !important;
  position: relative;
  border: none;
  cursor: pointer;
  padding: 5px 50px 5px 15px !important;
  margin-bottom: 40px; }

@media all and (min-width: 500px) {
  a.write-comment {
    float: right !important;
    margin-bottom: 0; } }
/* END @Media */
a.write-comment:after {
  position: absolute;
  content: url(images/write-comment.png);
  margin-left: 15px;
  top: 4px;
  right: 15px;
  z-index: 2; }

/* Link styling for tablet and desktop
====================================================*/
@media all and (min-width: 700px) {
  a.link {
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px 0 25px; }

  a[class*="link-border"] {
    line-height: 23px;
    padding: 4px 18px 4px 18px; }

  a.link-large {
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px 0 30px; }

  a.link-small {
    font-size: 13px;
    line-height: 30px;
    padding: 0 17px 0 17px; }

  a.link-tiny {
    line-height: 24px;
    font-size: 11px;
    padding: 0px 14px 0px 14px; }

  a.write-comment:after {
    top: 8px; }

  a.download-link:after {
    top: 8px; }

  a.link-special .link-special-text {
    font-size: 16px; }

  a.link-special .fa {
    font-size: 22px; } }
/* END @Media */
/* Link colours
====================================================*/
a.link-primary {
  color: #ffffff;
  background: #1baeed; }

a.link-primary:hover {
  background: #17ceff; }

a.link-secondary {
  color: #ffffff;
  background: #084a8e; }

a.link-secondary:hover {
  background: #156daf; }

a.link-tertiary {
  color: #000000;
  background: #ffed00; }

a.link-tertiary:hover {
  color: #ffffff;
  background: #1baeed; }

a.link-white {
  background: #ffffff;
  color: #1d1d1b; }

a.link-white:hover {
  background: #17ceff;
  color: #ffffff; }

a.link-black {
  background: #000000;
  color: #ffffff; }

a.link-black:hover {
  background: #1baeed;
  color: #ffffff; }

a.link-light-grey {
  background: #f1f2f3;
  color: #333333; }

a.link-light-grey:hover {
  background: #1baeed;
  color: #ffffff; }

a.link-grey {
  background: #777777;
  color: #333333; }

a.link-grey:hover {
  background: #1baeed;
  color: #ffffff; }

a.link-dark-grey {
  background: #434244;
  color: #ffffff; }

a.link-dark-grey:hover {
  background: #1baeed;
  color: #ffffff; }

/* Link border colours
====================================================*/
a.link-border-primary {
  border: 2px solid #1baeed;
  background: none;
  color: #ffffff;
  line-height: 26px; }

a.link-border-primary:hover {
  border: 2px solid #1baeed;
  background: #1baeed;
  color: #ffffff; }

a.link-border-secondary {
  border: 2px solid #084a8e;
  background: none;
  color: #084a8e;
  line-height: 26px; }

a.link-border-secondary:hover {
  border: 2px solid #084a8e;
  background: #084a8e;
  color: #ffffff; }

a.link-border-tertiary {
  border: 2px solid #ffed00;
  background: none;
  color: #ffed00;
  line-height: 26px; }

a.link-border-tertiary:hover {
  border: 2px solid #ffed00;
  background: #ffed00;
  color: #ffffff; }

a.link-border-white {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff; }

a.link-border-white:hover {
  background: #ffffff;
  color: #1d1d1b; }

a.link-border-black {
  border: 2px solid #000000;
  background: none;
  color: #000000;
  line-height: 20px; }

a.link-border-black:hover {
  border: 2px solid #000000;
  background: #000000;
  color: #ffffff; }

a.link-border-grey {
  border: 2px solid #eeeeee;
  background: none;
  color: #333333; }

a.link-border-grey:hover {
  border: 2px solid #084a8e;
  background: #084a8e;
  color: #ffffff; }

/* Shine
====================================================*/
.shine {
  position: relative;
  overflow: hidden; }

.shine:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: -250%;
  left: -150%;
  width: 180%;
  height: 400%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%); }

/* Hover state - trigger effect */
.shine:hover:after {
  opacity: 1;
  top: -50%;
  left: -14%;
  transition-property: left, top, opacity;
  transition-duration: 1s, 1s, 0.3s;
  transition-timing-function: ease; }

/* Active state */
.shine:active:after {
  opacity: 0; }

/* Blog
******************************************************************************************************************************************/
/* homecat layout
======================================== */
.feed-content .blog-avatar {
  float: right; }

.feed-content .link-block {
  float: left; }

.feed-content .exc p {
  margin-bottom: 0; }

.blog-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/* Single meta
======================================== */
.single-meta {
  display: table;
  height: 40px;
  float: left; }

.single-meta div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  font-size: 12px; }

.blog-avatar {
  width: 40px !important;
  height: 40px !important; }

.blog-avatar img {
  width: 100% !important;
  height: auto !important; }

/* Recent blogs
======================================== */
.recent-blogs .p-date {
  font-size: 13px;
  line-height: 20px;
  color: #B88619;
  text-transform: uppercase; }

/* single post navigation */
.post-links {
  text-align: left;
  margin-top: 12px !important; }

.post-links a {
  color: #ffffff !important;
  line-height: 32px;
  padding: 5px 15px;
  background: #1baeed;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px; }

.post-links a:hover {
  background: #17ceff; }

.post-links a:first-child {
  margin-right: 10px; }

.single-date, .single-author {
  font-size: 14px; }

@media all and (min-width: 700px) {
  /* homecat layout
  ======================================== */
  .feed-content .blog-avatar {
    float: right; }

  .feed-content .link-block {
    float: right;
    clear: both;
    margin-top: 50px; }

  /* Single meta
  ======================================== */
  .single-meta {
    height: 64px;
    float: left; }

  .single-meta div {
    font-size: 15px;
    padding: 0 10px; }

  .blog-avatar {
    width: 64px !important;
    height: 64px !important; }

  .post-links {
    text-align: right; } }
/* END @Media */
/* END @Media */
/* Site specific styles
******************************************************************************************************************************************/
/* Cart
======================================== */
.back-nav .wrapper {
  position: relative; }

.cart {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  max-width: 100%;
  border: 1px solid #cccccc;
  padding: 30px 20px 20px 20px;
  background: #ffffff;
  z-index: 998; }

.close-sl {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  cursor: pointer; }

.empty-cart {
  display: none; }

.cart li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear: both;
  display: block;
  border-bottom: 1px solid #eeeeee; }

.cart li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.cart-item-name {
  font-weight: 600;
  float: left;
  margin-bottom: 10px; }

.cart-item-code {
  clear: both;
  float: left;
  color: #1baeed; }

.delete-product {
  float: right;
  color: #BB1417; }

.delete-product:hover {
  color: #F40408; }

/* BURST */
.faa-burst {
  -webkit-animation: burst 0.5s linear 1;
  animation: burst 0.5s linear 1; }

.faa-burst.faa-fast {
  -webkit-animation: burst 0.5s linear 1;
  animation: burst 0.5s linear 1; }

.faa-burst.faa-slow {
  -webkit-animation: burst 0.5s linear 1;
  animation: burst 0.5s linear 1; }

@-webkit-keyframes burst {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes burst {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
/* Focus Boxes
======================================== */
/* Attribute table
======================================== */
.attribute-table, .back-link-table {
  width: 100%; }

.attribute-table tr td:first-child {
  width: 40%;
  padding: 0 5px; }

.attribute-table tr td:last-child {
  width: 60%;
  padding: 0 5px; }

.attribute-table tr {
  background: #f1f2f3;
  border-top: 1px solid #ffffff; }

.back-link-table td {
  width: 50%; }

/* Title block
======================================== */
.title-block {
  background: #f1f2f3;
  padding: 5px 20px; }

.title-block.primary {
  background: #1baeed; }

.title-block h2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px; }

.title-block.primary h2 {
  color: #ffffff; }

.title-block .section-title {
  float: left;
  width: 90%;
  text-align: left; }

.title-block .fa {
  float: right;
  width: 8%;
  text-align: right;
  cursor: pointer;
  padding: 10px; }

/* Products
======================================== */
.product-row {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px; }

.product-row:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.product-window-title, .product-window-title a {
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
  color: #084a8e;
  line-height: 1.3 !important; }

.product-archive-title, .product-archive-title a {
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
  color: #084a8e;
  line-height: 1.3 !important; }

.product-row-title {
  font-size: 14px; }

.variable-column {
  float: left;
  margin-right: 10px; }

.variable-column p {
  margin-bottom: 5px; }

/* Product cols
======================================== */
.product-cols {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px; }

.fletter {
  margin-bottom: 0;
  margin-top: 40px; }

.fletter:first-child {
  margin-top: 0; }

/* Jargon cols
======================================== */
.jargon-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px; }

/* limited box 
======================================== */
.limited, .unlimited {
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  max-height: 330px;
  overflow: hidden; }

.limited-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

/* Full Screen Form
======================================== */
.booking-form {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.close-booking-form {
  font-size: 30px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.close-booking-form:hover {
  color: #1baeed; }

.booking-form .absolute {
  max-width: 900px;
  width: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* Side menu
======================================== */
.side-menu {
  background: #1baeed; }

.side-menu li {
  content: "";
  margin: 0;
  padding: 0; }

.side-menu li:before {
  content: "";
  margin: 0; }

.side-menu li a {
  color: #ffffff;
  display: block;
  padding: 5px 15px;
  text-transform: uppercase; }

.side-menu li a:hover {
  color: #ffffff;
  background: #17ceff; }

.side-menu-parent a {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: capitalize !important; }

.side-current {
  color: #ffffff;
  background: #17ceff; }

/* Testimonials
======================================== */
.quote p {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  color: #777777;
  margin-bottom: 17px;
  font-style: italic; }

.feature {
  padding-left: 30px;
  margin: 40px 0;
  border-left: 5px solid #1baeed;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  color: #777777;
  font-style: italic; }

/* Team
======================================== */
.team-mob-details {
  margin-top: 10px !important; }

.team .cover-img-cntr img {
  border: 1px solid #dddddd; }

/* Single team
======================================== */
.team-profile-image {
  width: 50%;
  max-width: 300px;
  margin-top: -80px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
  float: left;
  border: 6px solid #ffffff;
  box-sizing: border-box; }

.single-team-details {
  float: left; }

.single-team-details h1 {
  font-size: 22px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 5px; }

.single-team-details p {
  margin-bottom: 5px; }

@media all and (min-width: 700px) {
  .title-block h2 {
    font-size: 20px;
    line-height: 36px; }

  /* Products
  ======================================== */
  .product-window-title, .product-window-title a {
    font-size: 15px; }

  .product-archive-title, .product-archive-title a {
    font-size: 14px; }

  .product-row-title {
    font-size: 16px; }

  .variable-column {
    margin-right: 20px; }

  /* Focus Boxes
  ======================================== */
  .focus-boxes h3, .focus-boxes h3 a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px !important;
    margin-top: 7px; }

  /* Testimonials
  ======================================== */
  .quote p {
    font-size: 19px;
    margin-bottom: 28px; }

  .feature {
    font-size: 17px;
    margin: 40px 0; }

  /* Team
  ======================================== */
  .team-profile-image {
    margin-top: -100px;
    width: auto; }

  .single-team-details h1 {
    font-size: 30px;
    line-height: 37px; }

  /* Team archive
  ======================================== */
  .team-mob-details {
    margin-top: 20px !important; }

  .team-details {
    text-align: center; } }
/* END @Media */
/* END @Media */
/* END @Media */
/* END @Media */
/* Social
======================================== */
.social {
  text-align: left; }

.side .social {
  margin-left: 0; }

#slideout .social {
  width: auto;
  text-align: center; }

.social a {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 7px 0 0;
  font-size: 16px;
  color: #ffffff;
  width: 26px;
  height: 26px;
  color: #1baeed;
  position: relative; }

.social a:hover {
  color: #17ceff; }

.footer .social a {
  color: #ffffff;
  background: none; }

.footer .social a:hover {
  background: none;
  color: #17ceff; }

.social a .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }

.social a {
  margin: 0 5px 5px 0; }

.product-social {
  float: left;
  margin-top: 20px; }

.product-social a {
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.product-social a:hover {
  color: #ffffff; }

@media all and (min-width: 700px) {
  /* Social
  ======================================== */
  .social ul li {
    display: inline-block; }

  .product-social {
    float: right;
    margin-top: 0; } }
/* END @MEDIA */
@media all and (min-width: 1025px) {
  /* Social
  ======================================== */
  .social {
    text-align: left;
    height: 26px; }

  #slideout .social {
    text-align: center; }

  .footer .social {
    text-align: center;
    height: 26px; } }
/* END @Media */
/* WIDGETS
******************************************************************************************************************************************/
/* Reviews
======================================== */
.review img {
  margin: auto;
  width: auto;
  max-width: 130px;
  border: 3px solid #ffffff;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 40px; }

.star-rating {
  margin-bottom: 40px; }

.star-rating li {
  display: inline-block !important;
  color: #f9b233 !important;
  font-size: 25px;
  width: 30px !important;
  padding: 0; }

.review-body {
  margin: auto;
  width: 90%; }

.review-body p {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #74767B;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 40px; }

.reviewer p {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 0;
  padding-bottom: 20px; }

@media all and (min-width: 700px) {
  /* Reviews
  ======================================== */
  .review-body {
    width: 70%; }

  .review-body p {
    font-size: 25px;
    line-height: 40px; }

  .reviewer p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 40px; } }
/* END @MEDIA */
/* Responsive tabs
======================================== */
.responsive-tabs {
  text-align: left; }

.responsive-tabs li {
  width: auto;
  display: inline-block;
  margin-right: -4px;
  text-align: center;
  border-right: 1px solid #dddddd; }

.responsive-tabs li:first-child {
  border-left: 1px solid #dddddd; }

.responsive-tabs li a {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  color: #434244;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.responsive-tabs li a:hover {
  background: #f9fafa; }

.responsive-tabs .active {
  background: #f1f2f3;
  border-bottom: 1px solid #f1f2f3; }

.responsive-tabs .active:hover {
  background: #f1f2f3; }

.tab-content {
  display: none; }

.tab-content li {
  margin-bottom: 5px; }

.tab-content img {
  border: 20px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0 0 2px #cccccc;
  margin-bottom: 30px; }

/* Tabby tabs
======================================== */
.tabby-content {
  margin-top: -1px;
  background: #f1f2f3;
  padding: 10px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }

/* Faq tabs
======================================== */
.faq-content .faq-row {
  margin-bottom: 2px;
  background: none; }

.tab-content .question, .tab-content .answer {
  display: block;
  padding: 13px 15px;
  background: #F2F2F2; }

.tab-content .answer ul {
  list-style: disc !important;
  margin-bottom: 20px; }

.tab-content .answer li {
  list-style-position: inside;
  list-style-type: disc !important; }

.tab-content .question p,
.tab-content .answer p,
.tab-content .answer p:last-child {
  margin-bottom: 0;
  color: #333333; }

.tab-content .question p {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  color: #084a8e;
  font-weight: 500; }

.tab-content .question .fa {
  font-family: 'fontAwesome';
  color: #1baeed;
  margin-top: 4px; }

@media (min-width: 700px) {
  .responsive-tabs li a {
    padding: 15px 30px; }

  .tabby-content {
    padding: 20px; } }
/* Page navigation ( functions.php )
======================================== */
.scratch-pagination {
  list-style: none;
  font-size: 12px; }

.scratch-pagination li {
  display: inline; }

.scratch-pagination li a {
  font-size: 15px;
  display: block;
  float: left;
  padding: 4px 9px;
  margin-right: 7px;
  margin-bottom: 7px;
  border: 1px solid #efefef; }

.scratch-pagination li span.current {
  line-height: 1.5;
  font-size: 15px;
  display: block;
  float: left;
  padding: 4px 9px;
  margin-right: 7px;
  border: 1px solid #efefef;
  background-color: #f5f5f5; }

.scratch-pagination li span.dots {
  display: block;
  float: left;
  padding: 4px 9px;
  margin-right: 7px; }

/* Calendar widget
======================================== */
.widget_calendar {
  float: left; }

#calendar_wrap {
  box-sizing: border-box; }

#wp-calendar {
  width: 100%; }

#wp-calendar td {
  border: none;
  text-align: center;
  padding: 8px;
  color: #414042; }

#wp-calendar caption {
  text-align: left;
  line-height: 20px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
  color: #3c3c3b; }

#wp-calendar thead {
  font-size: 10px;
  width: 70%; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #ffffff;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 6px;
  font-size: 12px; }

#wp-calendar tbody td:hover {
  background: #ffffff; }

#wp-calendar tbody .pad {
  background: #ffffff; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: left; }

#wp-calendar a {
  color: #1baeed; }

/* Opening Times Table
======================================== */
.opening-times {
  width: 100%; }

.opening-times table {
  width: 100%; }

.opening-times td {
  border: 1px solid #DEE0E0;
  text-align: center;
  padding: 6px;
  color: #414042; }

.opening-times .the-day {
  color: #414042; }

.opening-times .the-time {
  color: #414042; }

.opening-times .office-closed {
  color: #dc0080; }

/* Glossary
========================================
.glossary-menu a {
	font-family: 'source_sans_probold';
	display: inline-block;
	padding:0 7px 0 0;
	font-size: 24px;
}
.glossary-term {
	background:#f9b233;
	padding:5px 10px;
	color: #ffffff;
	font-weight: 400;
}
.glossary-group {
	margin-bottom:30px;
}
.glossary-group a {
	color:#3c3c3b;
	font-size:17px;
}
.glossary-group a:hover {
	color:#f9b233;
}
.glossary-group li a:before {
	font-family: 'fontAwesome';
	content:"\f105";
	margin-right: 5px;
	color: #f9b233;
}
.glossary-def {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 51;
	width: 80%;
	height: auto;
	min-height: 320px;
	box-sizing: border-box;
	padding:20px;
	border:1px solid #eeeeee;
	background: #ffffff;
}
.glossary-inner {
	position: relative;
	width:100%;
}
.glossary-inner .content {
	float: left;
	width:90%;
}
.fa-times-circle-o {
	position: absolute;
	top:0;
	right:0;
	font-size: 20px;
	cursor: pointer;
}
.fa-times-circle-o:hover {
	color: #f9b233;
}
.glossary-overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 50;
	background: rgba(0,0,0,0.6);
}

@media all and (min-width:700px) {
	.glossary-def {
		width: 50%;
	}
}
*/
/* Lightbox ( used in Gallery Template )
========================================*/
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* COMMENTS
******************************************************************************************************************************************/
.the-comment-form {
  display: none; }

/* The actual comments
======================*/
/*The comments container*/
#comments {
  width: 100%;
  float: left; }

#comments a {
  color: #3c3c3b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

#comments a:hover {
  color: #3c3c3b; }

#comments li {
  list-style: none;
  margin-left: 0; }

/*Reply button*/
#comments .reply a {
  clear: both;
  text-decoration: none;
  color: #FFF;
  background: #ccc;
  margin-top: 20px;
  line-height: 20px;
  float: right;
  cursor: pointer;
  padding: 5px 10px; }

#comments .reply a:hover {
  background: #3c3c3b; }

/*The actual comments left by people*/
#comments p {
  margin-bottom: 0;
  color: #555777;
  clear: both;
  margin-top: 20px;
  float: left; }

/*Each comment block*/
.comment-body {
  width: 100%;
  padding: 20px;
  background: #f1f2f2;
  clear: both;
  float: left;
  margin-top: 50px;
  box-sizing: border-box;
  font-size: 12px; }

.comment-author span {
  display: none; }

.comment-author {
  color: #fff;
  margin-bottom: 0;
  float: left;
  display: block; }

.comment-meta {
  margin-bottom: 0;
  clear: both;
  float: left;
  display: block; }

@media all and (min-width: 600px) {
  .comment-author {
    float: left;
    display: inline-block; }

  .comment-meta {
    clear: none;
    float: right;
    display: inline-block; } }
/* END @Media */
.children {
  margin-left: 25px; }

/* persons name */
#comments .fn {
  color: #3c3c3b;
  font-size: 16px;
  margin-left: 5px; }

#comments .fn a {
  color: #3c3c3b;
  font-size: 16px; }

#comments .says {
  color: #3c3c3b; }

.comment-awaiting-moderation {
  color: #3c3c3b; }

#comments .bypostauthor .comment-body {
  background: #ffffff; }

/* The comment form
======================*/
.comment-respond {
  float: left;
  clear: both;
  margin-top: 20px;
  padding: 30px;
  width: 100%;
  background: #f1f2f2;
  box-sizing: border-box; }

.comment-respond a:hover {
  color: #555; }

.comment-respond p {
  color: #3c3c3b; }

.comment-reply-title {
  clear: both;
  color: #434244; }

/*The text area*/
#comment {
  width: 100%;
  clear: both;
  margin-top: 20px;
  float: left;
  margin-bottom: 10px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  box-sizing: border-box; }

.form-allowed-tags {
  font-size: 12px;
  color: #999;
  width: 100%;
  clear: both; }

#submit {
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 2px;
  background: #3c3c3b;
  border: none;
  color: #FFF;
  padding: 10px;
  width: 120px;
  cursor: pointer;
  transition: all 0.2s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

#submit:hover {
  background: #3c3c3b; }

#comments .avatar-64 {
  margin-top: -50px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 5px solid #ffffff; }

.comment-form-author input, .comment-form-email input, .comment-form-url input {
  letter-spacing: 1px;
  width: 100%;
  padding: 7px;
  background: #ffffff;
  border: 1px solid #E7E7E7;
  color: #000;
  font-size: 13px;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
