/*!
Theme Name: Wyatt Trust
Theme URI: http://underscores.me/
Author: Laurence Carroll Design
Author URI: http://www.laurencecarrolldesign.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wyatt-trust
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.

Wyatt Trust 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: -1px; }

h2 {
  font-size: 2em; }

p {
  margin-bottom: 1.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

p.intro {
  font-size: 1.1em;
  font-weight: 400; }

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 {
  -webkit-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  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 0;
  padding-left: 1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.wyatt_button,
.wyatt_button:visited {
  display: inline-block;
  min-width: 180px;
  padding: 10px 20px;
  border: 2px solid #4D4D4D;
  text-decoration: none;
  color: #4D4D4D;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center; }
  .wyatt_button:hover, .wyatt_button:focus,
  .wyatt_button:visited:hover,
  .wyatt_button:visited:focus {
    background-color: #e6e6e6;
    color: #4D4D4D; }

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: #fff;
  border: 1px solid #648FB3;
  border-radius: 0;
  padding: 10px 20px;
  background-color: transparent;
  font-weight: 300; }
  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: #fff;
    border-radius: 0; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="range"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #A0832F;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  a:visited {
    color: #648FB3; }
  a:hover, a:focus, a:active {
    color: #796323; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-toggle {
  display: none;
  outline: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer; }

/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: 12px;
  right: 0;
  line-height: 1;
  margin: 0 auto;
  padding: .5em 0.7em;
  position: absolute;
  text-shadow: none;
  top: 0; }
  .dropdown-toggle .fa-chevron-down {
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent; }

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

.main-navigation {
  width: auto;
  background: transparent;
  padding-right: 300px; }
  .main-navigation .donate_button_device {
    display: none; }

.main-navigation a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1em .5em;
  font-size: .9em; }

.main-navigation .menu > li.current-menu-item:before, .main-navigation .menu > li:hover:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 10px;
  background-color: #648FB3; }

.main-navigation ul {
  background: transparent;
  padding: 0; }

.main-navigation > div > ul {
  border: 0;
  margin-bottom: 0;
  padding: 0; }

.main-navigation li {
  border: 0;
  display: inline-block;
  position: relative; }

.main-navigation li li {
  display: block; }

.main-navigation ul ul {
  background: rgba(0, 0, 0, 0.2);
  left: -999em;
  padding: 0;
  position: absolute;
  top: 38px;
  z-index: 99999;
  margin-left: 1em;
  display: block; }

.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:after {
  border-style: solid;
  border-width: 0 10px 10px;
  content: "";
  display: none;
  height: 0;
  position: absolute;
  right: 3em;
  bottom: -14px;
  width: 0;
  z-index: 100000; }

.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
  display: block; }

.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.2); }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
  right: auto; }

.main-navigation ul ul a {
  padding: 0.75em 1.25em;
  width: 16em; }

.main-navigation li li {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-bottom: 1px solid #fff; }
  .main-navigation li li:last-child {
    border: 0; }

.main-navigation li li:hover,
.main-navigation li li.focus {
  background: #648FB3; }

.main-navigation li li a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  min-width: 150px;
  display: inline-block; }

.main-navigation li li.focus > a,
.main-navigation li li:focus > a,
.main-navigation li li:hover > a,
.main-navigation li li a:hover,
.main-navigation li li a:focus,
.main-navigation li li.current_page_item a:hover,
.main-navigation li li.current-menu-item a:hover,
.main-navigation li li.current_page_item a:focus,
.main-navigation li li.current-menu-item a:focus {
  color: #fff; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
  right: auto; }

.menu-item-has-children a {
  padding: 1.15em 2em 1.15em 1em; }

.main-navigation ul ul ul {
  left: -999em;
  margin-top: -1px;
  top: 0; }

.main-navigation ul ul li.menu-item-has-children.focus:before,
.main-navigation ul ul li.menu-item-has-children:hover:before,
.main-navigation ul ul li.menu-item-has-children.focus:after,
.main-navigation ul ul li.menu-item-has-children:hover:after,
.main-navigation ul ul li.page_item_has_children.focus:before,
.main-navigation ul ul li.page_item_has_children:hover:before,
.main-navigation ul ul li.page_item_has_children.focus:after,
.main-navigation ul ul li.page_item_has_children:hover:after {
  display: none; }

.site-header .site-navigation-fixed .menu-scroll-down {
  display: none; }

.header_mid .main-navigation .menu > li.current-menu-item:before,
.header_mid .main-navigation .menu > li:hover:before {
  top: -20px; }

.header_mid .main-navigation ul ul {
  background-color: #1A1A1A; }

.header_mid .main-navigation li li {
  border-bottom: 1px solid #515151; }

.header_mid .main-navigation ul li.menu-item-has-children.focus:after,
.header_mid .main-navigation ul li.menu-item-has-children:hover:after,
.header_mid .main-navigation ul li.page_item_has_children.focus:after,
.header_mid .main-navigation ul li.page_item_has_children:hover:after {
  display: none; }

.header_mid .menu-toggle {
  top: 0;
  right: 0;
  background-color: #648FB3;
  padding: 1.06em 1.3em; }

@media screen and (max-width: 1200px) {
  .main-navigation {
    padding-right: 0; }
    .main-navigation .donate_button_device {
      display: block;
      background-color: #648FB3;
      padding-left: 1.695em; }
  .main-navigation .login a {
    padding-left: 32px; }
  .main-navigation .login .fa-user-circle {
    left: 0;
    top: 8px; }
  .dropdown-toggle {
    right: -0.5em;
    padding: 1.2em 0.5em; }
    .dropdown-toggle.toggled-on .fa-chevron-down {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .sub-menu {
    border-top: 1px solid #515151; }
  .main-navigation ul ul {
    display: none; }
    .main-navigation ul ul.toggled-on {
      display: block; }
  .main-navigation .menu > li.current-menu-item:before, .main-navigation .menu > li:hover:before {
    display: none; }
  .main-navigation {
    width: 300px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    background: #1A1A1A;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .main-navigation::-webkit-scrollbar {
      display: none; }
    .main-navigation.toggled-on {
      clear: both;
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .nav_mask {
    position: fixed;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    width: 0;
    z-index: 99; }
    .nav_mask.toggled-on {
      opacity: 1;
      height: 100%;
      width: 100%; }
  .main-navigation,
  .main-navigation ul {
    height: 100%; }
  .menu-main-menu-container {
    padding: 3em 1.695em .5em 1.695em; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0 1.5em;
    text-align: left; }
  .main-navigation ul li.menu-item-has-children.focus:after,
  .main-navigation ul li.menu-item-has-children:hover:after,
  .main-navigation ul li.page_item_has_children.focus:after,
  .main-navigation ul li.page_item_has_children:hover:after {
    display: none; }
  .main-navigation.toggled-on > div > ul {
    display: block; }
  .main-navigation ul ul {
    padding: 0 0 0 1.5em;
    position: static;
    background: transparent;
    margin: 0; }
  .main-navigation li li:hover,
  .main-navigation li li.focus {
    background-color: transparent; }
  .main-navigation ul ul.toggled-on {
    display: block; }
  .main-navigation ul ul a {
    letter-spacing: 0;
    padding: 0.5em 0;
    position: relative;
    width: 100%; }
  .main-navigation li {
    border-bottom: 1px solid #515151;
    width: 100%; }
  .main-navigation li li {
    border-bottom: 1px solid #515151; }
  .main-navigation li:last-child {
    border: 0; }
  .main-navigation a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
    font-size: 1em; }
  /* Menu toggle */
  .menu-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.5;
    padding: 1em 1.3em;
    text-shadow: none;
    border-radius: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block; }
  .main-navigation.toggled-on ul.nav-menu {
    display: block; } }

@media screen and (max-width: 768px) {
  .menu-main-menu-container {
    overflow-Y: scroll; } }

@media screen and (max-width: 420px) {
  .main-navigation {
    overflow-Y: scroll; }
    .main-navigation::-webkit-scrollbar-track {
      background-color: transparent; }
    .main-navigation::-webkit-scrollbar {
      background-color: transparent; }
    .main-navigation::-webkit-scrollbar-thumb {
      background-color: transparent; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 3rd party styles
--------------------------------------------------------------*/
/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

.flexslider .slides {
  zoom: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

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

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body.prevent_scroll,
html.prevent_scroll {
  height: 100%;
  overflow: hidden; }

.entry-header {
  position: relative; }

.godown,
.godown:visited {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #648FB3;
  color: #fff;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
  display: block;
  z-index: 2;
  border-radius: 50%;
  text-align: center;
  line-height: 3.2;
  outline: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .godown:hover, .godown:focus,
  .godown:visited:hover,
  .godown:visited:focus {
    background-color: #4b7599;
    outline: 0;
    color: #fff; }

.page_banner {
  width: 100%;
  height: 75vh;
  background-size: cover;
  background-position: left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .page_banner .banner_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .page_banner .banner_content {
    width: 40%;
    color: #fff;
    padding-left: 140px;
    position: relative;
    z-index: 2; }
  .page_banner h1 {
    text-transform: uppercase;
    letter-spacing: -.5px;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px; }
  .page_banner .divider {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #648FB3), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-image: -o-linear-gradient(left, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 10px;
    background-repeat: repeat-x;
    height: 10px;
    margin: 0 0 20px 0;
    width: 50%; }
  .page_banner .subtitle {
    font-size: 1.2em; }
  .page_banner .detail_date {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em; }

.single .page_banner .banner_content {
  width: 80%; }

.single .page_banner .divider {
  width: 20%; }

@media screen and (max-width: 1000px) {
  .page_banner .banner_content {
    padding-left: 60px;
    width: 50%; } }

@media screen and (max-width: 768px) {
  .page-template-default .page_banner,
  .home .page_banner,
  .blog .page_banner,
  .single .page_banner {
    background-position: right center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 65vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative; }
    .page-template-default .page_banner:after,
    .home .page_banner:after,
    .blog .page_banner:after,
    .single .page_banner:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 50%;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
      background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }
    .page-template-default .page_banner .banner_content,
    .home .page_banner .banner_content,
    .blog .page_banner .banner_content,
    .single .page_banner .banner_content {
      padding: 0 0 60px 0;
      width: 90%; }
    .page-template-default .page_banner .divider,
    .home .page_banner .divider,
    .blog .page_banner .divider,
    .single .page_banner .divider {
      margin: 0 auto 20px auto; }
    .page-template-default .page_banner .subtitle,
    .home .page_banner .subtitle,
    .blog .page_banner .subtitle,
    .single .page_banner .subtitle {
      width: 90%;
      margin: 0 auto; } }

@media screen and (max-width: 700px) and (orientation: landscape) {
  .page-template-default .page_banner,
  .home .page_banner,
  .blog .page_banner,
  .single .page_banner {
    height: 300px; } }

@media screen and (max-width: 420px) {
  .page-template-default .page_banner,
  .home .page_banner,
  .blog .page_banner,
  .single .page_banner {
    height: 70vh; }
    .page-template-default .page_banner .banner_content,
    .home .page_banner .banner_content,
    .blog .page_banner .banner_content,
    .single .page_banner .banner_content {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      padding: 0 10px 50px 10px; }
    .page-template-default .page_banner h1,
    .home .page_banner h1,
    .blog .page_banner h1,
    .single .page_banner h1 {
      font-size: 2em;
      line-height: 1.2;
      margin-bottom: 5px; }
    .page-template-default .page_banner .divider,
    .home .page_banner .divider,
    .blog .page_banner .divider,
    .single .page_banner .divider {
      background-size: 5px 4px;
      margin: 0 auto 12px auto; }
    .page-template-default .page_banner .subtitle,
    .home .page_banner .subtitle,
    .blog .page_banner .subtitle,
    .single .page_banner .subtitle {
      font-size: .9em;
      width: 100%; }
  .single .page_banner h1 {
    font-size: 1.7em; } }

.container {
  width: 1000px;
  margin: 0 auto; }
  .container.centred_spacing {
    width: 600px;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0; }
    .container.centred_spacing .wyatt_button {
      margin-bottom: 30px; }
  .container.bubble_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
  .container.figures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 800px;
    padding-bottom: 60px; }

.container_fullwidth {
  background-color: #fff; }
  .container_fullwidth.quote_section {
    background-color: transparent;
    position: relative;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center; }
    .container_fullwidth.quote_section .mask {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(26, 26, 26, 0.9); }
    .container_fullwidth.quote_section:before, .container_fullwidth.quote_section:after {
      content: '';
      position: absolute;
      left: 0;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #648FB3), color-stop(0%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(left, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
      background-image: -o-linear-gradient(left, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
      background-image: linear-gradient(to right, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 5px 10px;
      background-repeat: repeat-x;
      height: 10px;
      width: 100%;
      z-index: 1; }
    .container_fullwidth.quote_section:before {
      top: 0; }
    .container_fullwidth.quote_section:after {
      bottom: 0; }
  .container_fullwidth.document_list {
    background-color: #f2f2f2; }

@media screen and (max-width: 1000px) {
  .container {
    width: 700px; } }

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 20px; }
    .container.figures {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (max-width: 650px) {
  .container.centred_spacing {
    width: 100%;
    padding: 30px 20px 20px 20px; } }

@media screen and (max-width: 420px) {
  .container.bubble_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .container.bubble_container.padder {
      padding-top: 20px;
      padding-bottom: 20px; }
  .container.figures {
    padding-left: 10px;
    padding-right: 10px; }
  .container.centred_spacing h2 {
    margin-top: 10px; } }

.map_embed {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

.map_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  z-index: 100;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .site-header .header_buttons {
    position: absolute;
    right: 14px;
    top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .site-header .header_buttons .login {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      padding: 1em 20px 1em 40px;
      font-size: .9em;
      cursor: pointer;
      display: block;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s; }
      .site-header .header_buttons .login:hover, .site-header .header_buttons .login:active, .site-header .header_buttons .login:focus {
        color: #648FB3; }
      .site-header .header_buttons .login.hide {
        display: none; }
      .site-header .header_buttons .login .fa-user-circle {
        color: #648FB3;
        margin-right: 10px;
        font-size: 1.4em;
        position: absolute;
        left: 10px;
        top: 14px; }
    .site-header .header_buttons .donate_button {
      display: block;
      background-color: #648FB3;
      color: #fff;
      text-transform: uppercase;
      font-size: 0.9em;
      letter-spacing: 1px;
      padding: 12px 20px;
      text-decoration: none;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .site-header.header_mid {
    background-color: #1A1A1A; }
    .site-header.header_mid .site-branding {
      width: 100px; }
    .site-header.header_mid .header_buttons {
      height: 100%;
      top: 0px;
      right: 0; }
      .site-header.header_mid .header_buttons .donate_button {
        height: 100%; }

.site-branding {
  width: 220px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

@media screen and (max-width: 1200px) {
  .site-header .header_buttons {
    right: 43px;
    top: 12px; }
    .site-header .header_buttons .donate_button {
      display: none; }
    .site-header .header_buttons .login {
      padding: 1em 10px 1em 40px; }
      .site-header .header_buttons .login span {
        display: none; }
      .site-header .header_buttons .login .fa-user-circle {
        top: 12px; }
  .site-header.header_mid .header_buttons {
    right: 53px;
    top: 5px; } }

@media screen and (max-width: 400px) {
  .site-branding {
    width: 160px; } }

.site-footer {
  color: #fff;
  font-weight: 300; }
  .site-footer br {
    display: none; }
  .site-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site-footer .footer_top {
    background-color: #648FB3; }
    .site-footer .footer_top .footer_col {
      width: 30%;
      padding: 50px 40px 50px 0; }
      .site-footer .footer_top .footer_col.logos {
        width: 10%;
        padding: 50px 0; }
      .site-footer .footer_top .footer_col.company img {
        width: 80px;
        margin-bottom: 10px; }
      .site-footer .footer_top .footer_col .company_details {
        font-size: .8em;
        color: #ffffff; }
        .site-footer .footer_top .footer_col .company_details p {
          margin: 0; }
        .site-footer .footer_top .footer_col .company_details a,
        .site-footer .footer_top .footer_col .company_details a:visited {
          text-decoration: underline;
          color: #fff; }
          .site-footer .footer_top .footer_col .company_details a:hover, .site-footer .footer_top .footer_col .company_details a:focus,
          .site-footer .footer_top .footer_col .company_details a:visited:hover,
          .site-footer .footer_top .footer_col .company_details a:visited:focus {
            color: #4B6B86; }
      .site-footer .footer_top .footer_col h4 {
        color: #fff;
        position: relative;
        font-weight: 700;
        margin-top: 0;
        letter-spacing: .4px; }
        .site-footer .footer_top .footer_col h4:after {
          content: '';
          position: absolute;
          bottom: -8px;
          left: 0;
          background-image: -webkit-gradient(linear, left top, right top, color-stop(64%, #4B6B86), color-stop(0%, rgba(255, 255, 255, 0)));
          background-image: -webkit-linear-gradient(left, #4B6B86 64%, rgba(255, 255, 255, 0) 0%);
          background-image: -o-linear-gradient(left, #4B6B86 64%, rgba(255, 255, 255, 0) 0%);
          background-image: linear-gradient(to right, #4B6B86 64%, rgba(255, 255, 255, 0) 0%);
          background-position: bottom;
          background-size: 5px 2px;
          background-repeat: repeat-x;
          height: 10px;
          width: 80%; }
      .site-footer .footer_top .footer_col .menu {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-footer .footer_top .footer_col .menu li {
          line-height: 1.4; }
        .site-footer .footer_top .footer_col .menu a {
          color: #fff;
          text-decoration: none;
          text-transform: uppercase;
          font-size: .9em; }
        .site-footer .footer_top .footer_col .menu .menu-item-has-children a {
          padding: 0; }
        .site-footer .footer_top .footer_col .menu .sub-menu,
        .site-footer .footer_top .footer_col .menu .login {
          display: none; }
      .site-footer .footer_top .footer_col.navs .news_link {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: .9em;
        display: block;
        margin: 10px 0; }
      .site-footer .footer_top .footer_col .footer_logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .site-footer .footer_top .footer_col .footer_logos img {
          width: 80px; }
  .site-footer .disclaimer_second {
    color: #fff;
    font-size: .8em;
    background-color: #648FB3;
    padding-bottom: 20px; }
  .site-footer .footer_bottom {
    background-color: #4B6B86;
    font-weight: 300;
    font-size: .8em; }
    .site-footer .footer_bottom a,
    .site-footer .footer_bottom a:visited {
      color: #fff;
      text-decoration: none; }
      .site-footer .footer_bottom a:hover, .site-footer .footer_bottom a:focus,
      .site-footer .footer_bottom a:visited:hover,
      .site-footer .footer_bottom a:visited:focus {
        color: #648FB3; }
    .site-footer .footer_bottom .footer_col {
      width: 50%;
      padding: 15px 0; }
      .site-footer .footer_bottom .footer_col.credit {
        text-align: right; }
  .site-footer .social_networks {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .site-footer .social_networks .social_icon {
      text-decoration: none;
      font-size: 2em;
      margin-right: 15px;
      outline: 0; }
      .site-footer .social_networks .social_icon:last-child {
        margin-right: 0; }

@media screen and (max-width: 1200px) {
  .site-footer .menu-main-menu-container {
    padding: 0;
    overflow: auto; } }

@media screen and (max-width: 768px) {
  .site-footer .footer_top .footer_col {
    padding: 20px 20px 20px 0; }
    .site-footer .footer_top .footer_col.logos {
      padding: 20px 0; }
  .site-footer .footer_bottom .footer_col {
    padding: 0; } }

@media screen and (max-width: 420px) {
  .site-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .site-footer .navs {
    display: none; }
  .site-footer .footer_top .footer_col {
    width: 100%;
    text-align: center;
    padding: 5px; }
    .site-footer .footer_top .footer_col img {
      margin: 0 auto; }
    .site-footer .footer_top .footer_col.logos {
      width: 100%;
      padding: 5px 0; }
    .site-footer .footer_top .footer_col .footer_logos {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .site-footer .footer_top .footer_col .footer_logos img {
        padding: 5px; }
  .site-footer .disclaimer_second {
    padding-bottom: 0;
    text-align: center; }
  .site-footer .footer_bottom .footer_col {
    width: 100%;
    text-align: center; }
    .site-footer .footer_bottom .footer_col.credit {
      text-align: center; } }

.icon_title {
  width: 100%;
  position: relative;
  margin-bottom: 40px; }
  .icon_title .icon {
    width: 100px;
    border: 1px solid #E6E6E6;
    padding: 20px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center; }
    .icon_title .icon:after {
      content: '';
      display: block;
      padding-bottom: 100%; }
  .icon_title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #E6E6E6;
    width: 100%; }

@media screen and (max-width: 420px) {
  .icon_title {
    margin: 25px 0; }
    .icon_title .icon {
      width: 80px; } }

/*--------------------------------------------------------------
# Home Slider
--------------------------------------------------------------*/
.flexslider {
  background: transparent;
  border: 0;
  padding: 0 80px;
  margin-bottom: 0; }
  .flexslider .slides .slide {
    text-transform: uppercase; }
  .flexslider .flex-control-nav {
    display: none; }
  .flexslider .flex-direction-nav a {
    opacity: 1;
    margin: -25px 0 0;
    background-color: #648FB3;
    border-radius: 50%;
    outline: 0; }
    .flexslider .flex-direction-nav a:before {
      left: 0;
      top: 0;
      position: absolute;
      text-align: center;
      color: #fff;
      text-shadow: none;
      font-family: "Font Awesome 5 Free";
      font-size: 1.7em;
      width: 50px;
      line-height: 53px;
      font-size: 1em; }
  .flexslider .flex-direction-nav .slider_icon {
    width: 50px;
    height: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flexslider .flex-direction-nav .flex-next {
    right: 0; }
    .flexslider .flex-direction-nav .flex-next:before {
      display: none; }
  .flexslider .flex-direction-nav .flex-prev {
    left: 0; }
    .flexslider .flex-direction-nav .flex-prev:before {
      display: none; }
  .flexslider .slide_align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flexslider .slide_main,
  .flexslider .slide_sub {
    width: 40%; }
  .flexslider .slide_main {
    color: #648FB3;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 7em;
    font-weight: 700;
    letter-spacing: -3px;
    text-align: right;
    width: 30%; }
  .flexslider .slide_sub {
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    text-align: left;
    padding-left: 40px; }

@media screen and (max-width: 1000px) {
  .flexslider {
    padding: 0 50px; }
    .flexslider .slide_main {
      width: 35%;
      font-size: 6em; }
    .flexslider .slide_sub {
      width: 45%;
      font-size: 1em; } }

@media screen and (max-width: 768px) {
  .flexslider {
    padding: 0; }
    .flexslider .flex-control-nav {
      display: block;
      bottom: -35px; }
    .flexslider .flex-control-paging li a {
      background-color: #fff;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .flexslider .flex-control-paging li a.flex-active {
        background-color: #648FB3; }
    .flexslider .flex-direction-nav {
      display: none; } }

@media screen and (max-width: 420px) {
  .flexslider {
    margin-bottom: 20px; }
    .flexslider .flex-control-nav {
      bottom: -45px; }
    .flexslider .slide_align {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .flexslider .slide_main,
    .flexslider .slide_sub {
      width: 100%;
      text-align: center; }
    .flexslider .slide_main {
      font-size: 4em;
      line-height: 1;
      margin-bottom: 10px; }
    .flexslider .slide_sub {
      padding: 0 20px; } }

.quote_holder {
  width: 600px;
  font-size: 1.3em;
  font-style: italic;
  color: #fff;
  position: relative;
  font-weight: 300;
  text-align: center;
  margin: 0 auto; }

@media screen and (max-width: 650px) {
  .quote_holder {
    width: 100%;
    padding: 0 30px;
    font-size: 1.15em; } }

.bubble_container.padder {
  padding-top: 60px;
  padding-bottom: 60px; }

.bubble_container h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin: 10px 0 0 0; }

.bubble_container .bubble_holder {
  display: block;
  padding: 60px;
  text-decoration: none;
  color: #1A1A1A;
  text-align: center;
  width: 29%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .bubble_container .bubble_holder:hover .wyatt_button {
    background-color: #e6e6e6; }
  .bubble_container .bubble_holder .wyatt_button {
    min-width: 100%; }
  .bubble_container .bubble_holder .page_image {
    width: 100%;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-color: #E6E6E6; }
    .bubble_container .bubble_holder .page_image:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .bubble_container .bubble_holder h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
    line-height: 1.2; }
  .bubble_container .bubble_holder p {
    font-size: .95em; }

@media screen and (max-width: 1000px) {
  .bubble_container .bubble_holder {
    padding: 35px;
    width: 33.3333%; }
    .bubble_container .bubble_holder h3 {
      font-size: 1.4em; } }

@media screen and (max-width: 420px) {
  .bubble_container .bubble_holder {
    padding: 30px 40px;
    width: 80%; }
    .bubble_container .bubble_holder:first-child {
      padding-top: 0; }
    .bubble_container .bubble_holder .wyatt_button {
      min-width: 180px; } }

.document_list .container {
  padding: 60px;
  width: 600px; }

.document_list h2 {
  text-align: center;
  margin-bottom: 50px; }

.document_list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.document_list li {
  margin: 0 0 10px 0;
  padding: 0;
  display: block; }

.document_list .document,
.document_list .document:visited {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  outline: 0; }
  .document_list .document:hover, .document_list .document:focus,
  .document_list .document:visited:hover,
  .document_list .document:visited:focus {
    background-color: #fafafa; }

.document_list .fa-download {
  font-size: 1.5em;
  color: #4D4D4D; }

.document_list .doc_name {
  color: #648FB3;
  padding-left: 30px; }

@media screen and (max-width: 650px) {
  .document_list .container {
    width: 100%;
    padding: 20px 20px 40px 20px; }
  .document_list h2 {
    margin-bottom: .8em; } }

.figures.devices {
  display: none; }

.figures .figure_top,
.figures .figure_bottom {
  width: 25%;
  padding: 20px; }

.figures .figure_top {
  display: none; }
  .figures .figure_top img {
    margin: 0 auto;
    display: block;
    height: 100px;
    width: auto; }
  .figures .figure_top h3 {
    text-align: center; }

.figures .dates {
  width: 100%;
  border-top: 2px dotted #E6E6E6;
  border-bottom: 2px dotted #E6E6E6;
  padding: 10px;
  text-align: center;
  text-transform: uppercase; }

.figures .figure_bottom {
  text-align: center; }
  .figures .figure_bottom .big_number {
    font-size: 3.5em;
    font-weight: 700;
    color: #648FB3;
    letter-spacing: -1px; }
  .figures .figure_bottom .figure_label {
    text-transform: uppercase;
    font-size: .9em; }

@media screen and (max-width: 420px) {
  .figures.devices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .figures.all_screens {
    display: none; }
  .figures .figure_top,
  .figures .figure_bottom {
    width: 80%; }
  .figures .figure_top {
    padding: 30px 30px 20px 0; }
    .figures .figure_top img {
      height: 80px; }
    .figures .figure_top h3 {
      margin-bottom: 0; }
  .figures .figure_bottom {
    padding: 30px 0 10px 0;
    text-align: center; }
    .figures .figure_bottom .big_number {
      line-height: 1;
      font-size: 4.5em;
      padding-bottom: 10px; } }

.donations {
  border-top: 2px dotted #E6E6E6;
  border-bottom: 2px dotted #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0; }
  .donations .donate_options_title {
    text-align: center;
    width: 100%; }
  .donations .donation_option {
    width: 50%;
    padding: 30px;
    text-align: center; }
  .donations img {
    height: 80px;
    width: auto; }
  .donations .donation_details {
    font-size: .9em; }

.donate_online {
  padding-bottom: 40px; }
  .donate_online .donate_title {
    text-align: center; }
  .donate_online #raisely-donate {
    width: 100%; }

@media screen and (max-width: 768px) {
  .donations {
    padding: 0 20px; } }

@media screen and (max-width: 420px) {
  .donations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px; }
    .donations .donation_option {
      width: 100%;
      padding: 10px 0; }
  .donate_online {
    padding: 0 0 40px 0; } }

.contact {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300; }
  .contact .map {
    width: 55%; }
  .contact .details {
    width: 45%;
    padding-left: 40px; }
    .contact .details h2 {
      font-size: 1.5em;
      margin-top: 0; }
    .contact .details .address {
      padding-bottom: 20px; }
    .contact .details span {
      display: block; }
    .contact .details .disclaimer {
      padding: 20px 0; }
    .contact .details .wyatt_button {
      display: block;
      margin: 0 0 10px 0;
      max-width: 180px; }

@media screen and (max-width: 1000px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 40px 0 0 0; }
    .contact .map,
    .contact .details {
      width: 100%; }
    .contact .map {
      min-height: 400px; }
    .contact .details {
      padding: 20px; } }

.publications {
  background-color: #F2F2F2;
  padding: 80px 0; }
  .publications .container {
    width: 700px; }
  .publications .publication, .publications.publication:visited {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    text-decoration: none;
    color: #4D4D4D;
    font-weight: 300;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
    .publications .publication:hover, .publications .publication:focus, .publications.publication:visited:hover, .publications.publication:visited:focus {
      color: #4D4D4D;
      background-color: #fafafa; }
      .publications .publication:hover .download_publication span, .publications .publication:focus .download_publication span, .publications.publication:visited:hover .download_publication span, .publications.publication:visited:focus .download_publication span {
        color: #3a5b77; }
  .publications .publication_image {
    width: 250px;
    height: 250px;
    background-size: cover; }
  .publications .publication_details {
    width: 450px;
    padding: 20px 20px 60px 40px;
    position: relative; }
  .publications h2 {
    font-size: 1.3em;
    line-height: 1.3;
    color: #648FB3;
    margin-top: 0;
    font-weight: 400; }
  .publications .download_publication {
    position: absolute;
    bottom: 20px;
    left: 40px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
    .publications .download_publication span {
      padding-left: 10px;
      font-weight: 400;
      color: #648FB3; }

@media screen and (max-width: 800px) {
  .publications {
    padding: 20px 0; }
    .publications .container {
      width: 100%; }
    .publications .publication {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .publications .publication_image {
      width: 100%;
      height: 400px; }
    .publications .publication_details {
      width: 100%;
      padding: 20px 20px 60px 20px; }
    .publications .download_publication {
      left: 20px; } }

@media screen and (max-width: 420px) {
  .publications .container {
    padding: 20px 10px; }
  .publications .publication {
    margin-bottom: 10px; }
  .publications .publication_image {
    height: 200px; } }

.people {
  background-color: #f2f2f2; }
  .people .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 60px; }
  .people .governors,
  .people .staff {
    width: calc(50% - 10px);
    margin: 5px; }
  .people h2 {
    width: 100%; }
  .people .staff_member {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    min-height: 121px; }
  .people .staff_titles {
    min-height: 70px; }
  .people h3 {
    color: #648FB3;
    font-weight: 400;
    margin: 0; }
  .people .staff_education {
    color: #999999;
    font-size: .8em; }
  .people .staff_role {
    margin-top: 10px;
    font-weight: 700; }

@media screen and (max-width: 600px) {
  .people .container {
    padding: 20px 5px; }
  .people .governors,
  .people .staff {
    width: 100%; } }

.who_we_are {
  background-color: #fff;
  padding: 60px 0; }
  .who_we_are.people_container_grey {
    background-color: #f2f2f2; }
  .who_we_are h2 {
    color: #648FB3;
    position: relative;
    width: 100%;
    margin-top: 0;
    text-align: center;
    z-index: 1;
    padding-bottom: 20px; }
    .who_we_are h2 span {
      background-color: #fff;
      padding: 0 20px; }
    .who_we_are h2.on_grey span {
      background-color: #f2f2f2; }
    .who_we_are h2:before {
      content: '';
      position: absolute;
      border-bottom: 2px dotted #cccccc;
      width: 100%;
      left: 0;
      top: 24px;
      z-index: -1; }
  .who_we_are .people_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .who_we_are .people_row .staff_member {
      width: 25%;
      padding: 10px 10px 30px 10px;
      text-align: center; }
      .who_we_are .people_row .staff_member .staff_headshot {
        width: 180px;
        height: 180px;
        border-radius: 100%;
        background-size: cover;
        background-position: center center;
        margin: 0 auto; }
      .who_we_are .people_row .staff_member h3 {
        font-weight: 700;
        color: #648FB3;
        margin-bottom: 0;
        letter-spacing: 0; }
      .who_we_are .people_row .staff_member .staff_education {
        color: #b3b3b3;
        font-size: 0.9em; }
      .who_we_are .people_row .staff_member .divider {
        border-bottom: 2px dotted #cccccc;
        margin: 10px auto;
        width: 50%; }
      .who_we_are .people_row .staff_member .staff_role {
        font-weight: 700; }
      .who_we_are .people_row .staff_member .wyatt_button {
        min-width: 150px;
        margin-top: 20px; }
  .who_we_are .classic_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .who_we_are .classic_row .staff_member {
      padding: 20px;
      background-color: #fff;
      margin-bottom: 10px;
      -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
      width: calc(50% - 1rem);
      margin: .5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .who_we_are .classic_row h3 {
      color: #648FB3;
      font-weight: 400;
      margin: 0; }
    .who_we_are .classic_row .staff_education {
      color: #999999;
      font-size: .8em; }
    .who_we_are .classic_row .staff_role {
      margin-top: 10px;
      font-weight: 700; }

@media screen and (max-width: 991.98px) {
  .who_we_are .people_row .staff_member {
    width: 33.3333%; } }

@media screen and (max-width: 767.98px) {
  .who_we_are {
    padding: 40px 0 0 0; }
    .who_we_are h2 {
      font-size: 1.8em;
      padding-bottom: 0; }
      .who_we_are h2:before {
        top: 20px; }
      .who_we_are h2 span {
        padding: 0 10px; }
    .who_we_are .people_row .staff_member {
      width: 100%; }
      .who_we_are .people_row .staff_member .staff_headshot {
        width: 140px;
        height: 140px; }
    .who_we_are .classic_row .staff_member {
      width: 100%;
      margin: 0 0 10px 0; } }

.news_widget {
  position: relative; }
  .news_widget:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 70px;
    opacity: .5;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #648FB3), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-image: -o-linear-gradient(left, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 10px;
    background-repeat: repeat-x;
    height: 10px;
    margin: 0 0 20px 0;
    width: 100%; }
  .news_widget .container {
    padding: 60px 0 120px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .news_widget h2 {
    width: 100%;
    text-align: center; }
  .news_widget .news_item {
    width: calc(33.3333% - 20px);
    margin: 10px;
    background-color: #f2f2f2;
    display: block;
    text-decoration: none;
    color: #1A1A1A;
    position: relative;
    outline: 0; }
    .news_widget .news_item:before {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -20px;
      bottom: -16px;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 16px solid #f2f2f2; }
    .news_widget .news_item:after {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -20px;
      bottom: -56px;
      width: 40px;
      height: 40px;
      background-color: #648FB3;
      border-radius: 50%; }
  .news_widget .widget_thumb {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center; }
  .news_widget .widget_content {
    padding: 10px 10px 60px 10px;
    text-align: center;
    position: relative;
    min-height: 200px; }
  .news_widget .more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .news_widget h3 {
    font-size: 1.2em; }
  .news_widget .divider {
    width: 40px;
    border-bottom: 1px solid #1A1A1A;
    margin: 0 auto; }
  .news_widget .read_more {
    padding: 20px 0;
    color: #648FB3;
    letter-spacing: 2px;
    font-size: .9em;
    text-transform: uppercase; }
  .news_widget .widget_date {
    position: absolute;
    bottom: -110px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #4D4D4D;
    text-transform: uppercase;
    line-height: 1; }
    .news_widget .widget_date .day {
      font-size: 2.2em; }
    .news_widget .widget_date .month_year {
      font-size: .7em; }
  .news_widget .widget_date_phone {
    display: none; }

@media screen and (max-width: 1000px) {
  .news_widget:after {
    content: '';
    position: absolute;
    left: 94px;
    margin-left: -5px;
    top: 0;
    width: 10px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #648FB3), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(#648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-image: -o-linear-gradient(#648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(#648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 5px;
    background-repeat: repeat-y;
    z-index: 1; }
  .news_widget .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 120px; }
  .news_widget .news_item {
    width: 100%; }
    .news_widget .news_item:before {
      left: -16px;
      margin-bottom: -20px;
      bottom: 50%;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 16px solid #f2f2f2; }
    .news_widget .news_item:after {
      left: -36px;
      Margin-bottom: -20px;
      bottom: 50%; }
  .news_widget .widget_content {
    min-height: auto; }
  .news_widget .widget_date {
    margin-bottom: -20px;
    bottom: 50%;
    left: -105px;
    width: auto;
    display: inline-block; } }

@media screen and (max-width: 420px) {
  .news_widget .container {
    padding: 0 40px 0 20px; }
  .news_widget:after {
    left: 1px; }
  .news_widget .news_item:after {
    left: -25px;
    Margin-bottom: -15px;
    width: 30px;
    height: 30px; }
  .news_widget h3 {
    margin-bottom: 5px; }
  .news_widget .widget_date_phone {
    display: block;
    margin-bottom: 20px; }
  .news_widget .widget_date {
    display: none; } }

.close {
  position: fixed;
  width: 18px;
  height: 18px;
  z-index: 100000;
  right: 20px;
  top: 20px; }

.close svg {
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  outline: 0; }

.pathways {
  color: #fff; }
  .pathways .fp-tableCell {
    position: relative; }
  .pathways .pathways_image_bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0; }
  .pathways .pathways_wash {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .pathways .circle_watermark {
    background-image: url(images/circles_watermark.svg);
    background-size: cover;
    width: 500px;
    height: 500px;
    position: absolute;
    left: -50px;
    bottom: -50px;
    opacity: .4; }
  .pathways .pathway_divider {
    width: 110px;
    height: 4px;
    background-image: url(images/dotted_line.svg);
    background-size: cover;
    margin: 20px auto 30px auto; }
  .pathways h1 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 3.5em; }
  .pathways .main_heading,
  .pathways .title1 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700; }
  .pathways p {
    width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    margin-bottom: 10px; }
  .pathways .main_text,
  .pathways .title3,
  .pathways .outcome_text,
  .pathways .body_text,
  .pathways .contact_info {
    font-size: 1.3em;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 300; }
  .pathways .intro,
  .pathways .logo,
  .pathways .main_cols,
  .pathways .outro_content,
  .pathways .pathways_contact {
    position: relative; }
  .pathways h1,
  .pathways .intro p {
    color: #fff; }
  .pathways .dotted_border {
    fill: none;
    stroke: #fff;
    stroke-linecap: round; }
  .pathways .logo {
    width: 450px;
    text-align: center;
    margin: 0 auto; }
  .pathways .section {
    text-align: center;
    overflow: hidden; }
  .pathways .next_section {
    width: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em; }
    .pathways .next_section .chevron_button {
      width: 25px;
      height: 20px;
      padding-top: 6px;
      padding-top: 6px; }
    .pathways .next_section svg {
      width: 100%;
      height: 100%;
      fill: #fff; }
  .pathways .fp-section:last-child .next_section {
    display: none; }
  .pathways .intro_section.text_switch h1 {
    font-size: 2em; }
  .pathways .intro_section.text_switch .body_text {
    font-size: 2.2em; }
  .pathways .section_intro .title2 {
    margin-top: 0; }
  .pathways .section_intro .intro_bubble {
    position: relative;
    width: 800px;
    height: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .pathways .section_intro .intro_bubble .main_bubble {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .pathways .section_intro .intro_bubble .main_bubble .dotted_border {
        stroke-dasharray: 0 1;
        stroke-width: .5px; }
    .pathways .section_intro .intro_bubble .side_bubbles {
      width: 170px;
      height: 190px;
      position: absolute;
      left: -70px;
      bottom: 0; }
      .pathways .section_intro .intro_bubble .side_bubbles .medium_bubble {
        width: 130px;
        height: 130px;
        position: absolute;
        right: 0;
        top: 0; }
        .pathways .section_intro .intro_bubble .side_bubbles .medium_bubble .dotted_border {
          stroke-dasharray: 0 5.9;
          stroke-width: 3px; }
      .pathways .section_intro .intro_bubble .side_bubbles .small_bubble {
        width: 65px;
        height: 65px;
        position: absolute;
        left: 0;
        bottom: 0; }
        .pathways .section_intro .intro_bubble .side_bubbles .small_bubble .dotted_border {
          stroke-dasharray: 0 12;
          stroke-width: 6px; }
  .pathways .section_main .main_cols {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    .pathways .section_main .main_cols .two_col {
      width: 50%; }
    .pathways .section_main .main_cols .main_heading {
      padding-bottom: 10px; }
    .pathways .section_main .main_cols .action_col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-right: 100px; }
      .pathways .section_main .main_cols .action_col .action_container {
        width: 500px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        padding-left: 50px; }
        .pathways .section_main .main_cols .action_col .action_container .main_heading {
          padding-bottom: 30px; }
        .pathways .section_main .main_cols .action_col .action_container .main_text {
          padding-bottom: 20px; }
    .pathways .section_main .main_cols .result_col {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 100px; }
      .pathways .section_main .main_cols .result_col .result_text {
        position: relative;
        z-index: 2;
        text-align: left;
        width: 500px;
        padding-right: 50px; }
        .pathways .section_main .main_cols .result_col .result_text .main_heading {
          padding-bottom: 30px; }
        .pathways .section_main .main_cols .result_col .result_text .main_text {
          padding-bottom: 20px; }
      .pathways .section_main .main_cols .result_col .result_bubble {
        background-color: #66a4cc;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: calc(50% - 1000px);
        z-index: 1;
        width: 2000px;
        height: 2000px; }
  .pathways .outro_content .title {
    padding-bottom: 100px; }
  .pathways .outro_content .outcome_text {
    padding-top: 40px; }
  .pathways .outro_content .main_cols {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .pathways .outro_content .three_col {
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px; }
  .pathways .outro_content .outcome_icon {
    background-color: #66a4cc;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 40px; }
    .pathways .outro_content .outcome_icon img {
      height: 100%;
      width: auto; }
  .pathways .back_cover .intro {
    padding-top: 60px; }
  .pathways .back_cover .pathways_contact {
    padding-top: 20px; }
    .pathways .back_cover .pathways_contact img {
      width: 20px;
      height: 20px; }
    .pathways .back_cover .pathways_contact .contact_info {
      padding-left: 10px; }
    .pathways .back_cover .pathways_contact .email {
      text-decoration: none;
      color: #fff;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .pathways .back_cover .pathways_contact .email:hover, .pathways .back_cover .pathways_contact .email:active, .pathways .back_cover .pathways_contact .email:focus {
        color: #85a3b2; }

.pathways .pathways_image_bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.pathways .active .pathways_image_bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.pathways .cover_section .logo {
  opacity: 0;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.pathways .cover_section.active .logo {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.pathways .intro_section h1,
.pathways .intro_section .body_text {
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.pathways .intro_section .pathway_divider {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.pathways .intro_section h1 {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px); }

.pathways .intro_section .body_text {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px); }

.pathways .intro_section.active h1,
.pathways .intro_section.active .body_text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.pathways .intro_section.active .pathway_divider {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.pathways .section_intro .small_bubble,
.pathways .section_intro .medium_bubble,
.pathways .section_intro .title1,
.pathways .section_intro .title2,
.pathways .section_intro .title3 {
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.pathways .section_intro .small_bubble,
.pathways .section_intro .medium_bubble {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.pathways .section_intro .small_bubble {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

.pathways .section_intro .medium_bubble {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }

.pathways .section_intro .main_bubble {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.pathways .section_intro .title1 {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s; }

.pathways .section_intro .title2 {
  -webkit-transform: translate(-100px);
  -ms-transform: translate(-100px);
  transform: translate(-100px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s; }

.pathways .section_intro .title3 {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.pathways .section_intro.active .small_bubble,
.pathways .section_intro.active .medium_bubble,
.pathways .section_intro.active .main_bubble {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.pathways .section_intro.active .title1,
.pathways .section_intro.active .title2,
.pathways .section_intro.active .title3 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.pathways .section_main .action_bubble,
.pathways .section_main .action_text .main_heading,
.pathways .section_main .action_text .main_text,
.pathways .section_main .result_bubble,
.pathways .section_main .result_text .main_heading,
.pathways .section_main .result_text .main_text {
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.pathways .section_main .action_bubble {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

.pathways .section_main .action_text .main_heading {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

.pathways .section_main .action_text .main_heading,
.pathways .section_main .result_text .main_heading {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px); }

.pathways .section_main .action_text .main_text {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px); }
  .pathways .section_main .action_text .main_text:nth-child(2) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .pathways .section_main .action_text .main_text:nth-child(3) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .pathways .section_main .action_text .main_text:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .pathways .section_main .action_text .main_text:nth-child(5) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }

.pathways .section_main .result_bubble {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.pathways .section_main .result_text .main_heading {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s; }

.pathways .section_main .result_text .main_text {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px); }
  .pathways .section_main .result_text .main_text:nth-child(2) {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s; }
  .pathways .section_main .result_text .main_text:nth-child(3) {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s; }
  .pathways .section_main .result_text .main_text:nth-child(4) {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s; }
  .pathways .section_main .result_text .main_text:nth-child(5) {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s; }

.pathways .section_main.active .action_bubble,
.pathways .section_main.active .result_bubble {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.pathways .section_main.active .action_text .main_heading,
.pathways .section_main.active .action_text .main_text,
.pathways .section_main.active .result_text .main_heading,
.pathways .section_main.active .result_text .main_text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.pathways .section_outro .title,
.pathways .section_outro .outcome_icon,
.pathways .section_outro .outcome_text {
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.pathways .section_outro .title {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

.pathways .section_outro .outcome_icon {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

.pathways .section_outro .outcome_text {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px); }

.pathways .section_outro .outcome_col:first-child .outcome_icon {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

.pathways .section_outro .outcome_col:first-child .outcome_text {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

.pathways .section_outro .outcome_col:nth-child(2) .outcome_icon {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }

.pathways .section_outro .outcome_col:nth-child(2) .outcome_text {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.pathways .section_outro .outcome_col:nth-child(3) .outcome_icon {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.pathways .section_outro .outcome_col:nth-child(3) .outcome_text {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.pathways .section_outro.active .title,
.pathways .section_outro.active .outcome_icon,
.pathways .section_outro.active .outcome_text {
  opacity: 1; }

.pathways .section_outro.active .title,
.pathways .section_outro.active .outcome_icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.pathways .section_outro.active .outcome_text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

@media screen and (max-width: 1500px) {
  .pathways .circle_watermark {
    width: 350px;
    height: 350px;
    left: -80px;
    bottom: -80px; }
  .pathways .section_intro .intro_bubble {
    width: 680px;
    height: 680px; }
    .pathways .section_intro .intro_bubble .side_bubbles {
      width: 145px;
      height: 140px;
      left: -60px;
      bottom: 20px; }
      .pathways .section_intro .intro_bubble .side_bubbles .medium_bubble {
        width: 110px;
        height: 110px; }
      .pathways .section_intro .intro_bubble .side_bubbles .small_bubble {
        width: 45px;
        height: 45px; } }

@media screen and (max-width: 1200px) {
  .section_main .main_cols .action_col .action_container {
    width: 100%; }
    .section_main .main_cols .action_col .action_container .main_text {
      font-size: 1.2em; }
  .section_main .main_cols .result_col .result_text {
    width: 100%; }
    .section_main .main_cols .result_col .result_text .main_text {
      font-size: 1.2em; } }

@media screen and (max-width: 991.98px) {
  .pathways h1 {
    font-size: 2.7em; }
  .pathways .circle_watermark {
    width: 400px;
    height: 400px;
    left: -50px;
    bottom: -50px; }
  .pathways .cover_section .pathways_image_bg,
  .pathways .intro_section .pathways_image_bg,
  .pathways .section_intro .pathways_image_bg,
  .pathways .section_outro .pathways_image_bg,
  .pathways .back_cover .pathways_image_bg {
    background-position: 70% 50%; }
  .pathways .section_intro .intro_bubble {
    width: 600px;
    height: 600px; }
    .pathways .section_intro .intro_bubble .side_bubbles {
      width: 130px;
      height: 150px;
      left: -50px;
      bottom: 0; }
      .pathways .section_intro .intro_bubble .side_bubbles .medium_bubble {
        width: 110px;
        height: 110px; }
      .pathways .section_intro .intro_bubble .side_bubbles .small_bubble {
        width: 45px;
        height: 45px; }
  .pathways .section_main .main_cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .pathways .section_main .main_cols .two_col {
      width: 100%;
      height: 50%;
      padding-left: 0;
      padding-right: 0; }
    .pathways .section_main .main_cols .action_col {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 50%;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-bottom: 30px; }
      .pathways .section_main .main_cols .action_col .action_container {
        padding: 0 0 20px 0;
        width: 60%;
        text-align: center; }
        .pathways .section_main .main_cols .action_col .action_container .main_heading {
          padding-bottom: 10px; }
    .pathways .section_main .main_cols .result_col {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 50%;
      padding-top: 50px; }
      .pathways .section_main .main_cols .result_col .result_bubble {
        left: calc(50% - 1000px);
        top: 0; }
      .pathways .section_main .main_cols .result_col .result_text {
        text-align: center;
        padding: 20px 0 0 0;
        width: 60%; }
        .pathways .section_main .main_cols .result_col .result_text .main_heading {
          padding-bottom: 10px; }
  .pathways .outro_content .title {
    padding-bottom: 70px; }
  .pathways .outro_content .main_cols {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .pathways .outro_content .three_col {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 40px; }
  .pathways .outro_content .outcome_icon {
    width: 100px;
    height: 100px;
    padding: 25px; }
  .pathways .outro_content .outcome_text {
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
    width: calc(100% - 100px); } }

@media screen and (max-width: 575.98px) {
  #fp-nav.right {
    right: 5px; }
  .pathways h1 {
    font-size: 1.5em; }
  .pathways .title1,
  .pathways .main_heading {
    font-size: 1.3em; }
  .pathways .pathway_divider {
    margin: 14px auto 16px auto;
    width: 60px;
    height: 2px; }
  .pathways .main_text,
  .pathways .title3,
  .pathways .outcome_text,
  .pathways .body_text,
  .pathways .contact_info {
    font-size: .9em; }
  .pathways p {
    width: 70%; }
  .pathways .logo {
    width: 200px; }
  .pathways .circle_watermark {
    width: 300px;
    height: 300px; }
  .pathways .intro_section.text_switch h1 {
    font-size: 1.5em; }
  .pathways .intro_section.text_switch .body_text {
    font-size: 1.4em; }
  .pathways .section_intro .intro_bubble {
    width: 320px;
    height: 320px; }
    .pathways .section_intro .intro_bubble .side_bubbles {
      width: 60px;
      height: 70px;
      left: -15px; }
      .pathways .section_intro .intro_bubble .side_bubbles .medium_bubble {
        width: 50px;
        height: 50px; }
      .pathways .section_intro .intro_bubble .side_bubbles .small_bubble {
        width: 20px;
        height: 20px; }
  .pathways .section_main .main_cols .main_heading {
    padding-bottom: 4px; }
  .pathways .section_main .main_cols .action_col .action_container {
    width: 100%;
    padding: 0 40px; }
    .pathways .section_main .main_cols .action_col .action_container .main_text {
      font-size: .85em;
      padding-bottom: 0; }
  .pathways .section_main .main_cols .result_col {
    padding-top: 50px; }
    .pathways .section_main .main_cols .result_col .result_bubble {
      width: 1000px;
      height: 1000px;
      left: calc(50% - 500px); }
    .pathways .section_main .main_cols .result_col .result_text {
      width: 100%;
      padding: 0 40px; }
      .pathways .section_main .main_cols .result_col .result_text .main_text {
        font-size: .85em;
        padding-bottom: 0; }
  .pathways .outro_content .title {
    padding-bottom: 40px; }
  .pathways .outro_content .main_cols {
    width: 95%; }
  .pathways .outro_content .three_col {
    padding-bottom: 25px; }
  .pathways .outro_content .outcome_icon {
    width: 70px;
    height: 70px;
    padding: 20px; }
  .pathways .outro_content .outcome_text {
    width: calc(100% - 70px); }
  .pathways .back_cover .intro {
    padding-top: 30px; }
  .pathways .back_cover .pathways_contact {
    padding-top: 10px; } }

.twocol {
  padding: 100px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300; }
  .twocol .col_left {
    width: 55%; }
  .twocol .col_right {
    width: 45%;
    padding-left: 40px; }

@media screen and (max-width: 1000px) {
  .twocol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 40px 20px 0 20px; }
    .twocol .col_left,
    .twocol .col_right {
      width: 100%; }
    .twocol .col_right {
      padding-left: 0; } }

@media screen and (max-width: 999px) {
  .twocol {
    text-align: center; } }

.login_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  width: 0;
  height: 0;
  overflow: hidden; }
  .login_mask.active_mask {
    opacity: 1;
    width: 100%;
    height: 100%; }

.login_panel {
  width: 380px;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.95);
  position: fixed;
  overflow: hidden;
  right: 0;
  top: 0;
  z-index: 100000;
  -webkit-box-shadow: -3px 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .login_panel.panel_active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .login_panel .login_title {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #648FB3; }
    .login_panel .login_title .title {
      padding: 18px 20px; }
    .login_panel .login_title .login_close {
      width: 30px;
      height: 30px;
      position: relative;
      display: block;
      color: #fff;
      cursor: pointer;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      background: transparent url(images/icon_close.svg) no-repeat scroll 9px 9px;
      background-size: 10px;
      border: 1px solid #648FB3;
      border-radius: 50%;
      margin: 15px; }
      .login_panel .login_title .login_close:hover, .login_panel .login_title .login_close:focus, .login_panel .login_title .login_close:active {
        background-color: rgba(100, 143, 179, 0.2); }
  .login_panel .login_content {
    padding: 20px;
    height: calc(100% - 61px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .login_panel .login_content::-webkit-scrollbar {
      display: none; }
    .login_panel .login_content .login_text {
      color: #fff;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 300;
      font-size: .9em;
      padding-bottom: 10px; }
      .login_panel .login_content .login_text h2 {
        font-weight: 700;
        font-size: 1.05em;
        padding: 0;
        color: #fff;
        text-transform: none;
        margin: 0 0 0.5rem 0;
        letter-spacing: 0; }
      .login_panel .login_content .login_text p {
        margin-top: 0;
        margin-bottom: 0.5rem; }
    .login_panel .login_content .text_bottom {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-bottom: 0; }
    .login_panel .login_content .login_button {
      height: 50px;
      width: 100%;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 10px;
      position: relative;
      line-height: 50px;
      text-transform: uppercase;
      font-size: 1em;
      letter-spacing: 2px;
      margin-top: 0;
      margin-bottom: 15px;
      border: 1px solid #648FB3;
      text-decoration: none;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .login_panel .login_content .login_button svg {
        margin-right: 12px;
        font-size: 1.3em; }
      .login_panel .login_content .login_button:hover, .login_panel .login_content .login_button:focus, .login_panel .login_content .login_button:active {
        background-color: rgba(100, 143, 179, 0.2); }

@media screen and (max-width: 767px) {
  body.active_menu {
    overflow: hidden !important; }
    body.active_menu .site {
      position: fixed; }
  .login_panel {
    width: 100%; } }

.newsletter_signup {
  width: 100%;
  background-color: #1A1A1A;
  position: relative; }
  .newsletter_signup .container {
    display: block;
    padding: 40px 0 50px;
    text-align: center; }
  .newsletter_signup h2 {
    color: #fff;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 15px; }
  .newsletter_signup .mc4wp-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .newsletter_signup .mc4wp-form-fields .nl_form_field {
      margin-right: 10px;
      width: 100%; }
      .newsletter_signup .mc4wp-form-fields .nl_form_field:last-child {
        margin-right: 0; }
    .newsletter_signup .mc4wp-form-fields .nl_submit {
      width: auto; }
    .newsletter_signup .mc4wp-form-fields input {
      width: 100%; }
    .newsletter_signup .mc4wp-form-fields input[type='submit'] {
      background-color: #648FB3;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 0.9em;
      border: 0;
      border-radius: 0;
      padding: 10px 20px;
      line-height: 1.5;
      height: 46px; }
  .newsletter_signup .shadow {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 2; }
    .newsletter_signup .shadow.shadow_top {
      top: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }
    .newsletter_signup .shadow.shadow_bottom {
      bottom: 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }
  .newsletter_signup:before, .newsletter_signup:after {
    content: '';
    position: absolute;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #648FB3), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-image: -o-linear-gradient(left, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 10px;
    background-repeat: repeat-x;
    height: 10px;
    width: 100%;
    z-index: 1; }
  .newsletter_signup:before {
    top: 0; }
  .newsletter_signup:after {
    bottom: 0; }

@media screen and (max-width: 767.98px) {
  .newsletter_signup h2 {
    font-size: 1.7em; }
  .newsletter_signup .mc4wp-form-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px; }
    .newsletter_signup .mc4wp-form-fields .nl_form_field {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0; }
      .newsletter_signup .mc4wp-form-fields .nl_form_field input {
        width: 100%; } }

.faqs {
  background-color: #f2f2f2;
  font-family: "Roboto Condensed", sans-serif; }
  .faqs .container {
    padding: 60px 0; }
  .faqs .faq_wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #cccccc; }
    .faqs .faq_wrapper:last-child {
      border-bottom: 0;
      margin-bottom: 0; }
  .faqs .qa_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .faqs .qa_wrapper.question_wrapper {
      padding-bottom: 30px; }
    .faqs .qa_wrapper.answer_wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .faqs .bubble {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
    font-weight: 700;
    font-size: 3em; }
    .faqs .bubble span {
      padding-left: 10px; }
    .faqs .bubble.q_bubble {
      background-color: #648FB3; }
    .faqs .bubble.a_bubble {
      background-color: #333333; }
  .faqs .faq_box {
    background-color: #fff;
    padding: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 1; }
    .faqs .faq_box:before {
      content: '';
      position: absolute;
      width: 36px;
      height: 36px;
      top: calc(50% - 18px);
      background-color: #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: -1; }
    .faqs .faq_box p {
      margin: 0; }
    .faqs .faq_box.question_box {
      margin-left: 30px;
      color: #648FB3; }
      .faqs .faq_box.question_box p {
        font-weight: 700; }
      .faqs .faq_box.question_box:before {
        left: -10px; }
    .faqs .faq_box.answer_box {
      margin-right: 30px;
      font-weight: 300; }
      .faqs .faq_box.answer_box:before {
        right: -10px; }

@media screen and (max-width: 767.98px) {
  .faqs {
    background-color: #f2f2f2;
    font-family: "Roboto Condensed", sans-serif; }
    .faqs .container {
      padding: 60px 10px 20px 10px; }
    .faqs .qa_wrapper.question_wrapper {
      padding-bottom: 20px; }
    .faqs .qa_wrapper.answer_wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .faqs .bubble {
      width: 60px;
      height: 60px;
      font-size: 2em; }
      .faqs .bubble span {
        padding-left: 6px; }
    .faqs .faq_box {
      padding: 20px; }
      .faqs .faq_box.answer_box, .faqs .faq_box.question_box {
        margin-left: 20px;
        margin-right: 0; }
        .faqs .faq_box.answer_box:before, .faqs .faq_box.question_box:before {
          left: -5px;
          right: auto;
          top: 13px; }
    .faqs .qa_wrapper {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.bio_popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 700px;
  margin: 20px auto; }
  .bio_popup .bio_top {
    background-color: #1A1A1A;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 30px 20px; }
    .bio_popup .bio_top:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #648FB3), color-stop(0%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(left, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
      background-image: -o-linear-gradient(left, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
      background-image: linear-gradient(to right, #648FB3 60%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 5px 10px;
      background-repeat: repeat-x;
      height: 10px;
      width: 100%;
      z-index: 1; }
    .bio_popup .bio_top .staff_headshot {
      width: 140px;
      height: 140px;
      border-radius: 100%;
      background-size: cover;
      background-position: center center;
      margin: 0 auto; }
    .bio_popup .bio_top .staff_titles {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 30px; }
    .bio_popup .bio_top h3 {
      font-weight: 700;
      color: #648FB3;
      margin-top: 0;
      margin-bottom: 0;
      letter-spacing: 0;
      font-size: 1.5em; }
    .bio_popup .bio_top .staff_education {
      color: #b3b3b3;
      font-size: 0.9em; }
    .bio_popup .bio_top .staff_role {
      padding-top: 6px;
      font-weight: 700;
      color: #fff;
      font-size: 1.1em; }
  .bio_popup .bio_bottom {
    padding: 20px 30px; }
  .bio_popup .mfp-close {
    color: #fff;
    opacity: 1;
    width: 50px;
    height: 50px;
    font-size: 40px; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px); }

@media screen and (max-width: 767.98px) {
  .bio_popup .bio_top {
    padding: 16px 16px 24px 16px; }
    .bio_popup .bio_top .staff_headshot {
      width: 80px;
      height: 80px; }
    .bio_popup .bio_top .staff_titles {
      padding-left: 20px; }
    .bio_popup .bio_top h3 {
      font-size: 1.2em; }
    .bio_popup .bio_top .staff_role {
      padding-top: 0;
      font-size: 0.9em; }
  .bio_popup .bio_bottom {
    padding: 10px 20px; }
    .bio_popup .bio_bottom p {
      font-size: .95em; }
  .bio_popup .mfp-close {
    width: 40px;
    height: 40px;
    font-size: 30px; } }

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0; }

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

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

.news_list {
  position: relative;
  padding-top: 80px;
  overflow: hidden; }
  .news_list:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 0;
    width: 10px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #648FB3), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(#648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-image: -o-linear-gradient(#648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(#648FB3 60%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 5px;
    background-repeat: repeat-y;
    z-index: 1; }
  .news_list article {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    .news_list article .date_dot {
      position: absolute;
      left: 50%;
      margin-left: -50px;
      top: 50px;
      width: 100px;
      height: 100px;
      background-color: #648FB3;
      border-radius: 50%;
      padding: 15px;
      color: #fff;
      text-align: center;
      z-index: 2;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase; }
      .news_list article .date_dot .day {
        font-size: 3em; }
      .news_list article .date_dot .month_year {
        font-size: 1em;
        font-weight: 400; }
    .news_list article:nth-child(even) {
      background-color: #1A1A1A;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .news_list article:nth-child(even) .news_left {
        padding: 200px 0 80px 80px; }
      .news_list article:nth-child(even) .news_right {
        padding: 200px 80px 80px 60px; }
      .news_list article:nth-child(even) h1 {
        color: #648FB3; }
      .news_list article:nth-child(even) .entry-content {
        color: #fff; }
      .news_list article:nth-child(even) .wyatt_button {
        color: #fff;
        border: 1px solid #fff; }
  .news_list .news_left,
  .news_list .news_right {
    width: 50%; }
  .news_list .news_left {
    padding: 200px 80px 80px 0; }
    .news_list .news_left img {
      width: 100%;
      height: auto; }
  .news_list h1 {
    line-height: 1.5;
    font-size: 1.8em;
    margin-top: 0; }
  .news_list .news_right {
    padding: 200px 60px 80px 80px; }
  .news_list .wyatt_button {
    display: block;
    max-width: 150px;
    margin: 20px 0; }

@media screen and (max-width: 1000px) {
  .news_list:before {
    left: 54px; }
  .news_list article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .news_list article .date_dot {
      left: 65px;
      top: 50%;
      margin-top: -40px;
      width: 80px;
      height: 80px; }
      .news_list article .date_dot .day {
        font-size: 2.5em; }
      .news_list article .date_dot .month_year {
        font-size: .8em; }
    .news_list article:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .news_list .news_left,
  .news_list .news_right {
    width: 100%; }
  .news_list .news_left,
  .news_list article:nth-child(even) .news_left {
    padding: 60px 40px 20px 120px; }
  .news_list .news_right,
  .news_list article:nth-child(even) .news_right {
    padding: 0px 40px 20px 120px; } }

@media screen and (max-width: 420px) {
  .news_list {
    padding-top: 20px; }
    .news_list:before {
      left: 5px; }
    .news_list article .date_dot {
      left: 30px;
      top: 60px;
      width: 50px;
      height: 50px;
      padding: 10px; }
      .news_list article .date_dot .day,
      .news_list article .date_dot .month_year {
        position: absolute;
        font-size: 2em;
        color: #648FB3; }
      .news_list article .date_dot .day {
        right: -40px; }
      .news_list article .date_dot .month_year {
        position: absolute;
        right: -130px;
        font-weight: 300;
        letter-spacing: -1px; }
    .news_list article:nth-child(even) .date_dot .day,
    .news_list article:nth-child(even) .date_dot .month_year {
      color: #fff; }
    .news_list .news_left,
    .news_list .news_right {
      width: 100%; }
    .news_list .news_left,
    .news_list article:nth-child(even) .news_left,
    .news_list .news_right,
    .news_list article:nth-child(even) .news_right {
      padding: 20px 20px 10px 30px; }
    .news_list .news_left,
    .news_list article:nth-child(even) .news_left {
      padding-top: 100px; }
    .news_list h1 {
      line-height: 1.4;
      font-size: 1.5em; } }

.news_detail .container {
  padding: 60px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.news_detail .article_content {
  width: 66.6666%;
  padding-right: 50px; }

.news_detail .article_sidebar {
  width: 33.3333%; }
  .news_detail .article_sidebar h2 {
    margin: 0 0 10px 0;
    font-size: 1.8em; }
  .news_detail .article_sidebar .more_posts_border {
    border-top: 2px dotted #E6E6E6;
    border-bottom: 2px dotted #E6E6E6; }
  .news_detail .article_sidebar .more_posts {
    margin: 20px 0;
    position: relative; }
    .news_detail .article_sidebar .more_posts:before {
      content: '';
      position: absolute;
      left: 35px;
      margin-left: -5px;
      top: 0;
      width: 10px;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #648FB3), color-stop(0%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(#648FB3 60%, rgba(255, 255, 255, 0) 0%);
      background-image: -o-linear-gradient(#648FB3 60%, rgba(255, 255, 255, 0) 0%);
      background-image: linear-gradient(#648FB3 60%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 10px 5px;
      background-repeat: repeat-y;
      z-index: 1;
      opacity: .5; }
    .news_detail .article_sidebar .more_posts .more_post {
      text-decoration: none;
      display: block;
      padding: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s; }
      .news_detail .article_sidebar .more_posts .more_post:hover .date_dot {
        background-color: #4b7599; }
    .news_detail .article_sidebar .more_posts .date_dot {
      width: 70px;
      height: 70px;
      background-color: #648FB3;
      border-radius: 50%;
      padding: 10px;
      color: #fff;
      text-align: center;
      z-index: 2;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase; }
      .news_detail .article_sidebar .more_posts .date_dot .day {
        font-size: 2em; }
      .news_detail .article_sidebar .more_posts .date_dot .month_year {
        font-size: .8em;
        font-weight: 400; }
    .news_detail .article_sidebar .more_posts .more_post_name {
      color: #4D4D4D;
      width: 80%;
      padding-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .news_detail .article_sidebar .back {
    display: block;
    color: #4D4D4D;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
    .news_detail .article_sidebar .back:hover {
      color: #648FB3; }
    .news_detail .article_sidebar .back .fa-chevron-left {
      color: #648FB3;
      margin-right: 10px; }

.news_detail .nav-links {
  width: 100%;
  background-color: #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  text-transform: uppercase; }
  .news_detail .nav-links .nav-previous a,
  .news_detail .nav-links .nav-next a {
    text-decoration: none;
    color: #4D4D4D;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
    .news_detail .nav-links .nav-previous a:hover,
    .news_detail .nav-links .nav-next a:hover {
      color: #648FB3; }
  .news_detail .nav-links .nav-previous a {
    padding-left: 10px; }
  .news_detail .nav-links .nav-next a {
    padding-right: 10px; }

@media screen and (max-width: 1000px) {
  .news_detail .article_content {
    width: 100%;
    padding: 0 20px; }
  .news_detail .article_sidebar {
    display: none; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# 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 */