/*!
Theme Name: IAFAR
Theme URI: http://underscores.me/
Author: We Are Net LTD
Author URI: http://wearenet.co.uk
Description: Theme for IAFAR
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iafar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "AGSchoolbookMediumA-Book";
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'AGSchoolbookMediumA-Book';
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-size: 1.8rem;
  font-family: 'Open Sans', sans-serif;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*a {
	color: $color__link;

	&:visited {
	}
	&:hover {
		color: $color__link-hover;
	}
	&:focus {
		outline: thin dotted;
	}
	&:hover,
	&:active {
		outline: 0;
	}
}
*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/




.border-content {
  min-height: 243px !important;
}
#stripe-submit {
    background: #222c38;
    color: #fff;
    font-size: 1.2em;
    padding: 1em 2em;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    width: 100%;
}
.border-content {
  min-height: 243px !important;
}
#stripe-submit {
    background: #222c38;
    color: #fff;
    font-size: 1.2em;
    padding: 1em 2em;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    width: 100%;
}
.payment-form-error {
  background: #222c38;
  padding: 30px;
}
.payment-form-error p {
  margin-bottom: 0;
  color: #fff;
}

.payment-form-error a {
  margin-bottom: 0;
  color: #fff !important;
  text-decoration: underline !important;
}



















.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

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

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

.main-navigation ul ul a {
  width: 200px;
}

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

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

#site-navigation a {
  color: #fff;
  font-family: 'AGSchoolbookMediumA-Book';
  font-size: 1.7rem;
}

#iafarSearch {
  cursor: pointer;
}

#mainNavSearch {
  height: 90px;
  width: 84%;
  float: left;
  background: rgba(82, 82, 82, 0);
  border: 0;
  border-bottom: 9px solid #35e2ad;
  border-radius: 0;
  outline: 0;
  color: #fff;
  font-size: 1.8em;
}

.iafar-main-navigation {
  margin-top: 2.1%;
}

.overlay-search {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.search-box-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.68);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#searchBoxForm {
  position: relative;
  margin: auto;
}

.search-form-container {
  margin-top: 2%;
}

#searchBoxForm {
  position: relative;
  margin: auto;
  width: 72%;
}

.search-form-icon {
  width: 8%;
  float: left;
  position: initial;
  margin-left: 2%;
}

.nav-menu {
  padding: 0;
  margin: 0;
}

.search-box-hidden {
  display: none;
}

.search-box-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul#primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
}

#primary-menu li {
  text-align: center;
}

#primary-menu li a {
  -webkit-transition: 400ms;
  transition: 400ms;
}

#primary-menu li a:hover {
  color: #35e1ab !important;
  text-decoration: none;
}

.current_page_item > a {
  color: #35e1ab !important;
}

.iafar-main-navigation-search-icon {
  font-size: 30px;
  color: #35e2ad;
}

input#mainNavSearch:-webkit-autofill,
input#mainNavSearch:-webkit-autofill:hover,
input#mainNavSearch:-webkit-autofill:focus
textarea#mainNavSearch:-webkit-autofill,
textarea#mainNavSearch:-webkit-autofill:hover
textarea#mainNavSearch:-webkit-autofill:focus,
select#mainNavSearch:-webkit-autofill,
select#mainNavSearch:-webkit-autofill:hover,
select#mainNavSearch:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: green;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0);
}

.menu-item-has-children {
  height: auto;
}

.sub-menu {
  display: none;
  margin: 0;
  position: absolute;
  padding: 0;
  top: 24px;
  list-style: none;
  padding-top: 0em;
  padding-left: 1.2em;
  padding-bottom: 0em;
  width: 250px;
  text-align: left;
  background: #222c38;
  height: auto;
  z-index: 999;
  -webkit-box-shadow: 0px 4px 0px rgba(53, 226, 173, 0.71);
          box-shadow: 0px 4px 0px rgba(53, 226, 173, 0.71);
}

.sub-menu .menu-item {
  text-align: left !important;
  position: relative;
  padding: 1.6em;
}

.sub-menu a {
  padding-top: 2em;
  padding-bottom: 2em;
}

.member-description {
  color: #fff !important;
}

.overlay-choose {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.42);
  top: 0;
}

.site-header {
  background: #222c38;
  padding-top: 1%;
  padding-bottom: 1%;
}

.header-front-join-button {
  text-align: center;
  background: #222C38;
  color: #f1f1f1 !important;
  font-family: 'AGSchoolbookMediumA-Book';
  padding: 21px;
  height: 70px;
  -webkit-transition: 200ms;
  transition: 200ms;
  cursor: pointer;
  float: right;
}

.header-front-join-button:hover {
  color: #f1f1f1;
  text-decoration: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.custom-row {
  margin-left: 0;
  margin-right: 0;
}

.about-member {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px solid #ccc;
  padding-top: 50px;
}
.about-member-image-container {
      position: relative;
    float: left;
    width: 20%;
}
.about-member-description-container {
  position: relative;
  float: left;
  width: 73%;
  margin-left: 4%;
}
.about-menu-name {
    font-family: 'AGSchoolbookMediumA-Book';
    margin-bottom: 10px;
    margin-top: 10px;
    color: #222c38;
}


@media screen and (max-width: 1300px) {
  #site-navigation a {
    color: #fff;
    font-family: 'AGSchoolbookMediumA-Book';
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1200px) {
  #site-navigation a {
    color: #fff;
    font-family: 'AGSchoolbookMediumA-Book';
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1030px) {
  #site-navigation a {
    color: #fff;
    font-family: 'AGSchoolbookMediumA-Book';
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .pods-pagination-advanced {
    width: 100%;
    position: relative;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
    float: left;
  }

  .pods-pagination-advanced {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .collaboration-benefits {
    border: 13px solid #35e2ad;
    padding: 4%;
    display: inline-grid;
    width: 100%;
  }

  .why-people-title {
    color: #fff;
    margin-bottom: 2em;
    font-size: 3em;
  }

  .collaboration-title {
    font-size: 4em;
    color: #222c38;
    margin-bottom: 1em;
  }

  .why-people-choose-desc {
    color: #fff;
  }

  .green-stat {
    font-size: 69px;
    color: green;
  }

  .why-people-choose-stats-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .why-people-choose-stats-stat {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }

  .carousel-inner > .item > img {
    width: 100%;
  }

  .why-people-choose-us {
    position: relative;
    padding: 0;
    float: left;
    height: auto;
    margin-top: 4em;
    margin-bottom: 1em;
    padding-top: 8vh;
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
  }

  .front-page-service-img {
    position: absolute;
    top: -15%;
    background: #fff;
    width: 77%;
    padding: 5%;
  }

  .front-page-services-container {
    position: relative;
    margin-top: 15%;
  }

  .front-page-service {
    position: relative;
    width: 30%;
    float: left;
    border: 13px solid #35e2ad;
    padding: 4%;
    text-align: center;
    height: 100%;
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  .front-page-service:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .front-page-service:nth-child(odd) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .what-do-the-iafar-do {
    margin-top: 5vh;
  }

  .top-container {
    top: -26vh;
  }

  .front-page-banner-waves {
    background: url(/images/noise-levels.png?51e98be34ebd6e8dd7b1efabc52096c0);
  }

  .header-front-page {
    position: relative;
    top: -26vh;
    height: auto;
    padding: 4%;
    background: #35e2ad;
  }

  .music-waves {
    -webkit-animation: memberWaves 10s infinite;
            animation: memberWaves 10s infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    background-repeat: repeat-x !important;
  }

@-webkit-keyframes memberWaves {
    0% {
      background-position-x: 0%;
    }

    100% {
      background-position-x: 86%;
    }
}

@keyframes memberWaves {
    0% {
      background-position-x: 0%;
    }

    100% {
      background-position-x: 86%;
    }
}

  .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.36);
    border: 0px solid #fff;
    border-radius: 0px;
  }

  .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
  }

  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    top: 7%;
    right: 3%;
    width: 1%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 0;
    margin-left: 0%;
    list-style: none;
    left: inherit;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 96vh;
  }
}

@media screen and (max-width: 1100px) {
  .front-page-service {
    position: relative;
    width: 100%;
    float: left;
    border: 13px solid #35e2ad;
    padding: 4%;
    margin-bottom: 5em;
    margin-top: 5em;
    text-align: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  .front-page-service:nth-child(odd) {
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 992px) {

  .about-member-image-container {
      position: relative;
      float: left;
      width: 32%;
      min-width: 240px;
  }
  .about-member-description-container {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }

  .wpcf7-submit {
      max-width: 300px;
      float: left;
  }

  .wpcf7-form-control {
      width: 100%;
  }

  .pods-pagination-advanced {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
  }
  .iafar-main-navigation-search-icon {
    font-size: 22px;
    color: #35e2ad;
    margin-top: 12px;
  }

  .iafar-main-navigation {
    margin-top: 1%;
  }

  .header-front-page {
    background: #35e2ad !important;
    text-align: center;
    padding: 4%;
  }

  .front-page-service:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .iafar-update-boxes {
    position: relative;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
  }

  .front-page-service {
    position: relative;
    width: 50%;
    border: 13px solid #35e2ad;
    padding: 4%;
    text-align: center;
    height: auto;
    margin: auto;
    margin-top: 8em;
    margin-bottom: 8em;
  }
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

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

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.hideme {
  opacity: 0;
}

a.join-button {
  position: relative;
  width: 48%;
  float: left;
  text-align: center;
  background: #35e2ad;
  padding: 3%;
  margin: 1%;
}

.contact-form-page {
  margin-bottom: 2em;
  background: #f2f2f0;
  padding: 2em !important;
}

.wpcf7-submit {
  text-align: center;
  background: #222C38 !important;
  color: #f1f1f1 !important;
  font-family: 'AGSchoolbookMediumA-Book';
  padding: 1em 3em !important;
  -webkit-transition: 200ms;
  transition: 200ms;
  cursor: pointer;
  float: right;
  font-size: 1.2em !important;
}

.wpcf7-validates-as-number {
  width: 100%;
}

.become-a-member-bottom {
  padding-top: 4em !important;
  text-align: center;
  margin-top: 3em;
}

.middle-join-title {
  color: #fff;
}

.content-area a {
  color: #222c38;
  /* font-weight: 700; */
  font-family: "AGSchoolbookMediumA-Book";
  text-decoration: none;
}

.mobile-menu {
  display: none;
}

#cn-notice-text {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 1em;
  font-family: 'AGSchoolbookMediumA-Book';
}

#cookie-notice .cn-button {
  margin-left: 10px;
  color: #35e2ad;
  text-decoration: none;
}

.thick-font {
  font-family: "AGSchoolbookMediumA-Book";
}

#cookie-notice {
  display: block;
  visibility: hidden;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 1em;
  line-height: 20px;
  left: 0;
  text-align: center;
}

.page a {
  color: #222c38;
  font-family: 'AGSchoolbookMediumA-Book';
}

.page a:hover,
.page a:active,
.page a:focus {
  color: #222c38;
  text-decoration: none;
}

.site {
  display: none;
}

.content-sidebar {
  margin-top: 2em;
}

.entry-title {
  color: #222c38;
  font-size: 4em;
}

.fts-powered-by-text-popup a.fts-powered-by-text {
  display: none !important;
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #222c38;
  z-index: 99;
}

.we-are-net a {
  float: right;
  text-align: right;
  color: #fff !important;
  margin-bottom: 1em;
}

.carousel {
  z-index: -1 !important;
  font-family: 'AGSchoolbookMediumA-Book';
}

.carousel-caption {
  position: absolute;
  right: 2em;
  top: 1em;
  left: auto;
  padding-bottom: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.5em;
  text-align: right;
  padding: 4%;
  width: 18em;
  line-height: 1.2;
}

.dot-container {
  position: relative;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: middle;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dot-loader {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #48505a;
  position: relative;
  -webkit-animation: 1.2s scaleDown ease-in-out infinite;
  animation: 1.2s scaleDown ease-in-out infinite;
}

.dot-loader:nth-child(2) {
  margin: 0 15px;
  -webkit-animation: 1.2s scaleDown ease-in-out infinite .15555s;
  animation: 1.2s scaleDown ease-in-out infinite .15555s;
}

.dot-loader:nth-child(3) {
  -webkit-animation: 1.2s scaleDown ease-in-out infinite .300000s;
  animation: 1.2s scaleDown ease-in-out infinite .300000s;
}

@-webkit-keyframes scaleDown {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleDown {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.what-do-the-iafar-do {
  text-align: center;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

.entry-content {
  margin-bottom: 2em;
}

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

.control-collab-container {
  margin-top: 30px;
  border-bottom: 22px solid #222c38;
  border-top: 22px solid #222c38;
  padding-bottom: 100px;
  padding-top: 50px;
}

.terms-and-conditions a {
  color: #fff;
}

.terms-and-conditions a:hover {
  color: #fff;
}

.terms-and-conditions {
  margin-bottom: 0px;
  float: left;
}

.site-info {
  float: right;
}

.caldera-grid .form-control {
  width: 100%;
  height: 34px;
  font-size: 0.9em;
  padding: 2em 1em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  color: #000;
}

#CF5b86a716ac844_1 .form-control {
  width: 100%;
  height: 34px;
  font-size: 1.1em !important;
  border: 0 !important;
  border-bottom: 0px solid #35e2ad !important;
  padding: 2em 2em;
  outline: 0 !important;
  background-color: white;
  outline: 0 !important;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  color: #000 !important;
  -webkit-box-shadow: 0px 0px 0px !important;
  box-shadow: 0px 0px 0px !important;
}

input::-webkit-input-placeholder {
  color: #666 !important;
}

input:-ms-input-placeholder {
  color: #666 !important;
}

input::-ms-input-placeholder {
  color: #666 !important;
}

input::placeholder {
  color: #666 !important;
}

textarea::-webkit-input-placeholder {
  color: #666 !important;
}

textarea:-ms-input-placeholder {
  color: #666 !important;
}

textarea::-ms-input-placeholder {
  color: #666 !important;
}

textarea::placeholder {
  color: #666 !important;
}

#fld_2106999_2 {
  float: right;
  background: #222c38;
  color: white;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#fld_6353488_1 {
  height: auto !important;
}

.iafar-footer {
  background: #222c38;
  padding-top: 1em;
  color: #fff;
}

.iafar-footer a {
  color: #35e2ad;
}

.iafar-footer a:hover,
.iafar-footer a:active {
  color: #fff;
}

.footer-heading {
  color: #35e2ad;
  font-size: 1.2em;
  font-family: 'AGSchoolbookMediumA-Book';
  margin-bottom: 0.6em;
}

.social-media-icons {
  color: #35e2ad !important;
  font-size: 1.5em;
  margin-right: 0.2em;
}

.social-media-icons:hover {
  color: #fff;
}

.footer-services {
  padding: 0;
  margin: 0;
  margin-left: 1em;
}

.icon-title {
  font-family: "AGSchoolbookMediumA-Book";
  font-size: 1.1em;
}

.address-text {
  color: #fff;
  font-weight: 700;
  font-size: 1em;
}

.join-button-contact {
  float: left;
  margin-bottom: 2em;
  margin-top: 2em;
}

.contact-icon {
  font-size: 1.4em;
}

.contact-form-page {
  margin-bottom: 2em;
}

.collaboration-benefits ul {
  padding: 0;
  margin: 0;
}

.benefits-join {
  margin-top: 3em;
}

.contact-form-title {
  font-size: 3.4em;
  margin-top: 0;
  font-family: 'AGSchoolbookMediumA-Book';
}

.become-a-member-today-title {
  font-size: 3.4em;
  margin-top: 0;
  font-family: 'AGSchoolbookMediumA-Book';
}

.join-now-button-contact {
  margin-bottom: 6em;
}

.contact-information-container {
  margin: 0% 0%;
  padding: 1em 2em;
  position: relative;
  height: 100%;
  z-index: 1;
  background: #35e2ad;
}

.contact-information-container h2 {
  font-size: 2.6em;
  margin-top: 0.3em;
  margin-bottom: 1em;
}

#fld_4043774_1-wrap .form-control {
  border: 0;
  outline: 0;
  padding: 2em;
  font-size: 0.86em;
}

#fld_4276805_1 {
  border: 0;
  outline: 0;
  padding: 2em;
  font-size: 0.86em;
}

#fld_6353488_1 {
  border: 0;
  outline: 0;
  font-size: 0.86em;
  padding: 2em;
}

#fld_2106999_1 {
  float: right;
  background: #222c38;
  color: #58c0a0;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.4em 3em;
  border-radius: 0 !important;
}

.collaboration-benefits ul li {
  width: 47%;
  float: left;
  list-style: square;
  font-size: 21px;
  margin-top: 3%;
  margin-right: 3%;
}

.no-padding {
  padding: 0;
}

.front-page-article {
  position: relative;
  width: 45%;
  float: left;
  margin-right: 5%;
}

.news-header-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 4em;
  color: #222c38;
}

.our-members-container {
  margin-top: 0em;
}

.our-members-title {
  font-size: 6rem;
  line-height: 1;
  color: #222c38;
  font-family: 'AGSchoolbookMediumA-Book';
}

.people-choose-stat {
  font-size: 6em;
  color: #35e2ad;
  font-family: 'AGSchoolbookMediumA-Book';
}

.event-header-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 4em;
  color: #35e2ad;
}

.event-title {
  margin-bottom: 10px;
  font-family: 'AGSchoolbookMediumA-Book';
  color: #35e2ad;
  font-size: 1.4em;
}

.events-date-time {
  position: absolute;
  top: 0%;
  padding-top: 4%;
  padding-left: 4%;
  background: #35e2ad;
  padding-right: 4%;
  padding-bottom: 4%;
  color: #fff;
}

.events-date-time {
  font-family: 'AGSchoolbookMediumA-Book';
}

.blue-colour {
  color: #35e2ad !important;
}

.blue-colour:hover {
  color: #35e2ad !important;
  text-decoration: none !important;
}

.front-page-service:nth-child(1) a {
  display: none;
}

.news-article {
  border: 13px solid;
  padding: 1em;
  width: 28%;
  float: left;
  margin-right: 3%;
  border-color: #222c38;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

p.accordion-title {
  font-size: 1.3em;
}

.panel {
  margin-bottom: 20px  !important;
  background-color: #fff  !important;
  border: 0px solid transparent  !important;
  border-radius: 0px  !important;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) !important;
}

.panel-body {
  padding: 0px !important;
}

.news-article:nth-child(odd) {
  border-color: #35e2ad;
}

.news-article-text-button {
  color: #222c38 !important;
  text-decoration: none !important;
  margin-bottom: 10px;
}

.news-article-text-button:hover {
  color: #222c38 !important;
  text-decoration: none !important;
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.text-button {
  font-family: 'AGSchoolbookMediumA-Book';
  font-size: 1.4em;
}

.news-container-border {
  height: auto;
}

.border-content {
  border-left: solid 13px #222c38;
  border-right: solid 13px #222c38;
  border-bottom: solid 13px #222c38;
  padding: 1em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.events-border {
  border-left: solid 13px #35e2ad;
  border-right: solid 13px #35e2ad;
  border-bottom: solid 13px #35e2ad;
  padding: 1em;
}

.news-event-full-container {
  margin-top: 4em;
}

.mailto {
  color: #fff !important;
  font-family: 'Open Sans', sans-serif !important;
}

.contact-container {
  background: #f2f2f0;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 3em;
  clear: both;
}

.member-title-1 {
  font-size: 2.2em;
  font-family: 'AGSchoolbookMediumA-Book';
}

.member-title-2 {
  font-size: 2.2em;
  font-family: 'AGSchoolbookMediumA-Book';
  color: #fff;
}

.benefits-title {
  position: absolute;
  top: -0.5em;
  right: 9%;
  background: #fff;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 3rem;
  margin: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  background: #f2f2f0 !important;
}

.slick-prev {
  display: none !important;
}

.slick-next {
  position: absolute;
  top: 38%;
  right: -5%;
  padding: 0;
  font-size: 4rem;
  background: none;
  border: 0;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  padding: 3%;
  min-height: 1px;
}

.fts-powered-by-text {
  display: none !important;
}

.twitter-feed-logo {
  width: 120px;
}

.member-right-chevron {
  color: #35e2ad;
}

.ctf-author-avatar {
  display: none !important;
}

.ctf-tweet-content {
  margin-left: 0 !important;
}

.ctf-author-box {
  display: none !important;
}

.ctf-tweet-text {
  color: white;
}

.ctf-tweet-actions {
  display: none !important;
}

.ctf-tweet-text a {
  color: white !important;
  text-decoration: underline !important;
}

.twitter-feed-padding {
  padding-top: 3em;
  padding-bottom: 3em;
}

.twitter-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.8;
}

.ctf-header {
  display: none;
}

.ctf-more {
  display: none !important;
}

.ctf-tweet-text-media-wrap {
  display: none !important;
}

.membership-individual {
  position: relative;
  width: 100%;
  float: left;
  color: #fff;
  padding: 1em;
  background: #222c38;
}

.page-id-15 .entry-title {
  text-align: center;
}

.membership-prices-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
  margin: auto;
}

.membership-individual:nth-child(odd) {
  background: #424d5a;
}

.membership-title {
  position: relative;
  float: left;
  width: 56%;
}

.membership-price {
  position: relative;
  float: left;
  width: 44%;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .bottom-footer-links {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .hideme {
    opacity: 1;
  }

  .twitter-feed-logo {
    width: 120px;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .twitter-feed-padding {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .our-members-title {
    font-size: 6rem;
    line-height: 1;
    color: #222c38;
    font-family: 'AGSchoolbookMediumA-Book';
    margin-bottom: 1em;
    margin-top: 1em;
  }

  .iafar-update-boxes {
    position: relative;
    width: 101%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    margin-bottom: 10%;
  }

  #site-navigation a {
    color: #fff;
    font-family: 'AGSchoolbookMediumA-Book';
    font-size: 1.6rem;
  }

  .collaboration-benefits ul li {
    width: 94%;
    margin-left: 5%;
    float: left;
    list-style: square;
    font-size: 21px;
    margin-top: 3%;
    margin-right: 3%;
  }

  .benefits-title {
    position: relative;
    top: 0em;
    right: 0%;
    background: #fff;
    padding-left: 0%;
    padding-right: 2%;
    font-size: 3rem;
  }

  .what-do-the-iafar-do {
    text-align: center;
    margin-top: 120px;
  }
}

@media screen and (max-width: 991px) {
  a.join-button {
    position: relative;
    width: 98%;
    padding: 5%;
    margin: 1%;
    float: left;
    text-align: center;
    background: #35e2ad;
    padding: 3%;
    margin: 1%;
  }

  .slick-slide {
    width: 100% !important;
  }

  .site-header {
    background: #222c38;
    padding-top: 1%;
    padding-bottom: 2%;
  }

  .carousel-indicators {
    display: none;
  }

  .carousel-caption {
    position: absolute;
    right: 0em;
    top: 1em;
    left: auto;
    padding-bottom: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 30px;
    text-align: right;
    padding: 4%;
    width: 70%;
    line-height: 1.2;
  }

  .membership-prices-container {
    width: 80%;
  }

  .front-page-service {
    position: relative;
    width: 80%;
    margin-left: 10% !important;
    border: 13px solid #35e2ad;
    padding: 4%;
    text-align: center;
    height: auto;
    /* margin: auto; */
    margin-top: 12em;
    margin-bottom: 0em;
  }

  .entry-header {
    text-align: center;
  }

  .news-article {
    border: 13px solid;
    padding: 1em;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 5%;
    float: left;
    margin-right: 3%;
    border-color: #222c38;
  }

  .mobile-menu {
    display: block;
  }

  .collaboration-title {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 3em;
  }

  .slick-next {
    position: absolute;
    top: 28%;
    right: -10%;
    padding: 0;
    font-size: 4rem;
    background: none;
    border: 0;
  }

  .search-form-container {
    display: none;
  }

  #site-navigation a {
    color: #fff;
    font-family: 'AGSchoolbookMediumA-Book';
    font-size: 2.1rem;
  }

  #primary-menu li {
    padding: 1em;
  }

  .contact-information-container {
    margin: 0% 4%;
    background: #35e2ad;
    padding: 1em 2em;
    margin-top: 2em;
  }

  .sub-menu .menu-item {
    text-align: center !important;
    position: relative;
    padding: 1em;
    background: #35e2ad;
    color: #222c38;
  }

  .mobile-menu {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 10;
    background: #222c38;
    padding: 2%;
    color: #fff;
    font-weight: 800;
  }

  #primary-menu {
    padding: 0;
    margin: 0;
  }

  ul#primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
  }

  .mobile-menu-underlay {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: none;
  }

  .sub-menu a {
    color: #222c38 !important;
  }

  .sub-menu a:hover {
    color: #222c38 !important;
  }

  .sub-menu {
    display: block;
    margin: 0;
    position: relative;
    padding: 0;
    top: 0px;
    list-style: none;
    padding-top: 1em;
    padding-left: 0em;
    padding-bottom: 0em;
    width: 100%;
    text-align: center;
    background: #222c38;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 0px rgba(53, 226, 173, 0);
    box-shadow: 0px 0px 0px rgba(53, 226, 173, 0);
  }

  .menu-menu-1-container {
    position: fixed;
    top: 0px;
    right: -150%;
    height: 100%;
    background: #222c38;
    z-index: 99;
    width: 80%;
    -webkit-transition: 500ms;
    transition: 500ms;
    overflow: auto;
  }

  .header-front-join-button {
    float: left;
    width: 100% !important;
  }

  .news-events-container {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .news-header-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2em;
    color: #222c38;
  }

  .event-header-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2em;
    color: #35e2ad;
  }

  .footer-section {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .our-members-title {
    font-size: 4rem;
    line-height: 1;
    color: #222c38;
    font-family: 'AGSchoolbookMediumA-Book';
    margin-bottom: 1em;
    margin-top: 1em;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .collaboration-benefits {
    border: 0px !important;
  }

  .dot-container {
    display: none !important;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

