@charset "UTF-8";
/*
	Theme Name: Stansted Airport Transport Forum
	Theme URI: https://www.stanstedatf.com
	Description: This is a bespoke theme created for Stansted Airport Transport Forum by No-Nonsense Design
	Author: No-Nonsense Design
	Author URI: https://www.nononsensedesign.co.uk
	Version: 1.1
	Template: genesis
*/
/*
$blue: #032f61;
$blue: #009ee2;
$blue: #00b0ea;
$blue: #EAEFF7;
$grey: #1d1d1d;
$midgrey: #939393;
$pink: #f05170;
$pink: #ae2e49;
$palebg: #f3f4f5;
$blue: #255669;
$blue: #518095;
$blue: #519fb0;
*/
/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #1b203e;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0043b4;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #0043b4;
  text-decoration: none;
}

.pinkbtn {
  margin: 40px 0 40px;
}

.pinkbtn a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #db579b;
  padding: 20px 10px;
  border-radius: 4px;
}

.pinkbtn a:hover {
  color: #fff;
  background-color: #db579b;
}

.pinkbtn .fas {
  font-size: 26px;
  vertical-align: top;
  margin-left: 20px;
}

.transbtn {
  margin: 40px 0 20px;
}

.transbtn a {
  font-size: 16px;
  color: #0043b4;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid #0043b4;
  padding: 15px;
  border-radius: 4px;
}

.transbtn a:hover {
  color: #fff;
  background-color: #0043b4;
}

.transbtn .fas {
  font-size: 26px;
  vertical-align: top;
  margin-left: 20px;
}

a:focus,
a:hover {
  color: #1d1d1d;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
  color: #1d1d1d;
}

blockquote {
  margin: 30px;
}

blockquote::before {
  content: "“";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #0043b4;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 700;
}

h3 {
  font-size: 24px;
  color: #0043b4;
}

h4 {
  font-size: 20px;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 300;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.button {
  background-color: #94bd17;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: #0043b4;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
  padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* UAM User Access Manager forms */
.uam_login_form .input {
  margin-bottom: 20px;
}

.uam_login_form .checkbox {
  margin-bottom: 15px;
}

.uam_login_form .button {
  margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.4;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

.wp-block-table thead {
  border-bottom: 1px solid #ccc !important;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid #ccc !important;
}

tbody {
  border-bottom: 1px solid #e0e0e0;
}

tr:nth-child(odd) {
  background-color: #eee;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

td,
th {
  text-align: left;
  vertical-align: top;
}

td {
  border-top: 1px solid #eee;
  padding: 6px;
}

th {
  font-weight: 700;
  padding: 0 6px;
  background-color: #0043b4;
  color: #fff;
}

.mtr-table td[data-mtr-content]:before {
  font-weight: 700;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1d1d1d;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 30px 5% 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 20px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 30px;
  margin-bottom: 10px;
}

h1.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

h2.entry-title {
  font-size: 27px;
  margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #0043b4;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #0043b4;
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 0px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 0px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

.entry-content .wp-post-image {
  margin-bottom: 30px;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget .menu-item a {
  color: #0043b4;
  text-decoration: none;
}

.widget .menu-item a:hover {
  color: #0043b4;
  text-decoration: none;
}

.widget .menu-item a:focus,
.widget .menu-item a:hover,
.widget .menu-item .current-menu-item > a,
.widget .menu-item .sub-menu .current-menu-item > a:focus,
.widget .menu-item .sub-menu .current-menu-item > a:hover {
  color: #0043b4;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.sidebar .widget_custom_html,
.before-sidebar .widget_custom_html,
.sidebar .jetpack_subscription_widget {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 20px;
  margin-top: 5px;
}

.before-sidebar .widget_custom_html {
  margin-top: 0px;
}

.sidebar .widget_custom_html h3 a,
.sidebar .jetpack_subscription_widget h3 a {
  font-size: 22px;
  text-decoration: none;
}

.sidebar .widget_custom_html h3 a:hover,
.sidebar .jetpack_subscription_widget h3 a:hover {
  color: #0043b4;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-image {
  height: 75px;
  width: 75px;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

#eu-cookie-law {
  font-size: 16px !important;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus NOPE! */
:focus {
  color: #1d1d1d;
  outline: none;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  padding: 10px 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
}

.wp-custom-logo .title-area {
  max-width: 180px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.wp-custom-logo .title-area img {
  width: auto;
  margin: 0 0 0 5%;
}

.site-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #0043b4;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Header Widget Area
--------------------------------------------- */
.site-header .widget {
  margin-bottom: 0px;
}

.site-header .widget-area {
  display: none;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: #1d1d1d;
  display: block;
  font-weight: 300;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0043b4;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-responsive-menu {
  display: none;
  padding-bottom: 15px;
  position: relative;
  margin-top: 60px;
}

.genesis-responsive-menu .genesis-nav-menu a {
  font-size: 16px;
  color: #fff;
  padding: 10px 5%;
  font-weight: 600;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #0043b4;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.sub-menu-toggle {
  color: #fff;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0043b4;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 0 0 10px 0;
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 20px;
  position: relative;
  text-rendering: auto;
  top: 1px;
  font-size: 36px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  width: 100%;
}

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  display: none;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  list-style-type: circle;
}

/* LISTS ---------------------------------- */
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li,
.entry-content ul li ul li {
  list-style-type: none;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.entry-content ul li ul li {
  margin-top: 14px;
}

.entry-content ul li ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.entry-content ul > li:before {
  color: #0043b4;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 10px;
  content: "\f111";
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -25px;
  top: 5px;
}

.entry-content ul li ul li:before {
  color: #0043b4;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 14px;
  top: 4px;
}

/* Don't have margin before Profile Builder fields */
.wppb-user-forms ul {
  margin-left: 0px;
}

/* Don't show bullet before Profile Builder fields */
.wppb-user-forms li:before {
  content: "" !important;
}

input#send_credentials_via_email {
  margin-right: 10px;
}

/* Don't show bullet before Theme My Login 'Register / Lost Password' links at bottom of login page */
ul.tml-links {
  margin-left: 0px;
}

.tml .tml-links li:before,
.tml .tml-messages li.tml-message:before,
li.tml-error:before,
li.tml-login-link:before {
  content: "" !important;
}

.tml .tml-error {
  border-left-color: #0043b4 !important;
}

.entry-content code {
  background-color: #f5f5f5;
}

.entry-content .caption {
  font-size: 14px;
  font-weight: 700;
  margin-top: -20px;
  text-align: center;
}

.wp-element-caption {
  font-size: 11px;
  font-weight: 600;
  margin-top: 8px;
  text-align: center;
  float: none;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 14px;
  color: #939393;
  margin-bottom: 0;
}

.entry-header {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: inline;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #1d1d1d;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 18px;
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

/* Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* ## Sidebar Navigation (From NavGoCo Plugin)
--------------------------------------------- */
.sidebar .widget_nav_menu {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 20px 20px 10px;
  margin: 0 0 40px;
  font-weight: 400;
}

.sidebar .widget_nav_menu,
.sidebar .widget_nav_menu ul,
.sidebar .widget_nav_menu li {
  list-style: none;
}

.sidebar .widget_nav_menu ul {
  padding: 0;
  margin: 0;
}

.sidebar .widget_nav_menu .widget-title {
  padding: 0px 0 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.sidebar .widget_nav_menu li {
  padding: 0px 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.sidebar .widget_nav_menu li:last-child {
  border-bottom: none;
  padding-bottom: 5px !important;
}

.sidebar .widget_nav_menu li li {
  margin: 10px 0 0 10px;
}

.sidebar .widget_nav_menu a {
  color: #0043b4;
  display: block;
  outline: none;
  text-decoration: none;
}

.sidebar .widget_nav_menu li > a > span {
  float: right;
  font-size: 24px;
  line-height: 14px;
}

.sidebar .widget_nav_menu li > a:hover > span {
  color: #0043b4;
}

.sidebar .widget_nav_menu a:hover,
.sidebar .widget_nav_menu li.active > a {
  color: #0043b4;
}

.sidebar .widget_nav_menu li.vert-open > a > span:after {
  font-family: "dashicons";
  float: right;
  content: "\f142";
}

.sidebar .widget_nav_menu li > a > span:after {
  font-family: "dashicons";
  float: right;
  content: "\f140";
}

.sidebar .widget_nav_menu li > a:hover > span:after {
  color: #7E5DA4;
}

.sidebar .widget_nav_menu li.current_page_item > a,
.sidebar .widget_nav_menu ul li.current-menu-ancestor > a,
.sidebar .widget_nav_menu ul li.current-menu-item > a,
.sidebar .widget_nav_menu ul li.current-menu-parent > a {
  color: #0043b4;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  color: #0043b4;
  background-color: #f3f4f5;
  clear: both;
  padding: 60px 0 10px;
  font-size: 16px;
}

.footer-widgets .widget {
  margin-bottom: 20px;
}

.footer-widgets .widget ul > li {
  margin-bottom: 5px;
}

.footer-widgets h3 {
  color: #0043b4;
  font-size: 20px;
}

.footer-widgets a[href^=tel],
.footer-widgets a[href^=tel]:hover {
  color: #fff;
  text-decoration: none;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widgets .widget .menu-item a {
  font-weight: 400;
  color: #1b203e;
}

.footer-widgets a:hover,
.footer-widgets .widget .menu-item a:focus,
.footer-widgets .widget .menu-item a:hover,
.footer-widgets .widget .current-menu-item > a {
  color: #0043b4;
}

.footer-widgets .footer-widgets-1,
.footer-widgets .footer-widgets-2,
.footer-widgets .footer-widgets-3,
.footer-widgets .footer-widgets-4 {
  display: none;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #f3f4f5;
  font-size: 14px;
  line-height: 1.3;
  padding: 30px;
}

.site-footer .wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: #0043b4;
  text-decoration: none;
}

.footerright {
  display: none;
}

/* ~~~~~~ After Header ~~~~~~ */
@keyframes fad {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.after-header {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.after-header-inner {
  width: 100%;
  padding: 0 0 25px 0;
}

.after-header-home-inner {
  width: 100%;
  padding: 0 0 25px 0;
}

.after-header-inner-inner {
  max-width: 1280px;
  padding: 0 5%;
  margin: 0 auto;
}

.after-header-inner h1,
.after-header-inner h2 {
  font-size: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
  animation-name: fad;
  animation-duration: 1.5s;
  margin-top: 0px;
}

.after-header-home-inner h1,
.after-header-home-inner h2 {
  font-size: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  animation-name: fad;
  animation-duration: 1.5s;
  margin-top: 0px;
}

/* ------ PLUGINS AND MISC ------ */
.emph1 {
  font-size: 18px;
  color: #0043b4;
  font-weight: 600;
}

.adam-spacer {
  width: 100%;
  height: 10px;
}

.spacer-30px {
  width: 100%;
  height: 30px;
}

.shadowbox {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  margin-bottom: 30px;
}

.padded-left {
  padding: 20px 20px 0px 20px;
}

.padded-over {
  padding: 20px 20px 0px 20px;
}

.padded-under {
  padding: 20px 20px 20px 20px;
}

.shadowbox-logos-container {
  padding: 4px 4px 0 !important;
}

.shadowbox-logos {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 30px 30px 20px;
  text-align: center;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shadowbox-logos img {
  max-height: 80px;
  width: auto;
}

.shadowbox-logos .wp-caption-text {
  font-size: 11px;
  font-weight: 700;
  margin-top: 8px;
  text-align: center;
  float: none;
}

.stanstedbg {
  background: url("../../uploads/2018/08/airport2.jpg");
  min-height: 420px;
  background-repeat: no-repeat;
  background-position: center 60%;
}

.bigpic {
  width: 100%;
  height: 200px !important;
  padding: 20px 20px;
}

.bigpic h1 {
  line-height: 1.2;
  font-size: 30px;
}

.bigpic h1.light {
  color: #fff;
}

/* Genesis Columns advanced Utility Classes (from plugin file, because breakpoints are for old Genesis sample theme)
--------------------------------------------- */
.clearfix:before {
  content: " ";
  display: table;
}

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

.vertical-spacer {
  clear: both;
  margin-bottom: 0px;
}

.columns-container {
  clear: both;
  overflow: hidden;
}

.marginunder {
  padding: 10px 10px 30px;
}

/* Recent Post Extended widgets  --------------------------------------------- */
h3.rpwe-title {
  font-size: 18px;
  font-weight: 300 !important;
}

.rpwe_widget {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 20px 20px 20px 20px;
  min-height: 305px;
}

.vertical-spacer-50px {
  height: 50px;
}

/*=== Collapse-o-matic  === */
.collapseomatic:before {
  color: #0043b4;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 20px !important;
  position: relative;
  float: right;
  margin-top: 20px;
}

.collapseomatic {
  font-weight: 300;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  cursor: pointer;
  border-top: 1px solid #eee;
}

.collapseomatic h2 {
  margin: 20px 0 20px;
}

.collapseomatic h3 {
  margin: 10px 0 0;
}

.colomat-close:before {
  color: #0043b4;
  content: "—";
  font-size: 16px !important;
  position: relative;
  float: right;
  margin-top: 20px;
}

.collapseomatic_content {
  margin: 10px 0px 20px 17px;
}

.collapseomatic_content h3 {
  margin: 15px 0 10px;
}

.collapseomatic_content blockquote {
  margin: 0px 30px 0px 50px;
}

.collapseomatic ul,
.collapseomatic ol {
  margin: 10px 0 0 !important;
}

.collapseomatic_content blockquote:before {
  color: #ccc;
  font-family: "Font Awesome 5 Pro";
  content: "\f10d";
  display: block;
  height: 0;
  left: -36px;
  position: relative;
  top: 10px;
}

/* Hide reCaptcha v3 visible seal */
.grecaptcha-badge {
  opacity: 0 !important;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 18px !important;
}

/* File block buttons */
.wp-block-file .wp-block-file__button {
  font-size: 16px !important;
  padding: 5px 10px;
  background-color: #94bd17;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
}

/* Gradients
---------------------------------------------------------------------------- */
.grad1 {
  background-image: linear-gradient(to right, #1b203e, #1b203e);
}

.grad2 {
  background-image: linear-gradient(to right, #0043b4, #0043b4);
}

.grad3 {
  background-image: linear-gradient(to right, #ee710d, #ee710d);
}

.grad4 {
  background-image: linear-gradient(to right, #94bd17, #94bd17);
}

.grad5 {
  background-image: linear-gradient(to right, #db579b, #db579b);
}

/* Media Queries

---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 960px) {
  body {
    font-size: 18px;
  }

  .pinkbtn a {
    padding: 20px 20px;
  }

  /* Headings
  --------------------------------------------- */
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  .entry-content h3,
.entry-content h4 {
    font-weight: 700;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .entry-content h4 {
    margin-top: 40px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  /* Site Header
  --------------------------------------------- */
  .site-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 0;
  }

  .wp-custom-logo .title-area {
    max-width: 270px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .wp-custom-logo .title-area img {
    margin: 15px 0 15px 30px;
  }

  /* Site Header Widget Area
  --------------------------------------------- */
  .site-header .widget {
    margin: 20px 30px 0 0;
  }

  .site-header .widget-area {
    display: block;
    float: right;
    text-align: right;
    font-weight: 400;
    width: 360px;
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 0px !important;
  }

  .site-header .widget-area a {
    color: #0043b4;
    text-decoration: none;
  }

  .site-header .widget-area a:hover {
    color: #0043b4;
    text-decoration: none;
  }

  /* Genesis Menu
  --------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

  .genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #1d1d1d;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu > .menu-highlight > a:hover,
.genesis-nav-menu > .menu-highlight > a:focus {
    background-color: #0043b4;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu,
.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
    width: 260px;
  }

  .genesis-nav-menu .sub-menu {
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }

  .genesis-nav-menu .sub-menu a {
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }

  /* Use this to hide items in the Header Menu (but still display them in Responsive Menu) */
  .genesis-nav-menu .hidden-item {
    display: none;
  }

  /* Responsive Menu
  --------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px;
  }

  .menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
  }

  /* Header Menu
  --------------------------------------------- */
  .nav-primary {
    width: auto;
    padding: 0px;
    margin-top: 30px !important;
  }

  .nav-primary ul > li {
    width: 14.2857142857%;
    text-align: center;
    margin: 0 -5px 0 0;
  }

  .nav-primary ul > li:last-child {
    margin-right: 0px;
  }

  .nav-primary li li {
    width: 260px;
    margin: 0 0;
  }

  .nav-primary .genesis-nav-menu li li:first-child {
    margin: 0 0 0 0;
  }

  .nav-primary .genesis-nav-menu li a {
    font-size: 9px;
    padding: 10px 0;
    font-weight: 600;
    color: #fff;
  }

  .nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #00cdff;
  }

  .nav-primary .genesis-nav-menu .sub-menu a {
    color: #fff;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    padding: 15px;
    position: relative;
    width: 260px;
    word-wrap: break-word;
    line-height: 1.3;
    text-align: left;
  }

  .nav-primary .genesis-nav-menu .sub-menu li:last-child a {
    border-bottom: 1px solid #dedede;
  }

  .nav-primary ul.sub-menu li {
    border: none;
  }

  .nav-primary .genesis-nav-menu .phone {
    display: none;
  }

  /* Footer Menu
  --------------------------------------------- */
  .nav-secondary {
    background-color: #f3f4f5;
    display: block;
    font-size: 14px;
  }

  .nav-secondary .wrap {
    max-width: 1340px;
    margin: 0 auto;
    padding: 40px 10px 20px 30px;
  }

  .nav-secondary ul > li {
    border-right: 1px solid #939393;
  }

  .nav-secondary ul > li:last-child {
    border: none;
  }

  .nav-secondary .genesis-nav-menu {
    line-height: 1.3;
  }

  .nav-secondary .menu-item {
    display: inline-block;
  }

  .nav-secondary a {
    color: #0043b4;
    font-size: 10px;
    margin-left: 5x;
    margin-right: 5px;
    padding: 0;
  }

  .nav-secondary a:hover,
.nav-secondary a:focus,
.nav-secondary .current-menu-item > a {
    color: #0043b4;
    text-decoration: none;
  }

  /* ~~~~~~ After Header ~~~~~~ */
  .after-header {
    height: 300px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .after-header-inner,
.after-header-home-inner {
    width: 100%;
    padding: 0 0 60px 0;
  }

  .after-header-inner-inner {
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 auto;
  }

  .after-header-inner h1,
.after-header-inner h2 {
    font-size: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    animation-name: fad;
    animation-duration: 1.5s;
    margin-top: 0px;
  }

  .after-header-home-inner h1,
.after-header-home-inner h2 {
    font-size: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    animation-name: fad;
    animation-duration: 1.5s;
    margin-top: 0px;
  }

  /* Site Footer
  ---------------------------------------------------------------------------------------------------- */
  .site-footer {
    padding: 0px;
  }

  .site-footer .wrap {
    max-width: 1280px;
    padding: 20px 30px 60px;
  }

  .footerleft {
    float: left;
    width: 50%;
  }

  .footerright {
    display: block;
    float: right;
    text-align: right;
    width: 50%;
  }

  .footerright a {
    color: #0043b4;
  }

  .footerright a:hover {
    color: #0043b4;
  }

  /* Site-Inner
  --------------------------------------------- */
  .site-inner {
    margin-top: 0px;
    max-width: 1280px;
    padding: 30px 30px 0;
  }

  /* Content
  --------------------------------------------- */
  .content {
    float: left;
    width: 72%;
  }

  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content,
.landing-page .content {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* Sidebar
  --------------------------------------------- */
  .sidebar,
.before-sidebar {
    float: right;
    width: 23%;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Shadowbox etc
  --------------------------------------------- */
  .shadowbox {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-bottom: 30px;
  }

  .shadowbox-logos {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 30px 30px 0px;
    text-align: center;
    min-height: 130px;
  }

  .shadowbox-logos img {
    max-height: 80px;
    width: auto;
  }

  .padded-left {
    padding: 30px 0px 0px 30px;
  }

  .padded-over {
    padding: 30px 30px 0px 30px;
  }

  .padded-under {
    padding: 30px 30px 20px 30px;
  }

  .bigpic {
    height: 360px !important;
    padding: 20px 30px;
  }

  .bigpic h1 {
    line-height: 1.2;
    font-size: 40px;
  }

  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.one-fifth,
.three-fifths,
.two-fifths {
    float: left;
    margin-left: 2.5641025641%;
  }

  .one-half,
.three-sixths,
.two-fourths {
    width: 48.7179487179%;
  }

  .one-third,
.two-sixths {
    width: 31.6239316239%;
  }

  .four-sixths,
.two-thirds {
    width: 65.811965812%;
  }

  .one-fourth {
    width: 23.0769230769%;
  }

  .three-fourths {
    width: 74.358974359%;
  }

  .one-fifth {
    width: 17.9487179487%;
  }

  .two-fifths {
    width: 38.4615384615%;
  }

  .three-fifths {
    width: 58.9743589744%;
  }

  .four-fifths {
    width: 79.4871794872%;
  }

  .one-sixth {
    width: 14.5299145299%;
  }

  .five-sixths {
    width: 82.905982906%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  /* Entry Misc.
  --------------------------------------------- */
  .after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
    margin-bottom: 20px;
  }

  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1280px;
  }

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    padding-bottom: 20px;
    width: 25%;
  }

  .footer-widgets .footer-widgets-1,
.footer-widgets .footer-widgets-2,
.footer-widgets .footer-widgets-3,
.footer-widgets .footer-widgets-4 {
    display: block;
  }

  /* ------ PLUGINS AND MISC ------ */
  .emph1 {
    font-size: 22px;
  }
}
/* ///// Extra Media Queries /////// --------------------------------------------------------------- */
@media only screen and (min-width: 1140px) {
  .nav-primary .genesis-nav-menu li a {
    font-size: 11px;
  }

  .nav-secondary a {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1280px) {
  .nav-secondary a {
    font-size: 14px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .after-header-home-inner h1,
.after-header-home-inner h2 {
    font-size: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    animation-name: fad;
    animation-duration: 1.5s;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .nav-primary .genesis-nav-menu li a {
    font-size: 14px;
  }
}

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