/*
	Theme Name: African Foundation for Development
	Theme URI: https://www.afford-uk.com
	Description: This is a custom theme developed for AFFORD by No-Nonsense Design, using the Genesis Framework
	Author: No-Nonsense Design
	Author URI: https://www.nononsensedesign.co.uk
	Version: 1.0
	Template: genesis
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* 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: #333;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
}
/* Popup maker */
.pum-content {
  font-size: 20px !important;
}
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: #f47b20;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}
p {
  margin: 0 0 30px;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
hr {
  border: none;
  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: #333;
}
blockquote {
  margin: 30px;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #f47b20;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
}
.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
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery img {
  height: auto;
}
.gallery img:focus,
.gallery img:hover {
  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: #333;
  font-size: 18px;
  font-weight: 400;
  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: #f47b20;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
.wp-block-file .wp-block-file__button {
  background: #f47b20 !important;
  border-radius: 0 !important;
  color: #fff;
  font-size: 13px;
  padding: .5em 1em;
}
.wp-block-file .wp-block-file__button:before {
  color: #fff;
  background: #f47b20;
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  content: "\f1c1";
  display: inline-block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: 0px;
  padding-left: 12px;
}
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: #333;
  border-width: 0;
  color: #fff;
}
.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}
.button {
  display: inline-block;
}
.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;
}
span.wpcf7-list-item {
  margin: 0 !important;
}
/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}
tbody {
  border-bottom: 1px solid #eee;
}
td,
th {
  text-align: left;
  vertical-align: top;
}
td {
  border-top: 1px solid #eee;
  padding: 10px;
}
th {
  font-weight: 700;
  padding: 0 10px 10px;
}
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: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
/* 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: 60px 30px 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,
.author-box {
  margin-bottom: 40px;
}
.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-weight: 700;
  margin-bottom: 20px;
}
.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}
.blog-template-description {
  display: none;
}
.entry-title-link {
  font-size: 27px;
}
.entry-title a,
.sidebar .widget-title a {
  color: #f47b20;
  text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
  color: #333;
}
.genesis-title-hidden .site-inner {
  padding-top: 0;
}
/* 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 30px;
}
img.alignnone,
.alignnone {
  margin-bottom: 15px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 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;
}
/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}
.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 8px;
}
.widget .menu-item a {
  color: #f47b20;
  text-decoration: none;
}
.widget .menu-item a:hover {
  text-decoration: none;
}
.widget .menu-item a:focus,
.widget .menu-item a:hover,
.widget .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: #333;
}
.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;
}
/* Search Form --------------------------------------------- */
.site-header .widget-area .search-form {
  display: none;
}
.genesis-responsive-menu .search-form {
  margin-top: 12px;
}
.genesis-responsive-menu .search-form input {
  background-color: #fff;
  border: 1px solid #eeeff0;
  color: #333;
  font-size: 13px;
  font-weight: 300;
  padding: 8px 0 3px 4px;
  width: 240px;
  float: left;
  margin-bottom: 20px;
}
.genesis-responsive-menu .search-form input:hover {
  color: #333;
}
.genesis-responsive-menu .search-form {
  position: relative;
}
.genesis-responsive-menu .search-form > input {
  padding-left: 8px;
}
.genesis-responsive-menu .search-form input[type="submit"] {
  background: none !important;
  border: none;
  clip: inherit;
  color: #4e6172;
  display: inline-block;
  font: 20px/1 'dashicons';
  height: 20px;
  padding: 0 10px 3px 2px;
  position: absolute;
  left: 210px;
  top: -3px;
  vertical-align: top;
  width: 20px;
}
/* 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-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}
/* Featured Image
--------------------------------------------- */
.wp-post-image {
  margin-bottom: 30px;
}
/* Plugins
---------------------------------------------------------------------------- */
/* Instagram widget */
.sidebar a.ig-b-v-24 {
  background-color: #f47b20;
  text-decoration: none;
  color: #fff !important;
  padding: 16px 16px;
  font-size: 16px;
  font-weight: 400 !important;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  font-family: 'Nunito Sans', sans-serif;
}
.sidebar a.ig-b-v-24:hover {
  background: #333;
}
.zoom-instagram-widget__overlay:hover:after {
  opacity: 0.7;
  background-color: #f47b20;
}
.zoom-instagram-widget__black:after {
  background-color: #f47b20;
}
/* Delete left margin and heart bullet from Instagram widget */
.zoom-instagram-widget ul {
  margin-left: 0px !important;
}
.zoom-instagram-widget ul li:before {
  content: "" !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 */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}
/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  padding: 0 0px;
}
.site-header .widget-area {
  display: none;
}
.under-header-phone {
  display: block;
  text-align: center;
  margin: 5px 0 10px;
  padding: 0 5%;
  font-size: 12px;
}
/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}
.wp-custom-logo .title-area {
  max-width: 80px !important;
  width: 80px;
  margin-left: 50%;
  position: relative;
  left: -40px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.wp-custom-logo .title-area img {
  width: auto;
}
.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: #333;
  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;
}
/* ~~~~~~ After Header ~~~~~~ */
.after-header {
  height: 190px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  color: #fff;
  display: table;
}
.after-header-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: 0 5%;
}
.after-header-inner h1 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
  animation-name: fad;
  animation-duration: 1.5s;
  margin-top: 10px;
}
.after-header-inner h2 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
  animation-name: fad;
  animation-duration: 1.5s;
  margin-top: 0px;
}
/* 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: #f47b20;
  display: block;
  font-size: 15px;
  font-weight: 400;
  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: #333;
  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 {
  background-color: #fff;
  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;
  position: relative;
  text-transform: uppercase;
  background-color: #f47b20;
  padding: 0 0 0 20px;
}
.genesis-responsive-menu a {
  color: #fff;
}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}
.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #f47b20;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #333;
}
.menu-toggle {
  float: right;
  line-height: 20px;
  margin: 0px 10px 0 0;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}
.menu-toggle.activated::before {
  content: "\f335";
}
.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
  font-size: 32px;
}
.sub-menu-toggle {
  color: #fff;
  float: right;
  padding: 12px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}
.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}
.genesis-responsive-menu .sub-menu a {
  background-color: #f47b20;
}
/* Header Menu
--------------------------------------------- */
.nav-primary {
  margin: 110px 0 0;
  clear: left;
  width: 100%;
}
/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  display: none;
}
/* After Footer Menu
--------------------------------------------- */
.nav-third {
  background-color: #f47b20;
  display: block;
  font-size: 14px;
  margin-top: 0px;
  padding: 0px 0 40px;
  text-align: center;
}
.nav-third ul > li {
  border-right: none;
  margin-bottom: 5px;
  border-left: 0px;
  clear: both;
}
.nav-third .genesis-nav-menu {
  line-height: 1.0;
}
.nav-third .menu-item {
  display: inline-block;
}
.nav-third a {
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
}
.nav-third a:hover,
.nav-third .genesis-nav-menu a:focus,
.nav-third .genesis-nav-menu .current-menu-item > a,
.nav-third .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #333;
}
/* Content Area
---------------------------------------------------------------------------- */
/* HOME PAGE BOXES ****************************************************************************** */
.hbox1,
.hbox2,
.hbox3,
.hbox4,
.hbox5 {
  color: #fff;
  padding: 20px;
  text-align: center;
  height: 280px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  position: relative;
  margin-bottom: 10px;
}
.hbox1:hover,
.hbox2:hover,
.hbox3:hover,
.hbox4:hover,
.hbox5:hover {
  background: linear-gradient(rgba(244, 123, 32, 0.6), rgba(244, 123, 32, 0.6));
}
.hbox1 h2,
.hbox2 h2,
.hbox3 h2,
.hbox4 h2,
.hbox5 h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
.hbox1 a,
.hbox2 a,
.hbox3 a,
.hbox4 a,
.hbox5 a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.whtbtn a {
  padding: 10px;
  color: #f47b20;
  border: 1px solid #f47b20;
  background-color: #fff;
}
.whtbtn a:hover {
  color: #fff;
  background-color: #f47b20;
}
.hbox1:after {
  background: url(../../uploads/2020/01/afford-institute-1920.jpg);
}
.hbox2:after {
  background: url(../../uploads/2020/01/abc-main-2-1920px.jpg);
}
.hbox3:after {
  background: url(../../uploads/2020/01/ddi.jpg);
}
.hbox4:after {
  background: url(../../uploads/2020/01/team1.jpg);
}
.hbox5:after {
  background: url(../../uploads/2023/07/L1400328.jpg);
}
.hbox1:after,
.hbox2:after,
.hbox3:after,
.hbox4:after,
.hbox5:after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0%;
  opacity: 1.0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.hbox5:after {
	background-position: center 25%;
}
/* END HOME PAGE BOXES ****************************************************************************** */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}
/* LISTS ---------------------------------- */
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 45px;
}
.entry-content .wp-block-atomic-blocks-ab-columns ol,
.entry-content .wp-block-atomic-blocks-ab-columns ul {
  margin-left: 23px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: none;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.entry-content ul > li:before {
  color: #f47b20;
  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: -20px;
  top: 4px;
}
.entry-content .wppb_holder ol,
.entry-content .wppb_holder ul,
.entry-content .responsive-tabs ol,
.entry-content .responsive-tabs ul {
  margin-left: 0px;
}
.entry-content .wppb_holder ul > li:before,
.entry-content .responsive-tabs ul > li:before {
  content: none;
  left: 0px;
}
.entry-content ul li ul li:before {
  color: #f47b20;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 14px;
  top: 4px;
}
.entry-content code {
  background-color: #f5f5f5;
}
.entry-content .caption {
  font-size: 14px;
  font-weight: 700;
  margin-top: -20px;
  text-align: center;
}
.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}
.entry-content code {
  background-color: #f5f5f5;
}
.entry-content .caption {
  font-size: 14px;
  font-weight: 700;
  margin-top: -20px;
  text-align: center;
}
.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}
/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  color: #999;
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
.entry-header {
  margin-bottom: 20px;
}
.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.entry-categories,
.entry-tags {
  display: block;
}
.entry-comments-link::before {
  content: "\2014";
  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: #333;
  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: #333;
  color: #fff;
}
/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  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;
}
.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}
/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  line-height: 1.5;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar p {
  margin-bottom: 20px;
}
/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #f47b20;
  color: #fff;
  clear: both;
  padding: 60px 0;
}
.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}
.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.footer-widgets .menu {
  font-size: 16px;
}
.footer-widgets a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets a:hover {
  color: #333;
  text-decoration: none;
}
.footer-widgets h3 {
  color: #fff;
  font-size: 22px;
}
.footer-widgets .menu a {
  color: #fff;
}
.footer-widgets .menu a:focus,
.footer-widgets .menu a:hover,
.footer-widgets .menu .current-menu-item > a,
.footer-widgets .menu .sub-menu .current-menu-item > a:focus,
.footer-widgets .menu .sub-menu .current-menu-item > a:hover {
  color: #333;
}
.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;
}
.social a {
  text-decoration: none;
}
.fa-stack {
  font-size: 20px !important;
  width: 1.9em !important;
}
.footer-widgets .social .fa-stack-1x {
  color: #f47b20;
}
.footer-widgets .social a:hover {
  color: #333;
}
.footer-widgets .contact-small {
  font-size: 11px;
}
.footer-widgets .contact-small .far,
.footer-widgets .contact-small .fas {
  display: none;
}
/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #f47b20;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #333;
}
/* Bellows Menu Plugin */
.bellows {
  font-size: 18px;
  margin: 0 0 !important;
}
.bellows .bellows-nav li > .bellows-target {
  padding: 10px 0 10px !important;
}
.bellows .bellows-nav li:first-child > .bellows-target {
  padding: 0 0 10px !important;
}
.bellows .bellows-nav li li:first-child > .bellows-target {
  padding: 10px 0 10px !important;
}
.bellows .bellows-nav .bellows-menu-item .bellows-menu-item {
  padding-left: 18px !important;
}
.bellows .bellows-nav .bellows-menu-item a:hover,
.bellows .bellows-nav .bellows-menu-item a:focus,
.bellows .bellows-nav .bellows-current-menu-item > a,
.bellows .bellows-nav .bellows-current-menu-item > a:hover,
.bellows .bellows-nav .bellows-current-menu-item > a:focus {
  color: #333;
}
.bellows .bellows-nav .bellows-menu-item .bellows-menu-item a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  display: block;
  position: relative;
  width: 0;
  max-height: 0;
  left: -15px;
  top: 1px;
}
.menu-description {
  clear: both;
  color: #999;
  display: block;
  font-size: 14px;
  font-style: italic;
}
/* Profile Builder login form (situated in ‘before-sidebar’ area */
.before-sidebar {
  font-size: 16px;
}
.before-sidebar .wppb-user-forms input,
.before-sidebar .wppb-user-forms select,
.before-sidebar .wppb-user-forms textarea {
  padding: 5px;
}
.before-sidebar .wppb-user-forms p {
  margin: 0 0 20px;
}
.before-sidebar .wppb-user-forms p.login-submit {
  margin: 0 0 10px;
}
.before-sidebar .wppb-user-forms p.login-register-lost-password {
  font-size: 14px;
}
.before-sidebar .wppb-user-forms button,
.before-sidebar .wppb-user-forms input[type="button"],
.before-sidebar .wppb-user-forms input[type="reset"],
.before-sidebar .wppb-user-forms input[type="submit"],
.before-sidebar .wppb-user-forms .button {
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
/* End */
.emph1 {
  color: #f47b20;
  font-size: 20px;
}
.bigintro {
  color: #f47b20;
  font-size: 27px;
  text-align: center;
}
/* Bellows Menu Plugin */
.ab-accordion-title {
  background: #fff !important;
  padding: 0 0 0 5px!important;
}
.ab-accordion-title {
  color: #333 !important;
  outline: none !important;
}
/* Advanced Gutenburg Plugin, Columns blocks   */
.wp-block-advgb-columns h3 {
  margin: 0;
}
.wp-block-advgb-columns h4 {
  color: #333;
  font-size: 20px;
  margin-top: 5px;
}
/* Accordion Blocks plugin */
.c-accordion__item {
  /* The accordion item container */
}
.c-accordion__item.is-open {
  /* is-open is added to open accordion items */
}
.c-accordion__item.is-read {
  /* is-read is added to accordion items that have been opened at least once */
}
.c-accordion__title {
  /* An accordion item title */
}
h3.c-accordion__title {
  /* An accordion item title */
  font-size: 18px;
  color: #f47b20;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.c-accordion__title:after {
  position: absolute;
  top: 50%;
  right: 0;
  color: #f47b20 !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900!important;
  content: "\f107" !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.is-open .c-accordion__title:after {
  content: "\f106" !important;
}
.c-accordion__title--button {
  /* An accordion item title that is using a `<button>` tag */
}
.c-accordion__title:hover {
  /* To modify the style when hovering over an accordion item title */
}
.c-accordion__title:focus {
  /* To modify the style when an accordion item title currently has broswer focus */
  outline: none;
}
.c-accordion__content {
  /* An accordion item content container */
}
/* ------ Tabby Responsive Tabs ------ */
.responsive-tabs-wrapper {
  border-top: 1px solid #a3adb8;
}
.responsive-tabs ul.responsive-tabs__list {
  display: none;
}
.responsive-tabs .responsive-tabs__heading {
  display: block;
  cursor: pointer;
}
.responsive-tabs .responsive-tabs__heading {
  background-color: #fff;
  border: 1px solid #a3adb8;
  border-top: none;
  color: #4e6172;
  font-size: 18px;
  font-weight: normal;
  text-transform: inherit;
  margin: 0;
  padding: 10px 25px;
  position: relative;
}
.responsive-tabs .responsive-tabs__heading:last-child {
  background-color: #2581c4;
  border: 1px solid #2581c4;
}
.responsive-tabs .responsive-tabs__heading .fab {
  margin-right: 8px;
  display: none;
}
.responsive-tabs .responsive-tabs__heading:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #a3adb8;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 40%;
  height: 0;
  width: 0;
}
.responsive-tabs .responsive-tabs__heading:hover {
  background: #fff;
  color: #4e6172;
}
.responsive-tabs .responsive-tabs__heading:hover:after {
  border-top: 6px solid #a3adb8;
}
.responsive-tabs .responsive-tabs__heading--active,
.responsive-tabs .responsive-tabs__heading--active:hover {
  background: #eeeff0;
  color: #4e6172;
}
.responsive-tabs .responsive-tabs__heading--active:after,
.responsive-tabs .responsive-tabs__heading--active:hover:after {
  border-bottom: 6px solid #a3adb8;
  border-top: 0;
  top: 40%;
}
.responsive-tabs .responsive-tabs__panel {
  background: #fff;
  border: 1px solid #a3adb8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: none;
  margin: 0;
  padding: 10px;
}
.responsive-tabs .responsive-tabs__panel h1,
.responsive-tabs .responsive-tabs__panel h2 {
  color: #2581c4;
  font-size: 24px;
  font-size: 2.4rem;
}
.whtbox {
  padding: 10px 10px 10px;
}
/* The Events Calendar plugin  -------------------------------------------- */
.tribe-events-page-title {
  text-align: left !important;
}
.tribe-events-notices {
  background: #eee;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 #fff;
}
.entry-content .tribe-events-notices ul > li:before,
.entry-content .tribe-events-nav-pagination ul > li:before {
  content: "";
}
.tribe-events-loop .tribe-events-event-image {
  display: none;
}
.pdfemb-viewer {
  border: 1px solid #ccc !important;
}
/* THIS IS NOW REDUNDANT as we're not using the standard Gutenberg columns block now (using AB one instead)
// Mending the Gutenberg columns for home page boxes
.wp-block-column {
		flex-basis: 100% !important;
	}
	
.wp-block-column:nth-child(2n) {
		margin-left: 0px !important;
}

*/
/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 32px !important;
  }
}
@media only screen and (min-width: 960px) {
  /* Site Header
	--------------------------------------------- */
  .site-header {
    width: 100%;
    z-index: 9999;
    padding: 0 30px 0px;
  }
  .admin-bar .site-header {
    top: 32px;
  }
  .wp-custom-logo .title-area {
    max-width: 100px !important;
    width: 100px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 0;
    left: 0;
  }
  .under-header-phone {
    display: none;
  }
  /* Site Header Widget Area
	--------------------------------------------- */
  .site-header .widget {
    margin-bottom: 0px;
  }
  .site-header .widget-area {
    display: block;
    float: right;
    text-align: right;
    font-weight: 400;
    width: 360px;
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    margin-bottom: 0px !important;
  }
  /* Restrict width of HTML widget containing email address in header */
  .site-header .widget_text,
  .site-header .widget,
  .site-header .widget_custom_html {
    width: 160px;
    float: right;
    clear: none;
  }
  .site-header .widget-area a {
    color: #f47b20;
    text-decoration: none;
    margin-left: 20px;
  }
  .site-header .widget-area a:hover {
    color: #333;
  }
  /* 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: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #f47b20;
  }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 210px;
  }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #ddd;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid #ddd;
    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 {
    margin: 0 0 0;
    clear: right;
    float: right;
    width: auto;
    text-transform: uppercase;
    padding: 15px 0 0 0;
    background-color: #fff;
  }
  .nav-primary ul > li {
    border-right: 1px solid #ccc;
  }
  .nav-primary ul > li:nth-last-child(2) {
    border: none;
  }
  .nav-primary .genesis-nav-menu a {
    font-size: 14px;
    padding: 0 15px 0 12px;
    text-transform: uppercase;
    color: #f47b20;
  }
  .nav-primary ul > li:first-child a {
    padding-left: 0;
  }
  .nav-primary ul > li:nth-last-child(2) a {
    padding-right: 0;
  }
  .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,
  .nav-primary .genesis-nav-menu .sub-menu a:hover {
    color: #333;
  }
  .nav-primary .genesis-nav-menu .sub-menu a {
    color: #f47b20;
    background-color: #fff;
    padding: 15px;
    position: relative;
    width: 210px;
    word-wrap: break-word;
    line-height: 1.3;
    text-align: left;
  }
  .nav-primary ul.sub-menu li {
    border: none;
  }
  .nav-primary .genesis-nav-menu .phone {
    display: none;
  }
  /* Search Form
	--------------------------------------------- */
  .nav-primary .search-form,
  .nav-primary .genesis-nav-menu .phone {
    display: none;
  }
  .site-header .widget-area .widget_search {
    width: 180px;
    float: left;
    clear: none;
  }
  .site-header .widget-area .search-form {
    display: block;
    width: 180px;
  }
  .site-header .widget-area .search-form input {
    background-color: #fff;
    border: 1px solid #eeeff0;
    color: #333;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 0 2px 5px;
    width: 180px;
  }
  .site-header .widget-area .search-form input:hover {
    color: #333;
  }
  .site-header .widget-area .search-form {
    position: relative;
  }
  .site-header .widget-area .search-form > input {
    padding-left: 8px;
  }
  .site-header .widget-area .search-form input[type="submit"] {
    background: none !important;
    border: none;
    clip: inherit;
    color: #f47b20;
    display: inline-block;
    font: 18px/1 'dashicons';
    height: 18px;
    padding: 0 10px 0 2px;
    position: absolute;
    left: 155px;
    top: 5px;
    vertical-align: top;
    width: 18px;
  }
  /* Footer Menu
	--------------------------------------------- */
  .nav-secondary {
    border-top: 1px solid #eee;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    padding: 40px 0 20px;
    text-align: center;
  }
  .nav-secondary .genesis-nav-menu {
    line-height: 1.5;
  }
  .nav-secondary .menu-item {
    display: inline-block;
  }
  .nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }
  /* Site Footer
	---------------------------------------------------------------------------------------------------- */
  .site-footer {
    padding: 0px 0 30px;
  }
  /* Site-Inner
	--------------------------------------------- */
  .site-inner {
    max-width: 1140px;
  }
  /* Content
	--------------------------------------------- */
  .content {
    float: left;
    width: 70%;
  }
  .sidebar-content .content {
    float: right;
  }
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /* Sidebar
	--------------------------------------------- */
  .sidebar,
  .before-sidebar {
    float: right;
    width: 25%;
    clear: right;
  }
  .sidebar-content .sidebar {
    float: left;
    clear: none;
  }
  /* 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 {
    float: left;
    margin-left: 2.564102564102564%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }
  .one-fourth {
    width: 23.076923076923077%;
  }
  .three-fourths {
    width: 74.35897435897436%;
  }
  .one-sixth {
    width: 14.52991452991453%;
  }
  .five-sixths {
    width: 82.90598290598291%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
  /* Entry Misc.
	--------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 30px;
  }
  /* Footer Widgets
	--------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px;
  }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(25%);
  }
  /* After Header
	--------------------------------------------- */
  .after-header {
    height: 400px;
  }
  .after-header-inner h1,
  .after-header-inner-alt h1 {
    font-size: 76px;
    margin-top: 0px;
  }
  .after-header-inner h2,
  .after-header-inner-alt h2 {
    font-size: 24px;
    margin-top: 30px;
  }
  /* ------ Tabby Responsive Tabs ------ */
  .responsive-tabs-wrapper {
    border-top: none;
  }
  .responsive-tabs .responsive-tabs__heading {
    display: none;
  }
  .responsive-tabs .responsive-tabs__list__item {
    display: inline;
    cursor: pointer;
  }
  .responsive-tabs-wrapper {
    clear: both;
    margin-bottom: 20px;
    zoom: 1;
  }
  .responsive-tabs-wrapper:before,
  .responsive-tabs-wrapper:after {
    content: "";
    display: table;
  }
  .responsive-tabs-wrapper:after {
    clear: both;
  }
  .responsive-tabs .responsive-tabs__heading:focus,
  .responsive-tabs .responsive-tabs__list__item:focus {
    outline: 1px solid transparent;
  }
  .responsive-tabs .responsive-tabs__heading--active:focus,
  .responsive-tabs .responsive-tabs__list__item--active:focus {
    outline: none;
  }
  .responsive-tabs ul.responsive-tabs__list {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .responsive-tabs .responsive-tabs__list__item {
    background-color: #fff;
    border-bottom: 1px solid #eeeff0;
    color: #4e6172;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: inherit;
    margin: 0px 0px 7px 0;
    padding: 10px 10px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.2s ease-in-out;
  }
  .responsive-tabs .responsive-tabs__list__item li {
    white-space: nowrap;
    float: left;
  }
  .responsive-tabs .responsive-tabs__list__item:last-child,
  .responsive-tabs .responsive-tabs__list__item:last-child:hover {
    margin: 0px 0px 7px 0;
  }
  .responsive-tabs .responsive-tabs__list__item .fab {
    margin-right: 0px;
    line-height: 1.4;
    font-size: 36px;
    display: block;
  }
  .responsive-tabs .responsive-tabs__list__item:hover {
    border-bottom: 1px solid #f47b20;
    color: #f47b20;
    margin-bottom: 0px;
    transition: all 0.2s ease-in-out;
    margin: 0px 0px 7px 0;
  }
  .responsive-tabs .responsive-tabs__list__item--active,
  .responsive-tabs .responsive-tabs__list__item--active:hover {
    border-bottom: 1px solid #f47b20;
    color: #f47b20;
    margin-bottom: 0px;
    margin: 0px 0px 7px 0;
  }
  .responsive-tabs .responsive-tabs__list__item--active:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid #f47b20;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    display: block;
    margin: 18px auto -18px;
  }
  @keyframes fader {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .responsive-tabs .responsive-tabs__panel {
    background: #fff;
    border: none;
    padding: 20px 0 0;
    clear: left;
    margin: 0;
    word-wrap: break-word;
    border-radius: 5px;
    animation-name: fader;
    animation-duration: 0.5s;
  }
  .responsive-tabs .responsive-tabs__panel h2 {
    color: #f47b20;
    font-size: 27px;
  }
  .responsive-tabs .responsive-tabs__panel:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .tabcontent ul {
    list-style: none;
  }
  .tabcontent ul > li {
    margin-bottom: 5px;
    margin-left: -5px;
    text-indent: 0px;
  }
  .tabcontent ul > li::before {
    content: "\25CF";
    line-height: 14px;
    margin: 0;
    color: #4e6172;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
  }
  .tabby-mobile {
    display: none;
  }
  /* HOME PAGE BOXES ****************************************************************************** */
  .hbox1 h2,
  .hbox2 h2,
  .hbox3 h2,
  .hbox4 h2 {
    font-size: 32px;
  }
  /* END HOME PAGE BOXES ****************************************************************************** */
  /* THIS IS NOW REDUNDANT as we're not using the standard Gutenberg columns block now (using AB one instead)
	// Mending the Gutenberg columns for home page boxes (see above)
	.wp-block-column {
		flex-basis: calc(50% - 16px) !important;
		flex-grow: 0 !important;
	}

	.wp-block-column:nth-child(2n) {
		margin-left: 32px !important;
	}
	*/
}
/* ///// Extra Media Queries for main menu ///////   NOT NOW NEEDED     !!!!! --------------------------------------------------------------- 

@media only screen and (min-width: 1024px) {

	.nav-primary .genesis-nav-menu li a {
		font-size: 12px;
		padding: 0 4px 0 2px;
	}
}

@media only screen and (min-width: 1140px) {

	.nav-primary .genesis-nav-menu li a {
		font-size: 13px;
		padding: 0 8px 0 6px;
	}
}

@media only screen and (min-width: 1280px) {

	.nav-primary .genesis-nav-menu li a {
		font-size: 14px;
		padding: 0 13px 0 10px;
	}

} 

*/
