@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/*	Mixins, Animations, Universal, and Misc
/* -------------------------------------------------------------------------- */
@import url("../assets/css/animate.css");
@import url("https://cdn.linearicons.com/free/1.0.0/icon-font.min.css");
@import url("https://use.typekit.net/esq6nlr.css");
@keyframes beacon {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  90% {
    opacity: 0.25;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/* Animation elements */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.delay-one-quarter {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.animated.delay-one-half {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-three-quarters {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.animated.delay-one-second {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.slow {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.extra-slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/* Color Scheme */
.uppercase {
  text-transform: uppercase;
}
/* Font designations */
/* Universal Styles */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "freight-sans-pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.narrow-container {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.container {
  width: 92%;
  margin: 0 auto;
  position: relative;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: #F2633E;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a img {
  border: none;
}
h1, h2, h3, h4 {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 700;
}
h2.section-heading {
  margin: 0 0 1em;
  color: #171717;
  font-size: 36px;
  font-weight: 500;
}
p, ol, ul {
  font-size: 24px;
  line-height: 1.75em;
}
p sup, ol sup, ul sup {
  line-height: 0;
}
ul.three, ol.three {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-count: 3;
  column-gap: 4%;
}
ul.two, ol.two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-count: 2;
  column-gap: 4%;
}
ul.one, ol.one {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
figcaption {
  font-weight: 700;
}
figcaption.play-button:after {
  content: "";
  font-family: fontAwesome;
  position: relative;
  top: 3px;
  font-size: 22px;
  line-height: 0;
  margin-left: 10px;
}
p.alignleft, p.alignright {
  margin-top: 0;
}
.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.button-container {
  width: calc(100% - 40px);
  margin: 1.5em auto 1em;
}
.button-container .button {
  display: inline-block;
  margin-right: 15px;
  padding: 6px 12px;
  background-color: #B5DC8E;
  color: #4E4D4D;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.button-container .button:last-child {
  margin-right: 0;
}
.button-container .button:hover {
  background-color: #374C44;
  color: #fff;
}
.lazy {
  opacity: 0;
}
/* Miscellaneous Styles */
/* Theme My Login */
.tml-action-login #primary-nav-wrapper, .tml-action-login #members-area, .tml-action-login footer[role="site-footer"] {
  display: none;
}
.tml {
  position: relative;
}
.tml.tml-login, .tml.tml-lostpassword {
  width: 50%;
  margin: 3em auto 8em;
}
.tml.tml-login .tml-alerts, .tml.tml-lostpassword .tml-alerts {
  font-family: "freight-sans-pro", sans-serif;
  text-transform: uppercase;
  margin-bottom: 3em;
  color: #4E4D4D;
}
.tml.tml-login .tml-alerts ul.tml-messages li.tml-message, .tml.tml-lostpassword .tml-alerts ul.tml-messages li.tml-message {
  padding: 6px 12px;
  font-size: 18px;
}
.tml.tml-login form .tml-field-wrap input[type="text"], .tml.tml-login form .tml-field-wrap input[type="password"], .tml.tml-lostpassword form .tml-field-wrap input[type="text"], .tml.tml-lostpassword form .tml-field-wrap input[type="password"] {
  background-color: #EFEFEF;
  border: none !important;
  padding: 6px 12px !important;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px !important;
  letter-spacing: 2px !important;
}
.tml.tml-login form .tml-field-wrap button.tml-button, .tml.tml-lostpassword form .tml-field-wrap button.tml-button {
  margin-top: 1em;
  display: inline-block;
  margin-right: 4%;
  padding: 6px 12px;
  border: none;
  background-color: #B5DC8E;
  color: #4E4D4D;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.tml.tml-login form .tml-field-wrap button.tml-button:hover, .tml.tml-lostpassword form .tml-field-wrap button.tml-button:hover {
  background-color: #374C44;
  color: #fff;
}
.tml.tml-login ul.tml-links, .tml.tml-lostpassword ul.tml-links {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tml.tml-login ul.tml-links li, .tml.tml-lostpassword ul.tml-links li {
  font-size: 16px;
}
/* Membership Form */
form#gform_2 {
  width: 75%;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_26 .ginput_container ul li {
  display: inline;
  margin-right: 3%;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_26 .ginput_container ul li:last-child {
  margin-right: 0;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_26 .ginput_container ul li label {
  font-size: 22px;
  font-weight: 600;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_27 {
  font-size: 20px;
  font-style: italic;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_19 label.gfield_label {
  width: 50%;
  display: inline-block;
  font-weight: 600;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_19 .gfield_description {
  font-size: 20px;
  font-weight: 600;
  width: 50%;
  display: inline-block;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_19 #input_2_19 li label {
  width: calc(50% - 33px);
  display: inline-block;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_19 #input_2_19 li label.value {
  width: 50%;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_29 {
  font-size: 20px;
  font-style: italic;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_28 .gfield_description {
  font-size: 20px;
  font-weight: 600;
  width: 50%;
  margin-left: 50%;
  display: inline-block;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_28 #input_2_28 li label {
  width: calc(50% - 33px);
  display: inline-block;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_28 #input_2_28 li label.value {
  width: 50%;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_30, form#gform_2 .gform_body ul.gform_fields li#field_2_32 {
  font-size: 20px;
  font-style: italic;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_31 .gfield_description {
  font-size: 20px;
  font-weight: 600;
  width: 50%;
  display: inline-block;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_31 #input_2_31 li label {
  width: 0;
  display: inline-block;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_31 #input_2_31 li label.value {
  width: calc(50% - 33px);
}
form#gform_2 .gform_body ul.gform_fields li#field_2_33 .gfield_description {
  font-size: 20px;
  font-weight: 600;
  width: 50%;
  display: inline-block;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_33 #input_2_33 li label {
  width: 0;
  display: inline-block;
}
form#gform_2 .gform_body ul.gform_fields li#field_2_33 #input_2_33 li label.value {
  width: calc(50% - 33px);
}
form#gform_2 .gform_body ul.gform_fields li#field_2_20 {
  margin: 1.5em 0;
}
/* Update Profile */
.gform_wrapper form[action="/update-member-profile/"] {
  width: 67%;
  margin: 0;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield {
  margin: 0 0 0.5em;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield input, .gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield select, .gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield textarea {
  background-color: #EFEFEF;
  border: none !important;
  text-transform: normal;
  padding: 6px 12px !important;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  font-weight: 500;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield input::placeholder, .gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield select::placeholder, .gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield textarea::placeholder {
  font-weight: 500px;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield .gfield_description {
  line-height: 1em;
  margin: 1em 0 0;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield .gfield_description + .ginput_container {
  margin-top: 0;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield .gfield_description + .ginput_container img.org-logo {
  max-width: 350px;
  height: auto;
  margin-top: 0.75em;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield span.name_first input, .gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield span.name_last input {
  margin-bottom: 0 !important;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield select {
  margin-top: 13px;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield label {
  font-weight: 500;
  font-size: 20px;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_body ul.gform_fields li.gfield label + .ginput_container {
  margin-top: 0;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_footer {
  margin: 0.5em 0 3em;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_footer input[type="submit"] {
  cursor: pointer;
  border: none !important;
  padding: 6px 12px;
  background-color: #B5DC8E;
  color: #4E4D4D;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.gform_wrapper form[action="/update-member-profile/"] .gform_footer input[type="submit"]:hover {
  background-color: #374C44;
  color: #fff;
}
.gform_confirmation_wrapper {
  font-size: 24px;
  line-height: 1.75em;
}
/* Grantees Map Styles */
.mapsvg-filters-wrap .mapsvg-controller-view-content {
  width: 60%;
  margin-bottom: 3em;
}
.mapsvg-filters-wrap .mapsvg-controller-view-content .mapsvg-form-builder .mapsvg-data-form-view .form-group label {
  background-color: #374C44;
  padding: 20px;
  font-size: 32px;
  color: #fff;
  font-family: "freight-sans-pro", sans-serif;
  text-transform: none;
  margin-bottom: 0;
}
.mapsvg-filters-wrap .select2-container .select2-selection--single {
  border: none !important;
  border-radius: 0 !important;
}
.mapsvg-popover {
  border: none !important;
}
.mapsvg-popover:before {
  border-top: 15px solid #F2633E !important;
  border-top-color: #F2633E !important;
  border-right: 15px solid transparent !important;
  border-left: 15px solid transparent !important;
  bottom: -15px !important;
  margin-left: -15px !important;
}
.mapsvg-popover .mapsvg-controller-view-content {
  padding: 0;
  font-family: "freight-sans-pro", sans-serif;
}
.mapsvg-popover .mapsvg-controller-view-content h5 {
  font-size: 35px;
  margin: 0;
  font-family: "freight-sans-pro", sans-serif;
  color: #374C44;
  font-weight: 700;
  padding: 0 60px;
}
.mapsvg-popover .mapsvg-controller-view-content .totals {
  padding: 0 60px;
}
.mapsvg-popover .mapsvg-controller-view-content .totals p:first-child {
  margin-top: 5px;
}
.mapsvg-popover .mapsvg-controller-view-content .totals h6 {
  color: #374C44;
}
.mapsvg-popover .mapsvg-controller-view-content .totals ul {
  margin: 5px 0 10px;
}
.mapsvg-popover .mapsvg-controller-view-content .percentages {
  padding: 3px 60px 8px;
  background-color: #F2633E;
  color: #fff;
}
.mapsvg-popover .mapsvg-controller-view-content p {
  font-size: 24px;
  line-height: 1.5em;
}
.mapsvg-popover .mapsvg-controller-view-content h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin: 10px 0 0;
}
.mapsvg-popover .mapsvg-controller-view-content ul {
  padding-left: 0;
  margin: 5px 0;
  font-size: 30px;
}
.mapsvg-popover .mapsvg-controller-view-content ul li {
  list-style: none;
  line-height: 1.5em;
  margin-bottom: 0;
  width: 47.5%;
  position: relative;
}
.mapsvg-popover .mapsvg-controller-view-content ul li:before {
  content: "";
  width: 27px;
  height: 26px;
  background-size: contain !important;
  background-repeat: no-repeat;
  top: 3px;
  left: -38px;
  display: inline-block;
  position: absolute;
}
.mapsvg-popover .mapsvg-controller-view-content ul li.population:before {
  background-image: url("http://gsp2020.flywheelsites.com/wp-content/uploads/2020/12/group.png");
}
.mapsvg-popover .mapsvg-controller-view-content ul li.grantmaking:before {
  background-image: url("http://gsp2020.flywheelsites.com/wp-content/uploads/2020/12/money.png");
}
.mapsvg-popover .mapsvg-controller-view-content ul li.change:before {
  background-image: url("http://gsp2020.flywheelsites.com/wp-content/uploads/2020/12/check.png");
}
.mapsvg-popover .mapsvg-controller-view-content ul li.benefits:before {
  background-image: url("http://gsp2020.flywheelsites.com/wp-content/uploads/2020/12/person.png");
}
.mapsvg-popover .mapsvg-controller-view-content ul li:nth-of-type(odd) {
  margin-right: 5%;
  float: left;
}
.mapsvg-popover .mapsvg-controller-view-content ul li:nth-of-type(even) {
  float: right;
}
/* -------------------------------------------------------------------------- */
/*	Site Header
/* -------------------------------------------------------------------------- */
header[role="site-header"] {
  padding: 20px 0;
}
header[role="site-header"] #logo {
  position: relative;
  width: 20%;
  height: 0;
  padding-bottom: 5%;
  float: left;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
header[role="site-header"] #logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
header[role="site-header"] #primary-nav-wrapper {
  width: 76%;
  margin-left: 4%;
  float: right;
  padding-top: calc(5% - 1.5em);
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children ul li.menu-item-has-children a:first-of-type {
  display: none;
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children ul li.menu-item-has-children ul li a:first-of-type {
  display: block;
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children ul li.menu-item-has-children:after {
  display: none;
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children:after {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  color: rgba(255, 255, 255, 0.7);
  top: 16px;
  right: 5px !important;
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu #primary-nav-holder ul:not(.sub-menu) li.clicked ul.sub-menu {
  max-width: 100vw;
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu ul li ul.sub-menu {
  border-bottom: none !important;
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu ul li ul.sub-menu li:first-of-type {
  margin-top: 0 !important;
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu ul li ul.sub-menu li:last-of-type {
  margin-bottom: 0 !important;
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu ul li ul.sub-menu li.menu-item-has-children a:first-of-type {
  display: none;
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu ul li ul.sub-menu li.menu-item-has-children ul.sub-menu {
  border-top: none !important;
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu ul li ul.sub-menu li.menu-item-has-children ul.sub-menu a:first-of-type {
  display: block;
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li {
  padding-left: 0;
  border-top: none;
}
header[role="site-header"] #primary-nav-wrapper.mobile-menu ul li ul.sub-menu li.menu-item-has-children:after {
  display: none !important;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder {
  float: right;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul {
  line-height: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li {
  position: relative;
  display: inline-block;
  margin-right: -5px;
  font-size: 22px;
  color: #2A6AAD;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li.menu-item-has-children:hover::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #2A6AAD;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(45% - 20px);
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li a {
  display: block;
  margin: 0 15px 0 0;
  padding-right: 15px;
  border-right: 1px solid #4E4D4D;
  color: inherit;
  line-height: 1em;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li:hover, header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li.current-menu-item, header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li.current_page_parent {
  color: #374C44;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li:hover ul.sub-menu {
  max-height: 100vh;
  overflow: visible;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu {
  position: absolute;
  width: 200px;
  max-height: 0;
  top: calc(1em + 18px);
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: left;
  z-index: 2;
  background-color: #2A6AAD;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li a {
  display: block;
  padding: 5px 12px;
  border: none;
  font-size: 0.8em;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li:first-child a {
  padding-top: 15px;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li:last-child a {
  padding-bottom: 15px;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li:hover, header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.current-menu-item, header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.current_page_parent {
  color: #fff;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 13px;
  left: auto;
  right: 15px;
  width: 10px;
  height: 20px;
  font-size: 12px;
  display: block !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children ul.sub-menu {
  max-width: 0;
  max-height: 0;
  position: absolute;
  left: calc(100% - 7px);
  z-index: 1;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li {
  padding-left: 10px;
  border-top: none;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
  border-top: none !important;
  padding: 5px;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:first-of-type {
  padding-top: 5px;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:last-of-type {
  padding-bottom: 8px;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
  max-height: 100vh;
  max-width: 100vw;
  left: calc(100% - 5px);
  z-index: 2;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children:hover::after {
  display: block;
  right: 15px;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children.clicked {
  color: rgba(255, 255, 255, 0.7);
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children.clicked.current-menu-parent, header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children.clicked.current-page-ancestor {
  color: #fff;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children.clicked ul.sub-menu {
  max-height: 100vh;
  border-top: 1px solid #fff;
  margin-top: 5px;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children.clicked ul.sub-menu li:first-child a {
  border-top: none;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li.menu-item-has-children.clicked::after {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  color: rgba(255, 255, 255, 0.7);
  top: 10px;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li ul.sub-menu {
  position: relative;
  max-height: 0;
  top: 0;
  overflow: hidden;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li ul.sub-menu li {
  padding-left: 10px;
}
header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu li ul.sub-menu li:first-child a {
  border-top: none;
  padding-top: 10px;
  padding-bottom: 5px;
}
header[role="site-header"] #social-nav-holder {
  float: right;
}
header[role="site-header"] #social-nav-holder ul {
  margin: 0 0 0 3vw;
  padding: 0 0 8px;
  line-height: 1em;
}
header[role="site-header"] #social-nav-holder ul li {
  position: relative;
  color: #171717;
  margin-right: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header[role="site-header"] #social-nav-holder ul li::before {
  font-size: 20px;
}
header[role="site-header"] #social-nav-holder ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  margin-right: 0;
  border-right: none;
}
header[role="site-header"] #social-nav-holder ul li:last-child {
  margin-right: 0;
}
header[role="site-header"] #social-nav-holder ul li:hover {
  color: #2A6AAD;
}
header[role="site-header"] #members-area {
  position: absolute;
  right: 0;
  top: -1em;
}
header[role="site-header"] #members-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header[role="site-header"] #members-area ul li {
  display: inline-block;
  padding: 0 0 0 15px;
  margin-left: 15px;
  margin-right: -5px;
  border-left: 1px solid #4E4D4D;
  font-size: 16px;
  line-height: 1em;
  color: #4E4D4D;
}
header[role="site-header"] #members-area ul li:hover, header[role="site-header"] #members-area ul li.current-menu-item {
  color: #F2633E;
}
header[role="site-header"] #members-area ul li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
header[role="site-header"] #members-area ul li:last-child {
  margin-right: 0;
}
header[role="site-header"] #members-area ul li a {
  color: inherit;
}
#hamburgler {
  position: absolute;
  right: 0;
  height: 30px;
  width: 40px;
}
#hamburger .hamburger-toggle, #hamburger .hamburgler-toggle, #hamburgler .hamburger-toggle, #hamburgler .hamburgler-toggle {
  position: absolute;
  top: -3px;
  right: 0;
  width: 40px;
  height: 40px;
}
#hamburger .hamburger-toggle::before, #hamburger .hamburgler-toggle::before, #hamburgler .hamburger-toggle::before, #hamburgler .hamburgler-toggle::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2A6AAD;
  font-size: 40px;
}
#hamburger.clicked .hamburger-toggle, #hamburger.clicked .hamburgler-toggle, #hamburgler.clicked .hamburger-toggle, #hamburgler.clicked .hamburgler-toggle {
  z-index: 1000;
  position: fixed;
  right: 4%;
  top: 20px;
}
#hamburger.clicked .hamburger-toggle::before, #hamburger.clicked .hamburgler-toggle::before, #hamburgler.clicked .hamburger-toggle::before, #hamburgler.clicked .hamburgler-toggle::before {
  content: "";
  color: #fff;
}
#hamburger.clicked #primary-nav-wrapper::-webkit-scrollbar, #hamburgler.clicked #primary-nav-wrapper::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
#hamburger #members-area, #hamburgler #members-area {
  opacity: 0;
  z-index: -10;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#hamburger #primary-nav-wrapper, #hamburgler #primary-nav-wrapper {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  z-index: -10;
  position: fixed;
  top: 0;
  left: -4vw;
  width: 100vw;
  height: 100vh;
  background-color: #2A6AAD;
  display: flex;
  flex-direction: column-reverse;
}
#hamburger #primary-nav-wrapper #primary-nav-holder, #hamburgler #primary-nav-wrapper #primary-nav-holder {
  display: flex;
  flex-flow: column;
  float: none;
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu, #hamburgler #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu), #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) {
  position: absolute;
  width: 250px;
  left: calc((100% - 250px) / 2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li:hover, #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.current-menu-item, #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.current_page_parent, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li:hover, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.current-menu-item, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.current_page_parent {
  color: #fff;
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li a, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li a {
  padding: 10px 0;
  margin: 0;
  border: 0;
  text-align: center;
  font-size: 28px;
  font-family: "freight-sans-pro", sans-serif;
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu {
  z-index: -1;
  max-height: 0;
  overflow: hidden;
  width: 250px;
  left: calc((100% - 250px) / 2);
  top: 0;
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li a, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li a {
  font-size: 20px;
  padding: 0.5em 0;
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:first-child, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:first-child {
  margin-top: 10px;
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:last-child, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:last-child {
  margin-bottom: 10px;
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li.current-menu-parent, #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li.current-page-ancestor, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li.current-menu-parent, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li.current-page-ancestor {
  color: rgba(255, 255, 255, 0.7);
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked {
  color: rgba(255, 255, 255, 0.7);
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked.current-menu-parent, #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked.current-page-ancestor, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked.current-menu-parent, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked.current-page-ancestor {
  color: #fff;
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked ul.sub-menu, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked ul.sub-menu {
  z-index: 2;
  position: relative;
  max-height: 100vh;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked::after, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked::after {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  color: rgba(255, 255, 255, 0.7);
}
#hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children::after, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: auto;
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#hamburger #primary-nav-wrapper #social-nav-holder, #hamburgler #primary-nav-wrapper #social-nav-holder {
  float: none;
  display: flex;
  flex-flow: column;
  position: relative;
  bottom: 30px;
  left: 4%;
}
#hamburger #primary-nav-wrapper #social-nav-holder ul li, #hamburgler #primary-nav-wrapper #social-nav-holder ul li {
  color: #fff;
}
#hamburger.clicked #primary-nav-wrapper, #hamburgler.clicked #primary-nav-wrapper {
  opacity: 1;
  z-index: 999;
}
.banner-container {
  position: relative;
  background-color: #F2633E;
  margin: 4em 0 2em;
  padding: 1em 2%;
  color: #fff;
  z-index: 2;
  display: inline-block;
}
.banner-container .page-title {
  display: inline-block;
}
.banner-container h1 {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 40px;
}
.banner-container.no-bar:before {
  display: none;
}
.banner-container:before {
  content: "";
  width: 60%;
  background-color: #EFEFEF;
  height: 6px;
  position: absolute;
  top: -24px;
  left: 0;
}
/* -------------------------------------------------------------------------- */
/*	Featured Image Banner
/* -------------------------------------------------------------------------- */
.featured-image-container {
  margin-bottom: 6em;
  position: relative;
}
.featured-image-container + .full-width-text {
  padding-top: 0;
}
.featured-image-container.video .page-featured-image {
  position: relative;
}
.featured-image-container.video .page-featured-image .image {
  width: 100%;
  padding-bottom: 45%;
  overflow: hidden;
}
.featured-image-container.video .page-featured-image .image .video-container video {
  width: 100%;
  height: 126%;
  position: absolute;
  top: -26%;
  left: 0;
}
.featured-image-container.video .page-featured-image .image .video-container video:focus {
  outline: none;
}
.featured-image-container.video .page-featured-image .image .iframe-container {
  width: 100%;
  position: absolute;
  height: 0;
  padding-bottom: 45%;
  overflow: hidden;
}
.featured-image-container.video .page-featured-image .image .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 126%;
  overflow: hidden;
}
.featured-image-container.video:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.featured-image-container .modal-container {
  width: 100%;
  height: 80px;
  float: right;
  right: 0;
  position: absolute;
  bottom: 10px;
}
.featured-image-container .modal-container .modal-content-left {
  position: relative;
  width: 300px;
  height: 80px;
  text-align: left;
  float: left;
}
.featured-image-container .modal-container .modal-content-left .modal-text {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  z-index: 1001;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.featured-image-container .modal-container .modal-content-right {
  position: relative;
  height: 80px;
  float: right;
  width: 200px;
}
.featured-image-container .modal-container .modal-content-right .play-button-container {
  position: relative;
  height: 80px;
  float: left;
  z-index: 1001;
}
.featured-image-container .modal-container .modal-content-right .circle {
  background-color: #374C44;
  border-radius: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1002;
  position: absolute;
  right: 14%;
  width: 50px;
  height: 50px;
}
.featured-image-container .modal-container .modal-content-right .circle:before {
  content: "";
  width: 53px;
  text-align: center;
  font-family: fontAwesome;
  font-size: 20px;
  color: #fff;
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.featured-image-container .modal-container .modal-content-right .beacon {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #4E4D4D;
  border-radius: 100%;
  top: calc(50% - 40px);
  right: -15px;
  transform: translateY(-50%);
  animation: beacon 2.5s linear infinite;
  z-index: 1001;
}
.featured-image-container .modal-container .modal-content-right .modal-cta {
  position: relative;
  right: 0;
  z-index: 1001;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
}
.featured-image-container .modal-container .modal-video-container {
  position: relative;
}
.featured-image-container .modal-container .play-button {
  display: none;
  z-index: 1003;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  right: 28%;
}
.featured-image-container .modal-container .play-button:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 20px;
  z-index: 5;
  background-color: #374C44;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.featured-image-container .modal-container:hover .play-button:after {
  background-color: #4E4D4D;
}
.featured-image-container .page-featured-image .image {
  padding-bottom: 40%;
  background-size: cover !important;
  position: relative;
}
.featured-image-container .banner-container {
  margin: 0;
  position: absolute;
  width: 50%;
  left: 10%;
  bottom: -2em;
  display: block;
}
.featured-image-container .banner-container .page-title {
  display: block;
}
.featured-image-container .banner-container .page-title h1 {
  display: block;
}
.featured-image-container .banner-container::before {
  background-color: #fff;
}
.featured-image-container .video-container {
  display: none;
}
.fancybox-container {
  z-index: 100000;
}
.fancybox-container .fancybox-content {
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-container .fancybox-iframe {
  padding: 0 4% 0;
  width: 92%;
}
.fancybox-container .fancybox-stage {
  width: 75%;
  margin: 0 auto;
}
.fancybox-caption {
  padding: 15px 0 !important;
}
.fancybox-caption p {
  font-size: 18px;
}
.fancybox-slide > * {
  padding: 0;
}
.fancybox-slide #modal-popup {
  display: none;
  padding: 0 0 56.25%;
}
.fancybox-slide #modal-popup.video-container {
  width: 100%;
  position: relative;
  background-color: transparent;
}
.fancybox-slide #modal-popup.video-container:before, .fancybox-slide #modal-popup.video-container:after {
  display: none;
  display: none;
}
.fancybox-slide #modal-popup.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fancybox-slide .fancybox-close-small {
  color: #F2633E;
}
/* -------------------------------------------------------------------------- */
/*	Main Page Content
/* -------------------------------------------------------------------------- */
.main-page-content {
  font-weight: 500;
  margin-bottom: 5em;
}
.main-page-content p {
  color: #171717;
}
.main-page-content p + .gform_wrapper {
  padding-top: 2em;
}
.main-page-content .gform_wrapper .gform_heading .gform_description {
  font-size: 24px;
  line-height: 1.75em;
  width: 67%;
  float: left;
}
.main-page-content .gform_wrapper .gform_heading + form {
  padding-top: 2em;
}
.main-page-content .gform_wrapper form {
  width: 67%;
  margin: 0;
}
.main-page-content .gform_wrapper form .gform_body .gform_fields .gfield {
  margin: 0 0 0.5em;
}
.main-page-content .gform_wrapper form .gform_body .gform_fields .gfield input, .main-page-content .gform_wrapper form .gform_body .gform_fields .gfield select, .main-page-content .gform_wrapper form .gform_body .gform_fields .gfield textarea {
  border: none !important;
  text-transform: normal;
  padding: 6px 12px !important;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  background-color: #EFEFEF !important;
}
.main-page-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex label {
  font-size: 16px;
}
.main-page-content .gform_wrapper form .gform_body .gform_fields .gfield span.name_first input, .main-page-content .gform_wrapper form .gform_body .gform_fields .gfield span.name_last input {
  margin-bottom: 0 !important;
}
.main-page-content .gform_wrapper form .gform_body .gform_fields .gfield select {
  margin-top: 13px;
}
.main-page-content .gform_wrapper form .gform_body .gform_fields .gfield label, .main-page-content .gform_wrapper form .gform_body .gform_fields .gfield legend {
  font-weight: 500;
  font-size: 20px;
}
.main-page-content .gform_wrapper form .gform_body .gform_fields .gfield label + .ginput_container, .main-page-content .gform_wrapper form .gform_body .gform_fields .gfield legend + .ginput_container {
  margin-top: 0;
}
.main-page-content .gform_wrapper form .gform_footer {
  margin: 0.5em 0 3em;
}
.main-page-content .gform_wrapper form .gform_footer input[type="submit"] {
  cursor: pointer;
  border: none !important;
  padding: 6px 12px;
  background-color: #B5DC8E;
  color: #4E4D4D;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  -ms-appearance: unset;
  appearance: unset;
}
.main-page-content .gform_wrapper form .gform_footer input[type="submit"]:hover {
  background-color: #374C44;
  color: #fff;
}
.main-page-content input[type="submit"] {
  cursor: pointer;
  border: none !important;
  padding: 6px 12px;
  background-color: #B5DC8E;
  color: #4E4D4D;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-page-content input[type="submit"]:hover {
  background-color: #374C44;
  color: #fff;
}
/* -------------------------------------------------------------------------- */
/*	Member Dashboard Page
/* -------------------------------------------------------------------------- */
.members-dash {
  padding-bottom: 2em;
}
.members-dash .profile-container {
  grid-auto-flow: row dense;
  display: grid;
  grid-gap: 0 5%;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3.5em;
}
.members-dash .profile-container .profile-block {
  width: 100%;
  float: left;
  display: inline-block;
  margin-right: 5%;
}
.members-dash .profile-container .profile-block .content-search {
  padding: 30px;
}
.members-dash .profile-container .profile-block .content-search h2 {
  margin: 0;
  text-align: center;
  color: #F2633E;
}
.members-dash .profile-container .profile-block .content-search .org-name {
  color: #4E4D4D;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  padding-top: 3px;
  text-transform: capitalize;
}
.members-dash .profile-container .profile-block .content-search .person-image {
  background-color: #4E4D4D;
}
.members-dash .profile-container .profile-block .content-search .button-container {
  text-align: center;
}
.members-dash .profile-container .profile-block .content-search button {
  background-color: #171717;
  color: #fff;
  border: 1px solid #171717;
  font-size: 18px;
  line-height: 1.75em;
  min-height: 44px;
  padding: 0 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.members-dash .profile-container .profile-block .content-search button:hover {
  background-color: #F2633E;
  color: #fff;
  border-color: #F2633E;
}
.members-dash .grid-block-container {
  display: inline-block;
}
.members-dash .grid-block {
  border: 1px solid #4E4D4D;
  position: relative;
  margin-right: 5%;
  display: inline-block;
  padding: 0;
  margin-bottom: 4em;
  width: 100%;
  display: grid;
  align-items: end;
}
.members-dash .grid-block:not(.profile-block):hover:after {
  content: "";
  background-color: #2f7b67;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 2;
}
.members-dash .grid-block:not(.profile-block):hover .button-full {
  z-index: 3;
}
.members-dash .grid-block .block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.members-dash .grid-block .icon {
  margin: 30px auto;
  max-width: 85px;
  height: auto;
}
.members-dash .grid-block .icon img {
  max-width: 100%;
  max-height: auto;
  width: 100%;
}
.members-dash .grid-block .button-full {
  background-color: #2F7B67;
  color: #fff;
  font-size: 24px;
  padding: 10px 0;
  text-align: center;
  line-height: 1.5em;
}
.members-dash .grid-block .button-full a {
  color: inherit;
}
.members-dash .grid-block .button-full:hover {
  background-color: #171717;
  color: #fff;
}
/* -------------------------------------------------------------------------- */
/*	Member Videos Page
/* -------------------------------------------------------------------------- */
.member-modal .member-details-container {
  padding: 30px;
  line-height: 1.5em;
}
.member-modal .member-details-container h2 {
  margin: 0;
}
.member-modal .member-details-container .org-name {
  color: #4E4D4D;
  font-size: 20px;
}
.member-modal .member-details-container .org-name a {
  color: inherit;
}
.member-modal .member-details-container .title-fields {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.member-modal .member-details-container .email-address a {
  color: #2A6AAD;
}
.search-results .results-container {
  grid-auto-flow: row dense;
  display: grid;
  grid-gap: 0 5%;
  position: relative;
  grid-template-columns: 28% 67%;
  margin-top: 3.5em;
}
.search-results .results-container .content-search {
  padding: 30px;
  border: 1px solid #EFEFEF;
}
.search-results .results-container .content-search h2 {
  margin: 0;
  text-align: center;
  color: #F2633E;
}
.search-results .results-container .content-search .org-name {
  color: #4E4D4D;
  text-align: center;
}
.search-results .results-container .content-search .person-image {
  background-color: #4E4D4D;
}
.search-results .results-container .content-search .filters-group .label, .search-results .results-container .content-search .filters-group .facetwp-autocomplete-update {
  display: none;
}
.search-results .results-container .content-search .filters-group .facetwp-facet {
  margin-bottom: 34px;
}
.search-results .results-container .content-search .filters-group .facetwp-facet input, .search-results .results-container .content-search .filters-group .facetwp-facet select {
  font-size: 18px;
  line-height: 1.75em;
}
.search-results .results-container .content-search .filters-group .facetwp-facet input::placeholder, .search-results .results-container .content-search .filters-group .facetwp-facet select::placeholder {
  color: #000;
}
.search-results .results-container .content-search .filters-group .facetwp-facet input {
  padding: 5px 10px;
  width: calc(100% - 24px);
}
.search-results .results-container .content-search .filters-group .facetwp-facet select {
  width: 100%;
  min-height: 48px;
  padding: 0 10px;
}
.search-results .results-container .content-search .button-container {
  text-align: center;
}
.search-results .results-container .content-search button {
  background-color: #171717;
  color: #fff;
  border: 1px solid #171717;
  font-size: 18px;
  line-height: 1.75em;
  min-height: 44px;
  padding: 0 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-results .results-container .content-search button:hover {
  background-color: #F2633E;
  color: #fff;
  border-color: #F2633E;
}
.search-results .results-container .user-row {
  border-bottom: 1px solid #4E4D4D;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 18px;
  position: relative;
}
.search-results .results-container .user-row h2 {
  margin: 0;
  text-transform: capitalize;
}
.search-results .results-container .user-row .org-name {
  margin-top: 5px;
  color: #4E4D4D;
  font-size: 20px;
}
.search-results .results-container .user-row .member-modal {
  display: none;
}
.search-results .results-container .user-row .user-email {
  float: right;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  margin-top: -15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-results .results-container .user-row .user-email a {
  color: #4E4D4D;
}
.search-results .results-container .user-row .user-email:hover a {
  color: #F2633E;
}
.search-results .results-container .user-row .modal-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.search-results .results-container .user-row.has-modal:hover h2 {
  color: #F2633E;
}
.search-results .filters-group-title {
  background-color: #2F7B67;
  color: #fff;
  padding: 20px 0;
}
.search-results .filters-group-title h2 {
  margin: 0;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
}
.search-results .content-results {
  padding-bottom: 3em;
}
.search-results .content-results .posts-list li {
  list-style: none;
}
.search-results .content-results .video-posts {
  grid-auto-flow: row dense;
  display: grid;
  grid-gap: 30px;
  position: relative;
  grid-template-columns: 1fr 1fr;
  padding-left: 0;
  margin-top: 0;
}
.search-results .content-results .video-posts li h4 {
  line-height: 1.25em;
  font-size: 18px;
  margin: 0 0 15px;
  min-height: 68px;
}
.search-results .content-results .video-posts li .iframe-container {
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  position: relative;
}
.search-results .content-results .video-posts li .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-results .content-results .page-numbers {
  padding-left: 0;
  text-align: center;
}
.search-results .content-results .page-numbers li {
  list-style: none;
  display: inline-block;
}
.search-results .content-results .page-numbers li span, .search-results .content-results .page-numbers li a {
  padding: 5px 10px;
  line-height: 1.5em;
  font-size: 20px;
  border: 1px solid #374C44;
}
.search-results .content-results .page-numbers li span.current, .search-results .content-results .page-numbers li span:hover, .search-results .content-results .page-numbers li a.current, .search-results .content-results .page-numbers li a:hover {
  color: #fff;
  border: 1px solid #F2633E;
  background-color: #F2633E;
}
/* -------------------------------------------------------------------------- */
/*	Job Board
/* -------------------------------------------------------------------------- */
.job_filters {
  margin-top: 2em;
  font-size: 20px;
  position: relative;
}
.job_filters .search_jobs input[type="text"] {
  font-size: 18px;
  line-height: 1.5em;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  -ms-appearance: unset;
  appearance: unset;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.job_filters .search_jobs div.search_remote_position {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0.67em 1em;
  float: left;
  border: 1px solid #eee;
  display: inline-block;
  width: auto;
  font-size: 0.83em;
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  zoom: 1;
  width: 270px;
}
.job_filters .search_jobs div.search_submit {
  display: inline-block;
  float: right;
}
.job_filters .search_jobs div.search_submit input {
  cursor: pointer;
  border: none !important;
  padding: 6px 12px;
  background-color: #B5DC8E;
  color: #4E4D4D;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  -ms-appearance: unset;
  appearance: unset;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.job_filters .search_jobs div.search_submit input:hover {
  background-color: #374C44;
  color: #fff;
  border-color: #F2633E;
  cursor: pointer;
}
.job_filters .job_types {
  width: calc(100% - 270px);
  float: right;
}
.job_filters .job_types li {
  padding: 0.5em 2em;
}
ul.job_listings {
  margin-top: 2.5em !important;
}
ul.job_listings li.job_listing a div.position .company, ul.job_listings li.job_listing a div.location, ul.job_listings li.job_listing a .meta {
  color: #000;
  font-size: 20px;
  line-height: 1.5em;
}
ul.job_listings li.job_listing a div.position .company .tagline {
  margin-left: 0;
  display: block;
  font-size: 18px;
}
/* -------------------------------------------------------------------------- */
/*	Single Jobs
/* -------------------------------------------------------------------------- */
.single-job_listing article {
  padding-top: 3em;
}
.single-job_listing .button {
  background-color: #171717;
  color: #fff;
  border: 1px solid #171717;
  font-size: 18px;
  line-height: 1.75em;
  min-height: 44px;
  padding: 0 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-job_listing .button:hover {
  background-color: #F2633E;
  color: #fff;
  border-color: #F2633E;
  cursor: pointer;
}
.single-job_listing .job-listing-meta {
  font-size: 20px;
  padding-top: 20px;
  margin-bottom: 2.5em;
}
.single-job_listing .meta li {
  color: #000;
}
.single-job_listing .meta li:before {
  color: #2F7B67;
}
.single-job_listing .meta li .google_map_link {
  color: #000;
  text-decoration: underline;
  text-underline-position: under;
}
.single-job_listing .meta li .google_map_link:hover {
  color: #F2633E;
}
.single-job_listing .company {
  border: none;
  box-shadow: none;
  padding: 0;
}
.single-job_listing .company img {
  left: 0;
}
.single-job_listing .company .name, .single-job_listing .company .tagline {
  margin-left: 2em;
}
.single-job_listing .company .tagline {
  font-syle: normal;
}
.single-job_listing .company .website, .single-job_listing .company .company_twitter {
  font-size: 0;
}
.single-job_listing .company .website:before, .single-job_listing .company .company_twitter:before {
  color: #F2633E;
  font-size: 30px;
  width: 30px;
  height: 30px;
}
.single-job_listing .company .company_twitter {
  margin-right: 20px;
}
.single-job_listing .application .application_details {
  box-shadow: none;
}
.single-job_listing .application .application_details a:hover {
  color: #374C44;
}
.back-button {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.back-button:hover {
  color: #374C44;
}
.job-manager-form fieldset input.input-text, .job-manager-form fieldset input.input-date, .job-manager-form fieldset textarea, .job-manager-form fieldset select {
  border: none !important;
  padding: 6px 12px !important;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  background-color: #EFEFEF !important;
}
.job-manager-form fieldset label:not(.full-line-checkbox-field label) {
  font-size: 18px;
}
.job-manager-form fieldset small.description {
  font-size: 16px;
  margin-top: 10px;
}
.job-manager-form fieldset input[type="checkbox"] + small.description {
  margin-top: 0;
}
/* -------------------------------------------------------------------------- */
/*	Forums
/* -------------------------------------------------------------------------- */
.post-type-archive-forum .bbp-breadcrumb, .single-forum .bbp-breadcrumb {
  display: none;
}
.post-type-archive-forum .bbp-breadcrumb p, .single-forum .bbp-breadcrumb p {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
.post-type-archive-forum .bbp-breadcrumb p a, .single-forum .bbp-breadcrumb p a {
  color: #374C44;
}
.post-type-archive-forum .bbp-breadcrumb p a:hover, .single-forum .bbp-breadcrumb p a:hover {
  color: #000;
}
#bbpress-forums {
  padding-top: 3em !important;
}
#bbpress-forums #subscription-toggle, #bbpress-forums #favorite-toggle {
  margin: 0 0 15px;
  font-size: 16px;
}
#bbpress-forums ul, #bbpress-forums ol, #bbpress-forums p {
  font-size: 18px;
  line-height: 1.5em;
}
#bbpress-forums p.bbp-topic-meta {
  font-size: 16px;
}
#bbpress-forums p.bbp-topic-meta .bbp-author-avatar {
  display: none;
}
#bbpress-forums p.bbp-topic-meta span {
  color: #000;
}
#bbpress-forums p.bbp-topic-meta span:hover {
  color: #F2633E;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 18px;
}
#bbpress-forums #bbp-user-wrapper .bbp-ser-section h3 {
  font-size: 18px;
}
#bbpress-forums .bbp-user-section h3 {
  font-size: 18px;
}
#bbpress-forums .bbp-user-body p, #bbpress-forums .bbp-user-body ul, #bbpress-forums .bbp-user-body ol {
  font-size: 20px;
}
#bbpress-forums .bbp-user-body #bbp-user-navigation {
  font-size: 20px;
  line-height: 1.5em;
}
#bbpress-forums #bbp-user-body .form-table > tbody > .acf-field > .acf-label label {
  font-size: 16px;
}
#bbpress-forums div.bbp-search-form {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#bbpress-forums div.bbp-search-form #bbp_search, #bbpress-forums div.bbp-search-form #bbp-reply-search-form input[type="text"], #bbpress-forums div.bbp-search-form #bbp-topic-search-form input[type="text"] {
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #000;
  line-height: 1.5em;
}
#bbpress-forums div.bbp-search-form #bbp-topic-search-form input[type="text"], #bbpress-forums div.bbp-search-form #bbp-reply-search-form input[type="text"] {
  position: relative;
  top: -2px;
  line-height: 1.75em;
}
#bbpress-forums div.bbp-search-form .button {
  background-color: #171717;
  color: #fff;
  border: 1px solid #000;
  font-size: 18px;
  padding: 3px 10px;
}
#bbpress-forums div.bbp-reply-author .bbp-author-name {
  font-size: 16px;
}
#bbpress-forums div.bbp-reply-author .bbp-reply-ip, #bbpress-forums div.bbp-reply-author .bbp-author-role {
  display: none;
}
#bbpress-forums div.bbp-breadcrumb {
  margin-top: 1.5em;
  display: none;
}
#bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  font-size: 18px;
  line-height: 1.5em;
}
#bbpress-forums div.bbp-reply-content p, #bbpress-forums div.bbp-reply-content ul, #bbpress-forums div.bbp-reply-content ol, #bbpress-forums div.bbp-topic-content p, #bbpress-forums div.bbp-topic-content ul, #bbpress-forums div.bbp-topic-content ol, #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content p, #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content ul, #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content ol {
  font-size: 18px;
  line-height: 1.5em;
}
#bbpress-forums div.bbp-reply-content p:first-of-type, #bbpress-forums div.bbp-topic-content p:first-of-type, #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content p:first-of-type {
  margin-top: 0;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  font-size: 16px !important;
}
#bbpress-forums .bbp-pagination {
  margin-left: 27px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  display: none;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  padding-left: 0;
}
#bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form ul, #bbpress-forums fieldset.bbp-form ol {
  font-size: 20px;
}
#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
  font-size: 16px;
  border: 1px solid #ccc;
}
#bbpress-forums ul.bbp-forums {
  margin: 4em 0;
}
#bbpress-forums li {
  font-size: 18px;
}
#bbpress-forums li.bbp-body ul.forum {
  padding: 15px 30px;
}
#bbpress-forums li.bbp-header {
  padding: 15px 30px;
}
#bbpress-forums li.bpp-footer {
  font-size: 16px;
}
#bbpress-forums li.bpp-footer .bbp-reply-content {
  margin-left: 130px;
}
#bbpress-forums li.bpp-footer .bbp-reply-author {
  line-height: 1.5em !important;
}
#bbpress-forums fieldset.bbp-form {
  font-size: 18px;
}
#bbpress-forums .bbp-pagination-count {
  font-size: 18px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content {
  font-size: 18px;
  line-height: 1.5em;
}
.bbp-topics ul.sticky {
  background-color: #D7E4E1 !important;
}
div.bbp-template-notice, div.indicator-hint {
  background-color: #D7E4E1 !important;
  border-color: #D7E4E1 !important;
}
div.bbp-submit-wrapper button, .single_job_listing .application .application_button, .job-manager-application-wrapper .application .application_button {
  cursor: pointer;
  border: none !important;
  padding: 6px 12px;
  background-color: #b5dc8e;
  color: #4e4d4d;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  -ms-appearance: unset;
  appearance: unset;
}
div.bbp-submit-wrapper button:hover, .single_job_listing .application .application_button:hover, .job-manager-application-wrapper .application .application_button:hover {
  background-color: #374c44;
  color: #fff;
}
#mc_embed_signup {
  background-color: transparent !important;
  width: 67% !important;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
}
#mc_embed_signup .indicates-required {
  margin-bottom: 15px;
}
#mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"] {
  font-size: 20px;
  line-height: 1.5em;
  border: 1px solid #ccc;
  width: calc(100% - 6px);
  font-family: "freight-sans-pro", sans-serif;
}
#mc_embed_signup label {
  font-family: "freight-sans-pro", sans-serif;
}
/* -------------------------------------------------------------------------- */
/*	Flexible Content Blocks
/* -------------------------------------------------------------------------- */
.full-width-text {
  padding: 3em 0;
}
.full-width-text.white-bg {
  background-color: #fff;
}
.full-width-text.white-bg .gform_wrapper form .gform_body ul.gform_fields li.gfield input, .full-width-text.white-bg .gform_wrapper form .gform_body ul.gform_fields li.gfield select, .full-width-text.white-bg .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
  background-color: #EFEFEF;
  font-weight: 500;
  font-size: 20px;
}
.full-width-text.gray-bg {
  background-color: #EFEFEF;
}
.full-width-text.gray-bg .gform_wrapper form .gform_body ul.gform_fields li.gfield input, .full-width-text.gray-bg .gform_wrapper form .gform_body ul.gform_fields li.gfield select, .full-width-text.gray-bg .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
  background-color: #fff;
}
.full-width-text.has-icon .icon-heading {
  width: 100%;
  height: 100px;
  position: relative;
  margin-top: 1em;
}
.full-width-text.has-icon .icon-heading .icon-container {
  width: 75px;
  height: 75px;
  padding: 12.5px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.full-width-text.has-icon .icon-heading h2 {
  font-size: 24px;
  font-weight: 700;
  float: left;
  margin: 1em 0 0 -15px;
  padding: 10px;
  position: relative;
  z-index: 2;
  max-width: calc(100% - 205px);
  position: absolute;
  left: 105px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 0 -25px;
  padding-left: 25px;
}
.full-width-text.has-icon .icon-heading.primary h2 {
  background-color: #374C44;
  color: #fff;
}
.full-width-text.has-icon .icon-heading.primary .icon-container {
  background-color: #374C44;
}
.full-width-text.has-icon .icon-heading.secondary h2 {
  background-color: #F2633E;
  color: #fff;
}
.full-width-text.has-icon .icon-heading.secondary .icon-container {
  background-color: #F2633E;
}
.full-width-text.has-icon .icon-heading.tertiary h2 {
  background-color: #B5DC8E;
  color: #fff;
}
.full-width-text.has-icon .icon-heading.tertiary .icon-container {
  background-color: #B5DC8E;
}
.full-width-text.has-icon .icon-heading.quaternary {
  background-color: #2A6AAD;
  color: #fff;
}
.full-width-text.has-icon .icon-heading.quaternary .icon-container {
  background-color: #2A6AAD;
}
.full-width-text.has-icon .icon-heading.white h2 {
  background-color: #fff;
  color: #171717;
}
.full-width-text.has-icon .icon-heading.white .icon-container {
  background-color: #fff;
}
.full-width-text.has-icon .icon-heading.gray h2 {
  background-color: #EFEFEF;
  color: #171717;
}
.full-width-text.has-icon .icon-heading.gray .icon-container {
  background-color: #EFEFEF;
}
.full-width-text.has-icon .content {
  margin-top: 3em;
  padding: 0 95px;
}
.full-width-text.square-image-and-text.singular-post .narrow-container {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 30% calc(70% - 50px);
}
.full-width-text.square-image-and-text.singular-post .image-container {
  width: 100%;
  float: none;
}
.full-width-text.square-image-and-text.singular-post .content-container {
  width: 100%;
  float: none;
  padding: 0 25px 10px;
  height: 100%;
}
.full-width-text .button-container {
  margin: 3em 0;
}
.full-width-text .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 2em;
}
.full-width-text .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width-text .gform_wrapper form {
  width: 67%;
  margin: 0;
}
.full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield {
  margin: 0 0 0.5em;
}
.full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield input, .full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield select, .full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
  border: none !important;
  text-transform: normal;
  padding: 6px 12px !important;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px !important;
  letter-spacing: 2px !important;
}
.full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_complex label {
  font-size: 16px;
}
.full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield span.name_first input, .full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield span.name_last input {
  margin-bottom: 0 !important;
}
.full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield select {
  margin-top: 13px;
}
.full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield label {
  font-weight: 500;
  font-size: 20px;
}
.full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield label + .ginput_container {
  margin-top: 0;
}
.full-width-text .gform_wrapper form .gform_footer {
  margin: 0.5em 0 3em;
}
.full-width-text .gform_wrapper form .gform_footer input[type="submit"] {
  cursor: pointer;
  border: none !important;
  padding: 6px 12px;
  background-color: #B5DC8E;
  color: #4E4D4D;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  -ms-appearance: unset;
  appearance: unset;
}
.full-width-text .gform_wrapper form .gform_footer input[type="submit"]:hover {
  background-color: #374C44;
  color: #fff;
}
.full-width-text ol, .full-width-text ul {
  padding-left: 24px;
}
.full-width-text ol li, .full-width-text ul li {
  line-height: 1.75em;
  margin-bottom: 0.5em;
}
.full-width-text .companies-block {
  text-align: center;
}
.full-width-text .companies-block .company {
  width: calc(23% - 4px);
  margin-right: 2.5%;
  display: inline-block;
  margin-bottom: 30px;
  min-height: 100px;
  position: relative;
}
.full-width-text .companies-block .company:nth-of-type(4n) {
  margin-right: 0;
}
.full-width-text .companies-block .company img {
  max-height: 100px;
  width: auto;
  max-width: 100%;
}
.full-width-text .companies-block .company .company-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video-block {
  padding: 3em 0 5em;
}
.video-block h2 {
  background-color: #fff;
  color: #171717;
}
.video-block .iframe-container {
  padding-bottom: 56.25%;
  position: relative;
}
.video-block .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block p:last-of-type {
  margin-bottom: 0;
}
.image-content-slider {
  padding: 3em 0;
  background-color: #EFEFEF;
  font-family: "freight-sans-pro", sans-serif;
}
.image-content-slider .cycle-slider .slide {
  width: 100%;
  margin-bottom: 1.5em;
}
.image-content-slider .cycle-slider .slide:last-of-type {
  margin-bottom: 0;
}
.image-content-slider .cycle-slider .slide .callout-image-container {
  width: 60%;
  float: left;
}
.image-content-slider .cycle-slider .slide .callout-image-container .callout-image {
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-content-slider .cycle-slider .slide .callout-content-container {
  position: relative;
  background-color: #fff;
  float: right;
  height: 0;
  padding: 0 25px 42%;
  width: calc(40% - 50px);
}
.image-content-slider .cycle-slider .slide .callout-content-container .callout-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding-right: 20px;
}
.image-content-slider .cycle-slider .slide .callout-content-container .callout-content p {
  font-size: 20px;
  color: #374C44;
}
.image-content-slider .cycle-slider .slide .callout-content-container .callout-content h3 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.image-content-slider .cycle-slider .slide .callout-content-container .callout-content ol, .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ul {
  padding-left: 24px;
}
.image-content-slider .cycle-slider .slide .callout-content-container .callout-content ol li, .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ul li {
  line-height: 1.75em;
  margin-bottom: 0.5em;
  font-size: 20px;
  color: #374C44;
}
.image-content-slider .cycle-slider .slide .callout-content-container::before {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  border: 2px solid #374C44;
}
.image-content-slider .cycle-slider .cycle-pager {
  font-family: "Times", serif;
  text-align: center;
  position: relative;
  width: 84%;
  margin: 0 auto;
  z-index: 20;
}
.image-content-slider .cycle-slider .cycle-pager span {
  font-size: 60px;
  line-height: 1em;
  color: #fff;
  margin: 0 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  outline: none !important;
}
.image-content-slider .cycle-slider .cycle-pager span:hover, .image-content-slider .cycle-slider .cycle-pager span.cycle-pager-active {
  color: #374C44;
}
.image-content-slider .cycle-slider .cycle-prev-next {
  position: absolute;
  bottom: 1.25em;
  width: 100%;
  z-index: 10;
  display: none;
  color: #374C44;
  font-size: 18px;
}
.image-content-slider .cycle-slider .cycle-prev-next .pager-prev {
  display: inline-block;
  left: 0;
}
.image-content-slider .cycle-slider .cycle-prev-next .pager-next {
  float: right;
  display: inline-block;
}
.image-content-slider .cycle-slider .cycle-prev-next .pager-prev:hover, .image-content-slider .cycle-slider .cycle-prev-next .pager-next:hover {
  opacity: 0.8;
}
.image-content-block {
  padding: 5em 0;
}
.image-content-block .callout-image-container {
  position: relative;
  width: 60%;
  height: 0;
  padding-bottom: 60%;
}
.image-content-block .callout-image-container .circle-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-content-block .callout-image-container .circle-image::before {
  content: "";
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #F2633E;
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: -1;
}
.image-content-block .callout-image-container .circle-image::after {
  content: "";
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: block;
  background-color: transparent;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
  border: 2px solid #374C44;
}
.image-content-block .callout-content-container {
  width: 70%;
  position: absolute;
  bottom: 20%;
  right: -5%;
  margin-top: 10%;
  background-color: #F2633E;
}
.image-content-block .callout-content-container .callout-content {
  padding: 2em 40px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.image-content-block .callout-content-container .callout-content blockquote {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
}
.image-content-block .callout-content-container .callout-content p {
  font-size: 20px;
}
.image-content-block .callout-content-container .callout-content a {
  color: rgba(255, 255, 255, 0.7);
}
.image-content-block .callout-content-container .callout-content a:hover {
  color: #fff;
  text-decoration: underline;
}
.image-content-block .callout-content-container .callout-content::before {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  border: 2px solid #374C44;
  z-index: -1;
}
.full-width-image {
  padding: 0;
}
.full-width-image.has-content {
  margin-bottom: 12em;
}
.full-width-image .fw-image {
  position: relative;
  background-size: cover !important;
  padding-bottom: 40%;
}
.full-width-image .fw-image .image-overlay-container {
  background-color: #374C44;
  width: 70%;
  position: absolute;
  bottom: -8em;
  left: 15%;
  padding: 2em 0;
  color: #fff;
}
.full-width-image .fw-image .image-overlay-container h2.section-heading {
  margin-bottom: 0;
  color: #fff;
}
.full-width-image .fw-image .image-overlay-container .content p:first-of-type {
  margin-top: 0.5em;
}
.full-width-image .fw-image .image-overlay-container .button-container {
  margin: 2.5em 0 0;
}
.full-width-image .fw-image .image-overlay-container .button-container .button {
  background-color: #fff;
}
.full-width-image .fw-image .image-overlay-container .button-container .button:hover {
  background-color: #B5DC8E;
}
.full-width-image .fw-image .image-overlay-container:before {
  content: "";
  width: 40%;
  background-color: #fff;
  height: 6px;
  position: absolute;
  top: -24px;
  left: 0;
}
.accordions-block {
  padding: 3em 0;
  position: relative;
}
.accordions-block.has-icon.no-block-content .icon-heading {
  margin-bottom: 3em;
}
.accordions-block.has-icon .icon-heading {
  width: 100%;
  height: 100px;
  position: relative;
  margin-top: 1em;
}
.accordions-block.has-icon .icon-heading .icon-container {
  width: 75px;
  height: 75px;
  padding: 12.5px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.accordions-block.has-icon .icon-heading h2 {
  font-size: 24px;
  font-weight: 700;
  float: left;
  margin: 1em 0 0 -15px;
  padding: 10px;
  position: relative;
  z-index: 2;
  max-width: calc(100% - 205px);
  position: absolute;
  left: 105px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 0 -25px;
  padding-left: 25px;
}
.accordions-block.has-icon .icon-heading.primary h2 {
  background-color: #374C44;
  color: #fff;
}
.accordions-block.has-icon .icon-heading.primary .icon-container {
  background-color: #374C44;
}
.accordions-block.has-icon .icon-heading.secondary h2 {
  background-color: #F2633E;
  color: #fff;
}
.accordions-block.has-icon .icon-heading.secondary .icon-container {
  background-color: #F2633E;
}
.accordions-block.has-icon .icon-heading.tertiary h2 {
  background-color: #B5DC8E;
  color: #fff;
}
.accordions-block.has-icon .icon-heading.tertiary .icon-container {
  background-color: #B5DC8E;
}
.accordions-block.has-icon .icon-heading.quaternary {
  background-color: #2A6AAD;
  color: #fff;
}
.accordions-block.has-icon .icon-heading.quaternary .icon-container {
  background-color: #2A6AAD;
}
.accordions-block.has-icon .icon-heading.white h2 {
  background-color: #fff;
  color: #171717;
}
.accordions-block.has-icon .icon-heading.white .icon-container {
  background-color: #fff;
}
.accordions-block.has-icon .icon-heading.gray h2 {
  background-color: #EFEFEF;
  color: #171717;
}
.accordions-block.has-icon .icon-heading.gray .icon-container {
  background-color: #EFEFEF;
}
.accordions-block.has-icon .content {
  margin-top: 3em;
  padding: 0 95px;
}
.accordions-block.gray-bg {
  background-color: #EFEFEF;
}
.accordions-block .block-section-title {
  font-size: 30px;
}
.accordions-block .accordion-block {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}
.accordions-block .accordion-block.clicked .accordion-content {
  height: auto;
  max-height: 100%;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.accordions-block .accordion-block.clicked .accordion-content hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.accordions-block .accordion-block.clicked .accordion-content img {
  margin-top: 5px;
  margin-bottom: 20px;
  height: auto;
}
.accordions-block .accordion-block.clicked .accordion-content p, .accordions-block .accordion-block.clicked .accordion-content ol, .accordions-block .accordion-block.clicked .accordion-content ul, .accordions-block .accordion-block.clicked .accordion-content ul li, .accordions-block .accordion-block.clicked .accordion-content ol li {
  margin: 0 0 10px;
  height: auto;
}
.accordions-block .accordion-block.clicked .accordion-content p + table {
  margin-top: 30px;
}
.accordions-block .accordion-block.clicked .accordion-content a {
  color: #374C44;
  font-weight: 700;
}
.accordions-block .accordion-block.clicked .accordion-content a:hover {
  color: #F2633E;
}
.accordions-block .accordion-block.clicked .accordion-title:after {
  content: "-";
  font-size: 60px;
}
.accordions-block .accordion-block.clicked.has-content .accordion-title:after {
  content: "-";
}
.accordions-block .accordion-block.has-content .accordion-title:after {
  content: "+";
  padding-left: 10px;
  top: 24px;
  font-size: 40px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordions-block .accordion-block.no-content .accordion-title {
  padding-top: 10px;
}
.accordions-block .accordion-block .color {
  width: 15px;
  height: 6px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -2px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.accordions-block .accordion-block .accordion-title {
  padding: 10px 0 10px;
  border-top: 1px solid #374C44;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  color: #374C44;
}
.accordions-block .accordion-block .accordion-title .title-container {
  width: calc(96% - 28px);
}
.accordions-block .accordion-block .accordion-title p {
  margin: 0;
  width: 92%;
}
.accordions-block .accordion-block .accordion-title:after {
  content: "+";
  position: absolute;
  right: 4%;
  font-size: 28px;
  margin-top: 5px;
  font-weight: 300;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordions-block .accordion-block .accordion-title:focus {
  outline: none;
}
.accordions-block .accordion-block .accordion-content {
  padding: 0;
  height: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  margin-top: 0;
  margin-bottom: 0;
}
.accordions-block .accordion-block .accordion-content:focus {
  outline: none;
}
.accordions-block .accordion-block .accordion-content h1, .accordions-block .accordion-block .accordion-content h2, .accordions-block .accordion-block .accordion-content h3, .accordions-block .accordion-block .accordion-content h4, .accordions-block .accordion-block .accordion-content h5, .accordions-block .accordion-block .accordion-content h6, .accordions-block .accordion-block .accordion-content h7, .accordions-block .accordion-block .accordion-content h8, .accordions-block .accordion-block .accordion-content h9, .accordions-block .accordion-block .accordion-content ul, .accordions-block .accordion-block .accordion-content ol, .accordions-block .accordion-block .accordion-content li, .accordions-block .accordion-block .accordion-content p, .accordions-block .accordion-block .accordion-content hr, .accordions-block .accordion-block .accordion-content img, .accordions-block .accordion-block .accordion-content .gallery {
  margin-top: inherit;
  margin-bottom: inherit;
  height: 0;
  color: inherit;
}
.accordions-block .accordion-block .accordion-content img {
  margin-top: 0;
  margin-bottom: 0;
  height: 0;
}
.accordions-block .accordion-block .accordion-content hr {
  margin: 0;
}
.accordions-block .accordion-block .accordion-content p {
  margin: 0;
  height: 0;
}
.accordions-block .accordion-block .accordion-content ol, .accordions-block .accordion-block .accordion-content ul {
  margin-bottom: 0;
}
.accordions-block .accordion-block .accordion-content ol li, .accordions-block .accordion-block .accordion-content ul li {
  margin-bottom: 0;
}
.tabbed-content {
  padding: 5em 0;
}
.tabbed-content ul.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabbed-content ul.tabs-nav li {
  display: inline-block;
  margin: 0 0 -1px;
  background-color: #374C44;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid #374C44;
  border-bottom: 0;
  position: relative;
}
.tabbed-content ul.tabs-nav li:focus {
  outline: none;
}
.tabbed-content ul.tabs-nav li:hover, .tabbed-content ul.tabs-nav li.ui-state-active {
  background-color: #fff;
  color: #374C44;
}
.tabbed-content ul.tabs-nav li:hover a, .tabbed-content ul.tabs-nav li.ui-state-active a {
  color: #374C44;
}
.tabbed-content ul.tabs-nav li a {
  padding: 5px 15px;
  display: block;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tabbed-content ul.tabs-nav li a:hover {
  color: #374C44;
}
.tabbed-content ul.tabs-nav li a:focus {
  outline: none;
}
.tabbed-content section {
  padding: 30px 15px;
  border: 1px solid #000;
}
.tabbed-content #additional-content h4 {
  color: #4E4D4D;
}
.tabbed-content #venue-information {
  margin-bottom: 60px;
}
.tabbed-content #venue-information h3 {
  border-bottom: 1px solid #4E4D4D;
  padding-bottom: 15px;
}
.tabbed-content #venue-information h4 {
  color: #4E4D4D;
}
.tabbed-content #venue-information .content-left {
  width: 38%;
  float: left;
  margin-right: 5%;
  line-height: 1.5em;
  font-size: 16px;
  margin-top: 30px;
}
.tabbed-content #venue-information .content-left h5 {
  margin: 0 0 10px;
  border-bottom: 1px solid #4E4D4D;
  font-size: 16px;
  padding: 20px 0 10px;
}
.tabbed-content #venue-information .content-left p {
  font-size: 16px;
  line-height: 1.5em;
}
.tabbed-content #venue-information .content-right {
  margin-top: 55px;
  width: 57%;
  float: right;
}
.tabbed-content #venue-information .content-right iframe {
  width: 100%;
}
.tabbed-content .events-schedule {
  margin-bottom: 60px;
}
.tabbed-content .events-schedule table {
  margin-top: 2em;
  font-size: 18px;
  width: 100%;
  position: relative;
}
.tabbed-content .events-schedule table:first-of-type {
  margin-top: 0;
}
.tabbed-content .events-schedule table:first-of-type thead .event-date {
  margin-top: 0;
}
.tabbed-content .events-schedule table thead .the-title {
  text-align: left;
}
.tabbed-content .events-schedule table thead .event-date {
  text-align: left;
  font-weight: 400;
  color: #374C44;
  font-weight: 700;
  margin: 20px 0;
  font-size: 30px;
}
.tabbed-content .events-schedule table tbody tr:before {
  content: "";
  width: 100%;
  position: absolute;
  border-top: 1px solid #4E4D4D;
  display: block;
}
.tabbed-content .events-schedule table tbody .event-time {
  font-size: 24px;
  font-weight: 700;
  vertical-align: top;
  padding: 20px 0;
}
.tabbed-content .events-schedule table tbody .sub-event-information {
  vertical-align: top;
  padding: 8px 0 16px;
  width: 75%;
  line-height: 1.75em;
}
.tabbed-content .events-schedule table tbody .sub-event-information .sub-event-title {
  font-weight: 700;
  color: #374C44;
  padding: 15px 0;
  font-size: 24px;
}
.tabbed-content .events-schedule table tbody .sub-event-information .sub-event-description {
  color: #4E4D4D;
  line-height: 1.5em;
}
.tabbed-content .events-schedule .scheduler-buttons {
  display: none;
}
.tabbed-content .events-schedule .scheduler-buttons:first-of-type {
  display: block;
  right: 4%;
  position: absolute;
  z-index: 2;
  width: 30%;
}
.tabbed-content .events-schedule .scheduler-buttons:first-of-type .schedule, .tabbed-content .events-schedule .scheduler-buttons:first-of-type .google-calendar {
  width: 30%;
  margin-left: 8%;
  display: inline-block;
  float: right;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.tabbed-content .events-schedule .scheduler-buttons:first-of-type .schedule:before, .tabbed-content .events-schedule .scheduler-buttons:first-of-type .google-calendar:before {
  content: "";
  display: block;
  font-weight: 100 !important;
  font-family: fontAwesome;
  font-size: 40px;
  width: 40%;
  margin: 0 auto 10px;
  color: #374C44;
}
.tabbed-content .events-schedule .scheduler-buttons:first-of-type .google-calendar form {
  cursor: pointer;
}
.tabbed-content .events-schedule .scheduler-buttons:first-of-type .google-calendar input[type="submit"] {
  cursor: pointer;
  border: none !important;
  padding: none !important;
  background-color: transparent !important;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #374C44;
  white-space: normal !important;
  line-height: 1em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tabbed-content .events-schedule .scheduler-buttons:first-of-type .google-calendar input[type="submit"]:hover {
  color: #F2633E;
}
.tabbed-content .events-schedule .scheduler-buttons:first-of-type .schedule:before {
  content: "";
  border-bottom: 6px solid #374C44;
  font-size: 35px;
}
.tabbed-content .events-schedule .scheduler-buttons:first-of-type .schedule:hover:before {
  border-bottom: 6px solid #374C44;
}
.tabbed-content #speakers .speakers-group h4 {
  margin: 0;
  font-size: 24px;
  line-height: 1.75em;
}
.tabbed-content #speakers .speakers-group .content-left {
  width: 20%;
  margin-right: 5%;
  float: left;
}
.tabbed-content #speakers .speakers-group .content-left .bio-photo {
  background-size: cover !important;
  padding-bottom: 100%;
}
.tabbed-content #speakers .speakers-group .content-left .mobile-meta {
  display: none;
}
.tabbed-content #speakers .speakers-group .content-right {
  float: right;
}
.tabbed-content #speakers .speakers-group .content-right p, .tabbed-content #speakers .speakers-group .content-right ul, .tabbed-content #speakers .speakers-group .content-right ol, .tabbed-content #speakers .speakers-group .content-right .speaker-title {
  font-size: 18px;
}
.tabbed-content #speakers .speakers-group .single-member-callout {
  margin-bottom: 1.5em;
  height: 100% !important;
}
.tabbed-content #speakers .speakers-group .single-member-callout:first-of-type {
  margin-top: 1.5em;
}
.tabbed-content #speakers .speakers-group .single-member-callout.has-image .content-right {
  width: 75%;
}
.tabbed-content #speakers .speakers-group .single-member-callout.no-image .content-right {
  width: 100%;
}
.gallery-blocks {
  position: relative;
  padding-top: 4em;
}
.gallery-blocks.gray-bg {
  background-color: #EFEFEF;
}
.gallery-blocks.gray-bg .gform_wrapper form .gform_body ul.gform_fields li.gfield input, .gallery-blocks.gray-bg .gform_wrapper form .gform_body ul.gform_fields li.gfield select, .gallery-blocks.gray-bg .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
  background-color: #fff;
}
.gallery-blocks.has-icon .icon-heading {
  width: 100%;
  height: 100px;
  position: relative;
  margin-top: 1em;
}
.gallery-blocks.has-icon .icon-heading .icon-container {
  width: 75px;
  height: 75px;
  padding: 12.5px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.gallery-blocks.has-icon .icon-heading h2 {
  font-size: 24px;
  font-weight: 700;
  float: left;
  margin: 1em 0 0 -15px;
  padding: 10px;
  position: relative;
  z-index: 2;
  max-width: calc(100% - 205px);
  position: absolute;
  left: 105px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 0 -25px;
  padding-left: 25px;
}
.gallery-blocks.has-icon .icon-heading.primary h2 {
  background-color: #374C44;
  color: #fff;
}
.gallery-blocks.has-icon .icon-heading.primary .icon-container {
  background-color: #374C44;
}
.gallery-blocks.has-icon .icon-heading.secondary h2 {
  background-color: #F2633E;
  color: #fff;
}
.gallery-blocks.has-icon .icon-heading.secondary .icon-container {
  background-color: #F2633E;
}
.gallery-blocks.has-icon .icon-heading.tertiary h2 {
  background-color: #B5DC8E;
  color: #fff;
}
.gallery-blocks.has-icon .icon-heading.tertiary .icon-container {
  background-color: #B5DC8E;
}
.gallery-blocks.has-icon .icon-heading.quaternary {
  background-color: #2A6AAD;
  color: #fff;
}
.gallery-blocks.has-icon .icon-heading.quaternary .icon-container {
  background-color: #2A6AAD;
}
.gallery-blocks.has-icon .icon-heading.white h2 {
  background-color: #fff;
  color: #171717;
}
.gallery-blocks.has-icon .icon-heading.white .icon-container {
  background-color: #fff;
}
.gallery-blocks.has-icon .icon-heading.gray h2 {
  background-color: #EFEFEF;
  color: #171717;
}
.gallery-blocks.has-icon .icon-heading.gray .icon-container {
  background-color: #EFEFEF;
}
.gallery-blocks.has-icon .content {
  margin-top: 3em;
  padding: 0 95px;
}
.gallery-blocks .narrow-container {
  margin-bottom: 4em;
}
.gallery-blocks .narrow-container h2 {
  margin-top: 0;
}
.gallery-blocks .gallery-holder {
  margin: 0;
  padding: 0;
}
.gallery-blocks .gallery-holder .gallery-block {
  list-style: none;
  opacity: 1 !important;
}
.gallery-blocks .gallery-holder .gallery-block .image-container {
  width: 100%;
  height: 100%;
}
.gallery-blocks .gallery-holder .gallery-block .background-image {
  padding-bottom: 120%;
  background-size: cover !important;
}
.gallery-blocks .button-container {
  padding: 3em 0;
  text-align: right;
}
.gallery-blocks .button-container .button {
  color: #374C44;
  text-decoration-color: #374C44;
  font-size: 26px;
  font-weight: 700;
}
.gallery-blocks .button-container .button:before {
  background-color: #374C44;
  color: #fff;
  padding: 3px 7px;
  font-size: 16px;
  top: 0;
  line-height: 1.5em;
}
.gallery-blocks .button-container .button:hover:before {
  background-color: #4E4D4D;
  color: #fff;
}
.cycle-controls.gallery-slide-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  font-size: 45px;
  color: #fff;
  font-weight: 700;
}
.cycle-controls.gallery-slide-controls .cycle-prev, .cycle-controls.gallery-slide-controls .cycle-next {
  position: relative;
}
.cycle-controls.gallery-slide-controls .cycle-prev:hover, .cycle-controls.gallery-slide-controls .cycle-next:hover {
  opacity: 0.8;
  cursor: pointer;
}
.cycle-controls.gallery-slide-controls .cycle-prev {
  left: 2%;
  float: left;
}
.cycle-controls.gallery-slide-controls .cycle-next {
  right: 2%;
  float: right;
}
.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-arrow {
  background: linear-gradient(to left, #374C44 50%, #374C44 48%) !important;
}
.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-right .ctl-arrow {
  background: linear-gradient(to left, #374C44 50%, #374C44 48%) !important;
}
.ctl-timeline .ctl-description p, .ctl-timeline .ctl-description ul, .ctl-timeline .ctl-description ol {
  font-size: 18px;
  font-family: "freight-sans-pro", sans-serif !important;
}
.ctl-timeline .ctl-labels {
  color: #000 !important;
  font-weight: 600;
}
.ctl-timeline .ctl-title {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  background-color: #374C44 !important;
  font-family: "freight-sans-pro", sans-serif !important;
}
.ctl-timeline .ctl-title a {
  pointer-events: none !important;
  color: #fff;
}
.ctl-timeline .ctl-title a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 1 !important;
}
.search-form input[type="search"] {
  font-size: 20px;
  border: 1px solid #000;
  padding: 10px;
  width: 47.5%;
  -webkit-appearance: unset;
  -ms-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
}
.search-form .search-submit {
  padding: 8px;
  line-height: 1.75;
  position: relative;
  top: -2px;
  font-size: 14px;
}
.search-result {
  border-bottom: 1px solid #000;
}
.search-result .content {
  font-size: 24px;
  line-height: 1.75em;
}
.search-result .content p:last-of-type {
  display: none;
}
.search-result .content .button-container {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
/* Fix Padding Between Blocks */
.accordions-block.white-bg + tabbed-content.white-bg, .full-width-text.gray-bg + .gallery-blocks.gray-bg, .accordions-block.gray-bg + .gallery-blocks.gray-bg, .full-width-text.white-bg + .tabbed-content.white-bg, .tabbed-content.white-bg + .accordions-block.white-bg, .full-width-text.white-bg + .accordions-block.white-bg {
  padding-top: 0;
}
.full-width-text.white-bg + .video-block, .tabbed-content.white-bg + .full-width-text.white-bg, .full-width-text.white-bg + .full-width-text.white-bg {
  padding-top: 0 !important;
}
.featured-image-container + .square-image-and-text {
  margin-top: -6.5em;
  padding-top: 7em;
}
.square-image-and-text + .square-image-and-text {
  padding-top: 0;
}
/* -------------------------------------------------------------------------- */
/*	Archivw/Index
/* -------------------------------------------------------------------------- */
.blog .featured-image-container {
  background-color: #EFEFEF;
  padding-bottom: 6em;
  margin-bottom: 0;
}
.blog .navigation.pagination {
  background-color: #EFEFEF;
  text-align: center;
  padding-bottom: 3em;
}
.blog .navigation.pagination .nav-links .page-numbers {
  line-height: 1.5em;
  font-size: 24px;
  padding: 0 8px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog .navigation.pagination .nav-links .page-numbers:hover {
  color: #000;
}
.blog .navigation.pagination .nav-links .page-numbers.prev:before {
  content: "";
  display: inline-block;
  font-size: 23px;
  font-family: fontAwesome;
  position: relative;
  top: 1px;
}
.blog .navigation.pagination .nav-links .page-numbers.next:after {
  content: "";
  display: inline-block;
  font-size: 23px;
  font-family: fontAwesome;
  position: relative;
  top: 1px;
}
.singular-post {
  background-color: #EFEFEF;
  padding: 3em 0 6em;
}
.singular-post.has-image .image-container {
  width: 30%;
  float: left;
}
.singular-post.has-image .image-container .image {
  background-size: cover !important;
  padding-bottom: 100%;
}
.singular-post:last-child {
  padding-bottom: 6em;
}
.singular-post .section-heading {
  margin-top: 30px;
  margin-bottom: 0;
}
.singular-post .content-container {
  position: relative;
  background-color: #fff;
  float: right;
  height: 0;
  padding: 0 25px 30%;
  width: calc(70% - 50px);
}
.singular-post .content-container:before {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  border: 2px solid #374c44;
}
.singular-post .content p:first-of-type {
  margin-top: 5px;
}
.singular-post .content .read-more {
  display: none;
}
.singular-post .read-more-link {
  z-index: 2;
  position: relative;
}
.singular-post .read-more-link a {
  background-color: #374C44;
  padding: 2px 10px;
  cursor: pointer;
  border: none !important;
  padding: 6px 12px;
  background-color: #B5DC8E;
  color: #4E4D4D;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  -ms-appearance: unset;
  appearance: unset;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singular-post .read-more-link a:hover {
  cursor: pointer;
  background-color: #374C44;
  color: #fff;
}
/* -------------------------------------------------------------------------- */
/*	Archive Event Styles / Tribe Events
/* -------------------------------------------------------------------------- */
.tribe-events-header, .tribe-events-calendar-list, .tribe-events-calendar-list__event-row {
  font-family: "freight-sans-pro", sans-serif !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
  font-size: 18px;
}
.tooltipster-content p, .tooltipster-content ul, .tooltipster-content ol {
  font-size: 14px !important;
}
.tooltipster-content .read-more {
  display: none;
}
.tribe-events-calendar-list p, .tribe-events-calendar-list ol, .tribe-events-calendar-list ul {
  font-size: 18px;
}
.tribe-events-calendar-list .read-more {
  display: none;
}
.tribe-events-calendar-list time.tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 18px;
}
.tribe-events-calendar-list time.tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 24px;
}
body.logged-in .type-tribe_events.tribe-events-category-members-only {
  display: none;
}
body.logged-in .type-tribe_events.tribe-events-category-members-only {
  display: inline;
}
body.tribe-events-page-template:not(.logged-in) .tribe-events-calendar-month__body .tribe-events-calendar-month__events article.cat_members-only, body.tribe-events-page-template:not(.logged-in) .tribe-events-calendar-month__body .tribe-events-calendar-month__events article.tribe_events_cat-members-only {
  display: none !important;
}
body.tribe-events-page-template:not(.logged-in) .tribe-events-calendar-latest-past {
  display: none;
}
body.tribe-events-page-template:not(.logged-in) .tribe-events-calendar-latest-past article.cat_members-only {
  display: none;
}
/* -------------------------------------------------------------------------- */
/*	Single Event Styles / Tribe Events
/* -------------------------------------------------------------------------- */
#tribe-events-pg-template, .tribe-events-pg-template {
  width: 80%;
}
.single-tribe_events #tribe-events-content {
  padding: 3em 0 0;
}
.single-tribe_events .tribe-events-back a {
  color: #000;
}
.single-tribe_events .tribe-events-back a:hover {
  color: #374C44;
}
.single-tribe_events .tribe-events-single-event-title {
  margin: 0;
  color: #F2633E;
  font-size: 36px;
  font-weight: 500;
}
.single-tribe_events .tribe-events-schedule {
  font-weight: 500;
  margin: 0 0 3em;
  border: none;
  background: transparent;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-tribe_events .tribe-events-schedule h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.single-tribe_events .tribe-events-single-event-title {
  margin-bottom: 15px;
  margin-top: 30px;
}
.single-tribe_events .tribe-events-event-image {
  line-height: 0;
}
.single-tribe_events .tribe-events-single-event-description {
  font-size: 24px;
}
.single-tribe_events .tribe-events-single-event-description .schedule p {
  margin: 0;
}
.single-tribe_events .tribe-events-event-meta {
  font-size: 18px;
}
.single-tribe_events .company-info {
  border-top: 1px solid #000;
  margin-top: 2em;
  padding-top: 24px;
}
.single-tribe_events .company-info p {
  font-size: 20px;
  line-height: 1.5em;
}
.single-tribe_events .tribe-events-cal-links {
  margin-bottom: 4em;
}
.single-tribe_events .tribe-events-cal-links a {
  background-color: #374C44;
  padding: 2px 10px !important;
  cursor: pointer;
  border: none !important;
  padding: 6px 12px !important;
  background-color: #B5DC8E;
  color: #4E4D4D;
  font-weight: 500 !important;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  -ms-appearance: unset;
  appearance: unset;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-tribe_events .tribe-events-cal-links a:hover {
  background-color: #374C44;
  color: #fff;
}
/* Page Specific Styles */
.page-template-atsg-template, .page-template-atsg-child-template {
  font-family: "roboto";
  font-weight: 500;
}
.page-template-atsg-template #hamburgler, .page-template-atsg-child-template #hamburgler {
  color: #374C44;
}
.page-template-atsg-template #hamburgler .hamburgler-toggle:before, .page-template-atsg-child-template #hamburgler .hamburgler-toggle:before {
  color: #374C44;
}
.page-template-atsg-template #hamburgler.clicked .hamburgler-toggle:before, .page-template-atsg-child-template #hamburgler.clicked .hamburgler-toggle:before {
  color: #fff;
}
.page-template-atsg-template #hamburgler #primary-nav-wrapper, .page-template-atsg-child-template #hamburgler #primary-nav-wrapper {
  background-color: #374C44;
}
.page-template-atsg-template .hamburger-toggle, .page-template-atsg-template .hamburgler-toggle, .page-template-atsg-child-template .hamburger-toggle, .page-template-atsg-child-template .hamburgler-toggle {
  position: absolute;
  top: -3px;
  right: 0;
  width: 40px;
  height: 40px;
}
.page-template-atsg-template .button-container, .page-template-atsg-child-template .button-container {
  margin: 1.5em 0 1em;
}
.page-template-atsg-template .modal-content-container, .page-template-atsg-child-template .modal-content-container {
  padding: 30px;
}
.page-template-atsg-template .modal-content-container p, .page-template-atsg-template .modal-content-container ul, .page-template-atsg-template .modal-content-container ol, .page-template-atsg-child-template .modal-content-container p, .page-template-atsg-child-template .modal-content-container ul, .page-template-atsg-child-template .modal-content-container ol {
  font-size: 16px;
  font-weight: 500;
}
.page-template-atsg-template .modal-content-container p:first-of-type, .page-template-atsg-child-template .modal-content-container p:first-of-type {
  margin-top: 0;
}
.page-template-atsg-template .modal-content-container p:last-of-type, .page-template-atsg-child-template .modal-content-container p:last-of-type {
  margin-bottom: 0;
}
.page-template-atsg-template h3, .page-template-atsg-child-template h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "bebas-neue";
}
.page-template-atsg-template h2, .page-template-atsg-child-template h2 {
  font-family: "bebas-neue";
  font-size: 80px;
  color: #374C44;
  font-weight: 500;
  line-height: 0.85em;
  text-transform: uppercase;
}
.page-template-atsg-template .full-width-text, .page-template-atsg-child-template .full-width-text {
  padding: 5em 0;
  font-family: "roboto";
  font-size: 18px;
}
.page-template-atsg-template .full-width-text .icon-heading h2, .page-template-atsg-child-template .full-width-text .icon-heading h2 {
  font-family: "roboto";
}
.page-template-atsg-template .full-width-text h2, .page-template-atsg-child-template .full-width-text h2 {
  margin: 0 0 24px;
}
.page-template-atsg-template .full-width-text p, .page-template-atsg-template .full-width-text ul, .page-template-atsg-template .full-width-text ol, .page-template-atsg-child-template .full-width-text p, .page-template-atsg-child-template .full-width-text ul, .page-template-atsg-child-template .full-width-text ol {
  font-family: "roboto";
  font-size: 18px;
}
.page-template-atsg-template .full-width-text .half-content, .page-template-atsg-child-template .full-width-text .half-content {
  width: 66%;
}
.page-template-atsg-template .full-width-text .gform_wrapper .gform_footer, .page-template-atsg-child-template .full-width-text .gform_wrapper .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-atsg-template .full-width-text .gform_wrapper textarea, .page-template-atsg-template .full-width-text .gform_wrapper input[type="text"], .page-template-atsg-template .full-width-text .gform_wrapper input[type="email"], .page-template-atsg-child-template .full-width-text .gform_wrapper textarea, .page-template-atsg-child-template .full-width-text .gform_wrapper input[type="text"], .page-template-atsg-child-template .full-width-text .gform_wrapper input[type="email"] {
  font-size: 20px !important;
  font-weight: 500 !important;
  font-family: "roboto" !important;
}
.page-template-atsg-template #block-6, .page-template-atsg-child-template #block-6 {
  display: none !important;
}
.page-template-atsg-template .video-block, .page-template-atsg-child-template .video-block {
  padding: 0;
}
.page-template-atsg-template .video-block h2, .page-template-atsg-child-template .video-block h2 {
  display: none;
}
.page-template-atsg-template .video-block .narrow-container, .page-template-atsg-child-template .video-block .narrow-container {
  width: 100%;
}
.page-template-atsg-template header[role="site-header"], .page-template-atsg-child-template header[role="site-header"] {
  border-bottom: 1px solid #979797;
}
.page-template-atsg-template header[role="site-header"] #primary-nav-wrapper, .page-template-atsg-child-template header[role="site-header"] #primary-nav-wrapper {
  padding-top: 15px;
}
.page-template-atsg-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li, .page-template-atsg-child-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li {
  color: #565757;
  text-transform: uppercase;
}
.page-template-atsg-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li:hover, .page-template-atsg-child-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li:hover {
  color: #374C44;
}
.page-template-atsg-template .content-image-hero.has-image .content-image-container, .page-template-atsg-child-template .content-image-hero.has-image .content-image-container {
  grid-auto-flow: row dense;
  display: grid;
  grid-gap: 0;
  position: relative;
  grid-template-columns: 40% 60%;
}
.page-template-atsg-template .content-image-hero.has-image .content-image-container .page-featured-image, .page-template-atsg-child-template .content-image-hero.has-image .content-image-container .page-featured-image {
  grid-column: 2;
}
.page-template-atsg-template .content-image-hero.has-image .content-image-container .page-featured-image .image, .page-template-atsg-child-template .content-image-hero.has-image .content-image-container .page-featured-image .image {
  background-size: cover !important;
  padding-bottom: 90%;
}
.page-template-atsg-template .content-image-hero .page-title, .page-template-atsg-child-template .content-image-hero .page-title {
  padding: 3em 45px 30px;
  border-bottom: 3px solid #B5DC8E;
}
.page-template-atsg-template .content-image-hero .page-title h1, .page-template-atsg-child-template .content-image-hero .page-title h1 {
  font-size: 120px;
  color: #374C44;
  text-transform: uppercase;
  line-height: 0.85;
  font-family: "bebas-neue";
  margin: 0;
  font-weight: 500;
}
.page-template-atsg-template .content-image-hero .content, .page-template-atsg-child-template .content-image-hero .content {
  padding: 0 45px;
}
.page-template-atsg-template .content-image-hero .content p, .page-template-atsg-template .content-image-hero .content ul, .page-template-atsg-template .content-image-hero .content ol, .page-template-atsg-child-template .content-image-hero .content p, .page-template-atsg-child-template .content-image-hero .content ul, .page-template-atsg-child-template .content-image-hero .content ol {
  font-size: 18px;
  font-family: "roboto";
}
.page-template-atsg-template .horz-circle-callouts, .page-template-atsg-child-template .horz-circle-callouts {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding: 5em 0 6em;
}
.page-template-atsg-template .horz-circle-callouts h2, .page-template-atsg-child-template .horz-circle-callouts h2 {
  margin: 0 0 24px;
}
.page-template-atsg-template .horz-circle-callouts .block-content-container .block-content, .page-template-atsg-child-template .horz-circle-callouts .block-content-container .block-content {
  width: 50%;
  padding-bottom: 3em;
}
.page-template-atsg-template .horz-circle-callouts .block-content-container .block-content p, .page-template-atsg-template .horz-circle-callouts .block-content-container .block-content ol, .page-template-atsg-template .horz-circle-callouts .block-content-container .block-content ul, .page-template-atsg-child-template .horz-circle-callouts .block-content-container .block-content p, .page-template-atsg-child-template .horz-circle-callouts .block-content-container .block-content ol, .page-template-atsg-child-template .horz-circle-callouts .block-content-container .block-content ul {
  font-size: 18px;
}
.page-template-atsg-template .horz-circle-callouts.columns-three .horz-circle-callouts-container, .page-template-atsg-child-template .horz-circle-callouts.columns-three .horz-circle-callouts-container {
  grid-template-columns: 1fr 1fr 1fr;
}
.page-template-atsg-template .horz-circle-callouts.columns-four .horz-circle-callouts-container, .page-template-atsg-child-template .horz-circle-callouts.columns-four .horz-circle-callouts-container {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.page-template-atsg-template .horz-circle-callouts.columns-five .horz-circle-callouts-container, .page-template-atsg-child-template .horz-circle-callouts.columns-five .horz-circle-callouts-container {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.page-template-atsg-template .horz-circle-callouts .horz-circle-callouts-container, .page-template-atsg-child-template .horz-circle-callouts .horz-circle-callouts-container {
  grid-auto-flow: row dense;
  display: grid;
  grid-gap: 0 5%;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.page-template-atsg-template .horz-circle-callouts .horz-circle-callouts-container .callout-image-container, .page-template-atsg-child-template .horz-circle-callouts .horz-circle-callouts-container .callout-image-container {
  max-width: 250px;
}
.page-template-atsg-template .horz-circle-callouts .horz-circle-callouts-container .callout-image-container .callout-image, .page-template-atsg-child-template .horz-circle-callouts .horz-circle-callouts-container .callout-image-container .callout-image {
  background-color: #374C44;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding-bottom: 100%;
}
.page-template-atsg-template .horz-circle-callouts .horz-circle-callouts-container h3, .page-template-atsg-child-template .horz-circle-callouts .horz-circle-callouts-container h3 {
  text-transform: unset;
  margin: 30px 0 8px;
  color: #374C44;
}
.page-template-atsg-template .horz-circle-callouts .horz-circle-callouts-container .horz-callout, .page-template-atsg-child-template .horz-circle-callouts .horz-circle-callouts-container .horz-callout {
  position: relative;
}
.page-template-atsg-template .horz-circle-callouts .horz-circle-callouts-container .horz-callout.has-modal-content .modal-content, .page-template-atsg-child-template .horz-circle-callouts .horz-circle-callouts-container .horz-callout.has-modal-content .modal-content {
  display: none;
}
.page-template-atsg-template .horz-circle-callouts .horz-circle-callouts-container .horz-callout.has-modal-content .modal-link, .page-template-atsg-child-template .horz-circle-callouts .horz-circle-callouts-container .horz-callout.has-modal-content .modal-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-atsg-template .content-and-image-block, .page-template-atsg-child-template .content-and-image-block {
  border-top: 1px solid #979797;
}
.page-template-atsg-template .content-and-image-block.image-left .content-image-container, .page-template-atsg-child-template .content-and-image-block.image-left .content-image-container {
  grid-template-columns: 50% 50%;
}
.page-template-atsg-template .content-and-image-block.image-left .callout-content, .page-template-atsg-child-template .content-and-image-block.image-left .callout-content {
  padding: 0 0 0 6%;
}
.page-template-atsg-template .content-and-image-block.image-right .content-image-container, .page-template-atsg-child-template .content-and-image-block.image-right .content-image-container {
  grid-template-columns: 50% 50%;
}
.page-template-atsg-template .content-and-image-block.image-right .content-image-container .block-image-container, .page-template-atsg-child-template .content-and-image-block.image-right .content-image-container .block-image-container {
  grid-column: 2;
}
.page-template-atsg-template .content-and-image-block.image-right .callout-content, .page-template-atsg-child-template .content-and-image-block.image-right .callout-content {
  padding: 0 0 0 6%;
}
.page-template-atsg-template .content-and-image-block .content-image-container, .page-template-atsg-child-template .content-and-image-block .content-image-container {
  grid-auto-flow: row dense;
  display: grid;
  grid-gap: 0;
  position: relative;
}
.page-template-atsg-template .content-and-image-block .callout-content, .page-template-atsg-child-template .content-and-image-block .callout-content {
  display: grid;
  gap: 0;
  align-items: center;
  height: 100%;
}
.page-template-atsg-template .content-and-image-block .callout-content .block-content, .page-template-atsg-child-template .content-and-image-block .callout-content .block-content {
  width: 88%;
}
.page-template-atsg-template .content-and-image-block .callout-content h2, .page-template-atsg-child-template .content-and-image-block .callout-content h2 {
  border-bottom: 3px solid #B5DC8E;
  padding: 0 0 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-atsg-template .content-and-image-block .callout-content p, .page-template-atsg-template .content-and-image-block .callout-content ul, .page-template-atsg-template .content-and-image-block .callout-content ol, .page-template-atsg-child-template .content-and-image-block .callout-content p, .page-template-atsg-child-template .content-and-image-block .callout-content ul, .page-template-atsg-child-template .content-and-image-block .callout-content ol {
  font-size: 18px;
  font-family: "roboto";
}
.page-template-atsg-template .content-and-image-block .cycle-pager, .page-template-atsg-child-template .content-and-image-block .cycle-pager {
  text-align: center;
  position: absolute;
  bottom: -55px;
  margin: 0 auto;
  width: 100%;
}
.page-template-atsg-template .content-and-image-block .cycle-pager span, .page-template-atsg-child-template .content-and-image-block .cycle-pager span {
  font-size: 55px;
  line-height: 1em;
  padding-right: 13px;
  color: #B5DC8D;
}
.page-template-atsg-template .content-and-image-block .cycle-pager span:last-of-type, .page-template-atsg-child-template .content-and-image-block .cycle-pager span:last-of-type {
  padding-right: 0;
}
.page-template-atsg-template .content-and-image-block .cycle-pager span.cycle-pager-active, .page-template-atsg-child-template .content-and-image-block .cycle-pager span.cycle-pager-active {
  color: #FEB800;
}
.page-template-atsg-template .content-and-image-block .pager-prev, .page-template-atsg-child-template .content-and-image-block .pager-prev {
  position: absolute;
  left: -8%;
  font-size: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-template-atsg-template .content-and-image-block .pager-next, .page-template-atsg-child-template .content-and-image-block .pager-next {
  right: -8%;
  font-size: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image {
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  grid-auto-flow: row dense;
  display: grid;
  grid-gap: 0;
  position: relative;
  align-items: center;
  background-size: cover !important;
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container {
  width: calc(84% - 40px);
  margin: 0 auto;
  display: grid;
  gap: 0;
  position: absolute;
  left: calc(8% + 20px);
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .background-color, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .background-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #347150;
  background: -moz-linear-gradient(90deg, #347150 35%, #fdb757 100%);
  background: -webkit-linear-gradient(90deg, #347150 35%, #fdb757 100%);
  background: linear-gradient(90deg, #347150 35%, #fdb757 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#347150",endColorstr="#fdb757",GradientType=1);
  opacity: 0.9;
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: -45px;
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide {
  padding: 4em 45px 3.25em;
  position: relative;
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide:after, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide:after {
  content: "";
  width: 92%;
  border: 1px solid #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider h3, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider h3 {
  margin: 0 0 8px;
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider p, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider p {
  line-height: 1.5em;
  font-size: 20px;
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider p:first-of-type, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider p:first-of-type {
  margin-top: 0;
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider h3, .page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider p, .page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider ol, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider h3, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider p, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider ol {
  color: inherit;
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide {
  z-index: 2;
  position: relative;
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide h3, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide h3 {
  font-family: "bebas-neue";
}
.page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide .slide-contain, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide .slide-contain {
  z-index: 4;
  position: relative;
}
.page-template-atsg-template .button-container, .page-template-atsg-child-template .button-container {
  margin-top: 2.5em;
}
.page-template-atsg-template .button-container .button, .page-template-atsg-child-template .button-container .button {
  background-color: #FEB800;
  text-transform: none;
  font-weight: 600;
  padding: 6px 15px;
  font-family: "roboto";
}
.page-template-atsg-template .button-container .button:hover, .page-template-atsg-child-template .button-container .button:hover {
  background-color: #374C44;
}
.page-template-atsg-template .reports-block, .page-template-atsg-child-template .reports-block {
  border-top: 1px solid #979797;
}
.page-template-atsg-template .reports-block .tabs, .page-template-atsg-child-template .reports-block .tabs {
  grid-auto-flow: row dense;
  display: grid;
  grid-gap: 0;
  grid-template-columns: 22% 78%;
}
.page-template-atsg-template .reports-block .tabs h2, .page-template-atsg-child-template .reports-block .tabs h2 {
  font-size: 28px;
  text-align: center;
  padding: 25px 30px;
  margin: 0;
}
.page-template-atsg-template .reports-block .tabs h2 a, .page-template-atsg-child-template .reports-block .tabs h2 a {
  color: #374C44;
}
.page-template-atsg-template .reports-block .tabs .tabs-container, .page-template-atsg-child-template .reports-block .tabs .tabs-container {
  padding: 0;
  margin: 0;
}
.page-template-atsg-template .reports-block .tabs .tab, .page-template-atsg-child-template .reports-block .tabs .tab {
  list-style: none;
  padding: 24px 30px;
  border-top: 1px solid #374C44;
  background-color: #fff;
}
.page-template-atsg-template .reports-block .tabs .tab:last-of-type, .page-template-atsg-child-template .reports-block .tabs .tab:last-of-type {
  border-bottom: 1px solid #374C44;
}
.page-template-atsg-template .reports-block .tabs .tab.ui-tabs-active, .page-template-atsg-child-template .reports-block .tabs .tab.ui-tabs-active {
  background-color: #B5DC8D;
}
.page-template-atsg-template .reports-block .tabs .tab h3, .page-template-atsg-child-template .reports-block .tabs .tab h3 {
  margin: 0;
  text-transform: uppercase;
  text-decoration: underline;
}
.page-template-atsg-template .reports-block .tabs .tab h3 a, .page-template-atsg-child-template .reports-block .tabs .tab h3 a {
  color: #374C44;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container, .page-template-atsg-child-template .reports-block .tabs .reports-content-container {
  position: relative;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container .background-image, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover !important;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained {
  z-index: 3;
  position: relative;
  grid-auto-flow: row dense;
  display: grid;
  grid-gap: 0;
  grid-template-columns: 60% 40%;
  align-items: center;
  height: 100%;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained .tab-image-container, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained .tab-image-container {
  grid-column: 2;
  padding: 4em 0;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained .tab-image-container .tab-image-bg, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained .tab-image-container .tab-image-bg {
  background-position: center right;
  background-size: contain;
  padding-bottom: 100%;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained .tab-image-container img, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained .tab-image-container img {
  width: 100%;
  height: auto;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained .tab-content, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained .tab-content {
  padding: 0 3em 0 12%;
  grid-auto-flow: row dense;
  display: grid;
  grid-gap: 0;
  position: relative;
  align-items: center;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained .tab-content .tab-content-container, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained .tab-content .tab-content-container {
  padding: 4em 0 2em;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained .tab-content h3, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained .tab-content h3 {
  margin: 0;
  font-family: "roboto";
  border-top: 3px solid #374C44;
  margin: 0 0 15px;
  padding: 15px 0;
  border-bottom: 3px solid #374C44;
  text-transform: uppercase;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained h2, .page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained h3, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained h2, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained h3 {
  color: #fff;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained p, .page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained ul, .page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained ol, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained p, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained ul, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained ol {
  font-size: 18px;
  color: #fff;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained p a, .page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained ul a, .page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained ol a, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained p a, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained ul a, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained ol a {
  color: #374c44;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained p a:hover, .page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained ul a:hover, .page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained ol a:hover, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained p a:hover, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained ul a:hover, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained ol a:hover {
  color: #374c44;
  text-decoration: underline;
}
.page-template-atsg-template .image-block .image, .page-template-atsg-child-template .image-block .image {
  line-height: 0;
  padding-bottom: 40%;
}
.page-template-atsg-template footer[role="site-footer"], .page-template-atsg-child-template footer[role="site-footer"] {
  border-bottom: none;
  background-color: #374C44;
}
.page-template-atsg-template footer[role="site-footer"] a, .page-template-atsg-child-template footer[role="site-footer"] a {
  color: #fff;
}
.page-template-atsg-template footer[role="site-footer"] .footer-left, .page-template-atsg-child-template footer[role="site-footer"] .footer-left {
  width: 70%;
  float: left;
  margin-right: 0;
}
.page-template-atsg-template footer[role="site-footer"] .footer-left .menu, .page-template-atsg-child-template footer[role="site-footer"] .footer-left .menu {
  font-size: 20px;
  margin-bottom: 0;
}
.page-template-atsg-template footer[role="site-footer"] .footer-left .menu li, .page-template-atsg-child-template footer[role="site-footer"] .footer-left .menu li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 10px;
}
.page-template-atsg-template footer[role="site-footer"] .footer-left .menu li:last-of-type:after, .page-template-atsg-child-template footer[role="site-footer"] .footer-left .menu li:last-of-type:after {
  display: none;
}
.page-template-atsg-template footer[role="site-footer"] .footer-left .menu li:after, .page-template-atsg-child-template footer[role="site-footer"] .footer-left .menu li:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  color: #fff;
}
.page-template-atsg-template footer[role="site-footer"] .footer-right, .page-template-atsg-child-template footer[role="site-footer"] .footer-right {
  float: right;
  width: 30%;
}
.page-template-atsg-template footer[role="site-footer"] .footer-right #social-nav-holder, .page-template-atsg-child-template footer[role="site-footer"] .footer-right #social-nav-holder {
  display: inline-block;
  padding-right: 2%;
}
.page-template-atsg-template footer[role="site-footer"] .footer-right .footer-links, .page-template-atsg-child-template footer[role="site-footer"] .footer-right .footer-links {
  display: inline-block;
}
.page-template-atsg-template footer[role="site-footer"] .footer-right .footer-links li, .page-template-atsg-child-template footer[role="site-footer"] .footer-right .footer-links li {
  list-style: none;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}
.page-template-atsg-template footer[role="site-footer"] .footer-right .footer-links li a, .page-template-atsg-child-template footer[role="site-footer"] .footer-right .footer-links li a {
  font-size: 14px;
  font-weight: 500;
  display: inline;
  position: relative;
}
.page-template-atsg-template footer[role="site-footer"] .footer-right .footer-links li:before, .page-template-atsg-child-template footer[role="site-footer"] .footer-right .footer-links li:before {
  content: "|";
  display: inline-block;
  padding-left: 0px;
  padding-right: 10px;
  margin-left: 5px;
  color: #fff;
}
.page-template-atsg-template footer[role="site-footer"] #social-nav-holder, .page-template-atsg-child-template footer[role="site-footer"] #social-nav-holder {
  margin: 20px 0 0;
}
.page-template-atsg-template footer[role="site-footer"] #social-nav-holder li:before, .page-template-atsg-child-template footer[role="site-footer"] #social-nav-holder li:before {
  color: #fff;
}
.page-template-atsg-template footer[role="site-footer"] #social-nav-holder li.fa-instagram:before, .page-template-atsg-child-template footer[role="site-footer"] #social-nav-holder li.fa-instagram:before {
  font-size: 25px;
}
.page-template-atsg-template footer[role="site-footer"] #social-nav-holder li.fa-facebook, .page-template-atsg-template footer[role="site-footer"] #social-nav-holder li.fa-twitter, .page-template-atsg-child-template footer[role="site-footer"] #social-nav-holder li.fa-facebook, .page-template-atsg-child-template footer[role="site-footer"] #social-nav-holder li.fa-twitter {
  background-color: #fff;
  border-radius: 100%;
  width: 25px;
  text-align: center;
}
.page-template-atsg-template footer[role="site-footer"] #social-nav-holder li.fa-facebook:before, .page-template-atsg-template footer[role="site-footer"] #social-nav-holder li.fa-twitter:before, .page-template-atsg-child-template footer[role="site-footer"] #social-nav-holder li.fa-facebook:before, .page-template-atsg-child-template footer[role="site-footer"] #social-nav-holder li.fa-twitter:before {
  color: #374C44;
}
.page-template-atsg-template footer[role="site-footer"] #social-nav-holder li.fa-linkedin, .page-template-atsg-child-template footer[role="site-footer"] #social-nav-holder li.fa-linkedin {
  width: 25px;
  background-color: #fff;
  text-align: center;
}
.page-template-atsg-template footer[role="site-footer"] #social-nav-holder li.fa-linkedin:before, .page-template-atsg-child-template footer[role="site-footer"] #social-nav-holder li.fa-linkedin:before {
  color: #374C44;
}
.page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
  padding-bottom: 120%;
}
/* -------------------------------------------------------------------------- */
/*	Single Styles
/* -------------------------------------------------------------------------- */
.single .comment-respond {
  display: none;
}
.single .navigation .nav-links {
  font-size: 24px;
  line-height: 1.75em;
}
.single .navigation .nav-links .nav-previous .post-title, .single .navigation .nav-links .nav-next .post-title {
  display: none;
}
.single .navigation .nav-links .nav-next {
  float: right;
  text-align: right;
}
.post-container .section-heading {
  color: #F2633E;
}
.post-container .entry-meta {
  margin-bottom: 1em;
  font-size: 20px;
}
.post-container .entry-meta .author-image {
  display: inline-block;
}
.post-container .entry-meta .author-image img, .post-container .entry-meta .author-image .image {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  background-size: cover !important;
}
.post-container .entry-meta .publish-meta {
  display: inline-block;
  margin-left: 24px;
}
.post-container .entry-meta .meta-container {
  display: flex;
  align-items: center;
}
.post-container h3 {
  margin: 1em 0 0;
  font-size: 30px;
  font-weight: 500;
}
.post-container h3#comments {
  margin-top: 1.75em;
}
.post-container h4 {
  margin: 1em 0 0;
  font-size: 24px;
  font-size: 500;
}
.post-container p:first-of-type {
  margin-top: 0;
}
.post-container .post-navigation {
  border-top: 1px solid #000;
  margin-top: 3em;
}
.post-container .post-navigation .screen-reader-text {
  display: none;
}
.post-container .post-navigation .nav-links {
  padding-top: 24px;
}
.post-container .post-navigation .nav-links .nav-previous {
  float: left;
}
.post-container .comment-respond, .post-container .commentlist {
  background-color: #EFEFEF;
  padding: 30px;
  margin-top: 30px;
}
.post-container .comment-respond h3, .post-container .commentlist h3 {
  margin-top: 15px;
}
.post-container .comment-respond p, .post-container .comment-respond ul, .post-container .comment-respond ol, .post-container .commentlist p, .post-container .commentlist ul, .post-container .commentlist ol {
  font-size: 20px;
}
.post-container .comment-respond p.logged-in-as, .post-container .comment-respond ul.logged-in-as, .post-container .comment-respond ol.logged-in-as, .post-container .commentlist p.logged-in-as, .post-container .commentlist ul.logged-in-as, .post-container .commentlist ol.logged-in-as {
  margin: 0;
}
.post-container .comment-respond p li, .post-container .comment-respond ul li, .post-container .comment-respond ol li, .post-container .commentlist p li, .post-container .commentlist ul li, .post-container .commentlist ol li {
  font-size: 20px;
}
.post-container .comment-respond label, .post-container .commentlist label {
  display: block;
  font-size: 20px;
}
.post-container .comment {
  font-size: 20px;
  margin-left: 20px;
  margin-bottom: 2em;
}
.post-container .comment:last-child {
  margin-bottom: 0.5em;
}
.post-container .comment .comment-body {
  margin-left: 10px;
}
.post-container .comment .comment-body .comment-content p:last-child {
  margin-bottom: 0;
}
.post-container .comment .comment-author b.fn {
  margin-left: 10px;
}
.post-container .comment .reply {
  font-size: 16px;
}
/* Faculty Page */
.page-id-1029 .fancybox-container .fancybox-stage {
  width: 60%;
}
.page-id-1029 .staff-member-bio {
  width: 100%;
}
.page-id-1029 .staff-member-bio .bio-right {
  width: 100%;
  float: none;
  padding: 30px 30px 10px 30px;
}
/* Race + Gender Equity */
.page-id-1173 .image-content-block .callout-image-container {
  width: 30%;
  padding-bottom: 30%;
}
.page-id-1173 .image-content-block .callout-content-container {
  width: 77%;
  bottom: 14%;
}
@media screen and (max-width: 1023px) {
  .page-id-1173 .image-content-block .callout-image-container {
    width: 50%;
    padding-bottom: 42%;
  }
  .page-id-1173 .image-content-block .callout-content-container {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page-id-1173 .image-content-block .callout-image-container {
    width: 100%;
    padding-bottom: 80%;
  }
}
/* -------------------------------------------------------------------------- */
/*	Site Footer
/* -------------------------------------------------------------------------- */
footer[role="site-footer"] {
  padding-top: 1em;
  padding-bottom: 2em;
  border-bottom: 30px solid #171717;
}
footer[role="site-footer"] .footer-left {
  width: 40%;
  float: left;
  margin-right: 20%;
}
footer[role="site-footer"] .footer-left #logo {
  padding-top: 10px;
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 12.5%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
footer[role="site-footer"] .footer-left #logo a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
footer[role="site-footer"] .footer-left p {
  margin-top: 0.5em;
  font-size: 14px;
}
footer[role="site-footer"] .footer-right {
  width: 40%;
  float: left;
}
footer[role="site-footer"] .footer-right .columns .column {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
}
footer[role="site-footer"] .footer-right .columns .column p {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.5em;
}
footer[role="site-footer"] .footer-right .columns .column p a:hover {
  color: #2A6AAD;
}
footer[role="site-footer"] .footer-right .columns .column:last-of-type {
  margin-right: 0;
}
footer[role="site-footer"] .footer-right ul {
  margin: 0 0 0.25em;
  padding: 0;
  line-height: 1em;
}
footer[role="site-footer"] .footer-right ul li {
  position: relative;
  color: #171717;
  margin-right: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer[role="site-footer"] .footer-right ul li::before {
  font-size: 20px;
}
footer[role="site-footer"] .footer-right ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  margin-right: 0;
  border-right: none;
}
footer[role="site-footer"] .footer-right ul li:last-child {
  margin-right: 0;
}
footer[role="site-footer"] .footer-right ul li:hover {
  color: #2A6AAD;
}
/* Members List Styles */
#members {
  margin-bottom: 3em;
}
#members .member {
  width: 30%;
  height: 100px;
  margin: 0 1.515% 3em;
  float: left;
  position: relative;
  text-align: center;
}
#members .member img {
  max-width: 100%;
  max-height: 100px;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
#members .member h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translateX(-50%, -50%);
}
/* Staff/Steering Committee Styles */
#staff .staff-member {
  width: 23%;
  margin: 0 1% 1.5em;
  float: left;
  position: relative;
  font-size: 18px;
}
#staff .staff-member .staff-member-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 0.75em;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#staff .staff-member .staff-member-name {
  font-weight: 700;
  margin-bottom: 0.25em;
}
#staff .staff-member .staff-organization {
  font-style: italic;
  line-height: 1.25em;
  height: 2.5em;
}
#staff .staff-member a {
  color: #000;
}
#staff .staff-member-bio {
  display: none;
}
.staff-member-bio {
  width: 80%;
  font-size: 24px;
}
.staff-member-bio .bio-left {
  width: 36%;
  margin-right: 4%;
  float: left;
}
.staff-member-bio .bio-left .staff-member-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.staff-member-bio .bio-right {
  width: 60%;
  float: left;
  padding: 30px 30px 10px 0;
}
.staff-member-bio .bio-right .staff-member-name {
  font-weight: 700;
  margin-bottom: 0.25em;
}
.staff-member-bio .bio-right .staff-organization {
  font-style: italic;
  line-height: 1.25em;
}
.staff-member-bio .bio-right .staff-bio p {
  font-size: 18px;
}
/* -------------------------------------------------------------------------- */
/*	Responsive/Mobile theming
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 1800px) {
  .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content h3, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content h3 {
    font-size: 24px;
  }
  .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content p, .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ol, .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ul, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content p, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ol, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content h3, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content h3 {
    font-size: 22px;
  }
  .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content p, .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ol, .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ul, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content p, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ol, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ul {
    font-size: 15px;
  }
}
@media screen and (max-width: 1330px) {
  .job_filters .job_types li {
    padding: 0.5em 20px;
  }
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 133%;
  }
  .page-template-atsg-template h2, .page-template-atsg-child-template h2 {
    font-size: 70px;
  }
  .page-template-atsg-template .content-image-hero .page-title h1, .page-template-atsg-child-template .content-image-hero .page-title h1 {
    font-size: 100px;
  }
  .page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained {
    grid-template-columns: 60% 40% !important;
  }
  .page-id-1286 .image-content-slider .cycle-slider .slide .callout-image-container, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-image-container {
    width: 100%;
  }
  .page-id-1286 .image-content-slider .cycle-slider .slide .callout-image-container .callout-image, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-image-container .callout-image {
    padding-bottom: 56.25%;
    position: relative;
    z-index: 100;
  }
  .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container {
    width: calc(100% - 65px);
    left: -15px;
    height: auto;
    padding-bottom: 0;
  }
  .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content {
    position: relative;
    top: 0;
    padding-top: 2em;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content h3, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content h3 {
    font-size: 24px;
  }
  .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content p, .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ol, .page-id-1286 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ul, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content p, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ol, .parent-pageid-2230 .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .image-content-slider .cycle-slider .slide .callout-content-container .callout-content h3 {
    font-size: 24px;
  }
  .image-content-slider .cycle-slider .slide .callout-content-container .callout-content p, .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ol, .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ul {
    font-size: 16px;
  }
  .image-content-slider .cycle-slider .slide .callout-content-container .callout-content p li, .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ol li, .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ul li {
    font-size: 16px;
  }
  footer[role="site-footer"] .footer-left {
    margin-right: 10%;
  }
  footer[role="site-footer"] .footer-right {
    width: 50%;
  }
  .singular-post .section-heading {
    font-size: 32px;
  }
  .singular-post .content p {
    font-size: 20px;
  }
  .search-results .filters-group-title h2 {
    font-size: 24px;
  }
  .search-results .results-container .content-search .filters-gorup .facetwp-facet input, .search-results .results-container .content-search .filters-gorup .facetwp-facet select {
    font-size: 16px;
  }
  .search-results .results-container .content-search button {
    font-size: 16px;
  }
  .search-results .content-results .video-posts {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .search-results .content-results .video-posts li {
    margin-bottom: 2em;
  }
  .search-results .content-results .video-posts li:last-of-type {
    margin-bottom: 0;
  }
  .search-results .content-results .video-posts li h4 {
    min-height: none;
  }
  .job_filters .search_jobs div.search_remote_position {
    bottom: 45px;
    border: none;
    background-color: transparent;
    padding: 0.67em 20px;
  }
  .job_filters .job_types {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 145%;
  }
  .page-id-1724 #block-7.content-and-image-block .callout-content h2 br {
    display: none;
  }
  .page-template-atsg-template h2, .page-template-atsg-child-template h2 {
    font-size: 60px;
  }
  .page-template-atsg-template .content-image-hero .page-title h1, .page-template-atsg-child-template .content-image-hero .page-title h1 {
    font-size: 90px;
  }
  .page-template-atsg-template .content-and-image-block .block-image-container .block-image, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image {
    padding-bottom: 115%;
  }
  .page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained .tab-content, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained .tab-content {
    padding: 4em 3em 3em 12%;
  }
  .page-template-atsg-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li, .page-template-atsg-template footer[role="site-footer"] .footer-left .menu, .page-template-atsg-child-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li, .page-template-atsg-child-template footer[role="site-footer"] .footer-left .menu {
    font-size: 18px !important;
  }
  .page-template-atsg-template footer[role="site-footer"] .footer-left, .page-template-atsg-child-template footer[role="site-footer"] .footer-left {
    width: calc(95% - 330px);
  }
  .page-template-atsg-template footer[role="site-footer"] .footer-right, .page-template-atsg-child-template footer[role="site-footer"] .footer-right {
    min-width: 330px;
  }
}
@media screen and (max-width: 1160px) {
  .page-template-atsg-template h3, .page-template-atsg-child-template h3 {
    font-size: 24px;
  }
  .page-template-atsg-template .content-image-hero.has-image .content-image-container .page-featured-image .image, .page-template-atsg-child-template .content-image-hero.has-image .content-image-container .page-featured-image .image {
    padding-bottom: 105%;
  }
  .page-template-atsg-template .content-and-image-block .block-image-container .block-image, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image {
    padding-bottom: 135%;
  }
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 160%;
  }
  .page-id-1724.page-template-atsg-template #block-7.content-and-image-block .block-image-container .block-image {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .singular-post .section-heading {
    font-size: 28px;
  }
  .singular-post .content p {
    font-size: 16px;
  }
  .singular-post .read-more-link a {
    font-size: 16px !important;
  }
  .search-results .filters-group-title {
    padding: 10px;
  }
  .search-results .filters-group-title h2 {
    font-size: 20px;
  }
  .search-results .results-container .content-search .filters-group .facetwp-facet input, .search-results .results-container .content-search .filters-group .facetwp-facet select {
    font-size: 16px;
  }
  .search-results .results-container .content-search .filters-group .facetwp-facet select {
    min-height: 42px;
  }
}
@media screen and (min-width: 1023px) {
  .vid-container .wp-video-shortcode {
    width: 700px !important;
    height: 700px !important;
  }
  .vid-container .wp-video-shortcode video {
    width: 700px !important;
    height: 700px !important;
  }
}
@media screen and (max-width: 1023px) {
  div#primary-nav-wrapper.desktop {
    display: none;
  }
  #hamburger, #hamburgler {
    display: block;
  }
  #hamburger .hamburger-toggle, #hamburger .hamburgler-toggle, #hamburgler .hamburger-toggle, #hamburgler .hamburgler-toggle {
    position: absolute;
    top: -3px;
    right: 0;
    width: 40px;
    height: 40px;
  }
  #hamburger .hamburger-toggle::before, #hamburger .hamburgler-toggle::before, #hamburgler .hamburger-toggle::before, #hamburgler .hamburgler-toggle::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2A6AAD;
    font-size: 40px;
  }
  #hamburger.clicked .hamburger-toggle, #hamburger.clicked .hamburgler-toggle, #hamburgler.clicked .hamburger-toggle, #hamburgler.clicked .hamburgler-toggle {
    z-index: 1000;
    position: fixed;
    right: 4%;
    top: 20px;
  }
  #hamburger.clicked .hamburger-toggle::before, #hamburger.clicked .hamburgler-toggle::before, #hamburgler.clicked .hamburger-toggle::before, #hamburgler.clicked .hamburgler-toggle::before {
    content: "";
    color: #fff;
  }
  #hamburger.clicked #primary-nav-wrapper::-webkit-scrollbar, #hamburgler.clicked #primary-nav-wrapper::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  #hamburger #members-area, #hamburgler #members-area {
    opacity: 0;
    z-index: -10;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #hamburger #primary-nav-wrapper, #hamburgler #primary-nav-wrapper {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    z-index: -10;
    position: fixed;
    top: 0;
    left: -4vw;
    width: 100vw;
    height: 100vh;
    background-color: #2A6AAD;
    display: flex;
    flex-direction: column-reverse;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder, #hamburgler #primary-nav-wrapper #primary-nav-holder {
    display: flex;
    flex-flow: column;
    float: none;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu, #hamburgler #primary-nav-wrapper #primary-nav-holder ul li ul.sub-menu {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu), #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) {
    position: absolute;
    width: 250px;
    left: calc((100% - 250px) / 2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li:hover, #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.current-menu-item, #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.current_page_parent, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li:hover, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.current-menu-item, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.current_page_parent {
    color: #fff;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li a, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li a {
    padding: 10px 0;
    margin: 0;
    border: 0;
    text-align: center;
    font-size: 28px;
    font-family: "freight-sans-pro", sans-serif;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu {
    z-index: -1;
    max-height: 0;
    overflow: hidden;
    width: 250px;
    left: calc((100% - 250px) / 2);
    top: 0;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li a, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li a {
    font-size: 20px;
    padding: 0.5em 0;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:first-child, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:first-child {
    margin-top: 10px;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:last-child, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:last-child {
    margin-bottom: 10px;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li.current-menu-parent, #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li.current-page-ancestor, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li.current-menu-parent, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li.current-page-ancestor {
    color: rgba(255, 255, 255, 0.7);
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked {
    color: rgba(255, 255, 255, 0.7);
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked.current-menu-parent, #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked.current-page-ancestor, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked.current-menu-parent, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked.current-page-ancestor {
    color: #fff;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked ul.sub-menu, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked ul.sub-menu {
    z-index: 2;
    position: relative;
    max-height: 100vh;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked::after, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.clicked::after {
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    color: rgba(255, 255, 255, 0.7);
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children::after, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #hamburger #primary-nav-wrapper #social-nav-holder, #hamburgler #primary-nav-wrapper #social-nav-holder {
    float: none;
    display: flex;
    flex-flow: column;
    position: relative;
    bottom: 30px;
    left: 4%;
  }
  #hamburger #primary-nav-wrapper #social-nav-holder ul li, #hamburgler #primary-nav-wrapper #social-nav-holder ul li {
    color: #fff;
  }
  #hamburger.clicked #primary-nav-wrapper, #hamburgler.clicked #primary-nav-wrapper {
    opacity: 1;
    z-index: 999;
  }
  .featured-image-container .banner-container {
    width: 75%;
  }
  .featured-image-container .banner-container .page-title h1 {
    font-size: 28px;
  }
  .featured-image-container .modal-container {
    top: 10px;
    bottom: auto;
    right: 33px;
  }
  .featured-image-container .modal-container .modal-content-right {
    width: 150px;
  }
  .image-content-slider .cycle-slider .slide .callout-image-container {
    width: 100%;
  }
  .image-content-slider .cycle-slider .slide .callout-image-container .callout-image {
    padding-bottom: 56.25%;
    position: relative;
    z-index: 100;
  }
  .image-content-slider .cycle-slider .slide .callout-content-container {
    width: calc(100% - 65px);
    left: -15px;
    height: auto;
    padding-bottom: 0;
  }
  .image-content-slider .cycle-slider .slide .callout-content-container .callout-content {
    position: relative;
    top: 0;
    padding-top: 2em;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .image-content-slider .cycle-slider .slide .callout-content-container .callout-content h3 {
    font-size: 24px;
  }
  .image-content-slider .cycle-slider .slide .callout-content-container .callout-content p, .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ol, .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ul {
    font-size: 16px;
  }
  .image-content-block .callout-image-container {
    width: calc(100% - 34px);
    left: 10px;
    padding-bottom: 75%;
  }
  .image-content-block .callout-content-container {
    width: calc(100% - 36px);
    position: relative;
    bottom: auto;
    margin-top: 0;
    left: 8px;
  }
  .image-content-block .callout-content-container .callout-content {
    position: relative;
  }
  .full-width-text.has-icon .icon-heading {
    left: -6%;
  }
  .full-width-text.has-icon .icon-heading h2 {
    max-width: calc(100% - 105px);
    font-size: 22px;
    margin-bottom: 1em;
  }
  .full-width-text.has-icon .content {
    padding: 0;
  }
  .full-width-text.has-icon .content p, .full-width-text.has-icon .content ul, .full-width-text.has-icon .content ol, .full-width-text.has-icon .content .gform_confirmation_wrapper {
    font-size: 20px;
  }
  .full-width-text .companies-block .company {
    width: calc(31% - 4px);
  }
  .full-width-text .companies-block .company:nth-of-type(4n) {
    margin-right: 2.5%;
  }
  .full-width-text .companies-block .company:nth-of-type(3n) {
    margin-right: 0;
  }
  .full-width-image.has-content {
    margin-bottom: 4em;
  }
  .full-width-image.has-content .fw-image {
    padding-bottom: 0;
    background: transparent !important;
  }
  .full-width-image.has-content .image-overlay-container {
    width: 100%;
    left: 0%;
    padding: 3em 0 3em;
    position: relative;
    bottom: auto;
  }
  .full-width-image.has-content .image-overlay-container .section-heading {
    font-size: 28px;
  }
  .full-width-image.has-content .image-overlay-container .content p {
    font-size: 20px;
  }
  .full-width-image.has-content .image-overlay-container .content .button-container {
    margin: 0 0 0.5em;
  }
  .full-width-image .fw-image .image-overlay-container .container {
    width: 80%;
  }
  .full-width-image .fw-image .image-overlay-container:before {
    left: 10%;
  }
  .full-width-text.square-image-and-text.singular-post .narrow-container {
    grid-template-columns: 1fr;
    width: 78%;
  }
  .full-width-text.square-image-and-text.singular-post .content-container {
    left: 0;
    width: calc(100% - 50px);
  }
  #staff .staff-member {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .staff-member-bio {
    width: 100%;
  }
  .staff-member-bio .bio-right .staff-member-name {
    margin-bottom: 0;
  }
  .staff-member-bio .bio-right .staff-bio p, .staff-member-bio .bio-right .staff-bio ol, .staff-member-bio .bio-right .staff-bio li {
    line-height: 1.5em;
  }
  .staff-member-bio .bio-right .staff-bio blockquote {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .gform_confirmation_wrapper {
    font-size: 20px;
  }
  .mapsvg-filters-wrap .mapsvg-controller-view-content .mapsvg-form-builder .mapsvg-data-form-view .form-group label {
    font-size: 24px;
  }
  .mapsvg-popover .mapsvg-controller-view-content h5 {
    font-size: 22px;
  }
  .mapsvg-popover .mapsvg-controller-view-content p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .mapsvg-popover .mapsvg-controller-view-content p:last-of-type {
    margin-bottom: 0;
  }
  .mapsvg-popover .mapsvg-controller-view-content ul li {
    width: 40%;
  }
  .select2-container--default .select2-results > .select2-results__options {
    font-size: 16px;
  }
  .select2-dropdown {
    border: 1px solid #fff !important;
  }
  .singular-post.has-image .image-container {
    width: 100%;
  }
  .singular-post.has-image .image-container .image {
    padding-bottom: 56.25%;
  }
  .singular-post .content-container {
    width: calc(100% - 65px);
    left: -15px;
    height: auto;
    padding-bottom: 0;
  }
  .singular-post .content-container .content {
    padding-bottom: 2em;
  }
  .members-dash .profile-container {
    grid-template-columns: 1fr 1fr;
  }
  .tabbed-content #speakers .speakers-group .content-left {
    width: 175px;
  }
  .tabbed-content #speakers .speakers-group .single-member-callout.has-image .content-right {
    width: calc(95% - 175px);
  }
  footer[role="site-footer"] .footer-left {
    width: 33%;
    margin-right: 4%;
  }
  footer[role="site-footer"] .footer-left #logo {
    width: 60%;
  }
  footer[role="site-footer"] .footer-left p {
    line-height: 1.25em;
    font-size: 12px;
    position: absolute;
    top: calc(100% + 2.8em);
    color: #fff;
  }
  footer[role="site-footer"] .footer-right {
    width: 63%;
  }
  footer[role="site-footer"] .footer-right .columns .column p {
    font-size: 12px;
  }
  .search-results .results-container {
    grid-template-columns: 1fr;
  }
  .search-results .results-container .content-input {
    margin-bottom: 3.5em;
  }
  .page-template-atsg-template #hamburger .hamburger-toggle:before, .page-template-atsg-template #hamburger .hamburgler-toggle:before, .page-template-atsg-template #hamburgler .hamburger-toggle:before, .page-template-atsg-template #hamburgler .hamburgler-toggle:before, .page-template-atsg-child-template #hamburger .hamburger-toggle:before, .page-template-atsg-child-template #hamburger .hamburgler-toggle:before, .page-template-atsg-child-template #hamburgler .hamburger-toggle:before, .page-template-atsg-child-template #hamburgler .hamburgler-toggle:before {
    color: #374C44;
  }
  .page-template-atsg-template #hamburger.clicked .hamburger-toggle:before, .page-template-atsg-template #hamburger.clicked .hamburgler-toggle:before, .page-template-atsg-template #hamburgler.clicked .hamburger-toggle:before, .page-template-atsg-template #hamburgler.clicked .hamburgler-toggle:before, .page-template-atsg-child-template #hamburger.clicked .hamburger-toggle:before, .page-template-atsg-child-template #hamburger.clicked .hamburgler-toggle:before, .page-template-atsg-child-template #hamburgler.clicked .hamburger-toggle:before, .page-template-atsg-child-template #hamburgler.clicked .hamburgler-toggle:before {
    color: #fff;
  }
  .page-template-atsg-template #hamburger #primary-nav-wrapper, .page-template-atsg-template #hamburgler #primary-nav-wrapper, .page-template-atsg-child-template #hamburger #primary-nav-wrapper, .page-template-atsg-child-template #hamburgler #primary-nav-wrapper {
    background-color: #374C44;
  }
  .page-template-atsg-template footer[role="site-footer"] .container, .page-template-atsg-child-template footer[role="site-footer"] .container {
    width: 84%;
    margin: 0 auto;
  }
  .page-template-atsg-template footer[role="site-footer"] .container .footer-left, .page-template-atsg-template footer[role="site-footer"] .container .footer-right, .page-template-atsg-child-template footer[role="site-footer"] .container .footer-left, .page-template-atsg-child-template footer[role="site-footer"] .container .footer-right {
    width: 100%;
  }
  .page-template-atsg-template footer[role="site-footer"] .container .footer-left .menu, .page-template-atsg-template footer[role="site-footer"] .container .footer-right .menu, .page-template-atsg-child-template footer[role="site-footer"] .container .footer-left .menu, .page-template-atsg-child-template footer[role="site-footer"] .container .footer-right .menu {
    padding-left: 0;
  }
  .page-template-atsg-template .image-block .image, .page-template-atsg-child-template .image-block .image {
    padding-bottom: 56.25%;
  }
  .page-template-atsg-template .content-and-image-block.image-left .content-image-container, .page-template-atsg-template .content-and-image-block.image-right .content-image-container, .page-template-atsg-child-template .content-and-image-block.image-left .content-image-container, .page-template-atsg-child-template .content-and-image-block.image-right .content-image-container {
    grid-template-columns: 1fr;
    display: block;
  }
  .page-template-atsg-template .content-and-image-block.image-left .callout-content, .page-template-atsg-template .content-and-image-block.image-right .callout-content, .page-template-atsg-child-template .content-and-image-block.image-left .callout-content, .page-template-atsg-child-template .content-and-image-block.image-right .callout-content {
    padding: 3em 0 0;
  }
  .page-template-atsg-template .content-and-image-block .block-image-container .block-image, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image {
    padding-bottom: 56.25% !important;
  }
  .page-template-atsg-template .content-and-image-block .callout-content, .page-template-atsg-child-template .content-and-image-block .callout-content {
    display: block;
    width: 84%;
    margin: 0 auto;
    padding: 4em 0 !important;
  }
  .page-template-atsg-template .content-and-image-block .callout-content .block-content, .page-template-atsg-child-template .content-and-image-block .callout-content .block-content {
    width: calc(100% - 40px) !important;
    padding: 0 20px;
  }
  .page-template-atsg-template .content-and-image-block .callout-content h2, .page-template-atsg-child-template .content-and-image-block .callout-content h2 {
    padding: 0 20px 24px;
  }
  .page-template-atsg-template .content-and-image-block .callout-content .button-container, .page-template-atsg-child-template .content-and-image-block .callout-content .button-container {
    padding: 0 20px;
  }
  .page-template-atsg-template .reports-block, .page-template-atsg-child-template .reports-block {
    border-top: none;
  }
  .page-template-atsg-template .reports-block .tabs, .page-template-atsg-child-template .reports-block .tabs {
    grid-template-columns: 1fr !important;
    border-top: 1px solid #000;
  }
  .page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained .tab-content .tab-content-container, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained .tab-content .tab-content-container {
    padding: 1em 0 0;
  }
  .page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained .tab-content h3, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .tab-contained .tab-content h3 {
    padding: 15px 20px;
  }
  .page-template-atsg-template .reports-block .tabs .reports-content-container .callout-description, .page-template-atsg-child-template .reports-block .tabs .reports-content-container .callout-description {
    padding: 0 20px;
  }
  .page-template-atsg-template .reports-block .tabs h2:after, .page-template-atsg-child-template .reports-block .tabs h2:after {
    content: "";
    display: inline-block;
    padding-left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .page-template-atsg-template .reports-block .tabs h2.clicked:after, .page-template-atsg-child-template .reports-block .tabs h2.clicked:after {
    content: "";
  }
  .page-template-atsg-template .reports-block .tabs .tabs-container, .page-template-atsg-child-template .reports-block .tabs .tabs-container {
    height: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .page-template-atsg-template .reports-block .tabs .tabs-container.show, .page-template-atsg-child-template .reports-block .tabs .tabs-container.show {
    height: 100%;
    opacity: 1;
    z-index: 1;
  }
  .page-template-atsg-template .horz-circle-callouts.columns-three .horz-circle-callouts-container, .page-template-atsg-template .horz-circle-callouts .columns-four .horz-circle-callouts-container, .page-template-atsg-template .horz-circle-callouts .columns-five .horz-circle-callouts-container, .page-template-atsg-child-template .horz-circle-callouts.columns-three .horz-circle-callouts-container, .page-template-atsg-child-template .horz-circle-callouts .columns-four .horz-circle-callouts-container, .page-template-atsg-child-template .horz-circle-callouts .columns-five .horz-circle-callouts-container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 45px 5%;
  }
  .page-id-1724.page-template-atsg-template .content-image-hero.has-image .content-image-container {
    grid-template-columns: 1fr;
  }
  .page-id-1724.page-template-atsg-template .content-image-hero.has-image .content-image-container .page-featured-image {
    grid-column: 1;
  }
  .page-id-1724.page-template-atsg-template .content-image-hero.has-image .content-image-container .page-featured-image .image {
    padding-bottom: 56.25%;
  }
  .page-id-1724.page-template-atsg-template .content-image-hero .content-container {
    width: 84%;
    margin: 0 auto;
    padding: 4em 0 3em;
  }
  .page-id-1724.page-template-atsg-template .content-image-hero .page-title {
    padding: 0 20px 30px;
  }
  .page-id-1724.page-template-atsg-template .content-image-hero .page-title h1 {
    font-size: 75px;
  }
  .page-id-1724.page-template-atsg-template .content-image-hero .content {
    padding: 0 20px;
  }
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 70% !important;
  }
  .page-id-1724.page-template-atsg-template #block-7.content-and-image-block .block-image-container .block-image {
    padding-bottom: 56.25% !important;
  }
  .page-id-1724.page-template-atsg-template .reports-block .tabs .tab {
    padding: 24px 0;
  }
  .page-id-1724.page-template-atsg-template .reports-block .tabs .tab h3 {
    margin: 0 auto;
    width: calc(84% - 40px);
  }
  .page-id-1724.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained {
    grid-template-columns: 1fr !important;
  }
  .page-id-1724.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained .tab-image-container {
    display: none;
  }
  .page-id-1724.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained .tab-content {
    padding: 4em 0 3em;
    display: block;
  }
  .page-id-1724.page-template-atsg-template .reports-block .tabs .reports-content-container .tab-contained .tab-content .tab-content-container {
    width: 84%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 840px) {
  header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li a {
    margin: 0 7px;
  }
  #bbpress-forums #bbp-single-user-details {
    float: none;
  }
  #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    padding-left: 0;
  }
  #bbpress-forums #bbp-user-body {
    margin-left: 0;
    margin-top: 3em;
  }
  .featured-image-container.video .page-featured-image .image {
    padding-bottom: 56.25%;
  }
  .featured-image-container.video .page-featured-image .image .iframe-container {
    padding-bottom: 56.25%;
  }
  .featured-image-container.video .page-featured-image .image .iframe-container iframe {
    height: 100%;
  }
  .staff-member-bio {
    font-size: 22px;
  }
  .staff-member-bio .bio-right .staff-bio p, .staff-member-bio .bio-right .staff-bio ol, .staff-member-bio .bio-right .staff-bio ul {
    font-size: 16px;
  }
  .staff-member-bio .bio-right .staff-bio blockquote {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .mapsvg-popover .mapsvg-controller-view-content {
    padding-top: 2em !important;
  }
  .mapsvg-mobile-modal-close {
    background-color: #374C44 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #374C44 !important;
  }
  .mapsvg-btn:hover, .mapsvg-wrap-all .btn:hover {
    background-color: #F2633E !important;
    border-color: #F2633E !important;
    color: #fff !important;
  }
  .mapsvg-filters-wrap .mapsvg-controller-view-content .mapsvg-form-builder .mapsvg-data-form-view .form-group label {
    font-size: 20px !important;
    padding: 15px 20px !important;
  }
  .image-content-slider .cycle-slider .cycle-prev-next {
    display: block;
  }
  .post-container h3 {
    font-size: 24px;
  }
  .job_filters .search_jobs div.search_remote_position {
    width: 50%;
    position: relative;
    float: right;
    bottom: 0;
    padding: 0.67em 0.5em;
  }
  .job_filters .job_types li {
    border-right: none;
    width: calc(33% - 40px);
  }
  .search-results .content-results .user-row .user-email {
    float: none;
    right: auto;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 8px;
  }
  .tml.tml-login, .tml.tml-lostpassword {
    width: 100%;
  }
  .tabbed-content ul.tabs-nav {
    margin-bottom: 24px;
  }
  .tabbed-content ul.tabs-nav li {
    font-size: 20px !important;
    margin: 0 15px 15px 0 !important;
    border: 1px solid #374C44 !important;
  }
  .tabbed-content ul.tabs-nav li:last-of-type {
    margin-right: 0;
  }
  .tabbed-content .events-schedule table thead .event-date {
    font-size: 24px;
  }
  .tabbed-content .events-schedule table tbody .event-time, .tabbed-content .events-schedule table tbody .sub-event-information .sub-event-title {
    font-size: 20px;
  }
  .tabbed-content #speakers .speakers-group h4 {
    font-size: 20px;
  }
  .tabbed-content #speakers .speakers-group .single-member-callout {
    height: 100% !important;
  }
  .tabbed-content #speakers .speakers-group .single-member-callout:last-of-type {
    margin-bottom: 0;
  }
  .tabbed-content #speakers .speakers-group .single-member-callout .content-left {
    width: 100%;
    position: relative;
    display: inline;
    float: none;
  }
  .tabbed-content #speakers .speakers-group .single-member-callout .content-left .bio-photo-container {
    width: 175px;
    margin-right: 5%;
    float: left;
  }
  .tabbed-content #speakers .speakers-group .single-member-callout.has-image .content-right {
    margin-top: 24px;
    width: 100%;
    display: inline;
    float: none;
  }
  .tabbed-content #speakers .speakers-group .single-member-callout.has-image .content-right .speaker-name {
    margin-top: -24px;
  }
  .accordions-block .accordion-block.clicked.has-content .accordion-title:after {
    font-size: 40px;
  }
  .accordions-block .accordion-block.has-content .accordion-title:after {
    top: 20px;
    font-size: 30px;
  }
  .cycle-controls.gallery-slide-controls {
    font-size: 30px;
  }
  .page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image, .page-template-atsg-child-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 80% !important;
  }
  .page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image .block-slider p, .page-template-atsg-child-template #block-2.content-and-image-block .block-image-container .block-image .block-slider p {
    font-size: 18px;
  }
  .page-template-atsg-template .content-and-image-block .callout-content h2 br, .page-template-atsg-child-template .content-and-image-block .callout-content h2 br {
    display: none;
  }
  .page-template-atsg-template .content-and-image-block .cycle-prev-next, .page-template-atsg-template .content-and-image-block .pager-prev, .page-template-atsg-template .content-and-image-block .pager-next, .page-template-atsg-child-template .content-and-image-block .cycle-prev-next, .page-template-atsg-child-template .content-and-image-block .pager-prev, .page-template-atsg-child-template .content-and-image-block .pager-next {
    display: none !important;
  }
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 80% !important;
  }
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image .block-slider p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  /* Faculty Page */
  header[role="site-header"] #logo {
    width: 40%;
    padding-bottom: 10%;
  }
  header[role="site-header"] #primary-nav-wrapper {
    width: 100%;
    padding-top: 15px;
  }
  header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li {
    font-size: 18px;
  }
  .featured-image-container {
    margin-bottom: 5em;
  }
  .featured-image-container .page-featured-image .image {
    padding-bottom: 60%;
  }
  .featured-image-container .page-featured-image .banner-container {
    width: 70%;
    padding: 1em 5%;
    bottom: -2em;
  }
  .featured-image-container .modal-container {
    right: 22px;
  }
  .featured-image-container .modal-container .modal-content-right .beacon {
    top: calc(50% - 38px);
    width: 75px;
    height: 75px;
  }
  .featured-image-container .modal-container .modal-content-right .circle {
    width: 45px;
    height: 45px;
  }
  .featured-image-container .modal-container .modal-content-right .circle:before {
    font-size: 17px;
    width: 50px;
  }
  .featured-image-container .modal-container .modal-content-right .modal-cta {
    width: 138px;
    font-size: 14px;
  }
  .featured-image-container .banner-container .page-title h1 {
    font-size: 24px;
  }
  .banner-container h1 {
    font-size: 33px;
  }
  h2.section-heading {
    font-size: 30px;
  }
  p, ol, ul, p span {
    font-size: 18px;
  }
  .button-container .button {
    font-size: 18px;
  }
  .main-page-content {
    margin-bottom: 4em;
  }
  .main-page-content .gform_wrapper form {
    width: 100%;
  }
  .full-width-text .gform_wrapper form {
    width: 100%;
  }
  .full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield input {
    font-size: 18px !important;
  }
  .full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield label, .full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield #gfield_description_2_25 {
    font-size: 18px;
  }
  .full-width-text .gform_wrapper form .gform_body ul.gform_fields li.gfield#field_2_25 {
    padding-top: 13px;
    font-weight: 500;
    font-size: 18px;
  }
  .full-width-text .gform_wrapper form .gform_body ul.gform_fields .ginput_container_fileupload {
    margin-top: 0;
    font-size: 18px;
  }
  .full-width-text .gform_wrapper form .gform_body ul.gform_fields .ginput_container_fileupload input, .full-width-text .gform_wrapper form .gform_body ul.gform_fields .ginput_container_fileupload input.medium {
    width: 100%;
    margin-top: 0;
  }
  .full-width-text .gform_wrapper form .gform_body ul.gform_fields .gfield_radio li {
    margin-bottom: 5px;
  }
  .full-width-text .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.5em !important;
    min-height: 1.5em !important;
    font-size: 18px;
  }
  .full-width-text p, .full-width-text ul, .full-width-text ol, .full-width-text p span {
    font-size: 18px;
  }
  .full-width-text.has-icon .content p, .full-width-text.has-icon .content ul, .full-width-text.has-icon .content ol {
    font-size: 18px;
  }
  .full-width-image.has-content .image-overlay-container .content p, .full-width-image.has-content .image-overlay-container .content ol, .full-width-image.has-content .image-overlay-container .content ul {
    font-size: 18px;
  }
  .image-content-block .callout-content-container .callout-content p {
    font-size: 18px;
  }
  .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ul li, .image-content-slider .cycle-slider .slide .callout-content-container .callout-content ol li, .image-content-slider .cycle-slider .slide .callout-content-container .callout-content p {
    font-size: 18px;
  }
  .ctl-wrapper .ctl-vertical-wrapper:not(.ctl-design-6, .ctl-design-4, .ctl-design-5) .ctl-arrow, .ctl-wrapper .ctl-vertical-wrapper:not(.ctl-design-6, .ctl-design-4, .ctl-design-5) .ctl-story.ctl-story-left .ctl-arrow {
    background: linear-gradient(to right, #374C44 52%, #374C44 48%) !important;
  }
  .page-id-2320 .ctl-wrapper .ctl-vertical-wrapper:not(.ctl-design-6, .ctl-design-4, .ctl-design-5) .ctl-arrow, .page-id-2320 .ctl-wrapper .ctl-vertical-wrapper:not(.ctl-design-6, .ctl-design-4, .ctl-design-5) .ctl-story.ctl-story-left .ctl-arrow {
    background: linear-gradient(to right, #374C44 52%, #374C44 48%) !important;
  }
  #staff .staff-member {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .staff-member-bio {
    padding: 20px;
  }
  .staff-member-bio .bio-left {
    float: none;
    margin-bottom: 1em;
    margin-left: 4%;
    margin-top: 24px;
    margin-right: 0;
    width: 200px;
  }
  .staff-member-bio .bio-right {
    width: 92%;
    float: none;
    margin: 0 auto;
    padding-top: 0;
  }
  .mapsvg-filters-wrap .mapsvg-controller-view-content {
    width: 100%;
  }
  .mapsvg-filters-wrap .mapsvg-controller-view-content .mapsvg-form-builder .mapsvg-data-form-view .form-group label {
    font-size: 22px;
  }
  #members .member {
    width: 100%;
    float: none;
  }
  #members .member img {
    max-width: 100%;
    max-height: 100%;
  }
  .page-id-1029 .staff-member-bio .bio-right {
    padding: 0px 30px 10px 4% !important;
  }
  .mapsvg-filters-wrap input[type=text], .select2-search__field {
    height: 28px !important;
  }
  .select2-container--default .select2-results > .select2-results__options {
    font-size: 14px;
  }
  .post-container .comment {
    font-size: 18px;
  }
  .post-container .comment-list p {
    font-size: 18px;
  }
  .post-container .comment-respond label {
    font-size: 18px;
  }
  .tribe-events-schedule h2 {
    font-size: 20px;
  }
  .tribe-events-schedule .tribe-events-single-event-title {
    font-size: 28px;
  }
  .tribe-events-schedule .tribe-events-cal-links a {
    font-size: 16px !important;
  }
  .single-tribe_events .company-info p, .single-tribe_events .company-info ol, .single-tribe_events .company-info ul {
    font-size: 18px;
    line-height: 1.75em;
  }
  .members-dash .profile-container {
    grid-template-columns: 1fr;
  }
  footer[role="site-footer"] .footer-left {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2em;
  }
  footer[role="site-footer"] .footer-left #logo {
    margin: 0 auto;
  }
  footer[role="site-footer"] .footer-right {
    width: 100%;
    float: none;
  }
  #bbpress-forums li.bbp-header {
    padding-left: 10px;
  }
  #bbpress-forums li.bbp-header ul.forum-titles {
    font-size: 16px !important;
  }
  #bbpress-forums li.bbp-header ul.forum-titles .bbp-forum-info, #bbpress-forums li.bbp-header ul.forum-titles .bbp-topic-title {
    width: calc(100% - 140px);
  }
  #bbpress-forums li.bbp-header ul.forum-titles .bbp-forum-topic-count, #bbpress-forums li.bbp-header ul.forum-titles .bbp-forum-reply-count, #bbpress-forums li.bbp-header ul.forum-titles .bbp-topic-reply-count, #bbpress-forums li.bbp-header ul.forum-titles .bbp-topic-voice-count {
    width: 70px;
  }
  #bbpress-forums li.bbp-header ul.forum-titles .bbp-forum-freshness, #bbpress-forums li.bbp-header ul.forum-titles .bbp-topic-freshness {
    display: none !important;
  }
  #bbpress-forums .bbp-body .bbp-forum-topic-count, #bbpress-forums .bbp-body .bbp-forum-reply-count, #bbpress-forums .bbp-body .bbp-topic-reply-count, #bbpress-forums .bbp-topic-form .bbp-forum-topic-count, #bbpress-forums .bbp-topic-form .bbp-forum-reply-count, #bbpress-forums .bbp-topic-form .bbp-topic-reply-count {
    width: 70px;
  }
  #bbpress-forums .bbp-body .bbp-forum-info, #bbpress-forums .bbp-body .bbp-topic-title, #bbpress-forums .bbp-topic-form .bbp-forum-info, #bbpress-forums .bbp-topic-form .bbp-topic-title {
    width: calc(100% - 140px);
  }
  #bbpress-forums .bbp-body .bbp-topic-title .bbp-topic-permalink, #bbpress-forums .bbp-topic-form .bbp-topic-title .bbp-topic-permalink {
    font-weight: 700;
  }
  #bbpress-forums .bbp-body .bbp-forum-freshness, #bbpress-forums .bbp-body .bbp-topic-freshness, #bbpress-forums .bbp-topic-form .bbp-forum-freshness, #bbpress-forums .bbp-topic-form .bbp-topic-freshness {
    text-align: left;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }
  #bbpress-forums .bbp-body .bbp-forum-freshness p.bbp-topic-meta, #bbpress-forums .bbp-body .bbp-topic-freshness p.bbp-topic-meta, #bbpress-forums .bbp-topic-form .bbp-forum-freshness p.bbp-topic-meta, #bbpress-forums .bbp-topic-form .bbp-topic-freshness p.bbp-topic-meta {
    margin-top: 0;
  }
  #bbpress-forums .bbp-pagination {
    margin-left: 0;
  }
  .page-template-atsg-template header[role="site-header"] #primary-nav-wrapper, .page-template-atsg-child-template header[role="site-header"] #primary-nav-wrapper {
    padding-top: 20px;
  }
  .page-template-atsg-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder, .page-template-atsg-child-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder {
    float: left;
  }
  .page-template-atsg-template footer[role="site-footer"] .footer-left, .page-template-atsg-child-template footer[role="site-footer"] .footer-left {
    margin-bottom: 8px;
  }
  .page-template-atsg-template footer[role="site-footer"] .footer-right #social-nav-holder, .page-template-atsg-child-template footer[role="site-footer"] .footer-right #social-nav-holder {
    margin-top: 0;
  }
  .page-template-atsg-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-facebook, .page-template-atsg-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-twitter, .page-template-atsg-child-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-facebook, .page-template-atsg-child-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-twitter {
    width: 25px;
    height: 25px;
  }
  .page-template-atsg-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-facebook:before, .page-template-atsg-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-twitter:before, .page-template-atsg-child-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-facebook:before, .page-template-atsg-child-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-twitter:before {
    top: 4px;
    position: relative;
    font-size: 16px;
  }
  .page-template-atsg-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-linkedin, .page-template-atsg-child-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-linkedin {
    height: 25px;
  }
  .page-template-atsg-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-linkedin:before, .page-template-atsg-child-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-linkedin:before {
    position: relative;
    top: 3px;
  }
  .page-template-atsg-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-instagram:before, .page-template-atsg-child-template footer[role="site-footer"] .footer-right #social-nav-holder li.fa-instagram:before {
    font-size: 28px;
    position: relative;
    top: 7px;
  }
  .page-template-atsg-template footer[role="site-footer"] .footer-right .footer-links, .page-template-atsg-child-template footer[role="site-footer"] .footer-right .footer-links {
    top: 3px;
    position: relative;
  }
  .page-template-atsg-template .full-width-text .half-content, .page-template-atsg-child-template .full-width-text .half-content {
    width: 100%;
  }
  .page-template-atsg-template .horz-circle-callouts.columns-three .horz-circle-callouts-container, .page-template-atsg-template .horz-circle-callouts .columns-four .horz-circle-callouts-container, .page-template-atsg-template .horz-circle-callouts .columns-five .horz-circle-callouts-container, .page-template-atsg-child-template .horz-circle-callouts.columns-three .horz-circle-callouts-container, .page-template-atsg-child-template .horz-circle-callouts .columns-four .horz-circle-callouts-container, .page-template-atsg-child-template .horz-circle-callouts .columns-five .horz-circle-callouts-container {
    grid-template-columns: 1fr;
    grid-gap: 45px 0;
  }
  .page-template-atsg-template .horz-circle-callouts .block-content-container .block-content, .page-template-atsg-child-template .horz-circle-callouts .block-content-container .block-content {
    width: 100%;
  }
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .mapsvg-popover .mapsvg-controller-view-content h5 {
    font-size: 30px;
  }
  .mapsvg-popover .mapsvg-controller-view-content ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .mapsvg-popover .mapsvg-controller-view-content ul li:nth-of-type(odd) {
    margin-right: 0;
    float: none;
  }
  .mapsvg-popover .mapsvg-controller-view-content ul li:nth-of-type(even) {
    float: none;
  }
  .mapsvg-popover .mapsvg-controller-view-content ul li:before {
    top: 2x;
  }
  .mapsvg-popover .mapsvg-controller-view-content .percentages, .mapsvg-popover .mapsvg-controller-view-content .totals {
    padding-left: 100px;
  }
  .mapsvg-popover .mapsvg-controller-view-content .percentages ul {
    margin: 15px 0 0;
  }
  .mapsvg-popover .mapsvg-controller-view-content .percentages li:last-of-type {
    margin-bottom: 0;
  }
  ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
    width: 100%;
    float: none;
  }
  ul.job_listings li.job_listing a ul.meta, ul.job_listings li.job_listing .location, ul.job_listings li.no_job_listings_found a ul.meta, ul.job_listings li.no_job_listings_found .location {
    font-size: 16px !important;
  }
  .job-manager-form fieldset label:not(.full-line-checkbox-field label) {
    width: 100%;
    float: none;
  }
  .job-manager-form fieldset div.field:not(.full-line-checkbox-field) {
    width: 100%;
    float: none;
  }
  .tabbed-content .events-schedule table {
    border-spacing: 0;
  }
  .tabbed-content .events-schedule table thead .event-date {
    font-size: 20px;
  }
  .tabbed-content .events-schedule table tbody .event-time {
    width: 25%;
  }
  .tabbed-content .events-schedule table tbody .event-time, .tabbed-content .events-schedule table tbody .sub-event-information .sub-event-title {
    font-size: 18px;
  }
  .page-template-atsg-template h2, .page-template-atsg-child-template h2 {
    font-size: 50px;
    line-height: 1em;
  }
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 120% !important;
  }
  .page-id-1724.page-template-atsg-template .content-image-hero .page-title h1 {
    font-size: 65px;
  }
  .full-width-text .companies-block .company {
    width: calc(49% - 34px);
    margin-right: 30px;
  }
  .full-width-text .companies-block .company:nth-of-type(3n) {
    margin-right: 30px;
  }
  .full-width-text .companies-block .company:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  /* Faculty Page */
  header[role="site-header"] #primary-nav-wrapper #social-nav-holder {
    padding-bottom: 10px;
  }
  .banner-container h1 {
    font-size: 28px;
  }
  .featured-image-container.video {
    margin-bottom: 8em;
  }
  .featured-image-container.video .page-featured-image .banner-container {
    bottom: -5em;
  }
  .featured-image-container .banner-container .page-title h1 {
    font-size: 22px;
  }
  .page-id-1029 .fancybox-container .fancybox-stage {
    width: 84%;
  }
  .staff-member-bio .bio-left {
    width: calc(92% - 30px) !important;
  }
  .staff-member-bio .bio-right {
    padding: 0 4% !important;
    width: 100% !important;
    float: left;
  }
  ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
    width: 100%;
    float: none;
  }
  ul.job_listings li.job_listing a div.position .company, ul.job_listings li.no_job_listings_found a div.position .company {
    font-size: 18px;
  }
  ul.job_listings li.job_listing a ul.meta, ul.job_listings li.job_listing a .meta, ul.job_listings li.no_job_listings_found a ul.meta, ul.job_listings li.no_job_listings_found a .meta {
    padding-left: 0;
    text-align: left;
    width: 50%;
    float: left;
  }
  ul.job_listings li.job_listing a ul.meta li, ul.job_listings li.job_listing a .meta li, ul.job_listings li.no_job_listings_found a ul.meta li, ul.job_listings li.no_job_listings_found a .meta li {
    font-size: 18px !important;
  }
  .job_filters .search_jobs input[type="text"] {
    font-size: 16px;
  }
  .tabbed-content .events-schedule table {
    border-spacing: 0;
    border-top: 1px solid #000;
  }
  .tabbed-content .events-schedule table:first-of-type {
    border-top: none;
  }
  .tabbed-content .events-schedule table thead .event-date {
    font-size: 24px;
  }
  .tabbed-content .events-schedule table tbody .event-time {
    width: 100%;
    display: block;
    padding-bottom: 0;
    padding-top: 16px !important;
    font-size: 20px !important;
  }
  .tabbed-content .events-schedule table tbody .event-time, .tabbed-content .events-schedule table tbody .sub-event-information {
    padding-top: 0;
    width: 100%;
    display: block;
  }
  .tabbed-content .events-schedule table tbody .event-time .sub-event-title, .tabbed-content .events-schedule table tbody .sub-event-information .sub-event-title {
    font-size: 20px;
    padding-top: 0;
  }
  .page-template-atsg-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li, .page-template-atsg-child-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li {
    margin-right: -12px;
  }
  .page-template-atsg-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li a, .page-template-atsg-child-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li a {
    padding-right: 7px;
  }
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 135% !important;
  }
}
@media screen and (max-width: 480px) {
  .job_filters .job_types li {
    border-right: none;
    width: calc(50% - 40px);
  }
  .job_filters .search_jobs div.search_remote_position {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .page-template-atsg-template.admin-bar #hamburger .hamburger-toggle, .page-template-atsg-template.admin-bar #hamburger .hamburgler-toggle, .page-template-atsg-template.admin-bar #hamburgler .hamburger-toggle, .page-template-atsg-template.admin-bar #hamburgler .hamburgler-toggle, .page-template-atsg-child-template.admin-bar #hamburger .hamburger-toggle, .page-template-atsg-child-template.admin-bar #hamburger .hamburgler-toggle, .page-template-atsg-child-template.admin-bar #hamburgler .hamburger-toggle, .page-template-atsg-child-template.admin-bar #hamburgler .hamburgler-toggle {
    top: 4px;
  }
  .page-template-atsg-template.admin-bar #hamburger .hamburger-toggle:before, .page-template-atsg-template.admin-bar #hamburger .hamburgler-toggle:before, .page-template-atsg-template.admin-bar #hamburgler .hamburger-toggle:before, .page-template-atsg-template.admin-bar #hamburgler .hamburgler-toggle:before, .page-template-atsg-child-template.admin-bar #hamburger .hamburger-toggle:before, .page-template-atsg-child-template.admin-bar #hamburger .hamburgler-toggle:before, .page-template-atsg-child-template.admin-bar #hamburgler .hamburger-toggle:before, .page-template-atsg-child-template.admin-bar #hamburgler .hamburgler-toggle:before {
    font-size: 24px;
  }
  .page-template-atsg-template.admin-bar #hamburger.clicked .hamburger-toggle, .page-template-atsg-template.admin-bar #hamburger.clicked .hamburgler-toggle, .page-template-atsg-template.admin-bar #hamburgler.clicked .hamburger-toggle, .page-template-atsg-template.admin-bar #hamburgler.clicked .hamburgler-toggle, .page-template-atsg-child-template.admin-bar #hamburger.clicked .hamburger-toggle, .page-template-atsg-child-template.admin-bar #hamburger.clicked .hamburgler-toggle, .page-template-atsg-child-template.admin-bar #hamburgler.clicked .hamburger-toggle, .page-template-atsg-child-template.admin-bar #hamburgler.clicked .hamburgler-toggle {
    top: 70px;
  }
  .page-template-atsg-template #hamburger .hamburger-toggle, .page-template-atsg-template #hamburger .hamburgler-toggle, .page-template-atsg-template #hamburgler .hamburger-toggle, .page-template-atsg-template #hamburgler .hamburgler-toggle, .page-template-atsg-child-template #hamburger .hamburger-toggle, .page-template-atsg-child-template #hamburger .hamburgler-toggle, .page-template-atsg-child-template #hamburgler .hamburger-toggle, .page-template-atsg-child-template #hamburgler .hamburgler-toggle {
    top: 4px;
  }
  .page-template-atsg-template #hamburger .hamburger-toggle:before, .page-template-atsg-template #hamburger .hamburgler-toggle:before, .page-template-atsg-template #hamburgler .hamburger-toggle:before, .page-template-atsg-template #hamburgler .hamburgler-toggle:before, .page-template-atsg-child-template #hamburger .hamburger-toggle:before, .page-template-atsg-child-template #hamburger .hamburgler-toggle:before, .page-template-atsg-child-template #hamburgler .hamburger-toggle:before, .page-template-atsg-child-template #hamburgler .hamburgler-toggle:before {
    font-size: 24px;
  }
  .page-template-atsg-template #hamburger.clicked .hamburger-toggle, .page-template-atsg-template #hamburger.clicked .hamburgler-toggle, .page-template-atsg-template #hamburgler.clicked .hamburger-toggle, .page-template-atsg-template #hamburgler.clicked .hamburgler-toggle, .page-template-atsg-child-template #hamburger.clicked .hamburger-toggle, .page-template-atsg-child-template #hamburger.clicked .hamburgler-toggle, .page-template-atsg-child-template #hamburgler.clicked .hamburger-toggle, .page-template-atsg-child-template #hamburgler.clicked .hamburgler-toggle {
    top: 24px;
  }
  .page-template-atsg-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li, .page-template-atsg-child-template header[role="site-header"] #primary-nav-wrapper #primary-nav-holder ul li {
    font-size: 16px;
  }
  .page-template-atsg-template .button-container .button, .page-template-atsg-child-template .button-container .button {
    padding: 6px 8px;
    font-size: 16px;
  }
  .page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide .button-container, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide .button-container {
    margin-top: 15px;
  }
  .page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide .button-container .button, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide .button-container .button {
    display: block;
    width: 100%;
    padding: 6px 2px 6px 8px;
    font-size: 14px;
  }
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 145% !important;
  }
  .page-id-1724.page-template-atsg-template .content-image-hero .page-title h1 {
    font-size: 65px;
  }
}
@media screen and (max-width: 450px) {
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 160% !important;
  }
}
@media screen and (max-width: 420px) {
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 190% !important;
  }
}
@media screen and (max-width: 380px) {
  .featured-image-container .banner-container .page-title h1 {
    font-size: 20px;
  }
  .job_filters .job_types li {
    width: calc(100% - 42px);
  }
  .page-template-atsg-template .content-image-hero .content p, .page-template-atsg-template .content-image-hero .content ul, .page-template-atsg-template .content-image-hero .content ol, .page-template-atsg-template .content-image-hero .callout-content p, .page-template-atsg-template .content-image-hero .callout-content ul, .page-template-atsg-template .content-image-hero .callout-content ol, .page-template-atsg-template .content-image-hero .tabs .tabs-reports-content-container .tab-contained p, .page-template-atsg-template .content-image-hero .tabs .tabs-reports-content-container .tab-contained ul, .page-template-atsg-template .content-image-hero .tabs .tabs-reports-content-container .tab-contained ol, .page-template-atsg-template .content-and-image-block .content p, .page-template-atsg-template .content-and-image-block .content ul, .page-template-atsg-template .content-and-image-block .content ol, .page-template-atsg-template .content-and-image-block .callout-content p, .page-template-atsg-template .content-and-image-block .callout-content ul, .page-template-atsg-template .content-and-image-block .callout-content ol, .page-template-atsg-template .content-and-image-block .tabs .tabs-reports-content-container .tab-contained p, .page-template-atsg-template .content-and-image-block .tabs .tabs-reports-content-container .tab-contained ul, .page-template-atsg-template .content-and-image-block .tabs .tabs-reports-content-container .tab-contained ol, .page-template-atsg-template .reports-block .content p, .page-template-atsg-template .reports-block .content ul, .page-template-atsg-template .reports-block .content ol, .page-template-atsg-template .reports-block .callout-content p, .page-template-atsg-template .reports-block .callout-content ul, .page-template-atsg-template .reports-block .callout-content ol, .page-template-atsg-template .reports-block .tabs .tabs-reports-content-container .tab-contained p, .page-template-atsg-template .reports-block .tabs .tabs-reports-content-container .tab-contained ul, .page-template-atsg-template .reports-block .tabs .tabs-reports-content-container .tab-contained ol, .page-template-atsg-child-template .content-image-hero .content p, .page-template-atsg-child-template .content-image-hero .content ul, .page-template-atsg-child-template .content-image-hero .content ol, .page-template-atsg-child-template .content-image-hero .callout-content p, .page-template-atsg-child-template .content-image-hero .callout-content ul, .page-template-atsg-child-template .content-image-hero .callout-content ol, .page-template-atsg-child-template .content-image-hero .tabs .tabs-reports-content-container .tab-contained p, .page-template-atsg-child-template .content-image-hero .tabs .tabs-reports-content-container .tab-contained ul, .page-template-atsg-child-template .content-image-hero .tabs .tabs-reports-content-container .tab-contained ol, .page-template-atsg-child-template .content-and-image-block .content p, .page-template-atsg-child-template .content-and-image-block .content ul, .page-template-atsg-child-template .content-and-image-block .content ol, .page-template-atsg-child-template .content-and-image-block .callout-content p, .page-template-atsg-child-template .content-and-image-block .callout-content ul, .page-template-atsg-child-template .content-and-image-block .callout-content ol, .page-template-atsg-child-template .content-and-image-block .tabs .tabs-reports-content-container .tab-contained p, .page-template-atsg-child-template .content-and-image-block .tabs .tabs-reports-content-container .tab-contained ul, .page-template-atsg-child-template .content-and-image-block .tabs .tabs-reports-content-container .tab-contained ol, .page-template-atsg-child-template .reports-block .content p, .page-template-atsg-child-template .reports-block .content ul, .page-template-atsg-child-template .reports-block .content ol, .page-template-atsg-child-template .reports-block .callout-content p, .page-template-atsg-child-template .reports-block .callout-content ul, .page-template-atsg-child-template .reports-block .callout-content ol, .page-template-atsg-child-template .reports-block .tabs .tabs-reports-content-container .tab-contained p, .page-template-atsg-child-template .reports-block .tabs .tabs-reports-content-container .tab-contained ul, .page-template-atsg-child-template .reports-block .tabs .tabs-reports-content-container .tab-contained ol {
    font-size: 16px;
  }
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 215% !important;
  }
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image .block-slider p {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 240% !important;
  }
  .page-id-1724.page-template-atsg-template .content-image-hero .page-title h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 340px) {
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 265% !important;
  }
}
@media screen and (max-width: 320px) {
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 250% !important;
  }
  .page-id-1724.page-template-atsg-template .content-image-hero .page-title h1 {
    font-size: 60px;
  }
  .page-id-1724.page-template-atsg-template .content-image-hero .content-container {
    padding: 3em 0 2.5em;
  }
  .page-template-atsg-template .content-and-image-block, .page-template-atsg-child-template .content-and-image-block {
    padding: 3em 0 !important;
  }
  .page-template-atsg-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide, .page-template-atsg-child-template .content-and-image-block .block-image-container .block-image .block-slider-container .block-slider .slide {
    padding: 24px 24px 20px;
  }
  .page-template-atsg-template .content-and-image-block .callout-content, .page-template-atsg-child-template .content-and-image-block .callout-content {
    padding: 3em 0 !important;
  }
  .page-template-atsg-template .button-container, .page-template-atsg-child-template .button-container {
    margin-bottom: 0;
  }
  .page-template-atsg-template .button-container .button, .page-template-atsg-child-template .button-container .button {
    font-size: 16px;
  }
  .page-template-atsg-template h2, .page-template-atsg-child-template h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 300px) {
  .page-id-1724.page-template-atsg-template #block-2.content-and-image-block .block-image-container .block-image {
    padding-bottom: 300% !important;
  }
}
@media screen and (max-width: 840px) and (max-height: 420px) {
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children:after, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children:after {
    font-size: 18px;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children.clicked:after, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children.clicked:after {
    top: 4px;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li a, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li a {
    font-size: 22px;
    padding: 7px 0;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li a, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li a {
    font-size: 16px;
    padding: 6px 0 0;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:first-child, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:first-child {
    margin-top: 0;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:last-child, #hamburgler #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:last-child {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 420px) and (max-height: 840px) {
  #hamburger #primary-nav-wrapper:-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li a {
    font-size: 24px;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children:after {
    top: 16px;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li.menu-item-has-children.clicked:after {
    top: 10px;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li a {
    padding: 10px 0;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:first-child {
    margin-top: 10px;
  }
  #hamburger #primary-nav-wrapper #primary-nav-holder ul:not(.sub-menu) li ul.sub-menu li:last-child {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fg4sp.org%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fgsp_new%2Fscss%2Fmain-styles.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAsDA%3BAACA%3BAAyDA%3BAA5GA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjBJ%3BAA0DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAnFD%3BAAuGA%3BAAAA%3BAAAA%3BAAvGA%3BAAAA%3BAAiIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAA3QA%3BAAAA%3BAAqRC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAArVH%3BAA%2BVA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAldH%3BAA6dI%3BAAAA%3BAAAA%3BAAAA%3BAAKY%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAtiBA%3BAA8iBC%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5qBhB%3BAAAA%3BAAAA%3BAA0rBA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAW%2BB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAQ1B%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIyB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAML%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAU7B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcT%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOO%3BAAAA%3BAAAA%3BAAIP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxtCD%3BAAAA%3BAAAA%3BAAuuCA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKiB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAOd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAA19CJ%3BAAAA%3BAAAA%3BAAo%2BCA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGN%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUsB%3BAAAA%3BAAAA%3BAAMpB%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAtkDR%3BAAAA%3BAAAA%3BAAglDA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAhsDZ%3BAAAA%3BAAAA%3BAA4sDI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAr5DpB%3BAAAA%3BAAAA%3BAAm6DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAIY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2F%2BDZ%3BAAAA%3BAAAA%3BAA4%2FDI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA9lEJ%3BAAAA%3BAAAA%3BAAumEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAr0EJ%3BAAAA%3BAAAA%3BAA80EA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQX%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASsB%3BAAAA%3BAAAA%3BAAMpB%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAKY%3BAAAA%3BAAAA%3BAAIV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKU%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAMhB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAASO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAASpB%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAA5lHR%3BAAomHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA9mHA%3BAAAA%3BAAAA%3BAA0nHC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAapB%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzuHH%3BAAAA%3BAAAA%3BAAmwHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOgB%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAApzHZ%3BAAAA%3BAAAA%3BAA6zHA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAA54HH%3BAAs5HA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIY%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWhB%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUxB%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAWpB%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAzgJZ%3BAAAA%3BAAAA%3BAAohJI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAQX%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAzoJF%3BAAipJI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtpJR%3BAAgqJQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtrJZ%3BAAAA%3BAAAA%3BAAksJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAlxJJ%3BAA4xJA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7yJF%3BAA4zJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAA13JH%3BAAAA%3BAAAA%3BAAs4JA%3BAAIgB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAIgB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAEQ%3BAAAA%3BAAAA%3BAAYQ%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAMM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEsB%3BAAAA%3BAAAA%3BAAU1B%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOS%3BAAAA%3BAAAA%3BAAQY%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAIgB%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAEQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAEE%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMK%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAQY%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUxB%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAACI%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAKV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIwB%3BAAAA%3BAAAA%3BAAGxB%3BAAAA%3BAAAA%3BAAGwB%3BAAAA%3BAAAA%3BAAK1B%3BAAAA%3BAAAA%3BAAEsB%3BAAAA%3BAAAA%3BAAGrB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOd%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQW%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAQlB%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMgB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUpB%3BAACI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAIY%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBZ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKX%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMK%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAOT%3BAAAA%3BAAAA%3BAAKyB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAWQ%3BAAAA%3BAAAA%3BAAQpB%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEU%3BAAAA%3BAAAA%3BAAMV%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAGY%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAGY%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAGY%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAIgB%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAEQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEQ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAO4B%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGxB%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAOY%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%22%7D */