@charset "UTF-8";
/*!
Theme Name: Newbridge
Theme URI: http://underscores.me/
Author: John Hobson
Author URI: http://damselflycreative.com
Description: Theme for projects by Damselfly Creative
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newbridge
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

newbridge is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Grid
# Vars & mixins
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*!
 * unlimitedGrid v2.4.2 | MIT License
 * Copyright (c) 2015-2017 Krzysztof Kula
 * - https://github.com/PixelT/unlimitedgrid
 * - http://pixelt.github.io/unlimitedGrid/
*/
.ug-cf::after {
  display: table;
  clear: both;
  content: "";
}

.ug-wrapper {
  box-sizing: border-box;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.ug-row {
  margin-left: -30px;
  display: flex;
  flex-flow: row wrap;
}

[class*=ug-col] {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 30px;
  flex: 1 1 100%;
  max-width: 100%;
}

.ug-col-1 {
  flex: 1 1 8.3333333333%;
  max-width: 8.3333333333%;
}

.ug-col-2 {
  flex: 1 1 16.6666666667%;
  max-width: 16.6666666667%;
}

.ug-col-3 {
  flex: 1 1 25%;
  max-width: 25%;
}

.ug-col-4 {
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
}

.ug-col-5 {
  flex: 1 1 41.6666666667%;
  max-width: 41.6666666667%;
}

.ug-col-6 {
  flex: 1 1 50%;
  max-width: 50%;
}

.ug-col-7 {
  flex: 1 1 58.3333333333%;
  max-width: 58.3333333333%;
}

.ug-col-8 {
  flex: 1 1 66.6666666667%;
  max-width: 66.6666666667%;
}

.ug-col-9 {
  flex: 1 1 75%;
  max-width: 75%;
}

.ug-col-10 {
  flex: 1 1 83.3333333333%;
  max-width: 83.3333333333%;
}

.ug-col-11 {
  flex: 1 1 91.6666666667%;
  max-width: 91.6666666667%;
}

.ug-col-12 {
  flex: 1 1 100%;
  max-width: 100%;
}

.ug-col-auto {
  width: auto;
  max-width: 100%;
  flex: none;
}

.ug-col-expand {
  flex: 1;
}

.ug-gutter-reset {
  margin-left: 0;
}
.ug-gutter-reset > [class*=ug-col] {
  padding-left: 0;
}

.ug-gutter-reset[class*=ug-block] > * {
  padding-left: 0;
}

@media (min-width: 480px) {
  .ug-col-s-1 {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .ug-col-s-2 {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ug-col-s-3 {
    flex: 1 1 25%;
    max-width: 25%;
  }

  .ug-col-s-4 {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ug-col-s-5 {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .ug-col-s-6 {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .ug-col-s-7 {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .ug-col-s-8 {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .ug-col-s-9 {
    flex: 1 1 75%;
    max-width: 75%;
  }

  .ug-col-s-10 {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .ug-col-s-11 {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .ug-col-s-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .ug-col-s-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }

  .ug-col-s-expand {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .ug-col-m-1 {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .ug-col-m-2 {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ug-col-m-3 {
    flex: 1 1 25%;
    max-width: 25%;
  }

  .ug-col-m-4 {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ug-col-m-5 {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .ug-col-m-6 {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .ug-col-m-7 {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .ug-col-m-8 {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .ug-col-m-9 {
    flex: 1 1 75%;
    max-width: 75%;
  }

  .ug-col-m-10 {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .ug-col-m-11 {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .ug-col-m-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .ug-col-m-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }

  .ug-col-m-expand {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .ug-col-l-1 {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .ug-col-l-2 {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ug-col-l-3 {
    flex: 1 1 25%;
    max-width: 25%;
  }

  .ug-col-l-4 {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ug-col-l-5 {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .ug-col-l-6 {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .ug-col-l-7 {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .ug-col-l-8 {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .ug-col-l-9 {
    flex: 1 1 75%;
    max-width: 75%;
  }

  .ug-col-l-10 {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .ug-col-l-11 {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .ug-col-l-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .ug-col-l-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }

  .ug-col-l-expand {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .ug-col-xl-1 {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .ug-col-xl-2 {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ug-col-xl-3 {
    flex: 1 1 25%;
    max-width: 25%;
  }

  .ug-col-xl-4 {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ug-col-xl-5 {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .ug-col-xl-6 {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .ug-col-xl-7 {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .ug-col-xl-8 {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .ug-col-xl-9 {
    flex: 1 1 75%;
    max-width: 75%;
  }

  .ug-col-xl-10 {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .ug-col-xl-11 {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .ug-col-xl-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .ug-col-xl-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }

  .ug-col-xl-expand {
    flex: 1;
  }
}
.ug-offset-1 {
  margin-left: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .ug-offset-m-1 {
    margin-left: 8.3333333333%;
  }

  .ug-offset-m-2 {
    margin-left: 16.6666666667%;
  }

  .ug-offset-m-3 {
    margin-left: 25%;
  }

  .ug-offset-m-4 {
    margin-left: 33.3333333333%;
  }

  .ug-offset-m-5 {
    margin-left: 41.6666666667%;
  }

  .ug-offset-m-6 {
    margin-left: 50%;
  }

  .ug-offset-m-7 {
    margin-left: 58.3333333333%;
  }

  .ug-offset-m-8 {
    margin-left: 66.6666666667%;
  }

  .ug-offset-m-9 {
    margin-left: 75%;
  }

  .ug-offset-m-10 {
    margin-left: 83.3333333333%;
  }

  .ug-offset-m-11 {
    margin-left: 91.6666666667%;
  }
}
.ug-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.ug-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.ug-pull-3 {
  position: relative;
  left: -25%;
}

.ug-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.ug-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.ug-pull-6 {
  position: relative;
  left: -50%;
}

.ug-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.ug-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.ug-pull-9 {
  position: relative;
  left: -75%;
}

.ug-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.ug-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.ug-pull-12 {
  position: relative;
  left: -100%;
}

@media (min-width: 768px) {
  .ug-pull-m-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .ug-pull-m-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .ug-pull-m-3 {
    position: relative;
    left: -25%;
  }

  .ug-pull-m-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .ug-pull-m-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .ug-pull-m-6 {
    position: relative;
    left: -50%;
  }

  .ug-pull-m-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .ug-pull-m-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .ug-pull-m-9 {
    position: relative;
    left: -75%;
  }

  .ug-pull-m-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .ug-pull-m-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .ug-pull-m-12 {
    position: relative;
    left: -100%;
  }
}
.ug-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.ug-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.ug-push-3 {
  position: relative;
  left: 25%;
}

.ug-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.ug-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.ug-push-6 {
  position: relative;
  left: 50%;
}

.ug-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.ug-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.ug-push-9 {
  position: relative;
  left: 75%;
}

.ug-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.ug-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.ug-push-12 {
  position: relative;
  left: 100%;
}

@media (min-width: 768px) {
  .ug-push-m-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .ug-push-m-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .ug-push-m-3 {
    position: relative;
    left: 25%;
  }

  .ug-push-m-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .ug-push-m-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .ug-push-m-6 {
    position: relative;
    left: 50%;
  }

  .ug-push-m-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .ug-push-m-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .ug-push-m-9 {
    position: relative;
    left: 75%;
  }

  .ug-push-m-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .ug-push-m-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .ug-push-m-12 {
    position: relative;
    left: 100%;
  }
}
[class*=ug-hide] {
  display: block;
}

[class*=ug-show] {
  display: none;
}

@media (min-width: 768px) {
  .ug-show-m {
    display: block;
  }

  .ug-hide-m {
    display: none;
  }
}
[class*=ug-block] > * {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 30px;
  flex: 1 1 100%;
  max-width: 100%;
}

ul[class*=ug-block],
ol[class*=ug-block] {
  list-style: none;
  padding-left: 0;
}

.ug-block-1 > * {
  flex: 1 1 8.3333333333%;
  max-width: 8.3333333333%;
}

.ug-block-2 > * {
  flex: 1 1 16.6666666667%;
  max-width: 16.6666666667%;
}

.ug-block-3 > * {
  flex: 1 1 25%;
  max-width: 25%;
}

.ug-block-4 > * {
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
}

.ug-block-5 > * {
  flex: 1 1 41.6666666667%;
  max-width: 41.6666666667%;
}

.ug-block-6 > * {
  flex: 1 1 50%;
  max-width: 50%;
}

.ug-block-7 > * {
  flex: 1 1 58.3333333333%;
  max-width: 58.3333333333%;
}

.ug-block-8 > * {
  flex: 1 1 66.6666666667%;
  max-width: 66.6666666667%;
}

.ug-block-9 > * {
  flex: 1 1 75%;
  max-width: 75%;
}

.ug-block-10 > * {
  flex: 1 1 83.3333333333%;
  max-width: 83.3333333333%;
}

.ug-block-11 > * {
  flex: 1 1 91.6666666667%;
  max-width: 91.6666666667%;
}

.ug-block-12 > * {
  flex: 1 1 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .ug-block-m-1 > * {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .ug-block-m-2 > * {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ug-block-m-3 > * {
    flex: 1 1 25%;
    max-width: 25%;
  }

  .ug-block-m-4 > * {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ug-block-m-5 > * {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .ug-block-m-6 > * {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .ug-block-m-7 > * {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .ug-block-m-8 > * {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .ug-block-m-9 > * {
    flex: 1 1 75%;
    max-width: 75%;
  }

  .ug-block-m-10 > * {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .ug-block-m-11 > * {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .ug-block-m-12 > * {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# Vars & mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1.25em;
  clear: both;
  font-weight: 300;
}

h2 {
  font-size: 34px;
  font-size: 2.125rem;
}

h3 {
  font-size: 27px;
  font-size: 1.6875rem;
}

h4 {
  font-size: 23px;
  font-size: 1.4375rem;
}

h4 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.section-heading {
  position: relative;
  margin-bottom: 30px;
}
.section-heading h2 {
  color: #b60a00;
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 8px;
}
.section-heading p {
  font-weight: 600;
}
.section-heading p:first-of-type {
  margin-top: 0;
}
.section-heading p:last-of-type {
  margin-bottom: 10px;
}
.entry-header .title-wrapper {
  background-color: #3c3c3c;
}
.entry-header .title-wrapper h1.entry-title {
  margin: 0.3em 0;
  color: #fff;
  font-weight: 200;
  font-size: 45px;
  font-size: 2.8125rem;
}
.entry-header .breadcrumbs {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.entry-header .breadcrumbs .breadcrumb_last {
  color: #666;
}
.entry-header .entry-meta {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.blog article .entry-header .title-wrapper {
  background-color: #fff;
}
.blog article .entry-header .title-wrapper .entry-title {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 0;
}
.blog article .entry-header .title-wrapper .entry-title a {
  text-decoration: none;
}
.blog article .entry-header .entry-meta {
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  .section-link {
    position: absolute;
    right: 0;
    top: 0;
  }
}
p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  max-width: 100%;
}
table tr td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid rgba(238, 238, 238, 0.35);
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px;
}
table tr td:last-of-type {
  border-right: none;
}
table tr td a {
  text-decoration: none;
}
table tr td a:hover {
  text-decoration: underline;
}
table tr:nth-child(even) {
  background-color: rgba(247, 247, 247, 0.5);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  line-height: 1;
  cursor: pointer;
  transition: all ease-in-out 250ms;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #b60a00;
}
a:visited {
  color: #b60a00;
}
a:hover, a:focus, a:active {
  color: #86949f;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.button, .btn {
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
}
.button.primary.solid, .btn.primary.solid {
  background-color: #b60a00;
  color: #fff;
}
.button.primary.solid:hover, .btn.primary.solid:hover {
  background-color: #86949f;
}
.button.primary.outline, .btn.primary.outline {
  border: 1px solid #b60a00;
  color: #b60a00;
}
.button.primary.outline:hover, .btn.primary.outline:hover {
  border-color: #86949f;
  color: #86949f;
}
.button.secondary.solid, .btn.secondary.solid {
  background-color: #86949f;
  color: #fff;
}
.button.secondary.solid:hover, .btn.secondary.solid:hover {
  background-color: #b60a00;
}
.button.secondary.outline, .btn.secondary.outline {
  border: 2px solid #86949f;
  color: #86949f;
}
.button.secondary.outline:hover, .btn.secondary.outline:hover {
  border-color: #b60a00;
  color: #b60a00;
}
.button.light, .btn.light {
  font-weight: normal;
}
.button.white, .btn.white {
  background-color: #fff;
  color: #b60a00;
}
.button.white:hover, .btn.white:hover {
  opacity: 0.9;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none !important;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #b60a00;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14.5px;
  font-size: 0.90625rem;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #b60a00;
}

.secondary-navigation {
  display: flex;
  justify-content: flex-end;
}
.secondary-navigation > div {
  display: flex;
  justify-content: flex-end;
}
.secondary-navigation > div.social-menu ul li a {
  font-size: 14px;
  font-size: 0.875rem;
}
.secondary-navigation ul {
  align-self: flex-end;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.secondary-navigation li {
  float: left;
  position: relative;
}
.secondary-navigation li:hover > a, .secondary-navigation li.focus > a {
  color: #b60a00;
}
.secondary-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  padding: 5px 10px;
}

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  margin-left: -100%;
  background-color: #222222;
}
.mobile-menu ul {
  margin: 60px 15px 15px 15px;
  padding: 0;
  list-style-type: none;
}
.mobile-menu li {
  margin: 0;
  padding: 5px 0;
}
.mobile-menu a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.mobile-menu a:hover {
  color: #b60a00;
}
.mobile-menu .close-menu {
  position: absolute;
  padding: 5px;
  top: 5px;
  right: 10px;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.mobile-menu .close-menu:hover {
  color: #b60a00;
}

/* Small menu. */
.menu-toggle {
  float: right;
}
.menu-toggle i {
  transition: all ease-in-out 250ms;
}

@media screen and (min-width: 780px) {
  .mobile-menu {
    display: none;
  }

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: inline-block !important;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.slider-wrapper {
  padding: 0 30px;
  background-color: #000;
}
.slider-wrapper .slides {
  font-size: 0;
}
.slider-wrapper .slides .slide {
  font-size: 16px;
  font-size: 1rem;
}
.slider-wrapper .slides .slide .overlay {
  position: absolute;
  top: 0;
  left: 15px;
  margin: 0 auto;
  width: 96%;
}
.slider-wrapper .slides .slide .overlay h2 {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  margin-bottom: 12px;
}
.slider-wrapper .slides .slide .overlay p {
  color: #fff;
  line-height: 1.45;
  display: none;
  margin-bottom: 5px;
}
.slider-wrapper .slides .slide .overlay a {
  color: #fff;
}
.slider-wrapper .slick-prev:before,
.slider-wrapper .slick-next:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.slider-wrapper .slick-next:before {
  content: "";
}
.slider-wrapper .slick-prev:before {
  content: "";
}
.slider-wrapper .slick-dots {
  bottom: 30px;
  display: none !important;
}
.slider-wrapper .slick-dots li button:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #fff;
  font-weight: 900;
}
.slider-wrapper .slick-dots li.slick-active button:before {
  font-weight: 900;
  color: #b60a00;
  opacity: 1;
}

@media (min-width: 480px) {
  .slider-wrapper .slides .slide .overlay h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 580px) {
  .slider-wrapper .slides .slide .overlay h2 {
    margin-bottom: 0;
  }
  .slider-wrapper .slides .slide .overlay p {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .slider-wrapper .slides .slide .overlay {
    top: 28%;
    max-width: 500px;
  }
  .slider-wrapper .slides .slide .overlay p {
    margin-bottom: 1.5em;
  }

  .slick-dots {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .slider-wrapper .slides .slide .overlay {
    width: 70%;
    top: 17%;
    left: 30px;
  }
  .slider-wrapper .slides .slide .overlay h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .slider-wrapper .slides .slide .overlay h2 h2 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .slider-wrapper .slides .slide .overlay {
    width: 50%;
  }
  .slider-wrapper .slides .slide .overlay h2 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
.blog-latest {
  padding-bottom: 60px;
}
.blog-latest h2 {
  color: #333;
}
.blog-latest .section-link a.button {
  border: none;
}
.blog-latest .article-wrapper {
  margin-bottom: 30px;
  height: 100%;
}
.blog-latest article {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid #e1e1e1;
  height: 100%;
}
.blog-latest article .details {
  padding: 0 20px;
  order: 1;
}
.blog-latest article .details h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 10px 0;
  line-height: 1.25em;
}
.blog-latest article .details h3 a {
  text-decoration: none;
  color: #323232;
}
.blog-latest article .details h3 a:hover {
  color: #b60a00;
}
.blog-latest article .details .date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #8b8178;
  font-weight: bold;
}
.blog-latest article .details p {
  font-size: 16px;
  font-size: 1rem;
  margin: 10px 0;
  color: #888888;
}
.blog-latest article .details p.action-text a {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
}
.blog-latest article .details p.action-text a i {
  margin-left: 5px;
  font-size: 9px;
  font-size: 0.5625rem;
}
.blog-latest article .image {
  position: relative;
  order: 0;
}
.blog-latest article .image .overlay {
  position: absolute;
  display: block;
  padding: 5px 10px;
  bottom: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
}
.aims .section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.aims .section-heading h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 0;
  color: #1b1b1b;
}
.aims .item {
  color: #fff;
  padding: 20px;
  margin-bottom: 15px;
  background-color: #3c3c3c;
}
.aims .item i {
  font-size: 72px;
  font-size: 4.5rem;
}
.aims .item h3 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 30px 0 0;
}
.aims .item p {
  font-weight: 300;
}
.aims .item p:first-of-type {
  margin-top: 0;
}
.aims .item p:last-of-type {
  margin-bottom: 10px;
}
.aims .col {
  display: flex;
  align-items: stretch;
}
.aims .col:nth-of-type(2) .item {
  background-color: #86949f;
}
.aims .col:nth-of-type(3) .item {
  background-color: #b60a00;
}
.aims .col:nth-of-type(4) .item {
  background-color: #8b8178;
}

@media (min-width: 480px) {
  .aims .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .aims .item {
    margin-bottom: 0;
  }
}
.statement {
  position: relative;
}
.statement .section-heading {
  text-align: center;
  margin: 0;
}
.statement .section-heading h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  margin-top: 0;
}
.statement .section-heading p {
  font-weight: 400;
}
.statement:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 90px);
  bottom: 0;
  width: 180px;
  height: 1px;
  background-color: #e1e1e1;
}

.promotions {
  background-color: #3c3c3c;
  text-align: center;
}

.related-articles-sidebar {
  margin: 30px 0;
}
.related-articles-sidebar h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.related-articles-sidebar .item {
  position: relative;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  display: inline-block;
  padding-bottom: 15px;
}
.related-articles-sidebar .item h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 15px 0 10px;
}
.related-articles-sidebar .item p {
  font-size: 16px;
  font-size: 1rem;
  color: #888;
  margin-bottom: 10px;
}
.related-articles-sidebar .item a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}
.related-articles-sidebar .col:nth-of-type(4n) .item {
  border-bottom: none;
}

@media (min-width: 768px) {
  .related-articles .item {
    border-bottom: none;
    padding-bottom: 0;
  }
  .related-articles .item:after {
    content: "";
    position: absolute;
    display: block;
    right: -15px;
    top: 5px;
    bottom: 5px;
    border-right: 1px solid #c4c4c4;
  }
  .related-articles .col:nth-of-type(2n) .item:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .related-articles .col .item:after {
    display: block;
  }
  .related-articles .col .item h3 {
    margin-top: 10px;
  }
  .related-articles .col:nth-of-type(2n) .item:after {
    display: block;
  }
  .related-articles .col:nth-of-type(4n) .item:after {
    display: none;
  }
  .related-articles .col:last-of-type .item:after {
    display: none;
  }
}
.feature-pages {
  background-color: #f1f1f1;
}
.feature-pages .item {
  position: relative;
  padding: 0 15px;
  height: 100%;
  border-bottom: 1px solid #c4c4c4;
  display: inline-block;
  padding-bottom: 30px;
}
.feature-pages .item h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0;
}
.feature-pages .item h3 i {
  color: #989898;
}
.feature-pages .item p {
  color: #888888;
}
.feature-pages .col:last-of-type .item {
  border-bottom: none;
}

@media (min-width: 768px) {
  .feature-pages .item {
    border-bottom: none;
    padding-bottom: 0;
  }
  .feature-pages .item:after {
    content: "";
    position: absolute;
    display: block;
    right: -15px;
    top: 0;
    bottom: 0;
    border-right: 1px solid #c4c4c4;
  }
  .feature-pages .col:nth-of-type(2n) .item:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .feature-pages .col:nth-of-type(2n) .item:after {
    display: block;
  }
  .feature-pages .col:last-of-type .item:after {
    display: none;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header.site-header {
  background-color: #1b1b1b;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
header.site-header .secondary-nav {
  background-color: #86949f;
}
header.site-header .site-header-inner {
  display: flex;
}
header.site-header .site-header-inner .site-branding {
  margin: 15px 0 0 15px;
}
header.site-header .site-header-inner .main-navigation {
  align-self: flex-end;
  position: relative;
  bottom: 25px;
  display: flex;
  justify-content: flex-end;
}
header.site-header .site-header-inner .main-navigation .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .home header.site-header {
    background-color: transparent;
    padding-bottom: 0;
  }
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
a, input[type=submit] {
  transition: all 0.2s ease;
}

a.svg {
  position: relative;
  display: inline-block;
}

a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

textarea:focus, input:focus {
  outline: none;
}

.full-width-section {
  padding: 50px 0;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .home #content {
    position: relative;
    top: -95px;
    z-index: 0;
  }
  .home #page {
    height: calc(100% - 95px);
  }
  .home footer.site-footer {
    position: relative;
    top: -95px;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content {
  margin: 1.5em 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.blog .entry-content {
  margin-top: 0;
}
.blog .entry-content p:first-of-type {
  margin-top: 0;
}
.blog article {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.blog .post-thumbnail img {
  margin-bottom: 30px;
}

.single article.post .post-thumbnail {
  margin-top: 30px;
}

.contacts .contact-person {
  padding: 30px 0 10px;
  border-bottom: 1px solid #dedede;
}
.contacts .contact-person h3 {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.contacts .contact-person h4 {
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
}
.contacts .contact-person h4 a {
  text-decoration: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer.site-footer {
  background-color: #3c3c3c;
  padding: 50px 0;
}
footer.site-footer .main-navigation {
  display: none;
  padding-bottom: 40px;
  border-bottom: 1px solid #636363;
}
footer.site-footer .main-navigation .menu-primary-container {
  text-align: center;
}
footer.site-footer .main-navigation .menu-primary-container ul {
  display: inline-block;
}
footer.site-footer .site-info {
  margin-top: 0;
  color: #bebdbd;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}
footer.site-footer .site-info a {
  color: #bebdbd;
}

@media (min-width: 992px) {
  footer.site-footer .main-navigation {
    display: block;
  }
  footer.site-footer .site-info {
    margin-top: 40px;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*# sourceMappingURL=style.css.map */
