/*!
Theme Name: airports-asn-theme
Theme URI: http://underscores.me/
Author: Giraffe
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: airports-asn-theme
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.

airports-asn-theme is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

	--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #022640;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  color: #0073AE;
  font-size: 3rem;
}

h2 {
  color: #0073AE;
  font-weight: normal;
  font-size: 2.6rem;
  margin-bottom: 2.4rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-weight: normal;
  font-size: 1.9rem;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
}
.bg-blue h2 {
  color: white;
}

.bg-grey h2 {
  color: #022640;
}

.searchandfilter h4 {
  font-size: 2rem;
  font-weight: normal;
  color: #0073AE;
  margin-bottom: 2.2rem;
}

.conference-page h1, .conference-page h2 {
  color: #022640;
}

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

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

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

big {
  font-size: 125%;
}

.p-large {
  font-size: 1.9rem;
}

.p-small {
  font-size: 1.4rem;
}

/* Elements
--------------------------------------------- */
html {
  font-size: 10px;
}

body {
  background: #fff;
  font-size: 1.6rem;
}

section.padding-s {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

section.padding-m {
  padding-bottom: 10rem;
  padding-top: 10rem;
}

.single .site-main {
  margin-bottom: 6rem;
}

.page .site-main section:last-child {
  padding-bottom: 4rem;
}

@media only screen and (min-width: 992px) {
  .page .site-main section:last-child {
    padding-bottom: 10rem;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

ol {
  margin: 0;
}
ol li {
  padding-left: 2rem;
  padding-bottom: 1rem;
}
ol li::marker {
  color: #0073AE;
}

.searchandfilter ul {
  padding-left: 0;
}

.speaker-list li,
#program_outline li,
.course-lists li,
.entry-content li,
.single-member li,
.single-job li {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.speaker-list ul,
.speaker-list ol,
#program_outline ul,
#program_outline ol,
.course-lists ul,
.course-lists ol,
.entry-content ul,
.entry-content ol,
.single-member ul,
.single-job ul,
.single-member ol,
.single-job ol {
  margin: 0 0 1.5em 0;
}
.speaker-list ol,
#program_outline ol,
.course-lists ol,
.entry-content ol,
.single-member ol,
.single-job ol {
  margin: 0;
}
.speaker-list ol li,
#program_outline ol li,
.course-lists ol li,
.entry-content ol li,
.single-member ol li,
.single-job ol li {
  padding-left: 1rem;
}
.speaker-list ul,
#program_outline ul,
.course-lists ul,
.entry-content ul,
.single-member ul,
.single-job ul {
  padding-left: 1rem;
}
.speaker-list ul li::marker,
#program_outline ul li::marker,
.course-lists ul li::marker,
.entry-content ul li::marker,
.single-member ul li::marker,
.single-job ul li::marker {
  content: url("../images/listmarker_blue.svg");
  color: #0073AE;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

.benefits-table table {
  margin-top: 3rem;
}
.benefits-table table tbody tr {
  border-top: 1px solid #0073AE;
}
.benefits-table table thead {
  background: linear-gradient(45deg, rgb(0, 116, 175) 19%, rgb(0, 140, 213) 82%);
  color: white;
}
.benefits-table table th {
  font-weight: 400;
  font-size: 1.9rem;
}
.benefits-table table td, .benefits-table table th {
  border-collapse: separate;
  width: 18%;
  text-align: center;
  padding: 1.6rem 2rem;
}
.benefits-table table td:first-child, .benefits-table table th:first-child {
  border-top-left-radius: 20px;
  width: 46%;
  text-align: left;
}
.benefits-table table td:last-child, .benefits-table table th:last-child {
  border-top-right-radius: 20px;
}

.pricing-table table tbody tr, .safetyweek-table table tbody tr {
  border-top: 1px solid #0073AE;
}
.pricing-table table thead, .safetyweek-table table thead {
  background: linear-gradient(45deg, rgb(0, 116, 175) 19%, rgb(0, 140, 213) 82%);
  color: white;
}
.pricing-table table th, .safetyweek-table table th {
  font-weight: 400;
  font-size: 1.4rem;
}
.pricing-table table th:first-child, .safetyweek-table table th:first-child {
  border-top-left-radius: 20px;
}
.pricing-table table th:last-child, .safetyweek-table table th:last-child {
  border-top-right-radius: 20px;
}
.pricing-table table td, .safetyweek-table table td, .pricing-table table th, .safetyweek-table table th {
  border-collapse: separate;
  padding: 5px;
}

.safetyweek-table .safetyweek-schedule-table thead {
  background: #FAAF40;
}

.pricing-table .conference-pricing-table thead, .safetyweek-table .conference-pricing-table thead {
  background: linear-gradient(45deg, rgb(2, 38, 64) 19%, rgb(5, 70, 103) 82%);
}

@media only screen and (min-width: 992px) {
  .pricing-table table th, .safetyweek-table table th,
.pricing-table table td,
.safetyweek-table table td {
    padding: 20px;
  }
  .pricing-table table th, .safetyweek-table table th {
    font-size: 1.9rem;
  }
}
.safetyweek-table th {
  color: #022640;
}
.safetyweek-table tr td:first-child {
  padding-left: 0;
  min-width: 130px;
}
.safetyweek-table table tbody tr {
  border-color: #022640;
}
.safetyweek-table table tbody tr:first-child {
  border-top: none;
}

.accordion-item table td {
  color: #0073AE;
}
.accordion-item table th {
  background: #E2E2E2;
  color: #0073AE;
  margin-bottom: 3rem;
}
.accordion-item table td, .accordion-item table th {
  padding: 20px;
}

.join-benefits .accordion-button {
  background: linear-gradient(45deg, rgb(0, 116, 175) 19%, rgb(0, 140, 213) 82%);
  color: white;
  padding: 3rem 2rem;
  border-radius: 20px;
  font-size: 1.8rem;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button {
  border-radius: 20px;
}

.accordion-body {
  margin-bottom: 3rem;
  padding: 0;
  margin-top: 3rem;
}

.accordion-item {
  border: none;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: url("../images/arrow-down-white.svg");
}

/* Links
--------------------------------------------- */
a {
  color: #0073AE;
  hyphens: auto;
}
a:visited {
  color: #0073AE;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* 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);
  line-height: 1;
  padding: 0.6em 1em 0.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;
}

a.btn:active,
a.btn:focus,
a.btn,
input.btn,
.gform_footer input[type=submit] {
  border: 1px solid #E9A913;
  background: #E9A913;
  border-radius: 4rem;
  color: #022640;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding: 1rem 2rem;
}
a.btn:active:hover,
a.btn:focus:hover,
a.btn:hover,
input.btn:hover,
.gform_footer input[type=submit]:hover {
  background: transparent;
}

a.btn-blue:hover {
  color: white;
}

a.btn-safety-gold {
  border: 1px solid #FAAF40;
  background: #FAAF40;
}

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

.post-job .acf-field .acf-label label {
  color: #0073AE;
  font-weight: 400;
}

.post-job .acf-fields > .acf-field {
  border-bottom: none;
  border-top-width: 0px;
}

.form-heading {
  font-size: 2.4rem;
}

.acf-form-submit {
  padding: 15px 8px;
}

.contact-us .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  color: #0073AE;
}

.safetyweek-page .contact-us .gform_wrapper.gravity-theme .gfield_label {
  color: #022640;
}
.safetyweek-page .contact-us input[type=text], .safetyweek-page .contact-us input[type=tel], .safetyweek-page .contact-us input[type=email], .safetyweek-page .contact-us textarea, .safetyweek-page .contact-us select {
  border-color: #022640;
}

.acf-input .select2-container.-acf .select2-selection--multiple .select2-selection__choice {
  background-color: #0073AE;
  border-color: #0073AE;
  color: white;
  font-weight: 400;
  padding: 4px 8px;
}

.acf-input .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white;
  margin-right: 8px;
}

.acf-input .acf-true-false span.message:before {
  content: url("../images/unticked.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
}

.acf-input .acf-true-false input[type=checkbox]:checked + span.message:before {
  content: url("../images/tick-blue.svg");
}

.acf-input .acf-true-false input {
  display: none;
}

.acf-input .acf-true-false label {
  cursor: pointer;
}

.searchandfilter ul, .searchandfilter li {
  margin-left: 0px;
}

.search-filter-disabled input.sf-input-checkbox + label:before {
  content: url("../images/unchecked_disabled.svg");
}
.search-filter-disabled input.sf-input-checkbox:checked + label:before {
  content: url("../images/check_disabled.svg");
}

input.sf-input-checkbox + label:before {
  content: url("../images/unticked.svg");
  min-width: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
}

input.sf-input-checkbox:checked + label:before {
  content: url("../images/tick-blue.svg");
  min-width: 23px;
}

input.sf-input-checkbox {
  display: none;
}

label.sf-label-checkbox {
  cursor: pointer;
}

.searchandfilter ul, .searchandfilter li {
  margin-left: 0px;
}

.sf-input-text {
  font-size: 1.6rem;
}

.searchandfilter ul li.sf-field-submit,
.searchandfilter ul li.sf-field-search {
  display: inline-block;
}

.searchandfilter ul li.sf-field-search {
  margin-right: 2rem;
  width: 80%;
}
.searchandfilter ul li.sf-field-search label {
  width: 100%;
}
.searchandfilter ul li.sf-field-search .sf-input-text {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 40px;
  color: #0073AE;
  border-color: #E9A913;
}
.searchandfilter ul li.sf-field-search .sf-input-text::placeholder {
  color: #0073AE;
}

.searchandfilter ul li.sf-field-submit input {
  font-size: 1.6rem;
  padding: 1rem 2rem;
  color: #0073AE;
  border-color: #E9A913;
  line-height: 2.4rem;
  border-radius: 40px;
  background: transparent;
}
.searchandfilter ul li.sf-field-submit input:hover {
  background: #E9A913;
  color: #022640;
  border-color: #E9A913;
}

.sf-input-select {
  font-size: 1.6rem;
  padding: 1rem 2rem;
  color: #0073AE;
  border-color: #E9A913;
  line-height: 2.4rem;
  border-radius: 40px;
  background: transparent;
}

.searchandfilter label,
.searchandfilter select.sf-input-select {
  max-width: 100%;
  text-overflow: ellipsis;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: none;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  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 {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.site-header.bg-blue {
  background: #022640;
}

/*  Home header menu */
.home-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #022640;
}

.custom-loho-link {
  max-width: 200px;
}

@media only screen and (min-width: 1200px) {
  .main-navigation {
    display: block;
  }
}
.rmp-container#rmp-container-203 {
  max-width: 100%;
}

#rmp_menu_trigger-203.rmp_menu_trigger.rmp-menu-trigger-boring.is-active {
  bottom: 20px;
  top: auto;
  position: fixed;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-76 > a.mega-menu-link {
  padding: 1rem 2rem;
  margin-left: 2rem;
  display: inline;
  background: #E9A913;
  border: 1px solid #E9A913;
  border-radius: 20px;
  cursor: pointer;
  color: #022640;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-76 > a.mega-menu-link:hover {
  background: transparent;
  color: white;
}

@media screen and (max-width: 1200px) {
  #rmp-menu-wrap-203 {
    min-height: calc(100% - 7.2rem);
  }
}
.rmp-menu-additional-content {
  position: static;
  width: 100%;
  top: calc(100% - 72px);
  color: white;
}

#rmp-menu-item-76 {
  display: none;
}

#rmp_menu_trigger-203 .rmp-trigger-box {
  width: 50px;
}

span.nav-indent {
  padding-left: 20px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 2px solid white;
  border-right: none;
}

#pojo-a11y-toolbar {
  bottom: 100px;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
  bottom: 0;
}

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

.post,
.page {
  margin: 0;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Pages
--------------------------------------------- */
/* Home
--------------------------------------------- */
.board-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right;
  background-position: bottom right;
}

@media only screen and (max-width: 768px) {
  .board-hero .btn, .board-hero .gform_footer input[type=submit], .gform_footer .board-hero input[type=submit] {
    background: white;
  }
}
section.bg-blue-lines {
  overflow-x: hidden;
}

#heroCarousel .carousel-item {
  height: 77rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-item.slide-0 {
  background-image: url(../images/iwan-shimko-tCp2K2sYpFg-unsplash.png);
  padding-top: 6rem;
}

.hero-slider-box {
  max-width: 90%;
  background: white;
  padding: 30px 30px 10px 30px;
  border-radius: 20px;
  margin-top: 4rem;
}
.hero-slider-box h2 {
  display: inline-block;
  line-height: 4rem;
}
.hero-slider-box .btn, .hero-slider-box .gform_footer input[type=submit], .gform_footer .hero-slider-box input[type=submit] {
  vertical-align: top;
  float: right;
}

.home-policy-icons {
  width: 49%;
  display: inline-block;
}
.home-policy-icons img {
  margin-bottom: 2.6rem;
}

.hero-tabs h2 {
  color: white;
}

@media only screen and (max-width: 1200px) {
  .hero-slider-box {
    max-width: 96%;
  }
  .hero-slider-box {
    position: absolute;
    left: 2%;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-slider-box h2 {
    max-width: 70%;
  }
  .board-hero {
    max-height: 60rem;
  }
  .carousel-item.slide-1 {
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 1440px) {
  #heroCarousel .carousel-item {
    height: 84rem;
    max-height: 80vh;
  }
}
@media only screen and (max-width: 370px) {
  .hero-tabs {
    padding: 4rem 1rem;
  }
}
@media only screen and (max-width: 992px) {
  #heroCarousel .carousel-item:not(.slide-0) {
    height: 56rem;
    margin-bottom: 21rem;
    position: relative;
  }
  #heroCarousel .carousel-item:not(.slide-0) .hero-slider-box {
    box-shadow: 0px 5px 10px rgba(100, 100, 100, 0.5);
    bottom: -8rem;
  }
  .hero-tabs {
    background: rgb(0, 116, 175);
    background: linear-gradient(45deg, rgb(0, 116, 175) 19%, rgb(0, 140, 213) 82%);
    border-radius: 20px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: -10rem;
    padding: 4rem 3rem;
  }
  .hero-tabs .tab-content {
    order: 1;
  }
  .hero-tabs .nav-tabs {
    border-width: 2px;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-top: 1rem;
    order: 2;
    width: 100%;
  }
  .hero-tabs .nav-tabs li {
    flex-basis: 25%;
    margin-bottom: -2px;
  }
  .hero-tabs .nav-tabs .nav-link:focus {
    border: none;
    border-bottom: 2px solid #E9A913;
    outline: none;
  }
  .hero-tabs .nav-link {
    color: white;
    background: transparent;
    border: none;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }
  .hero-tabs .nav-link.hero-tab {
    padding: 1rem 0;
  }
  .hero-tabs .nav-link.active {
    background: transparent;
    border-bottom: 2px solid #E9A913;
    color: #E9A913;
  }
  .hero-tabs .nav-link.active:focus {
    border: none;
    outline: none;
  }
  .home-hero .carousel-indicators {
    bottom: 100px;
  }
}
.home-education {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media only screen and (min-width: 992px) {
  .hero-tabs .tab-content {
    box-shadow: 0px 5px 10px rgba(100, 100, 100, 0.5);
  }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
  }
  .home-policy-icons {
    width: 40%;
  }
  .home-education {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .tab-content {
    align-items: center;
    background-color: #0073AE;
    background-image: url(../images/home-tab-bg.png);
    background-position: top right -55%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    display: flex;
    height: 30rem;
    max-height: 30rem;
    padding-left: 8rem;
  }
  .tab-pane {
    width: 68%;
  }
  .home-hero {
    position: relative;
  }
  .home-hero .carousel-indicators {
    bottom: -5rem;
    margin-left: 5%;
    right: auto;
  }
  .home-hero .carousel-indicators [data-bs-target] {
    border: 1px solid #0073AE;
    border-radius: 50%;
    height: 15px;
    opacity: 1;
    width: 15px;
  }
  .home-hero .carousel-indicators [data-bs-target].active {
    background: #0073AE;
  }
  .hero-tabs {
    color: white;
    margin: -18.4rem auto 0 auto;
    position: relative;
  }
  .hero-tabs .nav-tabs {
    align-items: flex-end;
    border: none;
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: 0;
  }
  .hero-tabs .nav-tabs li {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }
  .hero-tabs .nav-tabs .nav-link {
    background: white;
    border: none;
    font-size: 2.4rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    color: #0073AE;
    cursor: pointer;
    padding: 1rem 3rem;
  }
  .hero-tabs .nav-tabs .nav-link.active {
    background: #0073AE;
    color: white;
  }
  .tab-content {
    align-items: center;
    background-color: #0073AE;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 2rem;
    display: flex;
    height: 30rem;
    max-height: 30rem;
    padding: 4rem 4rem 2rem 4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .tab-content {
    background-position: right;
  }
  .tab-pane {
    width: 60%;
  }
}
a.event-card-link,
a.event-card-link:hover {
  text-decoration: none;
}
a.event-card-link .event-card,
a.event-card-link:hover .event-card {
  transition: all 200ms linear;
}

a.event-card-link:hover {
  padding-bottom: 10px;
}
a.event-card-link:hover .event-card {
  transform: translateY(-10px);
}

.job-card {
  transition: all 200ms linear;
  cursor: pointer;
}
.job-card:hover {
  transform: translateY(-10px);
}

.event-card {
  background-image: url(../images/event-card-bg.png);
  background-size: cover;
  border-radius: 10px;
  color: white;
  height: 40rem;
  margin: 2rem 0;
  overflow: hidden;
  width: 28rem;
}
.event-card .card-body {
  font-size: 1.5rem;
  padding: 1.4rem 2rem;
}

.event-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40%;
}

.event-date, .card-body .file-type,
.team-role {
  color: #E9A913;
  font-weight: 500;
  text-transform: uppercase;
}
.event-date svg, .card-body .file-type svg,
.team-role svg {
  margin: 0 5px;
}

.highlight-card {
  background-image: url(../images/event-card-bg.png);
  background-size: cover;
  border-radius: 10px;
  color: white;
  height: 40rem;
  margin: 2rem 0;
  overflow: hidden;
  width: 28rem;
}
.highlight-card .highlight-card-body {
  font-size: 1.5rem;
  padding: 1.4rem 2rem;
}

.highlight-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
}

.document-card-title,
.resource-title,
.media-release-title,
.event-title {
  font-weight: normal;
  margin: 1.6rem 0;
}

.resource-card-link:hover,
.resource-card-link,
.media-release-card-link:hover,
.media-release-card-link {
  text-decoration: none;
}

.media-release-card, .governance-card {
  background-image: url(../images/media-card-mobile.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  color: white;
  height: 21rem;
  margin: 2rem 0;
  overflow: hidden;
}
.media-release-card .card-body, .governance-card .card-body {
  font-size: 1.5rem;
  padding: 2rem;
}

.resource-card {
  background-image: url(../images/media-card-mobile-gold.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  color: #022640;
  height: 21rem;
  margin: 2rem 0;
  overflow: hidden;
}
.resource-card .card-body {
  font-size: 1.5rem;
  padding: 2rem;
}

.governance-card .card-body {
  height: auto;
}

.team-card, .working-group-heading {
  background: linear-gradient(45deg, rgb(0, 116, 175) 19%, rgb(0, 140, 213) 82%);
  border-radius: 1.5rem;
  padding: 2rem;
  margin-top: 2rem;
  color: white;
}
.team-card .team-card-title, .working-group-heading .team-card-title {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1200px) {
  .carousel-indicators {
    display: none;
  }
  .card-body {
    width: 90%;
    max-width: 300px;
  }
  .event-card .card-body {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .event-thumbnail {
    height: 44%;
  }
  .media-release-card, .governance-card {
    background-image: url(../images/media-card-bg.png);
    height: 14rem;
  }
  .media-release-card .media-year, .governance-card .media-year {
    float: right;
  }
  .resource-card {
    background-image: url(../images/media-card-bg-gold.png);
    height: 14rem;
  }
  .resource-card .media-year {
    float: right;
  }
  .resource-card .card-body,
.media-release-card .card-body,
.governance-card .card-body {
    max-width: none;
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .event-card {
    width: 30rem;
  }
}
@media only screen and (max-width: 992px) {
  .event-card {
    margin: 2rem auto;
  }
  .hero-tabs {
    box-shadow: 0px 5px 10px rgba(100, 100, 100, 0.5);
  }
}
@media only screen and (max-width: 1400px) {
  h3.resource-title {
    font-size: 1.8rem;
    margin: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-tabs .nav-tabs .nav-link {
    padding: 1rem 5rem;
  }
  .bg-blue-lines {
    background-position: right;
  }
}
@media only screen and (max-width: 1200px) {
  .resource-card,
.media-release-card,
.governance-card {
    display: flex;
    align-items: center;
  }
  .mobile-logo-link img {
    width: 80%;
    max-width: 180px;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }
}
.mobile-logo-link img {
  width: 80%;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .event-card-container:nth-child(4) {
    display: none;
  }
}
.home-icons h3,
.icon-col h3 {
  margin-bottom: 2.4rem;
  font-weight: 400;
  color: black;
}
.home-icons a,
.icon-col a {
  text-decoration: none;
}
.home-icons a:hover h3,
.icon-col a:hover h3 {
  color: #0073AE;
}

#heroTabContent {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  #heroCarousel .carousel-item.slide-0 {
    height: 77rem;
    background-position: 63%;
    background-repeat: no-repeat;
    background-size: 280%;
  }
}
.announcement-banner {
  color: white;
  font-weight: bold;
  background: red;
  text-align: center;
  padding: 3rem;
}
.announcement-banner a {
  color: white;
}

.board-card {
  height: 54rem;
  margin: 3rem auto;
  border-radius: 10px;
  background-color: #0073AE;
  color: white;
  max-width: 40rem;
  overflow: hidden;
}
.board-card .board-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  height: 60%;
}
.board-card .card-body {
  display: flex;
  height: 43%;
  flex-wrap: wrap;
}
.board-card .board-name,
.board-card .board-title {
  width: 100%;
}
.board-card .board-airport {
  display: inline-block;
  align-self: flex-end;
}

.board-airport {
  color: #E9A913;
  text-transform: uppercase;
  font-weight: 500;
}

.board-members a {
  cursor: pointer;
}

.modal .board-name {
  color: white;
}

.board-members .card-body {
  width: auto;
}

.board-description {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .board-card {
    height: 44rem;
  }
  .board-card .board-photo {
    height: 55%;
  }
}
@media only screen and (min-width: 1200px) {
  .board-card {
    max-width: 260px;
  }
}
.profile-modal-img img {
  filter: grayscale(100%);
}

#search-filter-form-214 ul {
  display: inline-flex;
  margin-left: 0;
  flex-wrap: wrap;
  padding-left: 0;
}
#search-filter-form-214 .sf-input-text {
  padding: 10px 20px;
  color: #0073AE;
  border: 1px solid #E9A913;
  border-radius: 30px;
  margin-right: 2rem;
  font-size: 1.4rem;
  width: 30rem;
}
#search-filter-form-214 .sf-input-text::placeholder {
  color: #0073AE;
  font-size: 1.4rem;
}
#search-filter-form-214 .sf-field-submit input {
  padding: 10px 20px;
  color: #0073AE;
  height: 43px;
  border: 1px solid #E9A913;
  border-radius: 30px;
  margin-right: 2rem;
  font-size: 1.4rem;
  background: white;
}
#search-filter-form-214 .sf-field-submit input:hover {
  background: #0073AE;
  color: white;
  border-color: #0073AE;
}

.row.event-intro-block, .row.course-intro-block, .row.conference-ceo-note, .row.conference-intro-block {
  margin-top: 6rem;
  margin-bottom: 5rem;
  font-size: 1.5rem;
  color: white;
  background: #0073AE;
  border-radius: 30px;
  overflow: hidden;
}
.row.event-intro-block .p-large, .row.course-intro-block .p-large, .row.conference-ceo-note .p-large, .row.conference-intro-block .p-large {
  font-size: 1.7rem;
}
.row.event-intro-block > div, .row.course-intro-block > div, .row.conference-ceo-note > div, .row.conference-intro-block > div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.row.event-intro-block h1, .row.course-intro-block h1, .row.conference-ceo-note h1, .row.conference-intro-block h1 {
  color: white;
  font-size: 2.8rem;
}
.row.event-intro-block a, .row.course-intro-block a, .row.conference-ceo-note a, .row.conference-intro-block a {
  color: white;
}
.row.event-intro-block a.btn, .row.course-intro-block a.btn, .row.conference-ceo-note a.btn, .row.conference-intro-block a.btn {
  color: #022640;
}
.row.event-intro-block a.btn:hover, .row.course-intro-block a.btn:hover, .row.conference-ceo-note a.btn:hover, .row.conference-intro-block a.btn:hover {
  color: white;
}

.networking-event.event-intro-block, .networking-event.course-intro-block, .networking-event.conference-ceo-note, .networking-event.row.conference-intro-block {
  background: #022640;
}
.networking-event.event-intro-block h2, .networking-event.course-intro-block h2, .networking-event.conference-ceo-note h2, .networking-event.row.conference-intro-block h2 {
  color: white;
}

.event-enquiry-details,
#event_partners,
#event_speakers,
.pricing-table,
.safetyweek-table {
  margin-top: 4rem;
}

#event_partners .row {
  margin-bottom: 3rem;
}

.event-enquiry-details {
  border-radius: 15px;
  color: white;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event-enquiry-details .enquiry-buttons {
  text-align: right;
}

.conference-networking h3,
#program_outline h3,
.event-state-header {
  background: linear-gradient(45deg, rgb(0, 116, 175) 19%, rgb(0, 140, 213) 82%);
  color: white;
  border-radius: 15px;
  padding: 20px;
  font-weight: 400;
  margin-bottom: 2.4rem;
  margin-top: 2rem;
}

.conference-networking h3,
#conference-main #program_outline h3,
.conference-page .event-state-header {
  background: linear-gradient(45deg, rgb(2, 38, 64) 19%, rgb(5, 70, 103) 82%);
}

.meeting-buttons {
  float: right;
}
.meeting-buttons .btn, .meeting-buttons .gform_footer input[type=submit], .gform_footer .meeting-buttons input[type=submit] {
  margin-left: 1rem;
}

.meeting-location {
  color: #0073AE;
  font-weight: 500;
}

.conference-page .meeting-location a,
.conference-page .meeting-location {
  color: #022640;
}

.state-meeting-item {
  line-height: 5.2rem;
  height: 6rem;
}
.state-meeting-item .btn, .state-meeting-item .gform_footer input[type=submit], .gform_footer .state-meeting-item input[type=submit] {
  padding: 0.8rem 2rem;
}

img.event-partner-logo {
  max-width: 15rem;
  margin: 0 1rem;
  align-self: center;
}

#partner_list img {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
#partner_list a {
  text-decoration: none;
}

.conference-networking .conference-networking-rates {
  font-weight: bolder;
}
.conference-networking .conference-networking-rates span {
  margin-right: 3rem;
}

.row.conference-intro-block {
  background: white;
  color: #022640;
}
.row.conference-intro-block h1 {
  color: #022640;
}

.conference-contact strong {
  color: #022640;
}

.speaker-list {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.speaker-list h3 {
  color: #022640;
}
.speaker-list .speaker-more {
  margin-top: 2rem;
}
.speaker-list img {
  border-radius: 50%;
  width: 100%;
}
.speaker-list > div.col {
  margin-bottom: 5rem;
}

.conference-block {
  background: linear-gradient(45deg, rgb(2, 38, 64) 19%, rgb(5, 70, 103) 82%);
  border-radius: 1.5rem;
  padding: 4rem;
  margin-top: 4rem;
  color: white;
  margin-bottom: 5rem;
}
.conference-block h2 {
  color: white;
}
.conference-block h3 {
  font-weight: normal;
  margin-bottom: 2rem;
}

.bg-blue-gradient {
  background: linear-gradient(45deg, rgb(0, 116, 175) 19%, rgb(0, 140, 213) 82%);
}

.bg-darkblue-gradient {
  background: #022640;
}

.conference-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #022640;
  background: linear-gradient(45deg, rgb(2, 38, 64) 19%, rgb(5, 70, 103) 82%);
  border-radius: 50px;
  color: white;
  min-height: 6rem;
  font-size: 1.8rem;
  align-items: center;
  max-width: 500px;
  padding: 10px;
}

.conference-program-overview,
.conference-scholarship {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.conference-pricing-table .table-subheading {
  background-color: #E2E2E2;
  border-top: none;
}
.conference-pricing-table .table-subheading + tr {
  border-top: none;
}
.conference-pricing-table td {
  width: 20%;
}

.conference-intro {
  padding: 5rem;
}

.conference-ceo-note > div {
  background-color: #022640;
}

.conference-page .container h4 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  img.event-partner-logo {
    max-width: 24rem;
    margin: 0 3rem;
    width: 100%;
  }
  .row.event-intro-block h1, .row.course-intro-block h1, .row.conference-intro-block h1, .row.conference-ceo-note h1 {
    font-size: 3.4rem;
  }
  .event-enquiry-details {
    padding: 5rem;
  }
}
.event-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}
.event-summary > p {
  display: none;
}
.event-summary > p:first-child {
  display: inline;
}

@media only screen and (min-width: 1200px) {
  .event-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -webkit-box-orient: vertical;
  }
  .event-summary > p {
    display: none;
  }
  .event-summary > p:first-child {
    display: inline;
  }
}
.accomm-list a:hover,
.accomm-list a {
  text-decoration: none;
  color: white;
}

.accomm-details {
  padding: 25px 25px 10px 25px;
}
.accomm-details h2 {
  color: white;
}
.accomm-details p:last-of-type {
  margin-bottom: 0;
}

.accomm-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.accomm-card {
  height: 100%;
  border-radius: 10px;
  color: white;
  background-color: #022640;
  margin: 2rem 0;
  overflow: hidden;
}

.rating {
  color: #E9A913;
  min-height: 2.4rem;
}

.accomm-list > div {
  margin-bottom: 4rem;
}

.conference-scholarship img,
.conference-scholarship h2 img {
  max-width: 90%;
}

#conference-main {
  padding-bottom: 5rem;
}

.conference-networking {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.safetyweek-page {
  color: #022640;
}
.safetyweek-page h1, .safetyweek-page h2 {
  color: #022640;
}

.safetyweek-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #FAAF40;
  border-radius: 50px;
  color: #022640;
  min-height: 6rem;
  font-size: 1.8rem;
  align-items: center;
  max-width: 500px;
  padding: 10px;
  margin-bottom: 3rem;
}

.highlight-title {
  font-weight: normal;
  color: #022640;
  padding-top: 1rem;
}

.safetyweek-logo {
  padding-right: 6rem;
}

@media only screen and (max-width: 1200px) {
  .safetyweek-logo img {
    max-width: 400px;
  }
}
#gform_3 .gform_footer input[type=submit] {
  background-color: #FAAF40;
  border-color: #FAAF40;
}

.site-footer {
  background: #022640;
  color: white;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 1.5rem;
}
.site-footer a {
  color: white;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer h2 {
  color: white;
}

.social-icons a {
  margin-right: 2rem;
  text-decoration: none;
}
.social-icons a:hover {
  text-decoration: none;
}

a.text-underline {
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
  .site-footer {
    padding-top: 7rem;
  }
}
.footer-grid {
  display: grid;
}
.footer-grid .footer-logo {
  grid-column-start: 1;
  align-self: flex-end;
  grid-row-end: span 2;
  grid-row-start: 1;
}
.footer-grid .footer-logo img {
  margin-bottom: 1rem;
}
.footer-grid .footer-giraffe {
  grid-row-start: 3;
  grid-column-start: 1;
  align-self: flex-end;
}
.footer-grid .social-icons {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-column-end: span 3;
}
.footer-grid .footer-contact-1 {
  grid-row-start: 2;
  grid-column-start: 2;
  align-self: flex-end;
}
.footer-grid .footer-contact-2 {
  grid-row-start: 3;
  grid-column-start: 2;
}
.footer-grid .footer-useful-links {
  grid-row-start: 1;
  grid-row-end: span 4;
  grid-column-start: 5;
  grid-column-end: span 1;
}
.footer-grid .footer-useful-links svg {
  margin-left: 1rem;
}
.footer-grid .footer-useful-links {
  grid-row-start: 1;
  grid-row-end: span 3;
  grid-column-start: 3;
  grid-column-end: span 1;
}

.footer-address {
  columns: 2;
}

.useful-links-list li a {
  cursor: pointer;
}
.useful-links-list li a svg {
  transition: all 200ms linear;
}
.useful-links-list li a:hover {
  color: #E9A913;
  text-decoration: none;
}
.useful-links-list li a:hover svg {
  transform: translateX(4px);
  transition: all 200ms linear;
}
.useful-links-list li a:hover svg path {
  fill: #E9A913;
}

@media only screen and (min-width: 1200px) {
  .site-footer {
    min-height: 203px;
  }
}
.footer-links {
  margin-top: 1rem;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-links li {
  padding: 1.5rem 0;
  border-bottom: 1px solid white;
}
.footer-links li:last-child {
  border-bottom: none;
}
.footer-links h2 {
  margin-bottom: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .site-footer .social-icons {
    padding-bottom: 5rem;
  }
  .site-footer img {
    margin-top: 2rem;
  }
}
.member-intro-block {
  margin-top: 2rem;
}
.member-intro-block h2 {
  line-height: 4.2rem;
}

hr {
  background: #0073AE;
  opacity: 1;
}

.member-description {
  font-size: 1.4rem;
}

.member-contacts .contact-name {
  color: #0073AE;
}
.member-contacts .p-small {
  margin-bottom: 0.5rem;
}
.member-contacts .contact-name,
.member-contacts .contact-role,
.member-contacts .p-small {
  line-height: 3rem;
}

.member-contacts {
  margin-top: 2rem;
}

.corp-member-capabilities {
  background: linear-gradient(45deg, rgb(0, 116, 175) 19%, rgb(0, 140, 213) 82%);
  color: white;
  border-radius: 1.5rem;
  padding: 3rem 4rem;
  font-weight: 400;
  margin-bottom: 2.4rem;
  margin-top: 4rem;
}
.corp-member-capabilities .capabilities-row {
  font-size: 1.4rem;
  line-height: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.corp-member-capabilities h2 {
  color: white;
}
.corp-member-capabilities h3 {
  font-weight: normal;
}
.corp-member-capabilities hr {
  background: white;
}
.corp-member-capabilities .capabilities-col {
  margin-top: 2rem;
  flex-basis: 100%;
}

.member-intro-block a {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .corp-member-capabilities .capabilities-col {
    flex-basis: 48%;
  }
}
@media only screen and (min-width: 1200px) {
  .corp-member-capabilities .capabilities-col {
    flex-basis: 18%;
  }
}
.member-card-link:hover,
.member-card-link {
  text-decoration: none;
}

a.member-card-link,
a.member-card-link:visited {
  color: #022640;
}
a.member-card-link a,
a.member-card-link:visited a {
  color: #022640;
}

.member-card-simple {
  background: white;
  padding: 2rem 1rem;
  border-radius: 20px;
  margin-top: 3rem;
}
.member-card-simple .card-body {
  width: 100%;
  max-width: none;
}
.member-card-simple h3 {
  margin-bottom: 0;
  font-weight: normal;
  color: #0073AE;
}

.member-card {
  padding: 2rem 2rem;
  background-image: url(../images/member-card-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  color: #022640;
  height: 47rem;
  margin: 2rem 0;
  overflow: hidden;
}
.member-card .card-body {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  height: 100%;
  padding: 1rem;
  width: 100%;
}
.member-card .card-body .member-card-contact {
  align-self: flex-end;
  width: 100%;
}
.member-card .corp-member-title {
  color: #0073AE;
  font-weight: normal;
  margin-bottom: 1rem;
}
.member-card .corp-member-logo,
.member-card .airport-member-logo {
  height: 4rem;
  margin-bottom: 3rem;
}
.member-card .corp-member-logo img,
.member-card .airport-member-logo img {
  max-height: 100%;
}

.single-member .corp-member-logo, .single-job .corp-member-logo {
  max-width: 350px;
  width: 80%;
}
.single-member .airport-member-logo, .single-job .airport-member-logo {
  max-width: 250px;
  width: 80%;
}

.member-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}
.member-summary > p {
  display: none;
}
.member-summary > p:first-child {
  display: inline;
}

@media only screen and (min-width: 1200px) {
  .single-member .corp-member-logo, .single-job .corp-member-logo {
    max-width: 350px;
    width: 50%;
  }
  .member-card {
    max-width: 420px;
  }
  .member-card-simple {
    padding: 3rem 2rem;
  }
  .member-card {
    padding: 5rem 3rem;
    height: 57rem;
    margin: 2rem 0;
  }
  .member-card .member-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    box-orient: vertical;
    -webkit-box-orient: vertical;
  }
  .member-card .member-summary > p {
    display: none;
  }
  .member-card .member-summary > p:first-child {
    display: inline;
  }
  .member-card .card-body {
    padding: 2rem;
  }
  .member-card .corp-member-title {
    color: #0073AE;
    font-weight: normal;
    margin-bottom: 2rem;
  }
  .member-card .corp-member-logo {
    max-width: 350px;
    height: 5rem;
    margin-bottom: 3rem;
  }
  .member-card .corp-member-logo img {
    max-height: 100%;
  }
  .member-card-contact {
    margin-top: 3rem;
  }
  .members-additional {
    padding-top: 6rem;
  }
}
.airport-member-title {
  margin-bottom: 1.4rem;
}
.airport-member-title h3 {
  margin-bottom: 1rem;
}
.airport-member-title h4 {
  font-size: 1.4rem !important;
  margin-bottom: 1.6rem;
  color: #919195;
}

.job-title {
  margin-bottom: 1.4rem;
}
.job-title h3 {
  margin-bottom: 1rem;
  font-weight: 400;
  color: #0073AE;
  font-size: 2.4rem;
}
.job-title h4 {
  font-size: 1.4rem !important;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 1400px) {
  .members-bg {
    background-size: cover;
  }
  .jobs-bg {
    background-size: 80%;
  }
}
.member-resources-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}
.member-resources-icons .icon-col {
  margin-bottom: 4rem;
  margin-right: 20px;
  width: 100%;
}
.member-resources-icons .icon-col h3 {
  font-weight: normal;
  margin-bottom: 14px;
  margin-top: 14px;
}
.member-resources-icons .icon-col img {
  margin-bottom: 1.4rem;
  height: 120px;
}

#accordionBlockFaq .accordion-btn.collapsed {
  background: #008CD5;
  color: white;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 40px;
  text-align: left;
  padding: 1.8rem 1.8rem 1.8rem 2.6rem;
  border: 1px solid #008CD5;
}

#accordionBlockFaq .accordion-btn {
  background: none;
  color: #022640;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 40px;
  text-align: left;
  padding: 1.8rem 1.8rem 1.8rem 2.6rem;
  border: 1px solid #008CD5;
}

#accordionBlockFaq .accordion-body {
  color: #022640;
  margin-left: 2.6rem;
  margin-top: 2rem;
}

@media only screen and (min-width: 992px) {
  .acf-field.half-width {
    width: 49%;
    max-width: 50%;
    display: inline-grid;
  }
}
.post-job .acf-field input[type=text],
.post-job .acf-field .select2-container.-acf .select2-selection,
.post-job .acf-field .wp-editor-container {
  background: none;
  border: none;
  border-bottom: 1px solid #0073AE;
  border-radius: 0px;
  padding-left: 0;
}

.post-job .acf-fields > .acf-field {
  padding: 15px 8px;
}

.job-company {
  color: #E9A913;
  font-weight: 500;
  text-transform: uppercase;
}

.job-details.row > div {
  border-bottom: 1px solid #0073AE;
  padding: 1.6rem 0;
}

.job-card {
  padding: 4rem 3rem;
  background-image: url(../images/job-card-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  color: #022640;
  height: 47rem;
  margin: 2rem 0;
  overflow: hidden;
  max-width: 380px;
}
.job-card .card-body {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  height: 100%;
  padding: 1rem;
  width: 100%;
}
.job-card .card-body .member-card-contact {
  align-self: flex-end;
  width: 100%;
}
.job-card hr {
  margin-bottom: 1.4rem;
  margin-top: 1.4rem;
}

@media only screen and (max-width: 992px) {
  .job-card {
    margin: 2rem auto;
  }
}
#search-filter-form-1384 > ul {
  display: flex;
  flex-wrap: wrap;
}
#search-filter-form-1384 > ul li {
  min-width: 20rem;
}

.job-apply {
  background: linear-gradient(45deg, rgb(0, 116, 175) 19%, rgb(0, 140, 213) 82%);
  border-radius: 1.5rem;
  padding: 4rem;
  margin-top: 4rem;
}
.job-apply h2 {
  color: white;
  margin-bottom: 0;
}

.single-job .corp-member-logo img {
  max-width: 200px;
}

.job-details {
  margin-bottom: 3rem;
}

.job-details-row {
  display: flex;
}
.job-details-row > div,
.job-details-row > p,
.job-details-row > img {
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .job-details-row {
    display: flex;
    flex-wrap: wrap;
  }
  .job-details-item {
    width: 100%;
    border-bottom: 1px solid #0073AE;
    padding: 2rem;
  }
  .job-links {
    margin-top: 2rem;
    border-bottom: 1px solid #0073AE;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 576px) {
  .job-details-row {
    border-bottom: 1px solid #0073AE;
    padding: 2rem 0;
  }
  .job-details-row > div,
.job-details-row > p,
.job-details-row > img {
    width: 50%;
  }
}
.post-job form {
  border: 1px solid #0073AE;
  background: white;
  padding: 1rem;
}

.education-icons {
  flex-wrap: wrap;
  margin-bottom: 6rem;
  margin-top: 6rem;
}
.education-icons .icon-col {
  text-align: center;
  width: 100%;
  margin-bottom: 3rem;
}
.education-icons .icon-col h3 {
  font-weight: normal;
  margin-bottom: 14px;
  margin-top: 14px;
}
.education-icons .icon-col img {
  margin-bottom: 1.4rem;
  height: 100px;
}

.education-about {
  padding-bottom: 4rem;
  padding-top: 8rem;
}

.right-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.course-title {
  font-weight: normal;
  color: #0073AE;
  font-size: 1.7rem;
  margin: 1.6rem 0;
}

.course-rec {
  color: #E9A913;
  font-weight: 500;
  text-transform: uppercase;
  align-self: flex-end;
}

.education-icons .icon-col {
  display: flex;
  flex-wrap: wrap;
}
.education-icons .icon-col img {
  margin-right: 2rem;
}
.education-icons .icon-col .icon-text {
  text-align: left;
  max-width: 60%;
}

ul.course-details {
  margin-left: 0;
  padding-left: 0;
}
ul.course-details > li:not(:last-child) {
  border-bottom: 1px solid #0073AE;
}
ul.course-details > li {
  list-style: none;
  margin-left: 0;
  padding: 2rem 0;
}
ul.course-details > li ul {
  padding-left: 1rem;
}
ul.course-details > li ul li {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
ul.course-details > li ul li::marker {
  content: url("../images/listmarker_blue.svg");
  color: #0073AE;
}
ul.course-details > li span {
  color: #0073AE;
}

.course-lists {
  margin-top: 4rem;
}

.course-purchase {
  background: linear-gradient(45deg, rgb(0, 116, 175) 19%, rgb(0, 140, 213) 82%);
  border-radius: 1.5rem;
  padding: 4rem;
  margin-top: 4rem;
}
.course-purchase h2 {
  color: white;
}

.course-purchase {
  color: white;
}

.resource-card,
.media-release-card,
.governance-card {
  transition: all 200ms linear;
}

.resource-card:hover,
.media-release-card:hover,
.governance-card:hover {
  transform: translateX(6px);
}

.course-card {
  transition: all 200ms linear;
}

.course-card-link:hover .course-card, .course-card-link:hover .popular-tag {
  transform: translateY(-8px);
}

.course-card, .popular-tag {
  transition: all 200ms linear;
}

@media only screen and (min-width: 576px) {
  .course-card {
    height: 17rem;
  }
}
@media only screen and (min-width: 768px) {
  .education-icons .icon-col .icon-text {
    max-width: none;
  }
  .course-title {
    font-weight: normal;
    color: #0073AE;
    font-size: 1.8rem;
    margin: 1.6rem 0;
  }
  .course-rec {
    display: block;
  }
}
@media only screen and (min-width: 578px) {
  .education-icons .icon-col {
    width: 50%;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .education-icons .icon-col {
    width: 40%;
    margin-right: 20px;
  }
  .education-icons .icon-col h3 {
    min-height: 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .education-hero .right-img img {
    max-width: none;
    max-height: 60rem;
  }
  .education-hero {
    overflow-x: hidden;
  }
}
.course-card .card-body {
  display: flex;
  flex-wrap: wrap;
}
.course-card .card-body > div {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .course-card-link {
    position: relative;
  }
  .course-card-row {
    margin-top: 20px;
  }
  .popular-tag {
    position: absolute;
    top: 4px;
    z-index: 10;
    width: 90px;
  }
  .course-card {
    background-image: url(../images/course-card-mobile-bg.png);
    background-size: cover;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 40rem;
    margin: 2rem 0;
    overflow: hidden;
    width: 28rem;
  }
  .course-card .card-body {
    font-size: 1.5rem;
    padding: 3rem 2rem;
  }
  .course-thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%;
  }
}
.highlight-card {
  background-image: url(../images/course-card-mobile-bg.png);
  background-size: cover;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  height: 40rem;
  margin: 2rem 0;
  overflow: hidden;
  width: 28rem;
}
.highlight-card .card-body {
  font-size: 1.5rem;
  padding: 3rem 2rem;
}

.course-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .highlight-card {
    margin: 2rem auto;
  }
}
@media only screen and (min-width: 768px) {
  .course-card {
    width: 30rem;
  }
}
@media only screen and (max-width: 992px) {
  .course-card {
    margin: 2rem auto;
  }
}
@media only screen and (min-width: 1200px) {
  .course-card-link {
    position: relative;
  }
  .popular-tag {
    position: absolute;
    top: 4px;
    z-index: 10;
    right: 40px;
    width: 90px;
  }
  .course-thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    min-width: 30%;
  }
  .course-card {
    display: flex;
    background-image: url(../images/course-card-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    color: white;
    height: 17rem;
    width: 100%;
    margin: 2rem 0;
    overflow: hidden;
  }
  .course-card .card-body {
    font-size: 1.5rem;
    padding: 2.2rem 2rem 2.2rem 1.4rem;
  }
  .education-icons .icon-col .icon-text {
    max-width: 20rem;
  }
}
@media only screen and (min-width: 1400px) {
  .course-card {
    height: 20rem;
  }
  .course-thumbnail {
    width: 40%;
    min-width: 40%;
  }
}
@media only screen and (min-width: 1600px) {
  .education-hero {
    background-size: 40%;
    background-position: right;
  }
}
.partner-list img {
  max-width: 240px;
  max-height: 160px;
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.partner-list h3 {
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 100%;
}

.bg-blue {
  background: rgb(0, 116, 175);
  background: linear-gradient(45deg, rgb(0, 116, 175) 19%, rgb(0, 140, 213) 82%);
  color: white;
}
.bg-blue a, .bg-blue a:visited {
  color: white;
}
.bg-blue a.btn-blue:visited,
.bg-blue a.btn-blue {
  color: #022640;
}
.bg-blue a.btn-blue:visited:hover,
.bg-blue a.btn-blue:hover {
  color: white;
}

.bg-grey {
  background: #E2E2E2;
}

.bg-gold {
  background: #E9A913;
}

.bg-safety-gold {
  background: #FAAF40;
}

section.bg-white {
  background-color: white;
  color: black;
}

section.bg-blue {
  background-color: #008CD5;
  color: white;
}

article.type-page {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

section.bg-white.padding-m,
section.bg-blue.padding-m {
  padding-bottom: 4rem;
  padding-top: 7rem;
}
section.bg-white.padding-s,
section.bg-blue.padding-s {
  padding-bottom: 5rem;
  padding-top: 1rem;
}
section.bg-white.padding-s:not(:first-of-type),
section.bg-blue.padding-s:not(:first-of-type) {
  padding-top: 5rem;
}

.container.padding-m {
  padding-bottom: 10rem;
  padding-bottom: 8rem;
}

.list-col {
  width: 100%;
}

.modal-header {
  position: absolute;
  z-index: 10;
}

@media only screen and (max-width: 992px) {
  .modal-body > .row {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 992px) {
  .modal-body {
    display: flex;
    align-items: center;
  }
}
#primary {
  min-height: calc(100vh - 700px);
}

@media only screen and (min-width: 1200px) {
  .modal-body {
    justify-content: flex-end;
  }
  #primary {
    min-height: calc(100vh - 293px);
  }
}
.pagination {
  padding-left: auto;
}

.nav-previous a,
.nav-next a,
.nav-previous a:hover,
.nav-next a:hover {
  text-decoration: none;
  color: #0073AE;
}

.nav-previous svg,
.nav-next svg {
  transition: transform 150ms linear;
}

.nav-previous:hover svg {
  transform: translate(3px);
  transition: transform 150ms linear;
}

.nav-next:hover svg {
  transform: translate(-3px);
  transition: transform 150ms linear;
}

.nav-previous svg {
  transition: transform 150ms linear;
}

.contact-us input[type=text],
.contact-us input[type=tel],
.contact-us input[type=email],
.contact-us textarea,
.contact-us select {
  background: none;
  border: none;
  border-bottom: 1px solid #0073AE;
  border-radius: 0px;
  padding-left: 0;
}

.post-job .acf-fields > .acf-field {
  padding: 15px 8px;
}

h3.submission-title {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 1.6rem 0;
}

.strategy-document a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 1400px) {
  .bg-white-lines {
    background: url(../images/bg-lines-large.png), linear-gradient(45deg, rgb(0, 116, 175) 19%, rgb(0, 140, 213) 82%);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  section.bg-white.padding-m,
section.bg-blue.padding-m {
    padding-bottom: 8rem;
    padding-top: 10rem;
  }
  section.bg-white.padding-s,
section.bg-blue.padding-s {
    padding-bottom: 5rem;
    padding-top: 1rem;
  }
  section.bg-white.padding-s:not(:first-of-type),
section.bg-blue.padding-s:not(:first-of-type) {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  h3.submission-title {
    font-size: 1.8rem;
  }
}
.working-group-heading {
  margin-top: 2rem;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.community-card {
  display: flex;
  background-image: url(../images/course-card-wide.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: black;
  height: 21rem;
  width: 100%;
  margin: 2rem 0;
  overflow: hidden;
}
.community-card .community-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  min-width: 30%;
}
.community-card .education-icons .icon-col .icon-text {
  max-width: 20rem;
}

@media only screen and (max-width: 768px) {
  .community-card .card-body {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .community-card {
    background-image: url(../images/course-card-large.png);
    height: 27rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .community-card {
    height: 21rem;
  }
}
.community-card .card-body {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .community-card {
    height: 26rem;
  }
}
.gold-tag {
  color: #E9A913;
  font-weight: 500;
  text-transform: uppercase;
}

.community-card-link {
  text-decoration: none;
}
.community-card-link .community-card {
  transition: all 200ms linear;
}

.community-card-link:hover {
  padding-bottom: 10px;
}
.community-card-link:hover .community-card {
  transform: translateY(-10px);
}

@media only screen and (min-width: 1400px) {
  .community-card {
    background-image: url(../images/course-card-wide.png);
  }
  .community-card .card-body {
    max-width: 400px;
  }
}
@media only screen and (max-width: 490px) {
  .community-card {
    background-size: cover;
  }
}

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