@charset "UTF-8";
/* ---------------------------------------------
/* Working on site
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Put this as the test URL to begin with, then when live change it
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Width of element - all max width, not worth adding to var name
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Responsive options
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Custom media variables
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Grid
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Transition effects
/* to go over again, for example: header-transition, button-transition etc
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Theme testing section
/* -----------------------------------------------------------------------
/*
/* - some testing variables are situation specific
/*
/* - for separate testing make the relevant var true
/*   outside of the @if function
/* // ↑ ↓  ← →
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Breakpoints, based on a 16px base font size
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* General output
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Media query
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Unit work
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Internal formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font sizes
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Automatic responsive
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* IE
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Grid helpers
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Automatic responsive
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Header quick mixins
/* -------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@font-face {
  font-family: 'opendyslexicregular';
  src: url("http://developer/foundation/wp-content/themes/sass/font/opendyslexic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("http://developer/foundation/wp-content/themes/sass/font/ofont.ru_Bebas Neue.ttf") format("truetype");
}

/* -----------------------------------------------------------------------
/* Global Font
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font family(ies)
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font sizes
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font weight
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font sizes
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Mobile sizes for font - ignored by ie stylesheet
/* ------------------------------------------ */
/* ---------------------------------------------
/* Default fallbacks
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Colour variables
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Font
/* ------------------------------------------ */
/* ---------------------------------------------
/* Form
/* ------------------------------------------ */
/* ---------------------------------------------
/* Button
/* ------------------------------------------ */
/* ---------------------------------------------
/* Feedback colours
/* ------------------------------------------ */
/* ---------------------------------------------
/* Footer
/* ------------------------------------------ */
/* ---------------------------------------------
/* Header
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Color
/* -------------------------------------------------------------------- */
#header ul.topmenu li.homepage {
  background-image: url(../img/icon_home.png);
  padding-left: 30px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 17px;
}

/* ---------------------------------------------
/* Under Header
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Color
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Two Row Two Menu Header
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Color
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Grid and padding variables
/* ------------------------------------------ */
/* ---------------------------------------------
/* When to hide menu and move body margin up yo
/* ------------------------------------------ */
/* ---------------------------------------------
/* Grid and padding code
/* ------------------------------------------ */
/* ---------------------------------------------
/* header height - border size
/* ------------------------------------------ */
/* ---------------------------------------------
/* Logo - Desktop
/* ------------------------------------------ */
/* ---------------------------------------------
/* Logo - Tablet
/* ------------------------------------------ */
/* ---------------------------------------------
/* Logo - Mobile
/* ------------------------------------------ */
/* ---------------------------------------------
/* Breakpoints
/* ------------------------------------------ */
/* ---------------------------------------------
/* global
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* 32px so header is not attached to anchor
/* -------------------------------------------------------------------- */
/*
 * Button mixin- creates 3d-ish button effect with correct
 * highlights/shadows, based on a base color.
 */
body.wp-admin {
  background: #f1f1f1;
  /* Links */
  /* Forms */
  /* Core UI */
  /* List tables */
  /* Admin Menu */
  /* Active tabs use a bottom border color that matches the page background color. */
  /* Admin Menu: submenu */
  /* Admin Menu: current */
  /* Admin Menu: bubble */
  /* Admin Menu: collapse button */
}

body.wp-admin a {
  color: #0073aa;
}

body.wp-admin a:hover, body.wp-admin a:active, body.wp-admin a:focus {
  color: #0096dd;
}

body.wp-admin #media-upload a.del-link:hover,
body.wp-admin div.dashboard-widget-submit input:hover,
body.wp-admin .subsubsub a:hover,
body.wp-admin .subsubsub a.current:hover {
  color: #0096dd;
}

body.wp-admin input[type=checkbox]:checked:before {
  color: #194878;
}

body.wp-admin input[type=radio]:checked:before {
  background: #194878;
}

body.wp-admin.wp-core-ui input[type="reset"]:hover,
body.wp-admin.wp-core-ui input[type="reset"]:active {
  color: #0096dd;
}

body.wp-admin.wp-core-ui .button-primary {
  background: #194878;
  border-color: #102f4e #0c2239 #0c2239;
  color: #fff;
  -webkit-box-shadow: 0 1px 0 #0c2239;
          box-shadow: 0 1px 0 #0c2239;
  text-shadow: 0 -1px 1px #0c2239, 1px 0 1px #0c2239, 0 1px 1px #0c2239, -1px 0 1px #0c2239;
}

body.wp-admin.wp-core-ui .button-primary:hover, body.wp-admin.wp-core-ui .button-primary:focus {
  background: #1c5085;
  border-color: #0c2239;
  color: #fff;
  -webkit-box-shadow: 0 1px 0 #0c2239;
          box-shadow: 0 1px 0 #0c2239;
}

body.wp-admin.wp-core-ui .button-primary:focus {
  -webkit-box-shadow: inset 0 1px 0 #102f4e, 0 0 2px 1px #33b3db;
          box-shadow: inset 0 1px 0 #102f4e, 0 0 2px 1px #33b3db;
}

body.wp-admin.wp-core-ui .button-primary:active {
  background: #102f4e;
  border-color: #0c2239;
  -webkit-box-shadow: inset 0 2px 0 #0c2239;
          box-shadow: inset 0 2px 0 #0c2239;
}

body.wp-admin.wp-core-ui .button-primary[disabled], body.wp-admin.wp-core-ui .button-primary:disabled, body.wp-admin.wp-core-ui .button-primary.button-primary-disabled, body.wp-admin.wp-core-ui .button-primary.disabled {
  color: #c7ccd1 !important;
  background: #123456 !important;
  border-color: #0c2239 !important;
  text-shadow: none !important;
}

body.wp-admin.wp-core-ui .button-primary.button-hero {
  -webkit-box-shadow: 0 2px 0 #0c2239 !important;
          box-shadow: 0 2px 0 #0c2239 !important;
}

body.wp-admin.wp-core-ui .button-primary.button-hero:active {
  -webkit-box-shadow: inset 0 3px 0 #0c2239 !important;
          box-shadow: inset 0 3px 0 #0c2239 !important;
}

body.wp-admin.wp-core-ui .wp-ui-primary {
  color: #ffffff;
  background-color: #2a2728;
}

body.wp-admin.wp-core-ui .wp-ui-text-primary {
  color: #2a2728;
}

body.wp-admin.wp-core-ui .wp-ui-highlight {
  color: #ffffff;
  background-color: #194878;
}

body.wp-admin.wp-core-ui .wp-ui-text-highlight {
  color: #194878;
}

body.wp-admin.wp-core-ui .wp-ui-notification {
  color: #ffffff;
  background-color: #194878;
}

body.wp-admin.wp-core-ui .wp-ui-text-notification {
  color: #194878;
}

body.wp-admin.wp-core-ui .wp-ui-text-icon {
  color: #f3f1f2;
}

body.wp-admin .wrap .add-new-h2:hover,
body.wp-admin .wrap .page-title-action:hover,
body.wp-admin .tablenav .tablenav-pages a:hover,
body.wp-admin .tablenav .tablenav-pages a:focus {
  color: #ffffff;
  background-color: #2a2728;
}

body.wp-admin .view-switch a.current:before {
  color: #2a2728;
}

body.wp-admin .view-switch a:hover:before {
  color: #194878;
}

body.wp-admin #adminmenuback,
body.wp-admin #adminmenuwrap,
body.wp-admin #adminmenu {
  background: #2a2728;
}

body.wp-admin #adminmenu a {
  color: #ffffff;
}

body.wp-admin #adminmenu div.wp-menu-image:before {
  color: #f3f1f2;
}

body.wp-admin #adminmenu a:hover,
body.wp-admin #adminmenu li.menu-top:hover,
body.wp-admin #adminmenu li.opensub > a.menu-top,
body.wp-admin #adminmenu li > a.menu-top:focus {
  color: #ffffff;
  background-color: #194878;
}

body.wp-admin #adminmenu li.menu-top:hover div.wp-menu-image:before,
body.wp-admin #adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
  color: #ffffff;
}

body.wp-admin .about-wrap h2 .nav-tab-active,
body.wp-admin .nav-tab-active,
body.wp-admin .nav-tab-active:hover {
  background-color: #f1f1f1;
  border-bottom-color: #f1f1f1;
}

body.wp-admin #adminmenu .wp-submenu,
body.wp-admin #adminmenu .wp-has-current-submenu .wp-submenu,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
body.wp-admin .folded #adminmenu .wp-has-current-submenu .wp-submenu,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
  background: #171616;
}

body.wp-admin #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
  border-right-color: #171616;
}

body.wp-admin #adminmenu .wp-submenu .wp-submenu-head {
  color: #bfbebf;
}

body.wp-admin #adminmenu .wp-submenu a,
body.wp-admin #adminmenu .wp-has-current-submenu .wp-submenu a,
body.wp-admin .folded #adminmenu .wp-has-current-submenu .wp-submenu a,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
  color: #bfbebf;
}

body.wp-admin #adminmenu .wp-submenu a:focus, body.wp-admin #adminmenu .wp-submenu a:hover,
body.wp-admin #adminmenu .wp-has-current-submenu .wp-submenu a:focus,
body.wp-admin #adminmenu .wp-has-current-submenu .wp-submenu a:hover,
body.wp-admin .folded #adminmenu .wp-has-current-submenu .wp-submenu a:focus,
body.wp-admin .folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
  color: #ffffff;
}

body.wp-admin #adminmenu .wp-submenu li.current a,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
  color: #ffffff;
}

body.wp-admin #adminmenu .wp-submenu li.current a:hover, body.wp-admin #adminmenu .wp-submenu li.current a:focus,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
  color: #ffffff;
}

body.wp-admin ul#adminmenu a.wp-has-current-submenu:after,
body.wp-admin ul#adminmenu > li.current > a.current:after {
  border-right-color: #f1f1f1;
}

body.wp-admin #adminmenu li.current a.menu-top,
body.wp-admin #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
body.wp-admin #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
body.wp-admin .folded #adminmenu li.current.menu-top {
  color: #ffffff;
  background: #194878;
}

body.wp-admin #adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
body.wp-admin #adminmenu a.current:hover div.wp-menu-image:before,
body.wp-admin #adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
body.wp-admin #adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
body.wp-admin #adminmenu li:hover div.wp-menu-image:before,
body.wp-admin #adminmenu li a:focus div.wp-menu-image:before,
body.wp-admin #adminmenu li.opensub div.wp-menu-image:before,
body.wp-admin .ie8 #adminmenu li.opensub div.wp-menu-image:before {
  color: #ffffff;
}

body.wp-admin #adminmenu .awaiting-mod,
body.wp-admin #adminmenu .update-plugins {
  color: #ffffff;
  background: #194878;
}

body.wp-admin #adminmenu li.current a .awaiting-mod,
body.wp-admin #adminmenu li a.wp-has-current-submenu .update-plugins,
body.wp-admin #adminmenu li:hover a .awaiting-mod,
body.wp-admin #adminmenu li.menu-top:hover > a .update-plugins {
  color: #ffffff;
  background: #171616;
}

body.wp-admin #collapse-button {
  color: #f3f1f2;
}

body.wp-admin #collapse-button:hover,
body.wp-admin #collapse-button:focus {
  color: #ffffff;
}

/* Admin Bar */
div#wpadminbar {
  color: #ffffff;
  background: #2a2728;
}

div#wpadminbar .ab-item,
div#wpadminbar a.ab-item,
div#wpadminbar > #wp-toolbar span.ab-label,
div#wpadminbar > #wp-toolbar span.noticon {
  color: #ffffff;
}

div#wpadminbar .ab-icon,
div#wpadminbar .ab-icon:before,
div#wpadminbar .ab-item:before,
div#wpadminbar .ab-item:after {
  color: #f3f1f2;
}

div#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
div#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
div#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
div#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
div#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
  color: #ffffff;
  background: #171616;
}

div#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
div#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
div#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
  color: #ffffff;
}

div#wpadminbar:not(.mobile) li:hover .ab-icon:before,
div#wpadminbar:not(.mobile) li:hover .ab-item:before,
div#wpadminbar:not(.mobile) li:hover .ab-item:after,
div#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
  color: #ffffff;
}

/* Admin Bar: submenu */
div#wpadminbar .menupop .ab-sub-wrapper {
  background: #171616;
}

div#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
div#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
  background: #3a3a3a;
}

div#wpadminbar .ab-submenu .ab-item,
div#wpadminbar .quicklinks .menupop ul li a,
div#wpadminbar .quicklinks .menupop.hover ul li a,
div#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
  color: #bfbebf;
}

div#wpadminbar .quicklinks li .blavatar,
div#wpadminbar .menupop .menupop > .ab-item:before {
  color: #f3f1f2;
}

div#wpadminbar .quicklinks .menupop ul li a:hover,
div#wpadminbar .quicklinks .menupop ul li a:focus,
div#wpadminbar .quicklinks .menupop ul li a:hover strong,
div#wpadminbar .quicklinks .menupop ul li a:focus strong,
div#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
div#wpadminbar .quicklinks .menupop.hover ul li a:hover,
div#wpadminbar .quicklinks .menupop.hover ul li a:focus,
div#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
div#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
div#wpadminbar li:hover .ab-icon:before,
div#wpadminbar li:hover .ab-item:before,
div#wpadminbar li a:focus .ab-icon:before,
div#wpadminbar li .ab-item:focus:before,
div#wpadminbar li .ab-item:focus .ab-icon:before,
div#wpadminbar li.hover .ab-icon:before,
div#wpadminbar li.hover .ab-item:before,
div#wpadminbar li:hover #adminbarsearch:before,
div#wpadminbar li #adminbarsearch.adminbar-focused:before {
  color: #ffffff;
}

div#wpadminbar .quicklinks li a:hover .blavatar,
div#wpadminbar .quicklinks li a:focus .blavatar,
div#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
div#wpadminbar .menupop .menupop > .ab-item:hover:before,
div#wpadminbar.mobile .quicklinks .ab-icon:before,
div#wpadminbar.mobile .quicklinks .ab-item:before {
  color: #ffffff;
}

div#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
div#wpadminbar.mobile .quicklinks .hover .ab-item:before {
  color: #f3f1f2;
}

/* Admin Bar: search */
div#wpadminbar #adminbarsearch:before {
  color: #f3f1f2;
}

div#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
  color: #ffffff;
  background: #3d383a;
}

/* Admin Bar: my account */
div#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
  border-color: #3d383a;
  background-color: #3d383a;
}

div#wpadminbar #wp-admin-bar-user-info .display-name {
  color: #ffffff;
}

div#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
  color: #ffffff;
}

div#wpadminbar #wp-admin-bar-user-info .username {
  color: #bfbebf;
}

body.wp-admin {
  /* Pointers */
  /* Media */
  /* Themes */
  /* Widgets */
  /* Responsive Component */
  /* TinyMCE */
}

body.wp-admin .wp-pointer .wp-pointer-content h3 {
  background-color: #194878;
  border-color: #153b63;
}

body.wp-admin .wp-pointer .wp-pointer-content h3:before {
  color: #194878;
}

body.wp-admin .wp-pointer.wp-pointer-top .wp-pointer-arrow,
body.wp-admin .wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
body.wp-admin .wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
body.wp-admin .wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
  border-bottom-color: #194878;
}

body.wp-admin .media-item .bar,
body.wp-admin .media-progress-bar div {
  background-color: #194878;
}

body.wp-admin .details.attachment {
  -webkit-box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #194878;
          box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #194878;
}

body.wp-admin .attachment.details .check {
  background-color: #194878;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #194878;
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px #194878;
}

body.wp-admin .media-selection .attachment.selection.details .thumbnail {
  -webkit-box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #194878;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #194878;
}

body.wp-admin .theme-browser .theme.active .theme-name,
body.wp-admin .theme-browser .theme.add-new-theme a:hover:after,
body.wp-admin .theme-browser .theme.add-new-theme a:focus:after {
  background: #194878;
}

body.wp-admin .theme-browser .theme.add-new-theme a:hover span:after,
body.wp-admin .theme-browser .theme.add-new-theme a:focus span:after {
  color: #194878;
}

body.wp-admin .theme-section.current,
body.wp-admin .theme-filter.current {
  border-bottom-color: #2a2728;
}

body.wp-admin body.more-filters-opened .more-filters {
  color: #ffffff;
  background-color: #2a2728;
}

body.wp-admin body.more-filters-opened .more-filters:before {
  color: #ffffff;
}

body.wp-admin body.more-filters-opened .more-filters:hover,
body.wp-admin body.more-filters-opened .more-filters:focus {
  background-color: #194878;
  color: #ffffff;
}

body.wp-admin body.more-filters-opened .more-filters:hover:before,
body.wp-admin body.more-filters-opened .more-filters:focus:before {
  color: #ffffff;
}

body.wp-admin .widgets-chooser li.widgets-chooser-selected {
  background-color: #194878;
  color: #ffffff;
}

body.wp-admin .widgets-chooser li.widgets-chooser-selected:before,
body.wp-admin .widgets-chooser li.widgets-chooser-selected:focus:before {
  color: #ffffff;
}

body.wp-admin div#wp-responsive-toggle a:before {
  color: #f3f1f2;
}

body.wp-admin .wp-responsive-open div#wp-responsive-toggle a {
  border-color: transparent;
  background: #194878;
}

body.wp-admin .wp-responsive-open div#wpadminbar #wp-admin-bar-menu-toggle a {
  background: #171616;
}

body.wp-admin .wp-responsive-open div#wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
  color: #f3f1f2;
}

body.wp-admin .mce-container.mce-menu .mce-menu-item:hover,
body.wp-admin .mce-container.mce-menu .mce-menu-item.mce-selected,
body.wp-admin .mce-container.mce-menu .mce-menu-item:focus,
body.wp-admin .mce-container.mce-menu .mce-menu-item-normal.mce-active,
body.wp-admin .mce-container.mce-menu .mce-menu-item-preview.mce-active {
  background: #194878;
}

body.wp-admin #adminmenu .wp-submenu a:focus, body.wp-admin #adminmenu .wp-submenu a:hover {
  color: #ffffff;
}

body.wp-admin .acf-box .footer.-blue {
  background-color: #2a2728;
  color: #ffffff;
}

body.wp-admin .acf-switch.-on {
  background-color: #194878;
  border-color: #102f4e;
}

body.wp-admin .acf-switch.-on .acf-switch-slider {
  left: 50%;
  right: 3px;
  border-color: #194878;
}

body.wp-admin .acf-switch.-focus .acf-switch-slider {
  border-color: #102f4e;
  -webkit-box-shadow: 0 1px 0 rgba(12, 34, 57, 0.5);
          box-shadow: 0 1px 0 rgba(12, 34, 57, 0.5);
}

body.wp-admin .acf-switch .acf-switch-on {
  color: #ffffff;
  text-shadow: #102f4e 0 1px 0;
}

body.wp-admin .acf-field-object.open > .handle {
  background: #2a2728;
  border: #1d1b1b solid 1px;
  text-shadow: #100e0f 0 1px 0;
}

body.wp-admin .acf-fc-popup a {
  color: #ffffff;
}

body.wp-admin .acf-fc-popup a:hover {
  background: #194878;
}

.toplevel_page_wpseo_dashboard .wp-menu-image.svg {
  background-image: none !important;
}

.toplevel_page_wpseo_dashboard .wp-menu-image.svg:before {
  content: "\f238";
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0;
  -o-transition: color .1s ease-in 0;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#mceu_11 {
  display: none;
}

/* fix touch size of WordPress logo top right */
div#wpadminbar {
  position: absolute;
}

@media screen and (min-height: 500px) {
  div#wpadminbar {
    position: fixed;
  }
}

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

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

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

[hidden],
template {
  display: none;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #194878;
  color: #ffffff;
}

small {
  font-size: 80%;
}

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

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

figure {
  margin: 0 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 16px;
}

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

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

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

button,
input,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="password"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="text"],
select,
textarea {
  text-transform: none;
  cursor: pointer;
  border-radius: 0 ;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
  font-weight: 900;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.screen_reader {
  position: absolute;
  top: -1000em;
}

.screen_reader:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #21759b;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -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);
}

input[type="color"]:-webkit-autofill,
input[type="color"]:-webkit-autofill:focus,
input[type="date"]:-webkit-autofill,
input[type="date"]:-webkit-autofill:focus,
input[type="datetime"]:-webkit-autofill,
input[type="datetime"]:-webkit-autofill:focus,
input[type="datetime-local"]:-webkit-autofill,
input[type="datetime-local"]:-webkit-autofill:focus,
input[type="email"]:-webkit-autofill,
input[type="email"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:focus,
input[type="month"]:-webkit-autofill,
input[type="month"]:-webkit-autofill:focus,
input[type="number"]:-webkit-autofill,
input[type="number"]:-webkit-autofill:focus,
input[type="range"]:-webkit-autofill,
input[type="range"]:-webkit-autofill:focus,
input[type="search"]:-webkit-autofill,
input[type="search"]:-webkit-autofill:focus,
input[type="tel"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill:focus,
input[type="time"]:-webkit-autofill,
input[type="time"]:-webkit-autofill:focus,
input[type="url"]:-webkit-autofill,
input[type="url"]:-webkit-autofill:focus,
input[type="week"]:-webkit-autofill,
input[type="week"]:-webkit-autofill:focus,
input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
  border-color: #52bad5 !important;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
  -webkit-text-fill-color: #424242 !important;
}

iframe {
  min-width: 100%;
  width: 100px;
  *width: 100%;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

body.user-is-tabbing *:focus {
  outline: 2px solid #194878 !important;
  /* for non-webkit browsers */
  outline: 5px auto #194878 !important;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
html {
  overflow-y: scroll;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #424242;
}

::-moz-selection {
  background-color: #194878;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background-color: #194878;
  text-shadow: none;
  color: #ffffff;
}

/* -----------------------------------------------------------------------
/* Background font lining
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* grid options
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Custom media variables
/* -------------------------------------------------------------------- */
.grid {
  overflow: hidden;
  /* -----------------------------------------------------------------------
	/* flex
	/* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
	/* flex
	/* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
	/* margin
	/* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
	/* margin
	/* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
	/* flex
	/* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
	/* flex
	/* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
	/* margin
	/* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
	/* margin
	/* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
	/* flex
	/* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
	/* flex
	/* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
	/* margin
	/* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
	/* margin
	/* -------------------------------------------------------------------- */
}

.grid.content .wsp-container {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}

@media screen and (max-width: 529px) {
  .grid.content .wsp-container {
    width: 100%;
  }
}

@media screen and (min-width: 530px) {
  .grid.content .wsp-container {
    margin-right: 2%;
  }
}

@media screen and (min-width: 530px) and (max-width: 819px) {
  .grid.content .wsp-container {
    width: 49%;
  }
  .grid.content .wsp-container:nth-child(2n) {
    margin-right: 0;
  }
  .grid.content .wsp-container:nth-child(2n + 1) {
    clear: left;
  }
  .grid.content .wsp-container:last-child {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 820px) {
  .grid.content .wsp-container {
    width: 32%;
    margin-right: 2%;
  }
  .grid.content .wsp-container:nth-child(3n) {
    margin-right: 0;
  }
  .grid.content .wsp-container:nth-child(3n + 1) {
    clear: left;
  }
}

@media (max-width: 33.0625em) {
  .grid.content .wsp-container {
    margin-bottom: 26px ;
  }
}

@media (min-width: 33.125em) and (max-width: 71.9375em) {
  .grid.content .wsp-container {
    margin-bottom: calc( 10px + (19 - 10) * ( (100vw - 530px) / ( 1151 - 530) )) ;
    margin-bottom: -webkit-calc( 10px + (19 - 10) * ( (100vw - 530px) / ( 1151 - 530) )) ;
  }
}

@media (min-width: 72em) {
  .grid.content .wsp-container {
    margin-bottom: 19px ;
  }
}

.grid.col_2 .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}

@media screen and (max-width: 766px) {
  .grid.col_2 .col {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .grid.col_2 .col {
    width: 47%;
    margin-right: 6%;
  }
  .grid.col_2 .col:nth-child(2n) {
    margin-right: 0;
  }
  .grid.col_2 .col:nth-child(2n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 299px) {
  .grid.col_2 .col {
    margin-bottom: 44px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  .grid.col_2 .col {
    margin-bottom: calc( 2.75em + (57 - 44) * ( (100vw - 300px) / ( 1034 - 300) )) ;
    margin-bottom: -webkit-calc( 2.75em + (57 - 44) * ( (100vw - 300px) / ( 1034 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  .grid.col_2 .col {
    margin-bottom: 57px ;
  }
}

.grid.col_2_thin .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}

@media screen and (max-width: 919px) {
  .grid.col_2_thin .col {
    width: 100%;
  }
}

@media screen and (min-width: 920px) {
  .grid.col_2_thin .col {
    width: 47%;
    margin-right: 6%;
  }
  .grid.col_2_thin .col:nth-child(2n) {
    margin-right: 0;
  }
  .grid.col_2_thin .col:nth-child(2n + 1) {
    clear: left;
  }
}

@media (max-width: 57.4375em) {
  .grid.col_2_thin .col {
    margin-bottom: 26px ;
  }
}

@media (min-width: 57.5em) and (max-width: 71.9375em) {
  .grid.col_2_thin .col {
    margin-bottom: calc( 54px + (57 - 54) * ( (100vw - 920px) / ( 1151 - 920) )) ;
    margin-bottom: -webkit-calc( 54px + (57 - 54) * ( (100vw - 920px) / ( 1151 - 920) )) ;
  }
}

@media (min-width: 72em) {
  .grid.col_2_thin .col {
    margin-bottom: 57px ;
  }
}

@media screen and (min-width: 900px) {
  .col_4 {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
}

.scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 0;
  padding-bottom: 13px;
}

.scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 5px;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(25, 72, 120, 0.5);
}

.scroll .item {
  vertical-align: top;
  white-space: normal;
  display: inline-block;
  font-size: 16px;
  margin-right: 19.5px;
}

.scroll .item:last-child {
  margin-right: 0 !important;
}

/*Custom grid 7 / 5 */
@media screen and (min-width: 900px) {
  .col_7 {
    float: left;
    width: 66%;
    margin-right: 2%;
  }
  .col_5 {
    float: left;
    width: 32%;
  }
}

/* -----------------------------------------------------------------------
/* Client code
/* -------------------------------------------------------------------- */
.col_3 .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}

@media screen and (max-width: 766px) {
  .col_3 .col {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .col_3 .col {
    width: 32%;
    margin-right: 2%;
  }
  .col_3 .col:nth-child(3n) {
    margin-right: 0;
  }
  .col_3 .col:nth-child(3n + 1) {
    clear: left;
  }
}

/* -----------------------------------------------------------------------
	/* flex
	/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
	/* flex
	/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
	/* margin
	/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  .col_3 .col {
    margin-bottom: 15px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  .col_3 .col {
    margin-bottom: calc( 0.9375em + (19 - 15) * ( (100vw - 300px) / ( 1034 - 300) )) ;
    margin-bottom: -webkit-calc( 0.9375em + (19 - 15) * ( (100vw - 300px) / ( 1034 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  .col_3 .col {
    margin-bottom: 19px ;
  }
}

/* -----------------------------------------------------------------------
	/* margin
	/* -------------------------------------------------------------------- */
.col_4 .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}

@media screen and (max-width: 766px) {
  .col_4 .col {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .col_4 .col {
    width: 23.5%;
    margin-right: 2%;
  }
  .col_4 .col:nth-child(4n) {
    margin-right: 0;
  }
  .col_4 .col:nth-child(4n + 1) {
    clear: left;
  }
}

/* -----------------------------------------------------------------------
	/* flex
	/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
	/* flex
	/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
	/* margin
	/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  .col_4 .col {
    margin-bottom: 15px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  .col_4 .col {
    margin-bottom: calc( 0.9375em + (19 - 15) * ( (100vw - 300px) / ( 1034 - 300) )) ;
    margin-bottom: -webkit-calc( 0.9375em + (19 - 15) * ( (100vw - 300px) / ( 1034 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  .col_4 .col {
    margin-bottom: 19px ;
  }
}

/* -----------------------------------------------------------------------
	/* margin
	/* -------------------------------------------------------------------- */
.col_5 .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}

@media screen and (max-width: 766px) {
  .col_5 .col {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .col_5 .col {
    width: 18.4%;
    margin-right: 2%;
  }
  .col_5 .col:nth-child(5n) {
    margin-right: 0;
  }
  .col_5 .col:nth-child(5n + 1) {
    clear: left;
  }
}

/* -----------------------------------------------------------------------
	/* flex
	/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
	/* flex
	/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
	/* margin
	/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  .col_5 .col {
    margin-bottom: 15px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  .col_5 .col {
    margin-bottom: calc( 0.9375em + (19 - 15) * ( (100vw - 300px) / ( 1034 - 300) )) ;
    margin-bottom: -webkit-calc( 0.9375em + (19 - 15) * ( (100vw - 300px) / ( 1034 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  .col_5 .col {
    margin-bottom: 19px ;
  }
}

/* -----------------------------------------------------------------------
	/* margin
	/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
h1,
.h1,
h2,
h3,
h4,
h5,
h6,
p.title {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #252525;
  margin: 0;
  clear: both;
}

h1 a,
.h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p.title a {
  color: currentColor;
  -webkit-transition: color, 0.25s;
  -o-transition: color, 0.25s;
  transition: color, 0.25s;
}

h1 a:focus, h1 a:hover,
.h1 a:focus,
.h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover,
p.title a:focus,
p.title a:hover {
  color: #194878;
}

address,
p {
  margin-top: 0;
}

@media (max-width: 24.9375em) {
  address,
  p {
    font-size: 16px ;
    font-size: 1em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  address,
  p {
    font-size: calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  address,
  p {
    font-size: 15px ;
    font-size: 0.9375em ;
  }
}

@media (max-width: 24.9375em) {
  address,
  p {
    line-height: 1.625 ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  address,
  p {
    line-height: calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    line-height: -webkit-calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  address,
  p {
    line-height: 1.7333333333 ;
  }
}

@media screen and (max-width: 299px) {
  address,
  p {
    margin-bottom: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  address,
  p {
    margin-bottom: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-bottom: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  address,
  p {
    margin-bottom: 26px ;
  }
}

/* -----------------------------------------------------------------------
/* blockquote
/* -------------------------------------------------------------------- */
blockquote {
  margin: 0;
  border-left: 3px solid #424242;
  margin-left: -9px;
  padding-left: 10px;
}

@media screen and (max-width: 299px) {
  blockquote {
    margin-top: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  blockquote {
    margin-top: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-top: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  blockquote {
    margin-top: 52px ;
  }
}

@media screen and (max-width: 299px) {
  blockquote {
    margin-bottom: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  blockquote {
    margin-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  blockquote {
    margin-bottom: 52px ;
  }
}

@media screen and (min-width: 500px) {
  blockquote {
    border-left: 10px solid #424242;
    margin-left: -22px;
    padding-left: 12px;
  }
}

blockquote p {
  font-weight: 400;
}

@media (max-width: 24.9375em) {
  blockquote p,
  p.lead {
    font-size: 20px ;
    font-size: 1.25em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  blockquote p,
  p.lead {
    font-size: calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  blockquote p,
  p.lead {
    font-size: 19px ;
    font-size: 1.1875em ;
  }
}

@media (max-width: 24.9375em) {
  blockquote p,
  p.lead {
    line-height: 1.3 ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  blockquote p,
  p.lead {
    line-height: calc( 1.3em + ( 20.5263157895 - 19.5 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    line-height: -webkit-calc( 1.3em + ( 20.5263157895 - 19.5 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  blockquote p,
  p.lead {
    line-height: 1.3684210526 ;
  }
}

@media screen and (max-width: 299px) {
  blockquote p,
  p.lead {
    margin-bottom: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  blockquote p,
  p.lead {
    margin-bottom: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-bottom: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  blockquote p,
  p.lead {
    margin-bottom: 26px ;
  }
}

/* -----------------------------------------------------------------------
/* List
/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  p + ul, p + ol, ul + ul, ul + ol, ol + ul, ol + ol {
    margin-top: -19.5px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  p + ul, p + ol, ul + ul, ul + ol, ol + ul, ol + ol {
    margin-top: calc( -1.21875em + (-19.5 - -19.5) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-top: -webkit-calc( -1.21875em + (-19.5 - -19.5) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  p + ul, p + ol, ul + ul, ul + ol, ol + ul, ol + ol {
    margin-top: -19.5px ;
  }
}

ul, ol {
  padding: 0 0 0 22px;
  margin: 0;
  margin-bottom: 26px ;
}

@media (max-width: 24.9375em) {
  ul, ol {
    margin-bottom: 26px ;
  }
}

@media (min-width: 25em) and (max-width: 71.9375em) {
  ul, ol {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) )) ;
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) )) ;
  }
}

@media (min-width: 72em) {
  ul, ol {
    margin-bottom: 26px ;
  }
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

li {
  margin-bottom: 7.8px ;
}

@media (max-width: 24.9375em) {
  li {
    font-size: 16px ;
    font-size: 1em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  li {
    font-size: calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  li {
    font-size: 15px ;
    font-size: 0.9375em ;
  }
}

@media (max-width: 24.9375em) {
  li {
    line-height: 1.625 ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  li {
    line-height: calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    line-height: -webkit-calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  li {
    line-height: 1.7333333333 ;
  }
}

@media (max-width: 24.9375em) {
  li {
    margin-bottom: 7.8px ;
  }
}

@media (min-width: 25em) and (max-width: 71.9375em) {
  li {
    margin-bottom: calc( 7.8px + (7.8 - 7.8) * ( (100vw - 400px) / ( 1151 - 400) )) ;
    margin-bottom: -webkit-calc( 7.8px + (7.8 - 7.8) * ( (100vw - 400px) / ( 1151 - 400) )) ;
  }
}

@media (min-width: 72em) {
  li {
    margin-bottom: 7.8px ;
  }
}

li li {
  font-size: 1em;
}

h1 {
  font-weight: 600;
}

@media (max-width: 24.9375em) {
  h1 {
    font-size: 26px ;
    font-size: 1.625em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  h1 {
    font-size: calc( 1.625em + (36 - 26) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1.625em + (36 - 26) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  h1 {
    font-size: 36px ;
    font-size: 2.25em ;
  }
}

@media (max-width: 24.9375em) {
  h1 {
    line-height: 1.2692307692 ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  h1 {
    line-height: calc( 1.2692307692em + ( 20 - 19.0384615385 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    line-height: -webkit-calc( 1.2692307692em + ( 20 - 19.0384615385 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  h1 {
    line-height: 1.3333333333 ;
  }
}

@media screen and (max-width: 299px) {
  h1 {
    margin-top: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  h1 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  h1 {
    margin-top: 52px ;
  }
}

h1:first-child {
  margin-top: 0;
}

@media screen and (max-width: 299px) {
  h1 {
    margin-bottom: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  h1 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  h1 {
    margin-bottom: 26px ;
  }
}

@media (max-width: 24.9375em) {
  h2 {
    font-size: 24px ;
    font-size: 1.5em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  h2 {
    font-size: calc( 1.5em + (28 - 24) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1.5em + (28 - 24) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  h2 {
    font-size: 28px ;
    font-size: 1.75em ;
  }
}

@media (max-width: 24.9375em) {
  h2 {
    line-height: 1.375 ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  h2 {
    line-height: calc( 1.375em + ( 19.2857142857 - 20.625 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    line-height: -webkit-calc( 1.375em + ( 19.2857142857 - 20.625 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  h2 {
    line-height: 1.2857142857 ;
  }
}

@media screen and (max-width: 299px) {
  h2 {
    margin-top: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  h2 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  h2 {
    margin-top: 52px ;
  }
}

h2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 299px) {
  h2 {
    margin-bottom: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  h2 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  h2 {
    margin-bottom: 26px ;
  }
}

@media (max-width: 24.9375em) {
  h3 {
    font-size: 22px ;
    font-size: 1.375em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  h3 {
    font-size: calc( 1.375em + (26 - 22) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1.375em + (26 - 22) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  h3 {
    font-size: 26px ;
    font-size: 1.625em ;
  }
}

@media (max-width: 24.9375em) {
  h3 {
    line-height: 1.5 ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  h3 {
    line-height: calc( 1.5em + ( 20.7692307692 - 22.5 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    line-height: -webkit-calc( 1.5em + ( 20.7692307692 - 22.5 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  h3 {
    line-height: 1.3846153846 ;
  }
}

@media screen and (max-width: 299px) {
  h3 {
    margin-top: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  h3 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  h3 {
    margin-top: 52px ;
  }
}

h3:first-child {
  margin-top: 0;
}

@media screen and (max-width: 299px) {
  h3 {
    margin-bottom: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  h3 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  h3 {
    margin-bottom: 26px ;
  }
}

@media (max-width: 24.9375em) {
  h4 {
    font-size: 20px ;
    font-size: 1.25em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  h4 {
    font-size: calc( 1.25em + (24 - 20) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1.25em + (24 - 20) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  h4 {
    font-size: 24px ;
    font-size: 1.5em ;
  }
}

@media (max-width: 24.9375em) {
  h4 {
    line-height: 1.1 ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  h4 {
    line-height: calc( 1.1em + ( 22.5 - 16.5 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    line-height: -webkit-calc( 1.1em + ( 22.5 - 16.5 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  h4 {
    line-height: 1.5 ;
  }
}

@media screen and (max-width: 299px) {
  h4 {
    margin-top: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  h4 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  h4 {
    margin-top: 52px ;
  }
}

h4:first-child {
  margin-top: 0;
}

@media screen and (max-width: 299px) {
  h4 {
    margin-bottom: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  h4 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  h4 {
    margin-bottom: 26px ;
  }
}

@media (max-width: 24.9375em) {
  h5 {
    font-size: 19px ;
    font-size: 1.1875em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  h5 {
    font-size: calc( 1.1875em + (24 - 19) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1.1875em + (24 - 19) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  h5 {
    font-size: 24px ;
    font-size: 1.5em ;
  }
}

@media (max-width: 24.9375em) {
  h5 {
    line-height: 1.1578947368 ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  h5 {
    line-height: calc( 1.1578947368em + ( 22.5 - 17.3684210526 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    line-height: -webkit-calc( 1.1578947368em + ( 22.5 - 17.3684210526 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  h5 {
    line-height: 1.5 ;
  }
}

@media screen and (max-width: 299px) {
  h5 {
    margin-top: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  h5 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  h5 {
    margin-top: 52px ;
  }
}

h5:first-child {
  margin-top: 0;
}

@media screen and (max-width: 299px) {
  h5 {
    margin-bottom: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  h5 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  h5 {
    margin-bottom: 26px ;
  }
}

@media (max-width: 24.9375em) {
  h6 {
    font-size: 18px ;
    font-size: 1.125em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  h6 {
    font-size: calc( 1.125em + (24 - 18) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1.125em + (24 - 18) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  h6 {
    font-size: 24px ;
    font-size: 1.5em ;
  }
}

@media (max-width: 24.9375em) {
  h6 {
    line-height: 1.2222222222 ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  h6 {
    line-height: calc( 1.2222222222em + ( 22.5 - 18.3333333333 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    line-height: -webkit-calc( 1.2222222222em + ( 22.5 - 18.3333333333 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  h6 {
    line-height: 1.5 ;
  }
}

@media screen and (max-width: 299px) {
  h6 {
    margin-top: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  h6 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  h6 {
    margin-top: 52px ;
  }
}

h6:first-child {
  margin-top: 0;
}

@media screen and (max-width: 299px) {
  h6 {
    margin-bottom: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  h6 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  h6 {
    margin-bottom: 26px ;
  }
}

/* -----------------------------------------------------------------------
/* Paragraph
/* -------------------------------------------------------------------- */
a {
  color: #194878;
  text-decoration: none;
  cursor: pointer;
}

/* -----------------------------------------------------------------------
/* Other
/* -------------------------------------------------------------------- */
strong {
  font-weight: 400;
}

hr {
  height: 0;
  padding: 0;
  border-style: none;
  border-bottom: 2px solid #bebcbc;
  clear: both;
}

@media screen and (max-width: 299px) {
  hr {
    padding-top: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  hr {
    padding-top: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    padding-top: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  hr {
    padding-top: 52px ;
  }
}

@media screen and (max-width: 299px) {
  hr {
    margin-bottom: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  hr {
    margin-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  hr {
    margin-bottom: 52px ;
  }
}

dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: visible;
  max-width: 400px;
}

dt, dd {
  padding: 4px 0;
}

dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  margin-left: auto;
  text-align: right;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* padding extras
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
button,
.btn,
.button,
.btn_header {
  display: inline-block;
  min-width: 0;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  font-weight: 300;
  vertical-align: middle;
  -webkit-appearance: none;
  border-style: none;
  letter-spacing: normal;
  word-spacing: normal;
  -webkit-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  transition: all, 0.25s;
  border: 2px solid;
  border-radius: 999px ;
  text-decoration: none;
}

/* ---------------------------------------------
/* Button project specific, keeps the head button's happy
/* ------------------------------------------ */
.content button,
.btn,
.button {
  line-height: 1.1 !important;
  color: #424242;
  margin-bottom: 26px ;
  background-color: transparent;
  padding: 9px 17px;
  border-color: #194878;
  margin-bottom: 26px ;
  cursor: pointer;
}

@media (max-width: 24.9375em) {
  .content button,
  .btn,
  .button {
    font-size: 16px ;
    font-size: 1em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  .content button,
  .btn,
  .button {
    font-size: calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  .content button,
  .btn,
  .button {
    font-size: 15px ;
    font-size: 0.9375em ;
  }
}

@media (max-width: 24.9375em) {
  .content button,
  .btn,
  .button {
    margin-bottom: 26px ;
  }
}

@media (min-width: 25em) and (max-width: 71.9375em) {
  .content button,
  .btn,
  .button {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) )) ;
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) )) ;
  }
}

@media (min-width: 72em) {
  .content button,
  .btn,
  .button {
    margin-bottom: 26px ;
  }
}

@media (max-width: 24.9375em) {
  .content button,
  .btn,
  .button {
    margin-bottom: 26px ;
  }
}

@media (min-width: 25em) and (max-width: 71.9375em) {
  .content button,
  .btn,
  .button {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) )) ;
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) )) ;
  }
}

@media (min-width: 72em) {
  .content button,
  .btn,
  .button {
    margin-bottom: 26px ;
  }
}

@media screen and (min-width: 896px) {
  .content button,
  .btn,
  .button {
    padding: 10px 23px;
  }
}

@media screen and (min-width: 1152px) {
  .content button,
  .btn,
  .button {
    padding: 12px 26px;
  }
}

.content button:hover, .content button:focus, .content button:active,
.btn:hover,
.btn:focus,
.btn:active,
.button:hover,
.button:focus,
.button:active {
  color: #ffffff;
  background-color: #194878;
}

.content button.alt,
.btn.alt,
.button.alt {
  color: #000000;
  border-color: #86c6c4;
}

.content button.alt:hover, .content button.alt:focus,
.btn.alt:hover,
.btn.alt:focus,
.button.alt:hover,
.button.alt:focus {
  color: #000000;
  background-color: #63b6b3;
}

.btn,
.button {
  /* ---------------------------------------------
	/* Different size buttons
	/* ------------------------------------------ */
}

.btn.center,
.button.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.btn.btn_icon,
.button.btn_icon {
  text-align: initial;
  background-repeat: no-repeat;
}

.btn.no_margin,
.button.no_margin {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 299px) {
  .btn.margin_top,
  .button.margin_top {
    margin-top: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  .btn.margin_top,
  .button.margin_top {
    margin-top: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    margin-top: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  .btn.margin_top,
  .button.margin_top {
    margin-top: 26px ;
  }
}

.btn.large,
.button.large {
  padding: 15px 25px;
}

@media (max-width: 24.9375em) {
  .btn.large,
  .button.large {
    font-size: 20px ;
    font-size: 1.25em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  .btn.large,
  .button.large {
    font-size: calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  .btn.large,
  .button.large {
    font-size: 19px ;
    font-size: 1.1875em ;
  }
}

@media screen and (min-width: 1152px) {
  .btn.large,
  .button.large {
    padding: 17px 50px;
  }
}

p .btn {
  margin-bottom: 0;
}

@media (max-width: 24.9375em) {
  p .btn.large {
    font-size: 20px ;
    font-size: 1.25em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  p .btn.large {
    font-size: calc( 1.3333333333em + (19 - 20) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1.3333333333em + (19 - 20) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  p .btn.large {
    font-size: 19px ;
    font-size: 1.2666666667em ;
  }
}

p + .button,
.button + .button {
  margin-top: 26px;
}

.button + .button {
  margin-left: 13px;
}

/* ---------------------------------------------
/* Transparent buttons
/* ------------------------------------------ */
.btn.solid,
.button.solid {
  background-color: #194878;
  color: #ffffff;
  /* ---------------------------------------------
		/* Alternative button colour
		/* ------------------------------------------ */
}

.btn.solid:hover, .btn.solid:focus,
.button.solid:hover,
.button.solid:focus {
  background-color: #102f4e;
}

.btn.solid.alt,
.button.solid.alt {
  background-color: #86c6c4;
  color: #000000;
}

.btn.solid.alt:hover, .btn.solid.alt:focus,
.button.solid.alt:hover,
.button.solid.alt:focus {
  background-color: #63b6b3;
}

.intl-tel-input {
  position: relative;
}

.intl-tel-input * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 44px;
  margin-left: 0;
}

.intl-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
}

.intl-tel-input .flag-dropdown:hover {
  cursor: pointer;
}

.intl-tel-input .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .flag-dropdown ul,
.intl-tel-input .flag-dropdown li {
  margin: 0;
  padding: 0;
  background: white;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 38px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .flag {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}

.intl-tel-input .selected-flag .arrow {
  position: relative;
  top: 50%;
  margin-top: -2px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555555;
}

.intl-tel-input .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555555;
}

.intl-tel-input .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #cccccc;
  width: 430px;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list .flag {
  display: inline-block;
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input .flag {
  width: 16px;
  height: 11px;
  background: url("http://developer/foundation/wp-content/plugins/vfb-pro/public/assets/img/flags.png");
}

.intl-tel-input .ad {
  background-position: -16px 0;
}

.intl-tel-input .ae {
  background-position: -32px 0;
}

.intl-tel-input .af {
  background-position: -48px 0;
}

.intl-tel-input .ag {
  background-position: -64px 0;
}

.intl-tel-input .ai {
  background-position: -80px 0;
}

.intl-tel-input .al {
  background-position: -96px 0;
}

.intl-tel-input .am {
  background-position: -112px 0;
}

.intl-tel-input .ao {
  background-position: -128px 0;
}

.intl-tel-input .ar {
  background-position: -144px 0;
}

.intl-tel-input .as {
  background-position: -160px 0;
}

.intl-tel-input .at {
  background-position: -176px 0;
}

.intl-tel-input .au {
  background-position: -192px 0;
}

.intl-tel-input .aw {
  background-position: -208px 0;
}

.intl-tel-input .az {
  background-position: -224px 0;
}

.intl-tel-input .ba {
  background-position: -240px 0;
}

.intl-tel-input .bb {
  background-position: 0 -11px;
}

.intl-tel-input .bd {
  background-position: -16px -11px;
}

.intl-tel-input .be {
  background-position: -32px -11px;
}

.intl-tel-input .bf {
  background-position: -48px -11px;
}

.intl-tel-input .bg {
  background-position: -64px -11px;
}

.intl-tel-input .bh {
  background-position: -80px -11px;
}

.intl-tel-input .bi {
  background-position: -96px -11px;
}

.intl-tel-input .bj {
  background-position: -112px -11px;
}

.intl-tel-input .bm {
  background-position: -128px -11px;
}

.intl-tel-input .bn {
  background-position: -144px -11px;
}

.intl-tel-input .bo {
  background-position: -160px -11px;
}

.intl-tel-input .br {
  background-position: -176px -11px;
}

.intl-tel-input .bs {
  background-position: -192px -11px;
}

.intl-tel-input .bt {
  background-position: -208px -11px;
}

.intl-tel-input .bw {
  background-position: -224px -11px;
}

.intl-tel-input .by {
  background-position: -240px -11px;
}

.intl-tel-input .bz {
  background-position: 0 -22px;
}

.intl-tel-input .ca {
  background-position: -16px -22px;
}

.intl-tel-input .cd {
  background-position: -32px -22px;
}

.intl-tel-input .cf {
  background-position: -48px -22px;
}

.intl-tel-input .cg {
  background-position: -64px -22px;
}

.intl-tel-input .ch {
  background-position: -80px -22px;
}

.intl-tel-input .ci {
  background-position: -96px -22px;
}

.intl-tel-input .ck {
  background-position: -112px -22px;
}

.intl-tel-input .cl {
  background-position: -128px -22px;
}

.intl-tel-input .cm {
  background-position: -144px -22px;
}

.intl-tel-input .cn {
  background-position: -160px -22px;
}

.intl-tel-input .co {
  background-position: -176px -22px;
}

.intl-tel-input .cr {
  background-position: -192px -22px;
}

.intl-tel-input .cu {
  background-position: -208px -22px;
}

.intl-tel-input .cv {
  background-position: -224px -22px;
}

.intl-tel-input .cw {
  background-position: -240px -22px;
}

.intl-tel-input .cy {
  background-position: 0 -33px;
}

.intl-tel-input .cz {
  background-position: -16px -33px;
}

.intl-tel-input .de {
  background-position: -32px -33px;
}

.intl-tel-input .dj {
  background-position: -48px -33px;
}

.intl-tel-input .dk {
  background-position: -64px -33px;
}

.intl-tel-input .dm {
  background-position: -80px -33px;
}

.intl-tel-input .do {
  background-position: -96px -33px;
}

.intl-tel-input .dz {
  background-position: -112px -33px;
}

.intl-tel-input .ec {
  background-position: -128px -33px;
}

.intl-tel-input .ee {
  background-position: -144px -33px;
}

.intl-tel-input .eg {
  background-position: -160px -33px;
}

.intl-tel-input .er {
  background-position: -176px -33px;
}

.intl-tel-input .es {
  background-position: -192px -33px;
}

.intl-tel-input .et {
  background-position: -208px -33px;
}

.intl-tel-input .fi {
  background-position: -224px -33px;
}

.intl-tel-input .fj {
  background-position: -240px -33px;
}

.intl-tel-input .fk {
  background-position: 0 -44px;
}

.intl-tel-input .fm {
  background-position: -16px -44px;
}

.intl-tel-input .fo {
  background-position: -32px -44px;
}

.intl-tel-input .fr, .intl-tel-input .bl, .intl-tel-input .mf {
  background-position: -48px -44px;
}

.intl-tel-input .ga {
  background-position: -64px -44px;
}

.intl-tel-input .gb {
  background-position: -80px -44px;
}

.intl-tel-input .gd {
  background-position: -96px -44px;
}

.intl-tel-input .ge {
  background-position: -112px -44px;
}

.intl-tel-input .gf {
  background-position: -128px -44px;
}

.intl-tel-input .gh {
  background-position: -144px -44px;
}

.intl-tel-input .gi {
  background-position: -160px -44px;
}

.intl-tel-input .gl {
  background-position: -176px -44px;
}

.intl-tel-input .gm {
  background-position: -192px -44px;
}

.intl-tel-input .gn {
  background-position: -208px -44px;
}

.intl-tel-input .gp {
  background-position: -224px -44px;
}

.intl-tel-input .gq {
  background-position: -240px -44px;
}

.intl-tel-input .gr {
  background-position: 0 -55px;
}

.intl-tel-input .gt {
  background-position: -16px -55px;
}

.intl-tel-input .gu {
  background-position: -32px -55px;
}

.intl-tel-input .gw {
  background-position: -48px -55px;
}

.intl-tel-input .gy {
  background-position: -64px -55px;
}

.intl-tel-input .hk {
  background-position: -80px -55px;
}

.intl-tel-input .hn {
  background-position: -96px -55px;
}

.intl-tel-input .hr {
  background-position: -112px -55px;
}

.intl-tel-input .ht {
  background-position: -128px -55px;
}

.intl-tel-input .hu {
  background-position: -144px -55px;
}

.intl-tel-input .id {
  background-position: -160px -55px;
}

.intl-tel-input .ie {
  background-position: -176px -55px;
}

.intl-tel-input .il {
  background-position: -192px -55px;
}

.intl-tel-input .in {
  background-position: -208px -55px;
}

.intl-tel-input .io {
  background-position: -224px -55px;
}

.intl-tel-input .iq {
  background-position: -240px -55px;
}

.intl-tel-input .ir {
  background-position: 0 -66px;
}

.intl-tel-input .is {
  background-position: -16px -66px;
}

.intl-tel-input .it {
  background-position: -32px -66px;
}

.intl-tel-input .jm {
  background-position: -48px -66px;
}

.intl-tel-input .jo {
  background-position: -64px -66px;
}

.intl-tel-input .jp {
  background-position: -80px -66px;
}

.intl-tel-input .ke {
  background-position: -96px -66px;
}

.intl-tel-input .kg {
  background-position: -112px -66px;
}

.intl-tel-input .kh {
  background-position: -128px -66px;
}

.intl-tel-input .ki {
  background-position: -144px -66px;
}

.intl-tel-input .km {
  background-position: -160px -66px;
}

.intl-tel-input .kn {
  background-position: -176px -66px;
}

.intl-tel-input .kp {
  background-position: -192px -66px;
}

.intl-tel-input .kr {
  background-position: -208px -66px;
}

.intl-tel-input .kw {
  background-position: -224px -66px;
}

.intl-tel-input .ky {
  background-position: -240px -66px;
}

.intl-tel-input .kz {
  background-position: 0 -77px;
}

.intl-tel-input .la {
  background-position: -16px -77px;
}

.intl-tel-input .lb {
  background-position: -32px -77px;
}

.intl-tel-input .lc {
  background-position: -48px -77px;
}

.intl-tel-input .li {
  background-position: -64px -77px;
}

.intl-tel-input .lk {
  background-position: -80px -77px;
}

.intl-tel-input .lr {
  background-position: -96px -77px;
}

.intl-tel-input .ls {
  background-position: -112px -77px;
}

.intl-tel-input .lt {
  background-position: -128px -77px;
}

.intl-tel-input .lu {
  background-position: -144px -77px;
}

.intl-tel-input .lv {
  background-position: -160px -77px;
}

.intl-tel-input .ly {
  background-position: -176px -77px;
}

.intl-tel-input .ma {
  background-position: -192px -77px;
}

.intl-tel-input .mc {
  background-position: -208px -77px;
}

.intl-tel-input .md {
  background-position: -224px -77px;
}

.intl-tel-input .me {
  background-position: -112px -154px;
  height: 12px;
}

.intl-tel-input .mg {
  background-position: 0 -88px;
}

.intl-tel-input .mh {
  background-position: -16px -88px;
}

.intl-tel-input .mk {
  background-position: -32px -88px;
}

.intl-tel-input .ml {
  background-position: -48px -88px;
}

.intl-tel-input .mm {
  background-position: -64px -88px;
}

.intl-tel-input .mn {
  background-position: -80px -88px;
}

.intl-tel-input .mo {
  background-position: -96px -88px;
}

.intl-tel-input .mp {
  background-position: -112px -88px;
}

.intl-tel-input .mq {
  background-position: -128px -88px;
}

.intl-tel-input .mr {
  background-position: -144px -88px;
}

.intl-tel-input .ms {
  background-position: -160px -88px;
}

.intl-tel-input .mt {
  background-position: -176px -88px;
}

.intl-tel-input .mu {
  background-position: -192px -88px;
}

.intl-tel-input .mv {
  background-position: -208px -88px;
}

.intl-tel-input .mw {
  background-position: -224px -88px;
}

.intl-tel-input .mx {
  background-position: -240px -88px;
}

.intl-tel-input .my {
  background-position: 0 -99px;
}

.intl-tel-input .mz {
  background-position: -16px -99px;
}

.intl-tel-input .na {
  background-position: -32px -99px;
}

.intl-tel-input .nc {
  background-position: -48px -99px;
}

.intl-tel-input .ne {
  background-position: -64px -99px;
}

.intl-tel-input .nf {
  background-position: -80px -99px;
}

.intl-tel-input .ng {
  background-position: -96px -99px;
}

.intl-tel-input .ni {
  background-position: -112px -99px;
}

.intl-tel-input .nl, .intl-tel-input .bq {
  background-position: -128px -99px;
}

.intl-tel-input .no {
  background-position: -144px -99px;
}

.intl-tel-input .np {
  background-position: -160px -99px;
}

.intl-tel-input .nr {
  background-position: -176px -99px;
}

.intl-tel-input .nu {
  background-position: -192px -99px;
}

.intl-tel-input .nz {
  background-position: -208px -99px;
}

.intl-tel-input .om {
  background-position: -224px -99px;
}

.intl-tel-input .pa {
  background-position: -240px -99px;
}

.intl-tel-input .pe {
  background-position: 0 -110px;
}

.intl-tel-input .pf {
  background-position: -16px -110px;
}

.intl-tel-input .pg {
  background-position: -32px -110px;
}

.intl-tel-input .ph {
  background-position: -48px -110px;
}

.intl-tel-input .pk {
  background-position: -64px -110px;
}

.intl-tel-input .pl {
  background-position: -80px -110px;
}

.intl-tel-input .pm {
  background-position: -96px -110px;
}

.intl-tel-input .pr {
  background-position: -112px -110px;
}

.intl-tel-input .ps {
  background-position: -128px -110px;
}

.intl-tel-input .pt {
  background-position: -144px -110px;
}

.intl-tel-input .pw {
  background-position: -160px -110px;
}

.intl-tel-input .py {
  background-position: -176px -110px;
}

.intl-tel-input .qa {
  background-position: -192px -110px;
}

.intl-tel-input .re {
  background-position: -208px -110px;
}

.intl-tel-input .ro {
  background-position: -224px -110px;
}

.intl-tel-input .rs {
  background-position: -240px -110px;
}

.intl-tel-input .ru {
  background-position: 0 -121px;
}

.intl-tel-input .rw {
  background-position: -16px -121px;
}

.intl-tel-input .sa {
  background-position: -32px -121px;
}

.intl-tel-input .sb {
  background-position: -48px -121px;
}

.intl-tel-input .sc {
  background-position: -64px -121px;
}

.intl-tel-input .sd {
  background-position: -80px -121px;
}

.intl-tel-input .se {
  background-position: -96px -121px;
}

.intl-tel-input .sg {
  background-position: -112px -121px;
}

.intl-tel-input .sh {
  background-position: -128px -121px;
}

.intl-tel-input .si {
  background-position: -144px -121px;
}

.intl-tel-input .sk {
  background-position: -160px -121px;
}

.intl-tel-input .sl {
  background-position: -176px -121px;
}

.intl-tel-input .sm {
  background-position: -192px -121px;
}

.intl-tel-input .sn {
  background-position: -208px -121px;
}

.intl-tel-input .so {
  background-position: -224px -121px;
}

.intl-tel-input .sr {
  background-position: -240px -121px;
}

.intl-tel-input .ss {
  background-position: 0 -132px;
}

.intl-tel-input .st {
  background-position: -16px -132px;
}

.intl-tel-input .sv {
  background-position: -32px -132px;
}

.intl-tel-input .sx {
  background-position: -48px -132px;
}

.intl-tel-input .sy {
  background-position: -64px -132px;
}

.intl-tel-input .sz {
  background-position: -80px -132px;
}

.intl-tel-input .tc {
  background-position: -96px -132px;
}

.intl-tel-input .td {
  background-position: -112px -132px;
}

.intl-tel-input .tg {
  background-position: -128px -132px;
}

.intl-tel-input .th {
  background-position: -144px -132px;
}

.intl-tel-input .tj {
  background-position: -160px -132px;
}

.intl-tel-input .tk {
  background-position: -176px -132px;
}

.intl-tel-input .tl {
  background-position: -192px -132px;
}

.intl-tel-input .tm {
  background-position: -208px -132px;
}

.intl-tel-input .tn {
  background-position: -224px -132px;
}

.intl-tel-input .to {
  background-position: -240px -132px;
}

.intl-tel-input .tr {
  background-position: 0 -143px;
}

.intl-tel-input .tt {
  background-position: -16px -143px;
}

.intl-tel-input .tv {
  background-position: -32px -143px;
}

.intl-tel-input .tw {
  background-position: -48px -143px;
}

.intl-tel-input .tz {
  background-position: -64px -143px;
}

.intl-tel-input .ua {
  background-position: -80px -143px;
}

.intl-tel-input .ug {
  background-position: -96px -143px;
}

.intl-tel-input .us {
  background-position: -112px -143px;
}

.intl-tel-input .uy {
  background-position: -128px -143px;
}

.intl-tel-input .uz {
  background-position: -144px -143px;
}

.intl-tel-input .va {
  background-position: -160px -143px;
}

.intl-tel-input .vc {
  background-position: -176px -143px;
}

.intl-tel-input .ve {
  background-position: -192px -143px;
}

.intl-tel-input .vg {
  background-position: -208px -143px;
}

.intl-tel-input .vi {
  background-position: -224px -143px;
}

.intl-tel-input .vn {
  background-position: -240px -143px;
}

.intl-tel-input .vu {
  background-position: 0 -154px;
}

.intl-tel-input .wf {
  background-position: -16px -154px;
}

.intl-tel-input .ws {
  background-position: -32px -154px;
}

.intl-tel-input .ye {
  background-position: -48px -154px;
}

.intl-tel-input .za {
  background-position: -64px -154px;
}

.intl-tel-input .zm {
  background-position: -80px -154px;
}

.intl-tel-input .zw {
  background-position: -96px -154px;
}

/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Input styles
/* -------------------------------------------------------------------- */
.vfbp-form {
  max-width: 100%;
  width: 405px;
  overflow: hidden;
  padding-top: 5px;
}

.vfbp-form p {
  margin: 0 !important;
}

.vfbp-form input[type="color"],
.vfbp-form input[type="date"],
.vfbp-form input[type="datetime"],
.vfbp-form input[type="datetime-local"],
.vfbp-form input[type="email"],
.vfbp-form input[type="password"],
.vfbp-form input[type="month"],
.vfbp-form input[type="number"],
.vfbp-form input[type="tel"],
.vfbp-form input[type="time"],
.vfbp-form input[type="url"],
.vfbp-form input[type="week"],
.vfbp-form input[type="text"],
.vfbp-form select,
.vfbp-form textarea {
  width: 100%;
}

@media screen and (min-width: 470px) {
  .vfbp-form input[type="color"],
  .vfbp-form input[type="date"],
  .vfbp-form input[type="datetime"],
  .vfbp-form input[type="datetime-local"],
  .vfbp-form input[type="email"],
  .vfbp-form input[type="password"],
  .vfbp-form input[type="month"],
  .vfbp-form input[type="number"],
  .vfbp-form input[type="tel"],
  .vfbp-form input[type="time"],
  .vfbp-form input[type="url"],
  .vfbp-form input[type="week"],
  .vfbp-form input[type="text"],
  .vfbp-form select,
  .vfbp-form textarea {
    width: 405px;
  }
}

.vfbp-form .vfb-addresspart-zip,
.vfbp-form input[type="email"],
.vfbp-form input[type="tel"],
.vfbp-form .short {
  width: 200px !important;
  max-width: 100%;
}

.vfbp-form .btn.btn-primary {
  padding-top: 16px;
  padding-bottom: 16px;
}

.vfb-col-12 {
  display: inline-block;
  margin-bottom: 16px;
}

@media screen and (max-width: 469px) {
  .vfb-col-12 {
    width: 100%;
  }
}

.vfb-fieldType-text .vfb-form-group,
.vfb-fieldType-email .vfb-form-group,
.vfb-fieldType-textarea .vfb-form-group {
  position: relative;
}

@media screen and (max-width: 469px) {
  .vfb-fieldType-text .vfb-form-group,
  .vfb-fieldType-email .vfb-form-group,
  .vfb-fieldType-textarea .vfb-form-group {
    width: 100%;
  }
}

.vfb-fieldType-text .vfb-form-group label,
.vfb-fieldType-email .vfb-form-group label,
.vfb-fieldType-textarea .vfb-form-group label {
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: -ms-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate(0, 23px);
  -ms-transform: translate(0, 23px);
  transform: translate(0, 23px);
  margin-bottom: 0;
  z-index: 1;
}

.vfb-fieldType-text .vfb-form-group textarea,
.vfb-fieldType-email .vfb-form-group textarea,
.vfb-fieldType-textarea .vfb-form-group textarea {
  height: 21px;
  color: #ffffff;
  -webkit-transition: height, 0.5s;
  -o-transition: height, 0.5s;
  transition: height, 0.5s;
}

.vfb-fieldType-text .vfb-form-group input,
.vfb-fieldType-email .vfb-form-group input,
.vfb-fieldType-textarea .vfb-form-group input {
  color: #ffffff;
}

.vfb-fieldType-text .vfb-form-group input::-webkit-input-placeholder,
.vfb-fieldType-email .vfb-form-group input::-webkit-input-placeholder,
.vfb-fieldType-textarea .vfb-form-group input::-webkit-input-placeholder {
  color: #ffffff;
}

.vfb-fieldType-text .vfb-form-group input::-moz-placeholder,
.vfb-fieldType-email .vfb-form-group input::-moz-placeholder,
.vfb-fieldType-textarea .vfb-form-group input::-moz-placeholder {
  color: #ffffff;
}

.vfb-fieldType-text .vfb-form-group input:-ms-input-placeholder,
.vfb-fieldType-email .vfb-form-group input:-ms-input-placeholder,
.vfb-fieldType-textarea .vfb-form-group input:-ms-input-placeholder {
  color: #ffffff;
}

.vfb-fieldType-text .vfb-form-group input:-moz-placeholder,
.vfb-fieldType-email .vfb-form-group input:-moz-placeholder,
.vfb-fieldType-textarea .vfb-form-group input:-moz-placeholder {
  color: #ffffff;
}

.vfb-fieldType-text .vfb-form-group div,
.vfb-fieldType-email .vfb-form-group div,
.vfb-fieldType-textarea .vfb-form-group div {
  position: relative;
  display: inline-block;
  padding-top: 26px;
}

@media screen and (max-width: 469px) {
  .vfb-fieldType-text .vfb-form-group div,
  .vfb-fieldType-email .vfb-form-group div,
  .vfb-fieldType-textarea .vfb-form-group div {
    width: 100%;
  }
}

.vfb-fieldType-text .vfb-form-group div:before,
.vfb-fieldType-email .vfb-form-group div:before,
.vfb-fieldType-textarea .vfb-form-group div:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  content: '';
  border-bottom: 1px solid #ffffff;
  border-color: #757575;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 0;
}

.vfb-fieldType-text .vfb-form-group div:after,
.vfb-fieldType-email .vfb-form-group div:after,
.vfb-fieldType-textarea .vfb-form-group div:after {
  position: relative;
  bottom: 0;
  display: block;
  width: 0;
  content: '';
  border-bottom: 3px solid #ffffff;
  border-color: #757575;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 1;
}

.vfb-fieldType-text .vfb-form-group.label_above label,
.vfb-fieldType-email .vfb-form-group.label_above label,
.vfb-fieldType-textarea .vfb-form-group.label_above label {
  font-size: 15px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.vfb-fieldType-text .vfb-form-group.label_above textarea,
.vfb-fieldType-email .vfb-form-group.label_above textarea,
.vfb-fieldType-textarea .vfb-form-group.label_above textarea {
  height: 72px;
  color: initial;
}

.vfb-fieldType-text .vfb-form-group.label_above input,
.vfb-fieldType-email .vfb-form-group.label_above input,
.vfb-fieldType-textarea .vfb-form-group.label_above input {
  color: initial;
}

.vfb-fieldType-text .vfb-form-group.label_above input::-webkit-input-placeholder,
.vfb-fieldType-email .vfb-form-group.label_above input::-webkit-input-placeholder,
.vfb-fieldType-textarea .vfb-form-group.label_above input::-webkit-input-placeholder {
  color: initial;
}

.vfb-fieldType-text .vfb-form-group.label_above input::-moz-placeholder,
.vfb-fieldType-email .vfb-form-group.label_above input::-moz-placeholder,
.vfb-fieldType-textarea .vfb-form-group.label_above input::-moz-placeholder {
  color: initial;
}

.vfb-fieldType-text .vfb-form-group.label_above input:-ms-input-placeholder,
.vfb-fieldType-email .vfb-form-group.label_above input:-ms-input-placeholder,
.vfb-fieldType-textarea .vfb-form-group.label_above input:-ms-input-placeholder {
  color: initial;
}

.vfb-fieldType-text .vfb-form-group.label_above input:-moz-placeholder,
.vfb-fieldType-email .vfb-form-group.label_above input:-moz-placeholder,
.vfb-fieldType-textarea .vfb-form-group.label_above input:-moz-placeholder {
  color: initial;
}

.vfb-fieldType-text .vfb-form-group.label_above div:after,
.vfb-fieldType-email .vfb-form-group.label_above div:after,
.vfb-fieldType-textarea .vfb-form-group.label_above div:after {
  width: 100%;
  border-color: #2697F3;
}

.vfb-fieldType-text .vfb-form-group.label_above label,
.vfb-fieldType-email .vfb-form-group.label_above label {
  font-size: 15px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.vfb-fieldType-select {
  position: relative;
}

.vfb-fieldType-select label {
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: -ms-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate(0, 23px);
  -ms-transform: translate(0, 23px);
  transform: translate(0, 23px);
  margin-bottom: 0;
  z-index: 1;
}

.vfb-fieldType-select select {
  color: #ffffff;
}

.vfb-fieldType-select div div {
  position: relative;
  display: inline-block;
  padding-top: 26px;
}

.vfb-fieldType-select div div:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  content: '';
  border-bottom: 1px solid #ffffff;
  border-color: #757575;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 0;
}

.vfb-fieldType-select div div:after {
  position: relative;
  bottom: 0;
  display: block;
  width: 0;
  content: '';
  border-bottom: 3px solid #ffffff;
  border-color: #757575;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 1;
}

.vfb-fieldType-select.label_above label {
  font-size: 15px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.vfb-fieldType-select.label_above select {
  color: initial;
}

.vfb-fieldType-select.label_above div:after {
  width: 100%;
  border-color: #2697F3;
}

.vfb-has-error div:before,
.vfb-has-error div:after {
  border-width: 3px !important;
  border-color: #ee7978 !important;
}

.vfb-help-block {
  color: #ee7978;
}

.vfb-help-block div {
  padding: 16px 0 0;
}

/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Input styles
/* -------------------------------------------------------------------- */
form label {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  cursor: pointer;
}

form input[type="color"],
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="email"],
form input[type="password"],
form input[type="month"],
form input[type="number"],
form input[type="tel"],
form input[type="time"],
form input[type="url"],
form input[type="week"],
form input[type="text"],
form select,
form textarea {
  font-size: 15px;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
}

form .vfb-fieldType-phone {
  margin-bottom: 15px;
}

select {
  background: #ffffff url(http://developer/foundation/wp-content/themes/sass/img/icon/dropdown.png) !important;
  background-repeat: no-repeat !important;
  background-size: 17px 9px !important;
  background-position: right center !important;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
svg:not(:root) {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: bottom;
}

@media screen and (min-width: 600px) {
  .alignnone,
  .alignleft,
  .alignright {
    margin-top: 5.2px !important;
  }
}

@media screen and (max-width: 599px) {
  .alignnone,
  .alignleft,
  .alignright {
    display: block;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

.inlineimg {
  text-align: center;
}

.inlinecenter {
  display: inline-block;
  vertical-align: bottom;
}

/* -----------------------------------------------------------------------
/* Not mobile
/* -------------------------------------------------------------------- */
.alignnone {
  margin-top: 0;
}

.fixedleft,
.fixedright {
  margin-top: 0;
  max-width: 40vw;
}

@media screen and (min-width: 650px) {
  .fixedleft,
  .fixedright {
    max-width: 40%;
  }
}

@media screen and (min-width: 600px) {
  .alignleft,
  .alignright {
    max-width: 40vw;
  }
}

@media screen and (min-width: 650px) {
  .alignleft,
  .alignright {
    max-width: 40%;
  }
}

.alignnone {
  margin: 0 26px 26px 0;
}

@media screen and (min-width: 500px) {
  .alignnone {
    margin: 0 26px 13px 0;
  }
}

.alignleft {
  margin: 0 26px 26px 0;
}

@media screen and (min-width: 600px) {
  .alignleft {
    float: left;
  }
}

@media screen and (min-width: 500px) {
  .alignleft {
    margin: 0 26px 13px 0;
  }
}

.alignright {
  margin: 0 0 26px 26px;
}

@media screen and (min-width: 600px) {
  .alignright {
    float: right;
  }
}

@media screen and (min-width: 500px) {
  .alignright {
    margin: 0 0 13px 26px;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto 13px auto;
}

@media screen and (min-width: 500px) {
  .aligncenter {
    margin-bottom: 26px;
  }
}

.fixedleft {
  float: left;
  margin-right: 13px !important;
  margin-bottom: 26px;
}

@media screen and (min-width: 500px) {
  .fixedleft {
    margin-right: 26px !important;
    margin-bottom: 26px;
  }
}

.fixedright {
  float: right;
  margin-left: 13px !important;
  margin-bottom: 26px;
}

@media screen and (min-width: 500px) {
  .fixedright {
    margin-left: 26px !important;
    margin-bottom: 26px;
  }
}

.content p .fixedleft,
.content p .fixedright,
.content p .alignnone,
.content p .alignleft,
.content p .alignright {
  clear: both;
  margin-bottom: 13px;
}

@media screen and (min-width: 500px) {
  .content p .fixedleft,
  .content p .fixedright,
  .content p .alignnone,
  .content p .alignleft,
  .content p .alignright {
    margin-bottom: 13px;
  }
}

/* -----------------------------------------------------------------------
/* inner_thin content area differences
/* -------------------------------------------------------------------- */
@media screen and (min-width: 500px) {
  .inner_thin .fixedleft,
  .inner_thin .fixedright,
  .inner_thin .alignleft,
  .inner_thin .alignright {
    max-width: 40%;
  }
}

/* -----------------------------------------------------------------------
/* Sidebar content area differences
/* -------------------------------------------------------------------- */
@media screen and (min-width: 991px) {
  .page_sidebar .fixedleft,
  .page_sidebar .fixedright,
  .page_sidebar .alignleft,
  .page_sidebar .alignright,
  .feed_sidebar .fixedleft,
  .feed_sidebar .fixedright,
  .feed_sidebar .alignleft,
  .feed_sidebar .alignright {
    max-width: 26vw;
  }
}

.gallery {
  display: none;
}

.featured_image,
.background_img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.featured_image div.featured_text,
.background_img div.featured_text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 26px;
  padding-right: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
}

.featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
  color: #ffffff;
  font-weight: 300;
  line-height: inherit;
  margin-bottom: 0;
}

@media (max-width: 24.9375em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
  .background_img div.featured_text p,
  .background_img div.featured_text h1 {
    font-size: 25px ;
    font-size: 1.5625em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
  .background_img div.featured_text p,
  .background_img div.featured_text h1 {
    font-size: calc( 1.5625em + (60 - 25) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1.5625em + (60 - 25) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
  .background_img div.featured_text p,
  .background_img div.featured_text h1 {
    font-size: 60px ;
    font-size: 3.75em ;
  }
}

@media (max-width: 24.9375em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
  .background_img div.featured_text p,
  .background_img div.featured_text h1 {
    line-height: 1.32 ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
  .background_img div.featured_text p,
  .background_img div.featured_text h1 {
    line-height: calc( 1.32em + ( 18 - 19.8 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    line-height: -webkit-calc( 1.32em + ( 18 - 19.8 ) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
  .background_img div.featured_text p,
  .background_img div.featured_text h1 {
    line-height: 1.2 ;
  }
}

.featured_image {
  display: block;
  margin: 0 0 26px;
}

@media screen and (min-width: 500px) {
  .featured_image {
    margin: 0 0 26px;
  }
}

.featured_image img {
  width: 100%;
  visibility: hidden;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
@media screen and (max-width: 899px) {
  .burger_holder {
    width: 38px;
  }
  .burger {
    float: right;
  }
}

.burger {
  position: relative;
  width: 25px;
  height: 24px;
  padding: 5px 0 5px 5px;
  cursor: pointer;
}

@media screen and (min-width: 900px) {
  .burger {
    display: none;
  }
}

.burger:hover .burger_inside:after, .burger:focus .burger_inside:after {
  width: 20px;
}

.burger_inside,
.burger_inside:before,
.burger_inside:after {
  width: 20px;
  height: 2px;
  background-color: #000000;
  position: absolute;
}

.burger_inside {
  -webkit-transition: background, 0.25s;
  -o-transition: background, 0.25s;
  transition: background, 0.25s;
}

.burger_inside:before, .burger_inside:after {
  position: absolute;
  height: 2px;
  left: 0;
  content: "";
  -webkit-transition: width, 0.5s;
  -o-transition: width, 0.5s;
  transition: width, 0.5s;
}

.burger_inside:before {
  top: 6px;
}

.burger_inside:after {
  top: 12px;
  width: 12px;
}

.tray_open #header .burger .burger_inside,
.trayburger .burger_inside {
  background-color: transparent;
}

.tray_open #header .burger .burger_inside:before, .tray_open #header .burger .burger_inside:after,
.trayburger .burger_inside:before,
.trayburger .burger_inside:after {
  width: 18px;
  top: 6px;
}

.tray_open #header .burger .burger_inside:before,
.trayburger .burger_inside:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tray_open #header .burger .burger_inside:after,
.trayburger .burger_inside:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.trayburger .burger_inside:after {
  width: 18px !important;
}

/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* layout
/* -------------------------------------------------------------------- */
/* -------------------------
/* Search holder
/* ---------------------- */
#search_holder {
  display: table;
  float: right;
  /*-----------*/
  /*-----------*/
}

@media screen and (max-width: 899px) {
  #search_holder {
    height: 86px;
  }
}

@media screen and (min-width: 900px) {
  #search_holder {
    margin-left: 18px;
  }
}

@media screen and (min-width: 1152px) {
  #search_holder {
    margin-left: 23px;
  }
}

/* -------------------------
/* Search icon
/* ---------------------- */
.search_icon {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .search_icon {
    padding-top: 3px;
  }
}

/* -----------------------------------------------------------------------
/* Unchanging styling
/* -------------------------------------------------------------------- */
.search_field_input {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #000 !important;
}

/* -----------------------------------------------------------------------
/* Style
/* -------------------------------------------------------------------- */
/* -------------------------
/* Open search button
/* ---------------------- */
.search_field_button,
.search_icon {
  overflow: hidden;
  width: 16px;
  width: 17px;
  /*-----------*/
  /*-----------*/
}

@media screen and (max-width: 677px) {
  .search_field_button,
  .search_icon {
    height: 12px;
  }
}

.search_field_button .search_inside,
.search_icon .search_inside {
  position: relative;
  vertical-align: bottom;
  background-color: transparent;
  padding: 0;
  width: 13px;
  height: 13px;
  border: 2px solid;
  border-color: #000000;
  border-radius: 999px ;
  margin-bottom: 5px;
  -webkit-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  transition: all, 0.25s;
  /*-----------*/
  /*-----------*/
}

.search_field_button .search_inside:after,
.search_icon .search_inside:after {
  position: absolute;
  display: block;
  content: " ";
  width: 3px;
  height: 8px;
  background-color: #000000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  left: 9px;
  left: 10px;
  /*-----------*/
  /*-----------*/
}

/* -------------------------
/* field search button
/* ---------------------- */
.search_field_button {
  display: none;
  position: absolute;
  right: 28px;
  top: 13px;
  height: inherit;
}

.search_field_button .search_inside {
  border-color: #424242;
  /*-----------*/
  /*-----------*/
}

.search_field_button .search_inside:after {
  background-color: #424242;
}

/* -------------------------
/* Search field hidden but styled
/* ---------------------- */
#search_input_holder {
  vertical-align: middle;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: transform, 0.5s;
  -o-transition: transform, 0.5s;
  -webkit-transition: 0.5s, -webkit-transform;
  transition: 0.5s, -webkit-transform;
  transition: transform, 0.5s;
  transition: transform, 0.5s, -webkit-transform;
}

#search_input_form {
  position: relative;
}

.search_field_input {
  padding: 8px 40px 9px 18px;
}

/* -----------------------------------------------------------------------
/* Search open 				- styling
/* -------------------------------------------------------------------- */
/* -------------------------
/* Opened open search button
/* ---------------------- */
.search_open .search_icon {
  padding-top: initial;
}

.search_open .search_icon .search_inside {
  margin-top: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 1px;
  width: 16px;
  height: 0.5px;
}

.search_open .search_icon .search_inside:after {
  width: 2px;
  height: 16px;
  top: -8px;
  left: 6px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-radius: 1px;
}

/* -------------------------
/* Open search field
/* ---------------------- */
.search_open #search_input_holder {
  display: table-cell;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.search_open .search_field_button {
  display: none;
}

.search_open .search_field_input {
  display: initial;
  border: none;
  border-radius: 999px ;
  /*-----------*/
  /*-----------*/
}

@media screen and (min-width: 678px) {
  .search_open .search_field_input {
    margin-right: 16px;
  }
}

/* -----------------------------------------------------------------------
/* Search open 				- MOBILE styling
/* -------------------------------------------------------------------- */
@media screen and (max-width: 677px) {
  .search_open #header {
    padding-bottom: 65px;
  }
  .search_open #search_input_holder {
    position: absolute;
    left: 0;
    top: 87px;
    width: 100%;
  }
  .search_open #search_holder {
    width: inherit;
  }
  .search_open form#search_input_form {
    padding: 0 16px;
  }
  .search_open form#search_input_form .search_field_input {
    width: calc(100% - 58px);
  }
}

/* -----------------------------------------------------------------------
/* Search position
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Misc
/* -------------------------------------------------------------------- */
@media screen and (min-width: 678px) {
  .search_open .hide_on_search {
    display: none !important;
  }
}

@media screen and (min-width: 677px) and (max-width: 899px) {
  .search_open .hide_on_search_mobile {
    display: none !important;
  }
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Header Height
/* -------------------------------------------------------------------- */
#header {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

#header .inner {
  width: 100%;
  display: table;
}

#header .inner_center {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 899px) {
  #header .inner_center {
    height: 86px;
  }
}

@media screen and (min-width: 900px) {
  #header .inner_center {
    height: 106px;
  }
}

@media screen and (min-width: 1152px) {
  #header .inner_center {
    height: 139px;
  }
}

/* -----------------------------------------------------------------------
/* Scroll details
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) and (min-width: 900px) {
  .h_static.h_scrolled #header .inner_center {
    height: 86px;
  }
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Logo
/* -------------------------------------------------------------------- */
#header #logo_url {
  display: block;
  float: left;
}

@media screen and (max-width: 899px) {
  #header #logo_url {
    width: 161px;
    height: 30px;
  }
  #header #logo_url img {
    width: 161px;
    height: 30px;
  }
}

@media screen and (min-width: 900px) {
  #header #logo_url {
    width: 161px;
    height: 30px;
  }
  #header #logo_url img {
    width: 161px;
    height: 30px;
  }
}

@media screen and (min-width: 1152px) {
  #header #logo_url {
    width: 268px;
    height: 50px;
  }
  #header #logo_url img {
    width: 268px;
    height: 50px;
  }
}

/* -----------------------------------------------------------------------
/* Header scrolled options
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Right aligned menu with logo
/* -------------------------------------------------------------------- */
#header .hide,
#tray .hide {
  display: none !important;
}

#header ul.topmenu {
  padding: 0;
  margin: 0;
  /*-----------*/
  /*-----------*/
}

@media screen and (max-width: 899px) {
  #header ul.topmenu {
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  #header ul.topmenu {
    clear: both;
  }
}

#header ul.topmenu li {
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 0;
  /*-----------*/
  /*-----------*/
}

#header ul.topmenu li a {
  color: #194878 !important;
  font-size: 16px ;
  font-size: 1em ;
  color: #000000;
  text-decoration: none;
  /*-----------*/
  /*-----------*/
}

@media screen and (min-width: 900px) {
  #header ul.topmenu li a {
    margin-left: 36px;
  }
}

@media screen and (min-width: 1152px) {
  #header ul.topmenu li a {
    margin-left: 46px;
  }
}

#header ul.topmenu li:first-child a {
  margin-left: 0;
}

@media screen and (min-width: 900px) {
  #header ul.topmenu li {
    font-size: 14px ;
    font-size: 0.875em ;
  }
}

@media screen and (min-width: 1152px) {
  #header ul.topmenu li {
    font-size: 16px ;
    font-size: 1em ;
  }
}

#header ul.topmenu .current-menu-item a,
#header ul.topmenu .current-menu-parent a {
  color: #194878;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* CTA - top_row
/* -------------------------------------------------------------------- */
@media screen and (max-width: 899px) {
  #header .cta_inner {
    float: right;
  }
}

@media screen and (max-width: 899px) {
  #header .cta_inner #top_row {
    height: 86px;
    width: inherit;
    float: left;
  }
}

@media screen and (max-width: 899px) {
  #header .cta_menu_holder {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
}

#header .cta_menu_holder p {
  float: right;
}

@media screen and (max-width: 899px) {
  #header .cta_menu_holder p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  #header .cta_menu_holder p {
    margin-bottom: 13px;
  }
}

@media screen and (min-width: 1152px) {
  #header .cta_menu_holder p {
    margin-bottom: 26px;
  }
}

#header .contact_details {
  line-height: 1.5;
  margin-right: 36px;
}

@media screen and (min-width: 1152px) {
  #header .contact_details {
    margin-right: 46px;
  }
}

/* -----------------------------------------------------------------------
/* CTA - general
/* -------------------------------------------------------------------- */
#header .cta_menu_holder {
  float: right;
}

/* -----------------------------------------------------------------------
/* Scroll details
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* icon included?
/* -------------------------------------------------------------------- */
.home_link {
  float: right;
  /*-----------*/
  /*-----------*/
}

@media screen and (max-width: 899px) {
  .home_link {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .home_link {
    margin-right: 18px;
  }
}

@media screen and (min-width: 1152px) {
  .home_link {
    margin-right: 23px;
  }
}

/* -----------------------------------------------------------------------
/* Row setup
/* -------------------------------------------------------------------- */
#top_row,
#bottom_row {
  display: table;
  float: right;
  width: 100%;
}

#top_row .cta,
#bottom_row .cta {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  #top_row .cta {
    height: 48px;
  }
}

@media screen and (min-width: 1152px) {
  #top_row .cta {
    height: 60px;
  }
}

@media screen and (max-width: 899px) {
  #bottom_row {
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  #bottom_row {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 1152px) {
  #bottom_row {
    padding-bottom: 17px;
  }
}

/* -----------------------------------------------------------------------
/* Bottom Menu styling - top menu is styling from _menu
/* -------------------------------------------------------------------- */
#header #bottom_row .menu {
  float: right;
}

#header #bottom_row ul {
  padding: 0;
  margin: 0;
}

#header #bottom_row li {
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 0;
  /*-----------*/
  /*-----------*/
}

@media screen and (min-width: 900px) {
  #header #bottom_row li {
    font-size: 17px ;
    font-size: 1.0625em ;
  }
}

@media screen and (min-width: 1152px) {
  #header #bottom_row li {
    font-size: 18px ;
    font-size: 1.125em ;
  }
}

#header #bottom_row li a {
  font-size: 16px ;
  font-size: 1em ;
  font-weight: 300;
  color: #2D2D2D;
  text-decoration: none;
  /*-----------*/
  /*-----------*/
}

@media screen and (min-width: 900px) {
  #header #bottom_row li a {
    margin-left: 36px;
  }
}

@media screen and (min-width: 1152px) {
  #header #bottom_row li a {
    margin-left: 46px;
  }
}

#header #bottom_row li:first-child a {
  margin-left: 0;
}

#header #bottom_row .current-menu-item a,
#header #bottom_row .current-menu-parent a {
  color: #141313;
}

/* -----------------------------------------------------------------------
/* Scroll details
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) and (min-width: 900px) {
  .h_static.h_scrolled #search_holder {
    margin-left: 36px;
    height: 15px;
  }
  .h_static.h_scrolled #search_holder .search_open .search_icon {
    padding-top: initial;
  }
  .h_static.h_scrolled #search_holder .search_open .search_icon .search_inside {
    margin-top: 20px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-width: 1px;
    width: 16px;
    height: 0.5px;
  }
  .h_static.h_scrolled #search_holder .search_open .search_icon .search_inside:after {
    width: 2px;
    height: 16px;
    top: -8px;
    left: 6px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    border-radius: 1px;
  }
}

@media screen and (min-height: 500px) and (min-width: 900px) and (min-width: 900px) {
  .h_static.h_scrolled #search_holder {
    margin-left: 46px;
  }
}

@media screen and (min-height: 500px) and (min-width: 900px) {
  .h_static.h_scrolled .topbutton {
    visibility: visible;
  }
  .h_static.h_scrolled #top_row {
    height: 50px !important;
  }
  .h_static.h_scrolled #logo {
    width: 120px !important;
    height: 40px !important;
  }
}

/* -----------------------------------------------------------------------
/* .inner
/* -------------------------------------------------------------------- */
/* --------------------------------------------
/* not output x2 if same size
/* ----------------------------------------- */
#wp-toolbar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (min-width: 500px) {
  #wp-toolbar {
    max-width: 1253px;
    padding: 0 39px;
  }
}

.inner {
  word-break: break-word;
}

@media screen and (max-width: 499px) {
  .front_page .inner,
  .feed .inner,
  .page .inner {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media screen and (min-width: 500px) {
  .front_page .inner,
  .feed .inner,
  .page .inner {
    padding-left: 39px;
    padding-right: 39px;
  }
}

.page .inner {
  max-width: 1034px;
}

.feed .inner {
  max-width: 1034px;
}

.front_page .inner {
  max-width: 1253px;
}

.front_page .inner_thin {
  max-width: 1108px;
}

.inner_thin {
  max-width: 808px;
}

@media screen and (max-width: 499px) {
  .inner_thin {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media screen and (min-width: 500px) {
  .inner_thin {
    padding-left: 104px;
    padding-right: 104px;
  }
}

.page .inner,
.feed .inner,
.front_page .inner {
  overflow: hidden;
}

.page .inner .inner_thin,
.feed .inner .inner_thin,
.front_page .inner .inner_thin {
  max-width: 834px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 500px) {
  .page .inner .inner_thin,
  .feed .inner .inner_thin,
  .front_page .inner .inner_thin {
    padding-left: 13px;
    padding-right: 13px;
  }
}

#header .inner {
  max-width: 1253px;
}

#footer .inner {
  max-width: 1253px;
}

.header_width {
  max-width: 1253px !important;
}

.front_width {
  max-width: 1253px !important;
}

#header .inner,
#footer .inner {
  overflow: hidden;
}

@media screen and (max-width: 499px) {
  #header .inner,
  #footer .inner {
    padding-left: 13px;
    padding-right: 21px;
  }
}

@media screen and (min-width: 500px) {
  #header .inner,
  #footer .inner {
    padding-left: 39px;
    padding-right: 39px;
  }
}

.inner,
.inner_thin {
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* padding extras
/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  #login,
  .page_top,
  .padding_top {
    padding-top: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  #login,
  .page_top,
  .padding_top {
    padding-top: calc( 1.625em + (52 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    padding-top: -webkit-calc( 1.625em + (52 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  #login,
  .page_top,
  .padding_top {
    padding-top: 52px ;
  }
}

@media screen and (max-width: 299px) {
  .padding_top_small {
    padding-top: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  .padding_top_small {
    padding-top: calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    padding-top: -webkit-calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  .padding_top_small {
    padding-top: 32.5px ;
  }
}

@media screen and (max-width: 299px) {
  #login,
  #body,
  .padding_bottom {
    padding-bottom: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  #login,
  #body,
  .padding_bottom {
    padding-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    padding-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  #login,
  #body,
  .padding_bottom {
    padding-bottom: 52px ;
  }
}

@media screen and (max-width: 299px) {
  #login_text,
  #body_text,
  .padding_bottom_text {
    padding-bottom: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  #login_text,
  #body_text,
  .padding_bottom_text {
    padding-bottom: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    padding-bottom: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  #login_text,
  #body_text,
  .padding_bottom_text {
    padding-bottom: 26px ;
  }
}

@media screen and (max-width: 299px) {
  .padding_full {
    padding-top: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  .padding_full {
    padding-top: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    padding-top: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  .padding_full {
    padding-top: 52px ;
  }
}

@media screen and (max-width: 299px) {
  .padding_full {
    padding-bottom: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  .padding_full {
    padding-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    padding-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  .padding_full {
    padding-bottom: 52px ;
  }
}

@media screen and (max-width: 299px) {
  .padding_full_text {
    padding-top: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  .padding_full_text {
    padding-top: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    padding-top: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  .padding_full_text {
    padding-top: 52px ;
  }
}

@media screen and (max-width: 299px) {
  .padding_full_text {
    padding-bottom: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  .padding_full_text {
    padding-bottom: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    padding-bottom: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  .padding_full_text {
    padding-bottom: 26px ;
  }
}

@media screen and (max-width: 299px) {
  .padding_full_title {
    padding-bottom: 52px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  .padding_full_title {
    padding-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    padding-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  .padding_full_title {
    padding-bottom: 52px ;
  }
}

@media screen and (max-width: 299px) {
  .padding_full_title {
    padding-top: 26px ;
  }
}

@media screen and (min-width: 300px) and (max-width: 1033px) {
  .padding_full_title {
    padding-top: calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
    padding-top: -webkit-calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 1033 - 300) )) ;
  }
}

@media screen and (min-width: 1034px) {
  .padding_full_title {
    padding-top: 32.5px ;
  }
}

/* -----------------------------------------------------------------------
/* Min-height for pages
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* news_feed
/* -------------------------------------------------------------------- */
.news_feed h2.title {
  max-width: 100%;
  margin-bottom: 5px;
  color: #194878;
}

@media (max-width: 24.9375em) {
  .news_feed h2.title {
    font-size: 22px ;
    font-size: 1.375em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  .news_feed h2.title {
    font-size: calc( 1.375em + (27 - 22) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1.375em + (27 - 22) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  .news_feed h2.title {
    font-size: 27px ;
    font-size: 1.6875em ;
  }
}

.news_feed h2.title:hover, .news_feed h2.title:focus {
  color: #0c2239;
}

.news_feed p, .news_feed li {
  font-size: 15px ;
  font-size: 0.9375em ;
  margin-bottom: 5px;
}

.meta {
  font-size: 14px ;
  font-size: 0.875em ;
  font-weight: 100;
  color: #a0a0a0;
}

.meta + h1 {
  margin-top: 0;
}

/* -----------------------------------------------------------------------
/* Header and foundation work
/* -------------------------------------------------------------------- */
@media screen and (max-width: 766px) {
  .news_feed article {
    padding-bottom: 26px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 26px;
  }
  .news_feed article:last-child {
    padding-bottom: 0;
    border: none;
  }
}

.news_feed article header .title {
  font-size: 20px ;
  font-size: 1.25em ;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 919px) {
  .news_feed.col_2_thin article {
    padding-bottom: 26px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 26px;
  }
  .news_feed.col_2_thin article:last-child {
    padding-bottom: 0;
    border: none;
  }
}

/* -----------------------------------------------------------------------
/* font work
/* -------------------------------------------------------------------- */
.news_feed article h1, .news_feed article h2, .news_feed article h3, .news_feed article h4, .news_feed article h5, .news_feed article h6 {
  margin: 0 0 5px;
  font-size: 18px ;
  font-size: 1.125em ;
  font-weight: 400;
}

.news_feed article p, .news_feed article li {
  font-size: 15px ;
  font-size: 0.9375em ;
  font-weight: 300;
}

.news_feed article p {
  margin-bottom: 5px;
}

.news_feed article .featured_image {
  margin-bottom: 5px;
}

@media screen and (max-width: 766px) {
  .news_feed article .featured_image {
    margin-bottom: 16px;
  }
}

/* -----------------------------------------------------------------------
/* font work
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* img work
/* -------------------------------------------------------------------- */
.news_feed article .alignleft,
.news_feed article .alignnone,
.news_feed article .content p .alignleft,
.news_feed article .content p .alignnone {
  margin: 0 0 10px 0 !important;
}

@media screen and (min-width: 767px) {
  .news_feed article .alignleft,
  .news_feed article .alignnone,
  .news_feed article .content p .alignleft,
  .news_feed article .content p .alignnone {
    margin: 0 8px 2px 0 !important;
  }
}

.news_feed article .alignright,
.news_feed article .content p .alignright {
  margin: 0 0 10px 0 !important;
}

@media screen and (min-width: 767px) {
  .news_feed article .alignright,
  .news_feed article .content p .alignright {
    margin: 0 0 2px 8px !important;
  }
}

.news_feed article .fixedleft,
.news_feed article .content p .fixedleft {
  margin: 0 8px 2px 0 !important;
}

.news_feed article .fixedright,
.news_feed article .content p .fixedright {
  margin: 0 0 2px 8px !important;
}

.news_feed article .content p .aligncenter,
.news_feed article .aligncenter {
  display: block !important;
  margin: 0 0 10px 0 !important;
}

@media screen and (min-width: 767px) {
  .news_feed article .content p .aligncenter,
  .news_feed article .aligncenter {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 767px) {
  .news_feed article .fixedleft,
  .news_feed article .alignleft {
    float: left !important;
    max-width: 40% !important;
  }
}

@media screen and (min-width: 767px) {
  .news_feed article .alignright,
  .news_feed article .fixedright {
    float: right !important;
    max-width: 40% !important;
  }
}

/* -----------------------------------------------------------------------
/* wp pagenavi elements
/* -------------------------------------------------------------------- */
.wp-pagenavi {
  display: block;
  width: 100%;
}

.wp-pagenavi span.pages {
  clear: both;
  display: block;
  margin-bottom: 5px;
}

.wp-pagenavi span.extend {
  margin: 0 5px;
  display: block;
  float: left;
  line-height: 36px;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi .smaller {
  margin: 0 5px 0 0;
}

.wp-pagenavi .larger {
  margin: 0 0 0 5px;
}

.wp-pagenavi .smaller,
.wp-pagenavi .larger,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .current {
  background: #194878;
  color: #ffffff !important;
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  outline: none;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
}

.wp-pagenavi .smaller:hover, .wp-pagenavi .smaller:focus,
.wp-pagenavi .larger:hover,
.wp-pagenavi .larger:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .current:hover,
.wp-pagenavi .current:focus {
  background: #102f4e;
  color: #ffffff !important;
}

.wp-pagenavi .current {
  background: #102f4e;
  color: #ffffff !important;
}

.wp-pagenavi .nextpostslink {
  margin-left: 5px;
}

.wp-pagenavi .previouspostslink {
  margin-right: 5px;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
@media screen and (min-width: 991px) {
  .page_sidebar .inner,
  .feed_sidebar .inner {
    max-width: 1253px;
  }
}

@media screen and (min-width: 991px) and (max-width: 499px) {
  .page_sidebar .inner,
  .feed_sidebar .inner {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media screen and (min-width: 991px) and (min-width: 500px) {
  .page_sidebar .inner,
  .feed_sidebar .inner {
    padding-left: 39px;
    padding-right: 39px;
  }
}

@media screen and (min-width: 991px) {
  .page_sidebar .content,
  .feed_sidebar .content {
    float: right;
    width: calc(100% - 219px);
  }
}

@media screen and (min-width: 991px) and (max-width: 899px) {
  .page_sidebar .content,
  .feed_sidebar .content {
    width: calc(100% - 186px);
  }
}

/* -----------------------------------------------------------------------
/* Sidebar
/* -------------------------------------------------------------------- */
#sidebar {
  width: 180px;
}

@media screen and (max-width: 990px) {
  #sidebar {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  #sidebar {
    width: 160px;
  }
}

#sidebar ul {
  padding: 0;
  margin: 0;
}

#sidebar li {
  display: block;
  line-height: 1.5;
  padding: 0 0 10px;
  margin: 0 0 9px;
}

@media (max-width: 24.9375em) {
  #sidebar li {
    font-size: 16px ;
    font-size: 1em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  #sidebar li {
    font-size: calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  #sidebar li {
    font-size: 15px ;
    font-size: 0.9375em ;
  }
}

#sidebar li:last-child {
  border-bottom: none;
}

#sidebar a {
  display: block;
  color: #424242;
  text-decoration: none;
}

#sidebar .sub-menu {
  display: none;
}

#sidebar .sub-menu li:first-child {
  padding-top: 10px;
  border-top: 1px solid #194878;
  margin-top: 9px;
}

#sidebar .sub-menu li:last-child {
  border-bottom: 1px solid #194878;
  margin-bottom: 0;
}

#sidebar .sub-menu a {
  margin-left: 16px;
}

#sidebar li.current-menu-ancestor a {
  color: #102f4e;
}

#sidebar li.current-menu-ancestor.menu-item-has-children,
#sidebar li.current-menu-item.menu-item-has-children {
  padding-bottom: 0;
  border-bottom: none;
}

#sidebar li.current-menu-ancestor .sub-menu,
#sidebar li.current-menu-item .sub-menu {
  display: block;
}

#sidebar li.current-menu-ancestor .sub-menu a,
#sidebar li.current-menu-item .sub-menu a {
  color: #424242;
}

#sidebar li.current-menu-item a,
#sidebar .sub-menu li.current-menu-item a {
  color: #194878;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Styling blocks
/* -------------------------------------------------------------------- */
.table.vert {
  display: table;
  width: 100%;
}

.table.vert .center {
  display: table-cell;
  vertical-align: middle;
}

/* -----------------------------------------------------------------------
/* Inner page content
/* -------------------------------------------------------------------- */
.page .title_holder,
.feed .title_holder {
  overflow: hidden;
}

/* -----------------------------------------------------------------------
/* Cards - Link Card
/* -------------------------------------------------------------------- */
.card {
  background: #ffffff;
}

.a_card p.title {
  padding: 8.6666666667px 8.6666666667px 13px;
}

.a_card p {
  padding: 0 8.6666666667px 8.6666666667px;
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------
/* tag stuff
/* -------------------------------------------------------------------- */
a.tag-cloud-link {
  display: inline-block;
  font-size: 13px !important;
  color: #ffffff;
  background: #194878;
  padding: 5px 8px;
  border-radius: 2px;
  margin: 8px 6px 0 0;
}

.frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.frame iframe,
.frame object,
.frame embed,
.frame #map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
.glide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.glide__wrapper {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}

.glide__wrapper:focus, .glide__wrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glide__track {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.glide__track.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__slide {
  line-height: 1;
  font-size: 16px ;
  font-size: 1em ;
  margin-bottom: 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  cursor: -webkit-grab;
  cursor: grab;
}

.glide__slide:focus, .glide__slide:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glide__slide a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__arrow {
  cursor: pointer;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
}

.glide--slider .glide__slide {
  float: left;
  clear: none;
}

.glide--carousel.glide--vertical .glide__track {
  overflow: visible;
}

.glide--carousel .glide__slide {
  float: left;
  clear: none;
}

.glide--slideshow .glide__wrapper {
  height: 100%;
}

.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.glide--slideshow .glide__slide.active {
  z-index: 1;
}

/* ---------------------------------------------
/* Glide slide
/* ------------------------------------------ */
.glide__slide {
  display: none;
}

.glide__slide:first-child {
  display: block;
}

.glide__slide blockquote {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
}

.sload .glide__slide {
  display: block;
}

/* ---------------------------------------------
/* Glide bullets
/* ------------------------------------------ */
.glide__bullets .glide__bullet {
  width: 12px;
  height: 12px;
  background: #adadad;
  border-radius: 999px ;
  border: none;
  padding: 0;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: background, 0.5s;
  -o-transition: background, 0.5s;
  transition: background, 0.5s;
  outline: none;
  /*-----------*/
  /*-----------*/
}

.glide__bullets .glide__bullet.active {
  background: #194878;
}

@media screen and (min-width: 900px) {
  .glide__bullets .glide__bullet {
    width: 16px;
    height: 16px;
    margin-left: 11px;
  }
}

/* ---------------------------------------------
/* Quote Marks - single quotes at top mckeag
/* ------------------------------------------ */
/* ---------------------------------------------
/* Quote Marks - double top left bottom right mutt
/* ------------------------------------------ */
.glide blockquote {
  padding: 5px 0 0 0;
}

.glide blockquote:before, .glide blockquote:after {
  position: relative;
  font-family: serif;
  font-weight: bold;
  content: open-quote;
  font-size: 90px;
  color: #adadad;
  color: #194878;
}

.glide blockquote:before {
  quotes: "\201C" "\201C";
  line-height: 1;
  top: -8px;
  float: left;
  height: 44px;
  width: 56px;
}

.glide blockquote:after {
  quotes: "\201E" "\201E";
  line-height: 0;
  padding-left: 10px;
  top: -22px;
  float: right;
  height: 44px;
  width: 56px;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* padding extras
/* -------------------------------------------------------------------- */
.scrollto {
  cursor: pointer;
  height: 44px;
  width: 44px;
  background-color: #194878;
  border-radius: 999px ;
}

@media screen and (min-width: 900px) {
  .scrollto {
    height: 54px;
    width: 54px;
  }
}

.scrollto:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  font-weight: 100 !important;
  line-height: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  border: 2px solid white;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (min-width: 900px) {
  .scrollto:before {
    width: 12px;
    height: 12px;
    bottom: -6px;
  }
}

.scrollto.top {
  position: fixed;
  opacity: 0.8;
  border: 2px solid #fff;
  bottom: -100px;
  -webkit-transition: bottom, 0.25s;
  -o-transition: bottom, 0.25s;
  transition: bottom, 0.25s;
}

.scrollholder {
  float: right;
  width: 13px;
  margin-right: 28px;
}

@media screen and (min-width: 900px) {
  .scrollholder {
    width: 39px;
    margin-right: 39px;
  }
}

/* -----------------------------------------------------------------------
/* Project specific
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Custom
/* -------------------------------------------------------------------- */
#footer {
  background-color: #6c5a5b;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}

@media screen and (min-width: 840px) {
  #footer {
    padding-top: 50px;
  }
}

@media screen and (min-width: 840px) {
  #footer {
    padding-bottom: 86px;
  }
}

#footer p,
#footer li {
  font-size: 14px ;
  font-size: 0.875em ;
}

@media (max-width: 24.9375em) {
  #footer address p {
    font-size: 14px ;
    font-size: 0.875em ;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  #footer address p {
    font-size: calc( 0.9333333333em + (14 - 14) * ( (100vw - 400px) / ( 1033 - 400) )) ;
    font-size: -webkit-calc( 0.9333333333em + (14 - 14) * ( (100vw - 400px) / ( 1033 - 400) )) ;
  }
}

@media (min-width: 64.625em) {
  #footer address p {
    font-size: 14px ;
    font-size: 0.9333333333em ;
  }
}

#footer p,
#footer address {
  color: #ffffff;
  line-height: 1.3;
}

#footer .footer_title {
  margin-bottom: 10px !important;
  visibility: hidden;
}

@media (max-width: 24.9375em) {
  #footer .footer_title {
    font-size: 16px !important;
    font-size: 1em !important;
  }
}

@media (min-width: 25em) and (max-width: 64.5625em) {
  #footer .footer_title {
    font-size: calc( 1em + (23 - 16) * ( (100vw - 400px) / ( 1033 - 400) )) !important;
    font-size: -webkit-calc( 1em + (23 - 16) * ( (100vw - 400px) / ( 1033 - 400) )) !important;
  }
}

@media (min-width: 64.625em) {
  #footer .footer_title {
    font-size: 23px !important;
    font-size: 1.4375em !important;
  }
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  color: #d9d9d9;
}

/* ---------------------------------------------
/* Twitter styling
/* ------------------------------------------ */
#footer .really_simple_twitter_widget {
  padding-left: 0;
  margin-left: 0;
}

#footer .really_simple_twitter_widget li {
  display: block;
}

/* ---------------------------------------------
/* Mailchimp layout
/* ------------------------------------------ */
/* ---------------------------------------------
/* Social
/* ------------------------------------------ */
@media screen and (max-width: 839px) {
  #footer .social_holder {
    width: 100%;
  }
}

#footer .social_holder a {
  display: inline-block;
  width: 54px;
  margin-right: 9px;
}

#footer .social_holder a:last-child {
  margin-right: 0;
}

#footer .social_holder a:hover, #footer .social_holder a:active, #footer .social_holder a:focus {
  background: #000000;
  border-radius: 999px ;
  -webkit-transition: width, 0.25s;
  -o-transition: width, 0.25s;
  transition: width, 0.25s;
}

#footer .social_holder a:hover img, #footer .social_holder a:active img, #footer .social_holder a:focus img {
  -webkit-transition: width, 0.5s;
  -o-transition: width, 0.5s;
  transition: width, 0.5s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* ---------------------------------------------
/* Inline menu
/* ------------------------------------------ */
/* Variables */
/* ------------------------------------------ */
@media screen and (max-width: 767px) {
  #footer .copyright_holder {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #footer .copyright_holder .copyright {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin: 26px 0 6px;
  }
  #footer .copyright_holder #copyright {
    padding: 0;
    margin: 0 -9px;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  #footer .copyright_holder #copyright li {
    display: inline-block;
    padding: 5px 9px;
  }
  #footer .copyright_holder .inline {
    overflow: hidden;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #footer ul.inline,
  #footer p.copyright {
    display: inline-block;
  }
  #footer ul.inline {
    padding: 0;
    margin: 0;
  }
  #footer ul.inline li {
    display: inline-block;
    padding-left: 12px;
    border-left: 1px solid #ffffff;
    margin-left: 12px;
  }
}

.footer__address {
  background-color: #425563;
  color: #fff;
  padding-top: 55px;
  padding-left: 50px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.footer__address a {
  color: #fff;
}

.footer__address-toprow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 39px;
}

.footer__address-toprow .logos img {
  margin-right: 46px;
}

.socials-item img:hover {
  opacity: .5;
  -webkit-transition: opacity ease-in .2s;
  -o-transition: opacity ease-in .2s;
  transition: opacity ease-in .2s;
}

@media screen and (min-width: 767px) {
  .socials {
    margin-top: 20px;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-menu .cta ul {
  padding: 0;
}

.footer-menu .cta ul li {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .logos img:first-child {
    margin-right: 0;
  }
  .logos {
    text-align: center;
  }
  .logos img {
    margin-bottom: 20px;
  }
  .footer__address {
    padding: 25px;
  }
  .footer__address-toprow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/*
/* 2 children deep
/*
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* ------------------------------
/* Colors - top header
/* --------------------------- */
/* ------------------------------
/* Colors - top header
/* --------------------------- */
/* ------------------------------
/* Colors - The rest of the tray
/* --------------------------- */
/*-----------*/
/*-----------*/
@media screen and (min-width: 900px) {
  #tray {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  /* -----------------------------------------------------------------------
/* Foundation
/* -------------------------------------------------------------------- */
  .tray_mask {
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }
  #tray {
    position: fixed;
    background-color: #ffffff;
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    height: 100%;
    width: 100%;
    max-width: 320px;
    right: -320px;
    top: 0;
    bottom: 0;
    padding: 0 12px 26px;
    z-index: -1;
  }
  /* -----------------------------------------------------------------------
/* Menu
/* -------------------------------------------------------------------- */
  #tray ul {
    margin: 0;
    padding: 0;
  }
  #tray li {
    display: block;
    font-size: 16px ;
    font-size: 1em ;
    padding-bottom: 12px;
    border-top: 1px solid #424242;
    padding-top: 12px;
    margin: 0;
  }
  #tray li.menu-item-has-children {
    position: relative;
  }
  #tray li:before {
    content: "";
    width: 100%;
  }
  #tray .menu a {
    font-size: inherit;
    line-height: 1.1;
    color: #424242;
    padding: 6px;
    text-decoration: none;
  }
  #tray .menu .menu_child_arrow {
    position: absolute;
    width: 22px;
    height: 21px;
    right: 0;
    top: 16px;
    cursor: pointer;
    -webkit-transition: transform, 0.5s;
    -o-transition: transform, 0.5s;
    -webkit-transition: 0.5s, -webkit-transform;
    transition: 0.5s, -webkit-transform;
    transition: transform, 0.5s;
    transition: transform, 0.5s, -webkit-transform;
  }
  #tray .menu .menu_child_arrow:after, #tray .menu .menu_child_arrow:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 2px;
    background-color: #424242;
    top: 9px;
  }
  #tray .menu .menu_child_arrow:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 0;
  }
  #tray .menu .menu_child_arrow:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 1px;
  }
  #tray .menu .sub_menu {
    padding-top: 16px;
    display: none;
  }
  #tray .menu .sub_menu li {
    font-size: 85%;
    padding: 8px 0;
    border: none;
    margin-left: 12px;
    margin-bottom: 8px;
  }
  #tray .current-menu-item a {
    color: #194878 !important;
  }
  #tray .current-menu-item .sub_menu a {
    color: #424242 !important;
  }
  /* -----------------------------------------------------------------------
/* Tray Header
/* -------------------------------------------------------------------- */
  #tray .tray_background {
    background: #194878;
    margin: 0 -12px 0;
    padding: 0 12px 5px;
  }
  #tray .tray_background + .menu li:first-child {
    border-top: none !important;
  }
  #tray .tray_header {
    overflow: hidden;
    padding: 15px 0 14px;
  }
  #tray .tray_header a {
    color: #ffffff;
  }
  #tray .tray_home {
    float: left;
    font-size: 20px;
    padding: 6px;
  }
  #tray .trayburger {
    margin: 5px 3px 0 0;
  }
  #tray .trayburger .burger_inside:before,
  #tray .trayburger .burger_inside:after {
    background-color: #ffffff;
  }
  #tray .menu-item-home {
    display: none;
  }
  /* -----------------------------------------------------------------------
/* Tray Header Menu
/* -------------------------------------------------------------------- */
  #tray .tray_background .menu_child_arrow:before,
  #tray .tray_background .menu_child_arrow:after {
    background-color: #ffffff;
  }
  #tray .tray_background li {
    border-color: #ffffff;
  }
  #tray .tray_background a {
    color: #ffffff;
  }
  #tray .tray_background .current-menu-item a {
    color: #d9d9d9 !important;
  }
  #tray .tray_background .current-menu-item .sub_menu a {
    color: #ffffff !important;
  }
  /* -----------------------------------------------------------------------
/* Tray Footer
/* -------------------------------------------------------------------- */
  #tray .tray_footer {
    padding-bottom: 50px;
  }
  #tray .tray_footer address {
    padding: 26px 6px 6px;
    margin-bottom: 0;
  }
  #tray .tray_footer address p {
    margin-bottom: 0;
  }
  #tray ul + .tray_footer address {
    padding-top: 60px;
  }
  /* -----------------------------------------------------------------------
/* Tray open
/* -------------------------------------------------------------------- */
  .tray_open #tray,
  .tray_mask {
    -webkit-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  .tray_open {
    overflow: hidden;
  }
  .tray_open .tray_mask {
    position: fixed !important;
    opacity: 0.7;
    visibility: visible;
  }
  .tray_open #tray {
    overflow: auto;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%) translateY(0px) !important;
    -ms-transform: translateX(-100%) translateY(0px) !important;
    transform: translateX(-100%) translateY(0px) !important;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: -o-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: -ms-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  /* -----------------------------------------------------------------------
/* Tray open. -- children
/* -------------------------------------------------------------------- */
  #tray .menu {
    /* -----------------
	/* Not current page
	/* -------------- */
    /* -----------------
	/* Current page's ancestor
	/* -------------- */
    /* -----------------
	/* Current page if has children
	/* -------------- */
  }
  #tray .menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .child_open .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .child_open .sub_menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .child_open .sub_menu .child_open .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-ancestor.child_open .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .sub_menu {
    display: block;
  }
  #tray .menu .current-menu-ancestor .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .sub_menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-ancestor .sub_menu .sub_menu {
    display: none;
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor.child_open .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .sub_menu {
    display: block;
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .sub_menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .sub_menu .sub_menu {
    display: none;
  }
  #tray .menu .current-menu-item.menu-item-has-children .sub_menu {
    display: block;
  }
  #tray .menu .current-menu-item.menu-item-has-children .sub_menu .sub_menu {
    display: none;
  }
  #tray .menu .current-menu-item.menu-item-has-children .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-item.menu-item-has-children.child_open .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-item.menu-item-has-children .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-item.menu-item-has-children .sub_menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
@media screen and (min-height: 500px) {
  /* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
}

@media screen and (min-height: 500px) and (max-width: 899px) {
  .h_static body {
    margin-top: 86px;
  }
}

@media screen and (min-height: 500px) and (min-width: 900px) {
  .h_static body {
    margin-top: 106px;
  }
}

@media screen and (min-height: 500px) and (min-width: 1152px) {
  .h_static body {
    margin-top: 139px;
  }
}

@media screen and (min-height: 500px) {
  /* -----------------------------------------------------------------------
/* Header Height
/* -------------------------------------------------------------------- */
  .h_static {
    margin-top: 0 !important;
  }
  .h_static #header {
    width: 100%;
  }
}

@media screen and (min-height: 500px) and (min-height: 500px) {
  .h_static #header {
    position: fixed;
    top: 0;
  }
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* 32px so header is not attached to anchor
/* -------------------------------------------------------------------- */
.anchor:before, #anchor:before {
  display: block;
  content: " ";
  visibility: hidden;
  height: 118px;
  margin-top: -118px;
}

.anchor.inner, #anchor.inner {
  overflow: initial;
}

.anchor:target, #anchor:target {
  font-weight: 900 !important;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) {
  .h_static body.admin-bar #header {
    top: 46px;
  }
}

@media screen and (min-height: 500px) and (min-width: 783px) {
  .h_static body.admin-bar #header {
    top: 32px;
  }
}

@media screen and (min-height: 500px) {
  .h_static body.admin-bar .anchor:before, .h_static body.admin-bar #anchor:before {
    height: 150px;
    margin-top: -150px;
  }
}

@media screen and (min-height: 500px) and (max-width: 48.875em) {
  .h_static body.admin-bar .anchor:before, .h_static body.admin-bar #anchor:before {
    height: 164px;
    margin-top: -164px;
  }
}

@media screen and (min-height: 500px) and (max-width: 899px) {
  .h_static body.admin-bar {
    margin-top: 118px;
  }
}

@media screen and (min-height: 500px) and (max-width: 899px) and (max-width: 782px) {
  .h_static body.admin-bar {
    margin-top: 132px;
  }
}

@media screen and (min-height: 500px) and (min-width: 900px) {
  .h_static body.admin-bar {
    margin-top: 138px;
  }
}

@media screen and (min-height: 500px) and (min-width: 900px) and (max-width: 782px) {
  .h_static body.admin-bar {
    margin-top: 152px;
  }
}

@media screen and (min-height: 500px) and (min-width: 1152px) {
  .h_static body.admin-bar {
    margin-top: 171px;
  }
}

@media screen and (min-height: 500px) {
  .h_static body.admin-bar #tray,
  .h_static body.admin-bar .tray_mask {
    margin-top: 32px;
  }
}

@media screen and (min-height: 500px) and (max-width: 782px) {
  .h_static body.admin-bar #tray,
  .h_static body.admin-bar .tray_mask {
    margin-top: 46px;
  }
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* sizes
/* ------------------------------------------ */
/* ---------------------------------------------
/* Color
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
#mc_embed_signup {
  max-width: 100%;
  overflow: hidden;
  clear: both;
}

#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="submit"] {
  height: 54px;
  line-height: 1;
  margin-bottom: 0;
  border: 3px solid #a3a3a3;
  border-radius: 999px ;
  -webkit-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  transition: all, 0.25s;
}

#mc_embed_signup input[type="email"]:hover,
#mc_embed_signup input[type="submit"]:hover {
  border-color: #a4c8ec;
  color: #194878;
}

#mc_embed_signup input[type="email"]:active, #mc_embed_signup input[type="email"]:focus,
#mc_embed_signup input[type="submit"]:active,
#mc_embed_signup input[type="submit"]:focus {
  border-color: #194878;
}

@media screen and (min-width: 840px) {
  #mc_embed_signup input[type="email"],
  #mc_embed_signup input[type="submit"] {
    height: 54px;
  }
}

#mc_embed_signup input[type="email"] {
  width: 100%;
  width: calc(100% - 67px);
  font-size: 16px ;
  font-size: 1em ;
  padding: 14px 30px 15px;
  border-width: 3px;
  border-color: #a3a3a3;
  float: left;
}

@media screen and (min-width: 840px) {
  #mc_embed_signup input[type="email"] {
    width: calc(100% - 67px);
    font-size: 20px ;
    font-size: 1.25em ;
    padding: 12px 30px 13px;
  }
}

#mc_embed_signup input[type="submit"] {
  width: 54px;
  font-size: 16px ;
  font-size: 1em ;
  background-color: transparent;
  padding: 0;
  text-align: center;
  float: right;
}

@media screen and (min-width: 840px) {
  #mc_embed_signup input[type="submit"] {
    width: 54px;
  }
}

/* -----------------------------------------------------------------------
/* Custom
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
div#login {
  width: 100%;
  max-width: 1034px;
  margin-left: auto;
  margin-right: auto;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 499px) {
  div#login {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media screen and (min-width: 500px) {
  div#login {
    padding-left: 39px;
    padding-right: 39px;
  }
}

div#login form {
  max-width: 438px;
}

div#login input[type="email"],
div#login input[type="text"],
div#login input[type="password"] {
  width: 100%;
  font-size: 17px ;
  font-size: 1.0625em ;
  margin: 11px 0 0 !important;
  border: 2px solid #c9c9c9;
  vertical-align: middle;
  border-radius: 3px;
  padding: 0 15px;
  min-height: 52px;
}

div#login input[type="email"]:hover,
div#login input[type="text"]:hover,
div#login input[type="password"]:hover {
  border: 2px solid #a6a6a6;
}

div#login input[type="email"]:focus,
div#login input[type="text"]:focus,
div#login input[type="password"]:focus {
  border: 2px solid #52bad5;
}

div#login #loginform p {
  font-size: 17px ;
  font-size: 1.0625em ;
  line-height: 1 !important;
}

div#login #loginform p:nth-child(2) {
  margin-bottom: 16px;
}

div#login #loginform p.submit {
  margin-bottom: 0;
}

div#login #loginform p label {
  display: block;
  font-weight: 400;
}

div#login p#nav, div#login p#backtoblog {
  margin-bottom: 0;
}

div#login input[type="submit"] {
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  height: 52px;
  width: 100%;
  border-color: #194878;
  background: #194878;
  color: #ffffff;
  border-radius: 3px;
}

div#login input[type="submit"]:hover, div#login input[type="submit"]:focus {
  border-color: #071524;
  background: #071524;
}

body.interim-login {
  margin-top: 0 !important;
}

body.interim-login #aboveheader,
body.interim-login #header,
body.interim-login #footer,
body.interim-login .scrollholder,
body.interim-login #tray {
  display: none;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
#aboveheader {
  position: absolute;
  top: 0;
}

/* -----------------------------------------------------------------------
/* iComunico arrows
/* -------------------------------------------------------------------- */
.arrow_box {
  position: relative;
  background: #ffffff;
}

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 40px;
  margin-left: -40px;
}

/* -----------------------------------------------------------------------
/* custom backgrounds
/* -------------------------------------------------------------------- */
.prime {
  background: #194878;
  color: #ffffff;
}

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

.prime_color {
  color: #194878;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Front page Titles
/* -------------------------------------------------------------------- */
/*Front Page Styles*/
/*Slider Section*/
.home-slide {
  height: 100%;
  min-height: 440px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.slider-title {
  color: #fff;
  font-size: 48px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  padding-left: 120px;
  padding-top: 110px;
  padding-right: 100px;
}

@media screen and (max-width: 1024px) {
  .slider-title {
    font-size: 35px;
    padding-top: 100px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .slider-title {
    font-size: 30px;
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 425px) {
  .slider-title {
    font-size: 20px;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .home-slide {
    height: 100%;
    min-height: 300px;
  }
}

.slider-dots {
  position: absolute;
  /* top: 0; */
  right: 140px;
  bottom: 25px;
}

.slider-dots .glide__bullet {
  width: 11px;
  height: 11px;
  background-color: #fff;
}

.slider-dots .glide__bullet.active {
  background-color: #e85e52;
}

/*Section Video - Content*/
.video.inner {
  padding-top: 87px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .content-wrapper {
    text-align: center;
  }
}

.content-text {
  font-size: 17px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
}

.content-link {
  display: inline-block;
  background-color: #36a9af;
  color: #fff;
  border-radius: 50px;
  padding: 20px 66px;
  font-size: 17px;
}

.content-link:hover {
  background-color: #194878;
  -webkit-transition: background-color ease-in 0.3s;
  -o-transition: background-color ease-in 0.3s;
  transition: background-color ease-in 0.3s;
}

@media screen and (max-width: 767px) {
  .content-link {
    padding: 20px 45px;
  }
  .video.inner {
    padding-bottom: 30px;
  }
}

/*Section Latest*/
.latest {
  background-color: #194878;
  padding-top: 120px;
  padding-bottom: 72px;
}

.latest-post-imagewrapper {
  display: block;
}

.latest-post-imagewrapper a img {
  width: 100%;
}

.latest-post-date {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #b6b6b6;
  margin-top: 10px;
  margin-bottom: 15px;
}

.latest-post-icon {
  padding-right: 10px;
}

.latest-post-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.latest-post-content p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}

.latest-post-content h1,
.latest-post-content h2,
.latest-post-content h3,
.latest-post-content h4,
.latest-post-content h5,
.latest-post-content h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .latest {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}

/*Section Staff*/
.people {
  padding-top: 96px;
  padding-bottom: 62px;
}

.people-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #2d2d2d;
  margin-bottom: 62px;
}

.people-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

.people-person-imagewrapper img {
  max-width: none;
  border-radius: 50%;
}

.people-person-position {
  padding-left: 32px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
}

.people-person-position h4, .people-person-position p {
  font-size: 24px;
  color: #2d2d2d;
  line-height: 29px;
  margin-bottom: 0;
  font-weight: normal;
}

.people-person-position h4 {
  font-weight: bold;
  margin-bottom: 7px;
}

.more-button-wrap {
  text-align: right;
  color: #2D2D2D;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .people-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .people-person-position {
    margin-top: 15px;
    text-align: center;
  }
  .people-title {
    text-align: center;
    font-size: 36px;
  }
  .people {
    padding-top: 90px;
  }
  .people-person-position h4, .people-person-position p {
    font-size: 18px;
  }
}

/* --------------------------------------------
/* not output x2 if same size
/* ----------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
.contact_page .inner {
  max-width: 920px;
}

.contact_page .content {
  overflow: hidden;
}

.contact_page .frame {
  clear: both;
}

@media screen and (min-width: 760px) {
  .contact_page form.vfbp-form {
    float: left;
  }
  .contact_page address {
    float: right;
    width: 400px;
    max-width: calc(100% - 444px);
  }
}

/* --------------------------------------------
/* not output x2 if same size
/* ----------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
.sitemap_page .content {
  overflow: hidden;
}

.sitemap_page ul.children {
  margin-top: 10px;
}

div#wpadminbar,
#header {
  z-index: 90;
}

.tray_mask {
  z-index: 100;
}

#tray {
  z-index: 110;
}

/* -----------------------------------------------------------------------
/* global styling
/* -------------------------------------------------------------------- */
.text_center {
  text-align: center;
}

.sr .heroReveal,
.sr .feedReveal {
  visibility: hidden;
}

.sign-up {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #e85e52;
}

.sign-up-left-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  color: #fff;
}

.sign-up-right-cta {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  color: #2d2d2d;
  background-color: #fff;
  border-radius: 60px;
  padding: 25px 140px;
  display: inline-block;
}

.sign-up-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sign-up-right-cta {
    padding: 20px 80px;
  }
  .sign-up-left {
    text-align: center;
  }
}

.content h2 {
  margin-top: 0;
}

hr {
  margin: 0;
}

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

.header_inner a:hover {
  color: #a6b36e;
}

/*Pages Styles - Section Training Posts*/
.training-post-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.training-post-title {
  margin: 0;
  margin-bottom: 10px;
  background-color: #8482be;
  color: white;
  padding: 10px 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}

.training-post-link {
  display: block;
}

.training-post-link img {
  width: 100%;
}

/*Slider Title for Pages*/
.slider-title-page {
  position: absolute;
  background-color: #fff;
  display: block !important;
  width: 100%;
  bottom: -26px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
}

.slider-dots__page {
  bottom: 35px;
}

/*News and Events posts*/
.news {
  padding-top: 68px;
  padding-bottom: 68px;
}

.news-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
}

.news-title-post-imagewrapper {
  display: block;
  margin-bottom: 15px;
}

.news-title-post-imagewrapper img {
  width: 100%;
}

.news-title-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 170%;
}

.events {
  padding-top: 68px;
  padding-bottom: 68px;
}

.events-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
}

.events-post-imagewrapper {
  display: block;
  margin-bottom: 15px;
}

.events-post-imagewrapper img {
  width: 100%;
}

.events-post-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 170%;
}

/*Archive Page - Staff Custom Post Type*/
.staff-archive-imagewrapper {
  float: left;
  padding-right: 27px;
  padding-bottom: 17px;
}

.staff-archive-contentwrapper {
  text-align: left;
}

.staff-archive-title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 0;
}

.staff-archive-content {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  margin-bottom: 39px;
}

.staff-archive-info {
  margin-bottom: 51px;
}

.staff-archive-biography p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
}

.staff-archive-roles {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
}

.staff-archive-roles p {
  margin-bottom: 33px;
}

.staff-archive-themes {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
}

.staff-archive-additional {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
}

.staff-archive-additional__link {
  display: inline-block;
  margin-bottom: 10px !important;
}

.staff-archive-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.staff-archive-link {
  display: inline-block;
  background-color: #EA5D4E;
  border-radius: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  max-width: 260px;
  width: 100%;
  text-align: center;
}

.staff-archive-link:hover {
  background-color: #425563;
  -webkit-transition: background-color ease-in-out .25s;
  -o-transition: background-color ease-in-out .25s;
  transition: background-color ease-in-out .25s;
}

@media screen and (max-width: 767px) {
  .staff-archive-contentwrapper {
    text-align: center;
  }
  .staff-archive-imagewrapper {
    text-align: center;
    float: none;
  }
}

/*Blockquote Styles*/
blockquote {
  border-left: 10px solid #e85e52;
  padding-left: 40px;
  margin-left: 0 !important;
}

/*Tags*/
.tag-cloud-link {
  background-color: #2EA9B0 !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  border-radius: 0 !important;
  color: #000 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
}

a.tag-cloud-link {
  font-size: 14px !important;
}

/*UL LI*/
.single .content ul {
  padding-left: 0 !important;
}

.single .content ul > li {
  list-style: none;
  font-size: 16px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
}

.single .content ul > li:before {
  content: url("../img/Vector.png");
  padding-right: 15px;
  vertical-align: text-top;
}

/*Circle_right_Content_left*/
.circle {
  padding-top: 75px;
  padding-bottom: 75px;
}

.circle-content-text {
  padding-right: 50px;
}

.circle-content-text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
}

.circle-imagewrapper {
  max-width: 318px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.circle-imagewrapper img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .circle-content-text {
    padding-right: 0;
  }
  .circle-imagewrapper {
    margin: 0 auto;
  }
}

/*Square image left Content right*/
.square {
  padding-top: 75px;
  padding-bottom: 75px;
}

.square-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
}

.square-content-text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
}

.square-imagewrapper {
  max-width: 417px;
  display: block;
}

.square-imagewrapper img {
  width: 100%;
}

/*Milestones*/
.single .content ul > li.milestones,
.milestones {
  padding-left: 10px;
}

.single .content ul > li.milestones-title,
.milestones-title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
}

.single .content ul > li.milestones-item,
.milestones-item {
  list-style: none;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
}

.single .content ul > li.milestones-item:before,
.milestones-item:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 20px;
}

.single .content ul > li.milestones-item--done:before,
.milestones-item--done:before {
  content: '';
  background-image: url(../img/Vector.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 20px;
  display: inline-block;
  vertical-align: sub;
}

.footer-tags {
  margin-top: 50px;
}

blockquote cite {
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 14px !important;
}

.sub-menu li {
  border: none !important;
}

/*Accordion*/
.accordion {
  margin-bottom: 90px;
}

.accordion-title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  color: #2D2D2D;
}

a.accordion-question {
  background-color: #8482BE;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  padding-left: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.accordion-answer {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #2D2D2D;
  padding-left: 25px;
  padding-right: 25px;
}

a.accordion-question:focus, a.accordion-question:hover {
  color: #fff;
}

.uk-open > .uk-accordion-title.accordion-question::before {
  content: '';
  background-image: url(../img/minusicon.png);
  margin-right: 25px;
}

.uk-accordion-title.accordion-question::before {
  content: '';
  background-image: url(../img/plusicon.png);
  margin-right: 25px;
}

hr {
  padding-top: 0;
}

.made_by {
  margin-top: 0px;
}

#site_footer .banner {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 56em) {
  #site_footer .banner {
    margin-bottom: 50px;
  }
}

#site_footer .banner p {
  color: #fff;
}

.acf-map {
  width: 100%;
  height: 600px;
  background-color: #e7eff3;
}

@media screen and (max-width: 72em) {
  .acf-map {
    height: 400px;
  }
}

@media screen and (max-width: 56em) {
  .acf-map {
    height: 300px;
  }
}

@media screen and (max-width: 30em) {
  .acf-map {
    height: 250px;
  }
}

.gmnoprint img {
  max-width: inherit;
}

.wp-pagenavi .pages {
  padding: 1em 0;
  display: block;
}

.wp-pagenavi .larger {
  margin-left: 10px;
}

.wp-pagenavi .smaller {
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink {
  margin-right: 10px;
}

.wp-pagenavi .nextpostslink {
  margin-left: 10px;
}

.post-navigation {
  overflow: hidden;
  margin-top: 3em;
}

.post-navigation .nav-previous {
  float: left;
}

.post-navigation .nav-next {
  float: right;
}

#backtotop {
  display: none;
  cursor: pointer;
  opacity: 0.8;
  background-color: #a6b36e;
  border: 2px solid #fff;
  width: 58px;
  height: 58px;
  float: right;
  z-index: 97;
  position: fixed;
  bottom: 1em;
  right: 1em;
  border-radius: 50px;
}

#backtotop img {
  padding: 23px 21px;
}

body.login {
  background: #fff;
}

#login {
  *zoom: 1;
  background: #fff;
  padding: 0 1em;
  width: 100%;
  max-width: 432px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
}

#login:before, #login:after {
  display: table;
  content: "";
}

#login:after {
  clear: both;
}

@media screen and (max-width: 30em), screen and (max-width: 56em) {
  #login {
    padding-top: 1em;
  }
}

@media screen and (max-width: 64em) {
  #login {
    max-width: 100%;
  }
}

#login p {
  margin: 0;
  padding: 0;
}

#login label {
  margin: 0;
  padding: 0;
}

#login input {
  margin: 15px 0;
  max-width: 400px;
}

#login input:last-child {
  margin: 15px 0 5px;
}

#login #nav {
  margin: 10px 0;
}

#login #backtoblog {
  margin: 0 0 40px;
}

#login #registerform p.submit {
  text-align: left;
}

#site_footer {
  padding-top: 100px;
  margin-top: 100px;
  background: #fff;
}

@media screen and (max-width: 56em) {
  #site_footer {
    padding-top: 50px;
    margin-top: 50px;
  }
}

#site_footer h1, #site_footer .h1 {
  font-size: 1.8rem;
  font-weight: 900;
}

#site_footer p {
  color: #000;
}

#site_footer a {
  color: #000;
}

#site_footer a:hover {
  color: #a6b36e;
}

#site_footer a:focus {
  color: #a6b36e;
}

#site_footer .menu_section, #site_footer .address_section, #site_footer .contact_section {
  overflow: hidden;
  float: left;
  width: 33.3%;
}

@media screen and (max-width: 48em) {
  #site_footer .menu_section, #site_footer .address_section, #site_footer .contact_section {
    width: 50%;
  }
}

@media screen and (max-width: 39em) {
  #site_footer .menu_section, #site_footer .address_section, #site_footer .contact_section {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 48em) {
  #site_footer .address_section, #site_footer .contact_section {
    float: none;
  }
}

#site_footer .copyright_section {
  width: 100%;
  clear: both;
}

@media screen and (max-width: 48em) {
  #site_footer .copyright_section {
    padding-top: 30px;
  }
}

@media screen and (max-width: 39em) {
  #site_footer .copyright_section {
    padding: 0;
  }
}

#site_footer {
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#site_footer {
  border-top: 1px dashed #000;
}

#site_footer .footer_cta {
  display: none;
}

@media screen and (max-width: 56em) {
  #site_footer .footer_cta {
    display: block;
  }
  #site_footer .footer_cta p {
    margin: 0 0 30px 0;
  }
  #site_footer .footer_cta a {
    color: #000;
  }
  #site_footer .footer_cta a:hover {
    color: #a6b36e;
  }
  #site_footer .footer_cta a:focus {
    color: #a6b36e;
  }
}

#site_footer .address_section p {
  margin: 0;
}

#site_footer .address_section address {
  float: left;
}

#site_footer .address_section address a {
  display: block;
  color: black;
}

@media screen and (max-width: 39em) {
  #site_footer .address_section address {
    margin: 0;
  }
}

#site_footer .contact_section p {
  margin: 0;
}

#site_footer .menu_section ul {
  margin: 0;
  padding: 0;
}

#site_footer .menu_section ul li {
  display: block;
  margin: 0;
}

#site_footer .menu_section .h1 {
  padding-top: 40px;
}

@media screen and (max-width: 56em) {
  #site_footer .menu_section .h1 {
    padding-top: 30px;
  }
}

#site_footer .social_section {
  float: right;
  width: 66.6%;
}

@media screen and (max-width: 48em) {
  #site_footer .social_section {
    width: 100%;
  }
}

@media screen and (max-width: 39em) {
  #site_footer .social_section {
    margin-bottom: 30px;
  }
}

#site_footer .social_section h1 {
  margin-top: 40px;
}

@media screen and (max-width: 39em) {
  #site_footer .social_section h1 {
    margin-top: 0;
  }
}

#site_footer .social_section a {
  display: inline-block;
  max-width: 55px;
  margin: 0 15px 15px 0;
}

@media screen and (max-width: 39em) {
  #site_footer .social_section a {
    margin: 5px 15px 10px 0;
    float: left;
  }
  #site_footer .social_section a:nth-child(5n) {
    clear: left;
  }
}

#site_footer .copyright_section {
  overflow: hidden;
  float: left;
  margin: 100px 0 0;
}

@media screen and (max-width: 80em) {
  #site_footer .copyright_section {
    margin: 100px 0 80px;
  }
}

@media screen and (max-width: 48em) {
  #site_footer .copyright_section {
    margin: 0 0 30px;
  }
}

#site_footer .copyright_section p {
  float: left;
}

@media screen and (max-width: 48em) {
  #site_footer .copyright_section p {
    margin-bottom: 50px;
  }
}

#site_footer .copyright_section .made_by {
  float: right;
}

@media screen and (max-width: 48em) {
  #site_footer .copyright_section .made_by {
    float: left;
    margin: 0;
    clear: both;
  }
}

#footer_image {
  background-image: url(http://www.nclurbandesign.org/wp-content/themes/urban/img/project/footer-image.jpg);
  height: 180px;
  background-repeat: repeat-x;
  background-position: 0;
  background-size: cover;
}

#tray_inner {
  display: inherit;
}

#side_tray #tray_inner #tray_navigation {
  float: left;
  width: 100%;
}

#side_tray #tray_inner #tray_navigation ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
  width: 100%;
  white-space: nowrap;
  border-top: 1px solid #a6b36e;
}

#side_tray #tray_inner #tray_navigation ul li {
  float: left;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #a6b36e;
}

#side_tray #tray_inner #tray_navigation ul li a {
  padding: 20px 15px;
  display: block;
  white-space: normal;
  color: #000000;
}

#side_tray #tray_inner #tray_navigation .menu-item-has-children {
  overflow: hidden;
}

#side_tray #tray_inner #tray_navigation .menu-item-has-children img {
  position: absolute;
  top: 22px;
  left: 17px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#side_tray #tray_inner #tray_navigation .menu-item-has-children .child_open img {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 21px;
  left: 17px;
}

#side_tray #tray_inner #tray_navigation .menu-item-has-children li {
  border-bottom: none;
  border-top: none;
}

#side_tray #tray_inner #tray_navigation .menu-item-has-children a {
  float: left;
  width: 75%;
}

#side_tray #tray_inner #tray_navigation .menu-item-has-children .menu_child_arrow {
  height: 50px;
  float: right;
  width: 50px;
  position: relative;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  margin: 2% 2% 0 0;
}

@media screen and (max-width: 30em) {
  #side_tray #tray_inner #tray_navigation .menu-item-has-children .menu_child_arrow {
    margin: 1% 1% 0 0;
  }
}

#side_tray #tray_inner #tray_navigation .menu-item-has-children .sub_menu {
  display: none;
}

#side_tray #tray_inner #tray_navigation .menu-item-has-children .sub_menu a {
  width: 100%;
  padding-left: 30px;
  padding-right: 25px;
  color: #a6b36e !important;
}

#side_tray #tray_inner #tray_navigation .menu-item-has-children .sub_menu .menu-item-has-children {
  overflow: hidden;
}

#side_tray #tray_inner #tray_navigation .menu-item-has-children .sub_menu .menu-item-has-children a {
  float: left;
  width: 75%;
}

#side_tray #tray_inner #tray_navigation .menu-item-has-children .sub_menu .menu-item-has-children .sub_menu {
  display: none;
}

#side_tray #tray_inner #tray_navigation .menu-item-has-children .sub_menu .menu-item-has-children .sub_menu a {
  width: 100%;
  padding-left: 45px;
  padding-right: 25px;
}

#tray_inner .logo_close_holder {
  position: relative;
  height: 84px;
  border-bottom: 1px solid #fff;
  background: #fff;
}

#tray_inner .logo_close_holder .tray_logo {
  position: absolute;
  left: 1em;
  top: 16px;
  height: 50px;
  width: 152px;
}

#tray_inner .logo_close_holder .tray_close {
  position: absolute;
  top: 26px;
  right: 1em;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

#tray_inner #tray_navigation {
  overflow: hidden;
}

#tray_inner address {
  background: #a6b36e;
  float: left;
  width: 100%;
}

#tray_inner address, #tray_inner address p {
  display: block;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  color: #ffffff;
}

#tray_inner address a, #tray_inner address p a {
  color: #ffffff;
}

#tray_inner address, #tray_inner .rights_reserved {
  margin: 0;
  padding: 2em 15px 4em;
}

#tray_inner .cta_holder {
  height: inherit !important;
}

#tray_inner .cta_holder img {
  max-width: 140px;
  margin: 1em 1em;
}

.banner {
  background: #696969;
  color: #fff;
  display: block;
  padding: 20px 0;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
}

.banner .inner {
  background: #696969;
}

.banner p {
  margin: 0;
  float: left;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (max-width: 72em) {
  .banner p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 56em) {
  .banner p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.banner p.the_cta {
  text-decoration: underline;
}

.banner p:last-child {
  float: right;
}

@media screen and (max-width: 48em) {
  .banner p {
    float: none !important;
    text-align: center;
  }
  .banner p:last-child {
    padding-top: 10px;
  }
}

#site_footer .banner {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 56em) {
  #site_footer .banner {
    margin-bottom: 50px;
  }
}

#site_footer .banner p {
  color: #fff;
}

#logo {
  display: block;
  width: 120px !important;
  height: 40px !important;
}

#logo_mobile {
  margin-top: 1rem;
  width: 120px !important;
  height: 37px !important;
}

#logo_mobile_url {
  width: 170px !important;
}

p {
  text-align: justify !important;
}

.comment-metadata a {
  color: #4E4542 !important;
}

em {
  font-style: italic;
  color: #000 !important;
}

@media screen and (max-width: 900px) {
  .burger_col {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  .cta {
    display: none !important;
  }
  .head_row {
    display: none !important;
  }
  .burger_col {
    display: none !important;
  }
  .site_log_in {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .cta ul li a {
    font-size: 19px !important;
  }
}

@media screen and (max-width: 767px) {
  .fst_article {
    min-height: 370px !important;
  }
  .fst_article header {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 1100px) {
  .fst_article {
    min-height: 500px;
  }
  .fst_article header {
    padding-top: 2rem;
  }
  .post p {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .fst_article {
    min-height: 500px;
  }
  .fst_article header {
    padding-top: 2rem;
  }
}

.site_log_in {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  padding-left: 3rem;
}

.site_log_in a {
  font-family: "opendyslexicregular" !important;
  color: #4E4542;
}

.site_log_in a:hover {
  color: #a6b36e !important;
  text-decoration: none;
}

.description {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.post {
  position: relative;
  z-index: 999;
  z-index: 0;
}

.post .frontauthor {
  background-color: #fff;
  opacity: 99%;
  margin-left: 20px;
}

.post .frontauthor p {
  font-size: 20px;
  font-family: 'bebas neue';
}

.post .frontauthor a {
  font-size: 20px;
  position: relative !important;
}

.post a {
  position: absolute;
  width: 90%;
}

.post .title {
  max-width: 700px;
  padding-left: 20px;
}

.post .title a {
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  position: relative !important;
}

.post .title a:hover {
  color: #4E4542;
}

.post p {
  font-family: 'bebas neue';
  display: inline;
  color: #4E4542;
  margin-left: 8px;
  padding: 8px;
  max-width: 90%;
}

.authorpage article {
  height: 100%;
}

.authorpage header {
  height: 100%;
}

.authorpage .article_content {
  display: none;
}

.authorpage .article_header {
  height: 100%;
}

.authorpage .article_meta {
  position: relative;
  margin-top: 30%;
}

.featured_image {
  opacity: 80%;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  min-width: 360px;
  min-height: 275px;
  z-index: 0;
  height: auto;
}

.site_banner_mobile {
  margin-bottom: 1rem;
}

.made_by {
  margin-right: 3rem !important;
}

.title {
  font-size: 20px;
}

.banner {
  overflow: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.cta ul li {
  color: #4E4542;
  font-weight: 400 !important;
  outline: none !important;
  text-transform: uppercase !important;
}

.cta ul li a:hover {
  color: #a6b36e !important;
  text-decoration: none;
}

.inner_left {
  width: 200px;
  height: auto;
}

#top_row {
  float: none !important;
  height: 120px;
  max-width: 50%;
}

h1 a {
  font-family: 'bebas neue';
  font-size: 26px;
}

.main_article::after {
  content: "";
  display: block;
  border-bottom: 1px solid #a6b36e;
}

.article {
  margin-top: 2rem;
}

.article a {
  color: #4E4542 !important;
}

.article p {
  display: inline;
  margin-left: 2rem;
  width: 900px !important;
}

.article_meta {
  margin-bottom: 1.5rem;
}

.burger_holder {
  margin-right: 2rem !important;
  width: 40px !important;
}

#header .cta ul li {
  margin-left: 1rem;
  display: inline;
}

#header .cta ul li a {
  font-family: 'Bebas Neue', cursive;
  font-weight: 200;
  display: inline;
  font-size: 24px;
  line-height: 21px;
  margin-right: 0px !important;
  margin-left: 0.2rem !important;
  color: #4E4542;
}

#site_footer {
  border-top: 3px solid #a6b36e;
}

.copyright_section {
  margin-top: 0px !important;
  background-color: white;
}

.welcome_message, .welcome_message .inner {
  background-color: #a6b36e;
  color: #4E4542;
}

.welcome_message p, .welcome_message .inner p {
  text-align: justify !important;
}

.topbutton {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  visibility: hidden;
  background-color: #a6b36e;
  border-radius: 100%;
}

.welcome_message {
  margin-top: 2rem !important;
}

.welcome_message h1 {
  font-family: "Bebas Neue" !important;
  margin-top: 2rem !important;
}

.welcome_message p {
  font-weight: normal;
  font-family: Open Sans;
  margin-bottom: 2rem;
  display: block;
  font-size: 19px;
  line-height: 1.8;
}

.page_content a {
  color: #4E4542;
}

.page_content a:hover {
  color: #4E4542;
  text-decoration: none;
}

.read_more {
  position: absolute;
  bottom: 1px;
  min-width: 100%;
  padding: 8px;
}

.read_more i {
  position: absolute;
  right: 10px;
  color: #4E4542;
}

.instagram {
  margin-top: 5rem;
}

.menu_section a {
  font-family: 'opendyslexicregular';
}

.wp-caption-text {
  margin-top: 0.5rem;
}

#bottom_row {
  float: none !important;
  padding-top: 17px;
  margin-top: auto;
  margin-bottom: auto;
}

.burger_holder {
  padding-right: 5px;
}

#search_holder {
  margin-bottom: 5px;
  margin-left: 0px !important;
}

#page {
  max-width: 1253px;
  margin-left: auto;
  margin-right: auto;
}

.search_icon {
  width: 30px !important;
}

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

.PIN_1634814214975_embed_grid {
  max-width: 1000px !important;
  width: 100% !important;
}

.pinterst_slider {
  width: 731px !important;
  margin-left: auto;
  margin-right: auto;
}

.larger {
  background-color: #a6b36e !important;
}

.current {
  background-color: #b8d82b !important;
}

.smaller {
  background-color: #a6b36e !important;
}

.nextpostslink {
  background-color: #a6b36e !important;
}

.previouspostslink {
  background-color: #a6b36e !important;
}

.access_size {
  border-color: #a6b36e !important;
}

.access_size:hover {
  background-color: #a6b36e !important;
}

#page .inner .container .row p a {
  color: #4E4542 !important;
  text-decoration: underline;
}

.frontauthor a {
  font-family: 'bebas neue';
  text-decoration: none !important;
}

.access_content a {
  color: #a6b36e;
}

.access_content a:hover {
  color: #a6b36e;
  text-decoration: none !important;
}

.meta {
  margin-left: 10px !important;
  color: #4E4542;
  font-size: 20px;
  font-family: 'bebas neue';
}

#site_footer {
  margin: 2rem !important;
  max-width: none !important;
  color: #4E4542;
}

#site_footer a {
  color: #4E4542;
  text-decoration: none;
}

#site_footer a:hover {
  color: #4E4542;
  text-decoration: none;
}

.home_icon i {
  font-weight: 1200 !important;
  color: #4E4542;
}

.home_icon i:hover {
  color: #a6b36e;
}

.log_out {
  color: #424242 !important;
  width: 80px;
}

.log_out_mobile {
  padding: 6px;
}

.log_out_mobile a {
  font-family: 'bebas neue';
  color: #424242 !important;
}

.log_out a:hover {
  color: #a6b36e !important;
}

.log_out:hover {
  color: #4E4542;
  text-decoration: none;
}

.tag-cloud-link {
  background-color: #b9b9b9 !important;
  color: white !important;
}

.news-post {
  background-color: #c4c4c4b0;
  min-height: 298.24px;
  position: relative;
}

.news-post-col {
  background-size: cover;
  background-position: center;
}

.news-post .news-post-imagewrapper {
  position: relative;
}

.news-post p {
  font-family: 'Roboto';
  color: #4E4542;
}

.news-post a {
  font-family: 'Roboto';
  color: #4E4542;
}

.news-post h3 {
  padding: 10px;
  font-size: 20px;
}

.news-post-date {
  padding: 10px;
}

.news-post-text {
  z-index: 4;
  position: absolute;
}

.news-post a:hover {
  color: #4E4542;
  text-decoration: none !important;
}

#header {
  border-bottom: 3px solid #a6b36e;
}

#footer_inner {
  width: 1253px !important;
}

#tray a {
  color: #4E4542;
}

#tray a:hover {
  color: #4E4542;
  text-decoration: none;
}

.menu {
  font-family: 'bebas neue';
  display: contents;
}

.menu-main-container {
  margin-top: 0.5rem;
}

.meet_our_bloggers a {
  color: #b9b9b9;
}

.meet_our_bloggers a:hover {
  color: #b9b9b9;
  text-decoration: none;
}

.newtitle {
  font-size: 30px !important;
}

.author_row {
  border-bottom: 1px solid #b9b9b9;
}

.author_img {
  padding-bottom: 1rem;
}

.authorpage {
  max-width: 1253px;
  margin-right: auto;
  margin-left: auto;
}

.entry_title {
  font-size: 26px !important;
  color: #4E4542;
  font-family: 'Bebas Neue';
}

#content h1 {
  font-size: 26px;
}

#content p {
  font-size: 16px;
}

.news-post-title {
  font-size: 26px;
  font-family: 'Bebas Neue';
}

.authorsplit {
  color: #4E4542;
  height: 2px !important;
}

.page_content a img {
  width: 60px;
  height: 60px;
}

#comments {
  display: none;
}

.comment-form-cookies-consent {
  display: none;
}

.commentlist {
  display: none !important;
}

#site_footer .address_section address a:hover {
  color: #4E4542;
}

.pinterest_widjet {
  max-width: 731px;
}

#login a {
  color: #4E4542;
}

#login #loginform p {
  color: #303030;
}

#login #loginform p input {
  background-color: #ffffff;
  border-color: #b9b9b9;
  color: #4E4542;
}

.title_holder h1 {
  font-size: 30px !important;
}

.comment-respond h3 {
  font-size: 38px;
}

.comment-respond a {
  color: #4E4542;
}

.comment-respond a:hover {
  color: #4E4542;
}

.comment-respond label {
  font-size: 26px;
}

.comment-respond input {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  background: inherit;
  color: #4E4542;
  border-radius: 30px;
  border: 2px solid #a6b36e;
  padding: 13px 39px;
  margin: 0 0 40px 0;
  cursor: pointer;
}

.comment-respond textarea {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1;
  -webkit-transition: all,0.5s,ease-in;
  -o-transition: all,0.5s,ease-in;
  transition: all,0.5s,ease-in;
  background: #f8fafb;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  border-radius: 10px;
  margin: 0 0 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow: none;
  width: 100%;
  max-width: none;
  border: 1px solid #696969;
  padding: 1.1em;
  height: 200px;
}

.css-11cewt9 {
  visibility: hidden !important;
}

.sbi_header_link {
  display: none !important;
}
