/*
Theme Name: BLUEPRINT INTERACTIVE Theme
Author: Blueprint Interactive
Author URI: https://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 1.0
License: GNU General Public License



/* -------------------------------------------------------------- */
/* Normalize Reset 
-------------------------------------------------------------- */

@import url("https://use.typekit.net/rqq4nxz.css");

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

* {
  box-sizing: border-box;
}

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* -------------------------------------------------------------- */
/* Animate CSS
-------------------------------------------------------------- */

.fade-in-from-left {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-in-from-left.animated {
  animation-name: fade-from-left;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  45% {
    opacity: 0.5;
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fade-in-from-bottom {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.fade-in-from-bottom.animated {
  animation-name: fade-from-bottom;
  animation-duration: 1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade-in-from-right {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.fade-in-from-right.animated {
  animation-name: fade-from-right;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Global */

/* scaling down font sizes by 5px */

.main-wrapper {
  position: relative;
}

.main-content {
  overflow-x: hidden;
  margin: 0;
}

.inner {
  max-width: 1250px;
  width: 85%;
  margin: 0 auto;
  position: relative;
}

.outer.main {
  position: relative;
  width: 100%;
  max-width: 100%;
}


h1,
h2 {
  font-family: "raleway", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  margin: 20px 0;
  line-height: 1.3;
  color: #003e7e;
}

h1 {
  font-family: "raleway", sans-serif !important;
}

h3 {
  font-family: "raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #003e7e;
  margin: 10px 0;
}

h4 {
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1696e8;
  font-size: 28px;
  margin: 10px 0;
}

h5,
h6 {
  font-family: "raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #003e7e;
  font-size: 24px;
  margin: 10px 0;
}

.hyperlink {
  font-family: "raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  color: #003e7e;
  text-decoration: none;
  line-height: 1.5;
}

.hyperlink:hover {
  opacity: 0.8;
}

a {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

p,
a,
li {
  font-family: "p22-underground", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin: 20px 0;
  line-height: 1.2;
  color: #455565;
}

.nav a,
.footer-nav a {
  font-size: 18px;
  font-family: "termina", sans-serif;
  color: #003e7e;
}

.footer-nav a {
  color: #FFF;
}

.contact-container p,
.contact-container a,
.terms-container p,
.terms-container a {
  font-size: 18px;
  color: #003e7e;
  color: #FFF;
  font-family: "p22-underground";
  margin: 5px 0;
  width: 100%;
}

a {
}

.contact-container strong {
  font-weight: 900;
}

.terms-container p {
  font-size: 18px;
}

strong,
.body-bold {
  font-family: "p22-underground", sans-serif;
  font-weight: 600;
  font-style: normal;
}

a,
strong {
  text-decoration: none;
  color: inherit;
}

.blue-btn,
.yellow-btn,
.orange-btn,
article.work-with-us.inner a,
.at-form-submit .at-submit.btn-at.btn-at-primary {
  border: solid 2px transparent;
  background-color: #1696e8;
  color: white;
  font-family: "termina", sans-serif;
  font-size: 28px;
  padding: 5px 30px;
  border-radius: 30px;
  margin: 20px 0;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  background-image: url("./images/oval-white.png");
  background-position: 50% 250%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  cursor: pointer;
}

a.blue-btn {
  color: white !important;
}

.blue-btn, .orange-btn, .during-event .yellow-btn {
  font-size: 22px;
  line-height: 1;
}

a.blue-btn:hover,
article.work-with-us.inner a:hover,
nav.nav.desktop-nav li:last-of-type a:hover,
.at-form-submit .at-submit.btn-at.btn-at-primary:hover {
  background-position: 50% 0%;
  border: solid #1696e8 2px;
  color: #1696e8 !important;
  text-decoration: none !important;
}

a.yellow-btn.home:hover svg path {
  fill: #ffc437;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
nav.nav.desktop-nav li:last-of-type a:hover {
  text-decoration: none;
}

nav.nav.desktop-nav li ul li:last-of-type a {
  background-position: unset !important;
  border: none !important;
  color: #fff !important;
  text-decoration: underline !important;
}
nav.nav.desktop-nav li ul li:last-of-type a:hover {
  background-position: unset !important;
  border: none !important;
  color: #fff !important;
  text-decoration: underline !important;
}

.nav.desktop-nav.summit a:hover {
  text-decoration: none;
  color: #003e7e;
}

.desktop-nav.summit li:last-of-type a:hover {
  border: none !important;
  color: #003e7e !important;
  background-position: unset !important;
}

.yellow-btn, .page-id-60 .blue-btn {
  background-color: #ffc437;
  color: #003e7e !important;
  background-image: url("./images/oval-blue.png");
}

.yellow-btn:hover , .page-id-60 .blue-btn:hover{
  background-position: 50% 0%;
  border: solid #ffc437 2px;
  color: #ffc437 !important;
}

.orange-btn {
  background-image: url("./images/oval-blue.png");
  background-color: #ea661b;
  color: white;
}

.orange-btn.register-btn {
  background-image: url("./images/oval-aqua.png");
}

.orange-btn:hover {
  background-position: 50% 0%;
  border: solid #ea661b 2px;
}

nav.nav.desktop-nav li:last-of-type a {
  border: solid 2px transparent;
  padding: 1px 20px;
  background-color: #1696e8;
  color: white;
  border-radius: 30px;
  background-image: url("./images/oval-white.png");
  background-position: 50% 250%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  cursor: pointer;
}

.darkblue-btn {
  background-color: #003e7e;
  color: white;
  font-family: "termina", sans-serif;
  font-size: 18px;
  padding: 7px 20px;
  border-radius: 30px;
  margin: 20px 0;
}

.footer-nav li:last-of-type a {
  padding: 1px 20px;
  background: #FFC437;
  color: #003e7e;
  border-radius: 30px;
  background-image: url("./images/oval-blue.png");
  background-position: 50% 250%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  cursor: pointer;
  border: solid 2px transparent;
  font-weight: 500;
}

.footer-nav li:last-of-type a:hover {
  background-position: 50% 0%;
  border: solid #003e7e 2px;
  background-color: #003E7E;
  color: #FFF;
}

.footer-nav a:hover,
.contact-container a:hover{
  color: #003e7e;
  
}

.terms-container a:hover {
  color: #FFC437;
}

.back-btn {
  display: flex;
  align-items: center;
}

.back-btn svg {
  margin: 0 10px;
}

svg.av-team {
  position: absolute;
  right: 0;
  width: 33%;
  top: 0;
}

.right-links,
.left-links {
  position: absolute;
  width: 22%;
}

.right-links {
  right: -7%;
  top: -15%;
  z-index: 1;
}

.left-links {
  left: -13%;
  bottom: 50%;
  z-index: -1;
}

article.hero.no-image h1 {
  color: #003e7e;
}

article.hero.no-image p {
  color: #455565;
}

.careers-page .hero-body {
  width: 100%;
}

.hero.no-image.careers-page {
  padding-bottom: 0;
}

article.hero.no-image .hero-body {
  width: 100%;
}

/* Header */

header {
  background: #fff;
  margin: 0;
  padding-top: 3%;
  position: relative;
  width: 100%;
}

header.absolute {
  background: unset;
  position: absolute;
  z-index: 1;
}

nav.nav.desktop-nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

nav.nav.desktop-nav ul li {
  list-style: none;
  margin: 0 10px;
}

nav.nav.desktop-nav a {
  text-decoration: none;
  color: #003e7e;
}

nav.nav.desktop-nav a.logo-link {
  max-width: 30%;
}

nav.nav.desktop-nav a.logo-link img {
  width: 300px;
}

nav.nav.desktop-nav a:hover {
  text-decoration: underline;
}

nav.nav.desktop-nav ul li ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  justify-content: start;
  width: 135px;
  flex-wrap: nowrap;
  margin: 0;
  padding: 10px;
  display: none;
  /* Rectangle 44 */
  background: rgba(0, 62, 126, 0.43);
}

nav.nav.desktop-nav ul li ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 22;
}

nav.nav.desktop-nav li ul li:last-of-type a {
  padding: 0;
  border-radius: unset;
  background: unset;
  transition: unset;
}

nav.nav.desktop-nav ul li:hover ul {
  display: flex;
}

.active {
  font-family: "termina", sans-serif;
  font-weight: 900;
  font-style: normal;
}

img.desktop-logo {
  /* max-width: 30%; */
}

nav.nav.desktop-nav.white a {
  color: #ffffff;
}

.outer.nav {
  background: #f24b46;
  position: absolute;
  width: 100%;
  z-index: 11;
  padding: 1% 0;
}

.nav.desktop-nav.summit a {
  color: #fff;
  font-size: 16px;
}

.nav.summit {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.desktop-nav.summit li:last-of-type a {
  background-color: transparent !important;
  background: none !important;
  border: none !important;
}

.nav.desktop-nav {
  height: 100%;
  padding-bottom: 3%;
}

.nav.desktop-nav.summit {
  height: unset;
  padding-bottom: unset;
}

.nav.desktop-nav.summit ul {
  justify-content: center;
}

.nav.desktop-nav.summit li {
  margin: 0 30px;
}

footer.footer {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  border-top: solid 3px #FFC437;
}


.footer-nav {
  display: flex;
}

.social-wrapper {
  display: flex;
  align-items: center;
}

.footer svg {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

.social-wrapper a {
  margin: 0;
}

.contact-container {
  display: flex;
  justify-content: start;
  /* width: 50%; */
  margin: 0 auto;
}

footer.footer ul {
  display: flex;
  padding: 0;
  margin: 0;
  margin-right: 20px;
}

footer.footer li {
  list-style: none;
  margin-right: 20px;
  /* margin-top: 0; */
}

header a,
footer a {
  text-decoration: none;
}

.contact-container div {
  margin-right: 15%;
}

/* Hero Component */

.hero {
  padding: 13% 0 8%;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

.hero.no-image {
  padding: 6.5% 0 0;
}

.hero-title,
.hero-body {
  color: #fff;
}

.hero-body {
  width: 75%;
}

article.hero.home {
  padding: 16% 0 11%;
}

article.hero.home .inner {
  text-align: center;
}

article.hero.home .inner p {
  color: #fff;
}

.inner.hero-text img {
  margin: 20px 0;
  width: 100%;
  max-width: 700px;
}

.home-hero-text {
  color: #fff;
  font-size: 34px;
  line-height: 1;
  margin: 20px 0;
}

a.yellow-btn.home svg {
  width: 20px;
  height: 20px;
  margin-left: 12px;
}

a.yellow-btn.home {
  display: flex;
  width: fit-content;
  align-items: center;
  margin: 40px auto;
  padding: 10px 30px;
}

/* Flexible Content Component */

.flexible-content {
  margin: 9% 0;
}

.flexible-content img {
  /* max-width: 42%; */
  object-fit: cover;
  margin: 20px 0;
  height: auto;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -7%;
  left: -1%;
  border-radius: 70px;
}

.flexible-content .left,
.flexible-content .right {
  display: flex;
  margin: 9% 0;
  align-items: center;
}

.flexible-content .right {
  flex-direction: row-reverse;
}

.left .flex-img-container {
  margin-right: 5%;
}

.right .flex-img-container {
  margin-left: 5%;
}

article.flexible-content p {
  margin-bottom: 30px;
}

/* About page map */

.legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.key {
  display: flex;
  align-items: center;
  margin: 0 25px;
}

div#key1,
div#key2,
div#key3 {
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

div#key1 {
  background: #52A3D6;
}

div#key2 {
  background: #E9E9E9;
}

div#key3 {
  background: #ABCCEA;
}

/* WP default body */

.wp-default-body {
  margin: 9% 0;
}

.wp-default-body img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  object-position: center;
  /* margin-bottom: 8%; */
}

article.wp-default-body p {
  margin-bottom: 30px;
}

.home-center p {
  min-height: 170px;
}

.wp-default-body a {
  color: #1696e8;
  text-decoration: underline;
}

.wp-default-body a:hover {
  color: #003e7e;
}

/* Map */
.map-section img {
  max-width: 100%;
}

.map-section {
  margin: 0 auto 0px auto;
}

/* Leadership Feed */

.leadership-member {
  display: flex;
  /* margin-bottom: 8%; */
  margin: 8% 0;
  width: 100%;
}

img.headshot {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.leader-info {
  padding-left: 8%;
  width: calc(100% - 304px);
}

.leadership-team-container {
  margin: 4% 0 8%;
}

.team-img-container {
  width: 300px;
  height: 300px;
  position: relative;
}

.team-img-container svg {
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 100%;
  left: 49px;
}

.team-member {
  width: 22%;
  margin: 1%;
  min-width: 240px;
}

article.full-team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 9% 0;
}

.team-member .headshot {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.team-img-container.grid {
  width: 200px;
  height: 200px;
  position: relative;
}

.team-info {
  margin-top: 40px;
}

.team-img-container.grid svg {
  bottom: -21px;
  left: 38px;
}

.team-info p {
  font-size: 22px;
  margin: 10px 0;
}

.team-search {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 9% 0;
}

.team-search span {
  /* display: inline-block; */
  font-family: "termina";
  /* margin-right: 20px; */
  display: flex;
  align-items: center;
}

.search-bar {
  border-radius: 30px;
  padding: 10px 40px 10px 20px;
  border: solid 2px #1696e8;
  font-family: "termina";
  position: relative;
  margin: 20px;
  height: 52px;
}

.search-bar::before {
  content: url("./images/search-icon.svg");
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.search-submit {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  display: none;
}

/* Leader Single */

.no-hero {
  padding: 200px 0;
}

article.single.leadership-team-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Testimonial Slider */

.testimonial-container .slick-dots li button:before {
  background-color: #1696e8;
  font-size: 0;
  border-radius: 50%;
  opacity: 1;
}

.testimonial-container .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background-color: #003e7e !important;
}

.testimonial-container .slick-dots {
  bottom: -30px;
}

.testimonial-container button.slick-prev.slick-arrow,
.testimonial-container button.slick-next.slick-arrow {
  display: none !important;
}

.single-item {
  margin: 0 auto;
  width: 200px;
  height: 100%;
  text-align: center;
}

.single-testimonial .partner-logo {
  max-width: 30%;
  margin: 20px 20px 20px 1px;
}

.single-testimonial {
  display: flex !important;
  align-items: start;
  justify-content: space-between;
  position: relative;
}

svg.left-quote {
  margin-right: 10px;
}

svg.right-quote {
  margin-left: 10px;
}

.partner-logo {
  max-width: 22%;
  margin-right: 20px;
}

.partner-logo img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.testimonial-container {
  position: relative;
  margin: 9% 0;
  height: 100%;
  z-index: 5;
}

.testimonial-quote {
  width: 65%;
}

article.logo-grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: start;
  margin: 10% 0 8%;
}

article.logo-grid-container .partner-logo {
  /* margin: 20px 20px 20px 0px; */
  margin: 1%;
}

svg.right-links.partners {
  top: -45%;
}

/* Impact */

article.timeline-container {
  margin: 8% auto;
  /* width: 70%; */
}

.timeline {
  display: flex;
  margin: 20px 0;
}

.timeline img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  margin: 0 20px;
  object-fit: cover;
  object-position: center;
}

.timeline-right-align {
  flex-direction: row-reverse;
}

.timeline-intro img {
  max-width: 200px;
  max-height: 200px;
  border-radius: unset;
  object-fit: contain;
  margin-left: 0;
  margin: 20px 0;
}

.timeline-intro {
  justify-content: start;
  align-items: center;
  width: 100%;
  margin: 5px auto;
  flex-direction: column;
  text-align: center;
/* Rectangle 30 */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FCEEC6 100%);
  border-radius: 24px;
  padding: 3%;
  margin-right: 20px;
}

.timeline-container .timeline:last-of-type .timeline-text p,
.timeline-container .timeline:last-of-type .timeline-text h4,
.timeline-container .timeline:nth-last-of-type(2) .timeline-text p,
.timeline-container .timeline:nth-last-of-type(2) .timeline-text h4,
.timeline-container .timeline:nth-last-of-type(3) .timeline-text p,
.timeline-container .timeline:nth-last-of-type(3) .timeline-text h4  {
  /* color: #fff; */
}

.timeline-container .timeline:last-of-type .timeline-text h2,
.timeline-container .timeline:nth-last-of-type(2) .timeline-text h2,
.timeline-container .timeline:nth-last-of-type(3) .timeline-text h2 {
  /* color: #ffedc1; */
}

.outer.main.impact {
  background: linear-gradient(
    2.12deg,
    #003e7e 1.51%,
    rgba(23, 150, 231, 0) 56.76%
  );
  padding-bottom: 8%;
/* Rectangle 29 */
  background: linear-gradient(1.39deg, #ACD9F4 1%, rgba(172, 217, 244, 0) 98.63%);
}

/* News */

.ribbon {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  background: #ffc437;
  color: #003e7e;
}

article.news-feed-container {
  display: flex;
  justify-content: space-between;
  margin: 9% 0;
  align-items: start;
}

.press-releases {
  width: 46%;
}

.social-feed {
  width: 46%;
}

.twitter-card {
  background: #1696e8;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 25px;
  margin: 9% 0;
}

.user-info {
  display: flex;
  justify-content: start;
  align-items: center;
}

article.medium-container {
  display: flex;
  margin: 9% 0;
}

article.medium-container img {
  max-width: 35%;
  margin-right: 5%;
  object-fit: contain;
}

article.medium-container div {
  width: 100%;
}

.press-title {
  font-family: "raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  margin: 0;
  line-height: 1.2;
  color: #455565;
}

.press-header {
  font-size: 90px;
}

.press-card {
  margin: 9% 0;
}

p.tweet-username,
p.tweet {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin: 10px 0;
}

p.tweet-username {
  margin-left: 15px;
}

article.medium-container h1 {
  font-size: 80px;
  color: #ffc437;
  line-height: 1;
}

/* PR */

p.pr-info {
  margin: 20px 0 !important;
  font-family: "raleway";
  font-weight: 600;
}

/* Agenda */

.outer.main.agenda-page {
  background: #003e7e;
}

h1.agenda-title {
  color: #ffc437;
  margin-bottom: 50px;
}

article.agenda-container h2 {
  color: #ffedc1;
  font-size: 34px;
  font-weight: 600;
}

article.agenda-container ul li {
  color: #fff;
}

article.agenda-container ul li {
  list-style: none;
  background-image: url("./images/bullet-point.svg");
  background-repeat: no-repeat;
  line-height: 30px;
  padding-left: 30px;
  margin: 45px 0;
}

article.agenda-container ul li ul li {
  list-style: none !important;
  background-image: none !important;
}

article.agenda-container ul li ul,
article.agenda-container ul li ul li {
  padding: 0 !important;
  margin: 26px 0;
  line-height: 1.2;
}

article.agenda-container {
  padding-top: 0 !important;
}

article.agenda-container ul {
  padding-bottom: 50px;
  margin-bottom: 0;
  padding-right: 20px;
  padding: 0 20px 50px 50px;
}

article.agenda-container.inner.slick-initialized.slick-slider {
  padding: 0;
}

/* FAQ */

svg.small-circles-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

svg.large-circles-left {
  position: absolute;
  left: -4%;
  z-index: -1;
  bottom: 23%;
  opacity: .7;
}

.faq-container {
  margin: 9% 0;
}

article.hero.no-image.summit {
  padding: 15% 0 0;
}

.question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

svg.check {
  transition: transform 0.3s;
  cursor: pointer;
}

/* .faq-item:first-of-type svg {
  rotate: 180deg;
}

.faq-item:first-of-type p {
  display: block;
} */

.check.rotate {
  transform: rotate(180deg);
}

.answer {
  display: none;
}

.display {
  display: block;
}

/* Getting There */

.inner.main.directions h2 {
  margin-top: 9%;
  display: flex;
  align-items: center;
}

.inner.main.directions {
  margin-bottom: 9%;
}

/* Summit Hero */

article.hero.summit .inner {
  display: flex;
  justify-content: space-between;
}

article.hero.summit img {
  margin-right: 29px;
  max-width: 46%;
  object-fit: contain;
}

article.hero.summit {
  background: linear-gradient(89.91deg, #003e7e 0.03%, #1696e8 99.87%);
  padding: 9% 0 5%;
}

h1.summit-header {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

h2.summit-dates {
  font-family: "termina";
  color: #fff;
  font-weight: 400;
  font-size: 40px;
}

.summit-address p {
  color: #fff;
  margin-top: 35px;
}

.summit-address p strong {
  font-weight: 700;
}

/* Sponsorship */

img.sponsor-image {
  width: 10%;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
}

.sponsorship-level-container {
  margin: 9% 0;
}

.sponsor-level {
  margin: 9% 0;
}

.additional-sponsorships h2 {
  margin-top: 9%;
}

.additional-sponsorships {
  margin: 9% 0;
}

.sponsor-content ul li {
  list-style: none;
  background-image: url("./images/bullet-point-gray.svg");
  background-repeat: no-repeat;
  line-height: 1.1;
  padding-left: 30px;
  margin: 20px 0;
}

.sponsor-content ul {
  padding: 0;
  margin: 25px 0;
}

/* Summit Page */

.container {
  margin: 4.5% auto;
}

.registration-section {
  width: 100%;
  background: #639fab;
  height: 100%;
}

.container.registration-section .inner {
  display: flex;
  height: 100%;
  padding: 5% 0;
  position: relative;
}

img.reg-image {
  /* position: absolute;  */
  /* right: 0; */
  /* top: 3%; */
  width: 400px;
  height: 400px;
  border-radius: 50%;
  object-fit: cover;
}

.reg-img-container {
  position: relative;
  width: 44% !important;
  text-align: center;
}

svg.registration-circles {
  position: absolute;
  left: -9%;
  top: -8%;
  z-index: -1;
}

.container.registration-section .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container.registration-section .inner div {
  width: 50%;
}

.layout {
  display: flex;
}

.layout img {
  /* margin: 20px 20px 20px 0; */
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 400px;
  height: 400px;
  border-radius: 70px;
}

.layout .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.agenda-section.container {
  background: #003e7e;
  padding-bottom: 4.5%;
  margin-top: 0;
  margin-bottom: 0;
}

.directions-section.inner {
  display: flex;
  margin-top: 50px;
}

.download {
  display: flex;
  align-items: center;
}

.download a {
  margin-right: 20px;
}

.map-address {
  margin: 0 20px;
}

.download svg {
  max-width: 45px;
  max-height: 45px;
}

.agenda-section.container .inner {
  padding-top: 50px;
}

.updates.container {
  background: #ffc437;
  padding: 4.5% 0;
  margin-top: 0;
}

.map-address p {
  margin-top: 0;
}

.inner.agenda-link {
  padding-top: 0 !important;
  text-align: center;
  padding-bottom: 50px;
}

.thank-you a {
  font-family: "raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  color: #003e7e;
  text-decoration: none;
  line-height: 1.5;
}

.thank-you a:hover {
  color: #27a5db;
}

.after-event {
  position: relative;
}

/* Home */
.hidden-text {
  display: none;
}

span#alternating1 {
  background: #003e7e;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  min-width: 150px;
  padding: 7px;
  width: 200px;
  opacity: 100% !important;
}

.home-intro {
  margin: 5% auto;
  width: 64%;
  text-align: center;
}

.home-intro p {
  line-height: 1.5;
}

span#alternating2 {
  background: #ffc437;
  color: #003e7e;
  display: inline-block;
  font-weight: 700;
  width: 235px;
  padding: 7px;
  opacity: 100% !important;
}

article.home-center {
  text-align: center;
  width: 55%;
  margin: 9% auto;
}

.home-center {
  position: relative;
  width: 90%;
  padding: 0 26%;
  margin: 3% auto;
  text-align: center;
}

.home-center .small-circles-right {
  right: -3%;
  top: -50px;
  max-width: 300px;
}

.home-left {
  display: flex;
  margin: 0 auto;
  position: relative;
}

svg.av-left {
  position: absolute;
  width: 43%;
  top: -14%;
}

.home-left .inner,
.home-right.inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3.5% auto;
}

img.home-img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  width: 45%;
}

.home-left .inner div,
.home-right.inner div {
  width: 45%;
}

.home-left p,
.home-right p {
  color: #003e7e;
  font-size: 45px;
}

.home-left h2,
.home-right h2 {
  font-size: 70px;
  line-height: 1.1;
}

article.home-banner {
  width: 100%;
  background: #639fab;
}

article.home-banner {
  display: flex;
  align-items: center;
  padding: 4.5% 0;
  position: relative;
  margin: 12% 0;
}

.banner-text h2 {
  font-family: "p22-underground", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.5vw;
  margin: 20px 0;
  line-height: 1;
  color: #fff;
  margin: 10px 0;
}

.banner-text h3 {
  color: #fff;
  font-family: "raleway";
  font-weight: 800;
  font-size: 5.5vw;
  line-height: 1;
}

.banner-image {
  position: absolute;
  height: 124%;
  object-fit: contain;
  left: 0;
  overflow: hidden;
  bottom: 0;
}

.banner-text {
  width: 50%;
  margin-left: auto;
  padding-right: 13%;
}

article.work-with-us.inner {
  margin: 9% auto;
  display: flex;
}

article.work-with-us.inner img {
  width: 45%;
  object-fit: cover;
}

article.work-with-us.inner div {
  margin: 0 20px;
}

/* Select2 */

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 40px 10px 20px;
  border: solid 2px #1696e8;
  font-family: "termina";
  position: relative;
  margin-right: 30px;
  border-radius: 30px;
  padding: 10px 40px 10px 20px !important;
  border: solid 2px #1696e8;
  font-family: "termina";
  position: relative;
  margin-right: 30px;
  width: 100%;
}

.select2-container--default .select2-selection--single {
  background-color: unset !important;
  border: none !important;
  border-radius: unset !important;
}

span.select2-dropdown.select2-dropdown--below {
  width: 270px !important;
  display: flex;
  flex-direction: column;
  margin-top: 17%;
  position: relative;
}

span.select2-selection.select2-selection--single {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px !important;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 220px !important;
}

span.select2-selection__arrow {
  height: 65% !important;
  /* width: 30px !important; */
}

.select2-results__options li {
  font-size: 20px;
  margin: 0;
}

span.select2.select2-container.select2-container--default {
  width: 250px !important;
}

/* Map embed */

.gmp-container {
  width: 100%;
  height: 400px;
}

gmp-map {
  width: 100%;
}

.gmp-container.summit-page {
  width: 65%;
  margin-right: 4%;
}

div#jtg-437 {
  margin: 4.5% 0;
}

/* NGP Forms */

.at .at-row label, .at * span, .at label select.ticket-quantity-select, .at table.at-table thead tr th,
a.btn-at-link, .at-select, select, .at-checkbox-title, input, #NVTag1 textarea, #NVTag1 div.radios label, #NVTag1 input[type=text], #NVTag1 [id^=select2], #NVTag1 .ticket-name, #NVTag1 .TicketLevels thead tr th, #NVTag1 .TicketLevels b, .at label small, .at label{
    font-family: 'p22-underground' !important;
    font-size: 18px !important;
    text-transform: none !important;
    color: #455565;
}

input.at-submit.btn-at.btn-at-primary {
  font-size: 28px !important;
}

.at-legend,
#NVTag1 legend {
  color: #003e7e !important;
  font-size: 22px !important;
  padding-top: 0px !important;
  font-weight: bold !important;
  margin-bottom: 21px !important;
  font-weight: 800 !important;
  font-size: 30px !important;
}

#NVTag1,
.at fieldset legend,
#NVTag1 fieldset legend {
  font-family: "Raleway", helvetica, sans-serif !important;
}

a#fastaction-widget-signup,a#fastaction-widget-login  {
  font-size: 20px !important;
  line-height: 1.5;
}

header.at-markup.HeaderHtml {
  display: none;
}

header.at-title {
  display: none;
}

.at-text,
.at-select {
  font-size: 14px !important;
  text-transform: uppercase !important;
}

article.register-container h2,
h1.sponsor-form-page {
  font-family: "raleway";
  color: #003e7e;
  margin-bottom: 50px;
}

div#NVTag1 {
  width: 100%;
  max-width: 100%;
}

.at-form-submit .at-submit.btn-at.btn-at-primary {
  background-color: #1696e8 !important;
  font-family: "termina", sans-serif !important;
  text-shadow: none !important;
  margin-right: auto !important;
}

.at-form-submit .at-submit.btn-at.btn-at-primary:hover {
  color: #1696e8 !important;
}

.at-form-submit .at-submit {
  float: left !important;
}

footer.at-markup.FooterHtml.clearfix p {
  font-size: 14px;
  text-align: center;
}

article.register-container {margin-bottom: 9%;}

.highlighted {
  border-color: #27bb66 !important;
}

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0;
}

.gallery-wrapper img {
  height: auto;
  width: 48%;
  margin: 1%;
}

.mobile-nav {
  display: none;
}
/* MOBILE NAV */
.hamburger-icon {
  cursor: pointer;
  float: right;
  right: 5%;
  position: absolute;
  top: 20px;
  z-index: 10;
  display: block;
  display: none;
}
.header-nav {
  display: none;
  margin-top: 65px;
}
.bar1,
.bar2,
.bar3 {
  background-color: #ffc437;
  height: 5px;
  margin: 6px 0;
  transition: all 0.4s;
  width: 35px;
}
.change .bar1 {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
  transform: rotate(45deg) translate(8px, 8px);
  background-color: #003e7e;
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
  transform: rotate(-45deg) translate(8px, -7px);
  background-color: #003e7e;
}
.mobile-nav {
  background-color: #fff;
  display: block;
  display: none;
  height: auto;
  padding: 50px 5% 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}
.mobile-nav ul {
  list-style: none;
  padding: 0;
}
.mobile-nav ul ul {
  list-style: none;
}
.mobile-nav li {
  margin: 10px 0;
}
.mobile-nav a:hover {
  color: #1696e8;
}
.mobile-nav img.desktop-logo {
  max-width: 350px;
}
footer svg .color,
footer svg .background-color {
  transition: all 0.4s ease-in-out;
}
footer a:hover svg .background-color {
  fill: #1696e8;
  stroke: #1696e8;
}
.footer-nav a {
  font-size: 16px;
  margin-top: 12px;
}
footer .terms-container {
  width: 25%;
}
footer .footer-right {
  width: 70%;
  background: #1696e8;
  padding: 5% 1%;
}
footer.footer img {
  width: 100%;
  margin: 15px 0;
}
footer.footer li:last-of-type {
  margin-right: 0;
}
footer.footer ul {
  align-items: center;
}
.footer-nav {
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 5%;
  margin: 15px 0;
}
header nav.nav ul li a, li#menu-item-721 a {
  position: relative;
  text-decoration: none !important;
}
header ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  background-color: #1696e8;
  transition: transform 0.3s;
}
header ul li a:after, li#menu-item-721 a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  background-color: #1696e8;
  transition: transform 0.3s;
}
header ul li a:hover::after, li#menu-item-721 a:hover::after {
  transform: scaleX(1);
}

li#menu-item-721 a:hover {
  color: white !important;
}


nav.nav.desktop-nav li:last-of-type a:hover::after {
  transform: scaleX(0);
}

li#menu-item-721:last-of-type a:hover::after {
  transform:unset !important;
}


/* Animated Lines */
.animated_line.vertical_line {
  display: block;
  margin: 0 auto;
  position: relative;
}

.animated_line.lead_in {
  display: block;
  margin: 0 auto 0 auto;
  position: relative;
  left: 14%;
}

.animated_line.right_to_left {
  position: relative;
  left: -5%;
}

.animated_line.vertical_line.left {
  display: block;
  margin: 0;
  position: relative;
  left: 20%;
}

.rightline {
  position: relative;
}

.rightline .animated_line.vertical_line.right {
  float: right;
  position: relative;
  right: 21%;
}

.mobile.footer-logo {
  display: none;
}

.contact-container p.bold {
  font-weight: 600;
}

.layout {
  justify-content: space-between;
  align-items: flex-start;
}
.layout img {
  /* margin-right: 4%; */
  /* width: 45%; */
}
.layout .text {
  /* width: 50%; */
}
.question h2 {
  display: inline-block;
  width: calc(100% - 53px);
  font-size: 34px;
  cursor: pointer;
}
img.check {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.sponsor-level p a {
  color: #1696e8;
  text-decoration: underline;
}
.sponsor-level p a:hover {
  color: #0f5c8e;
}
.back-btn svg {
  transition: all 0.3s ease;
}
.back-btn:hover svg {
  transform: translateX(-5px);
}
article.logo-grid-container .partner-logo {
  margin: 1.5%;
}
.twitter-card {
  margin: 5px 0;
}
.social-feed {
  border-left: 3px solid #0f5c8e;
  padding-left: 3%;
  width: 42%;
}
.press-releases {
  padding-right: 3%;
  width: 57%;
}


p.tweet a {
  color: #003e7e;
  font-size: 21px;
}

p.tweet a:hover {
  color: #fff;
}

.tweet-username:hover {
  color: #003e7e;
}

.tweet-username {
  margin: 10px 5px 10px 5px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.press-header {
  font-size: 75px;
  line-height: 1;
}

article.medium-container h2,
article.medium-container h3 {
  margin: 0;
}

.press-card {
  margin: 50px 0;
}

h4.pr-date {
  font-size: 20px;
}

.ribbon {
  padding: 20px 5%;
}

.ribbon a {
  color: #fff;
}

.ribbon a:hover {
  color: #0f5c8e;
}

.hero .register-link.blue-btn span {
  display: inline-block;
  vertical-align: middle;
}

.hero .register-link.blue-btn span svg {
  height: auto;
  width: 38px;
}

.mobile-logo {
  display: none;
}


.postid-241 article.hero.summit {
  padding: 6.5% 0 0;
  background: unset;
  min-height: unset;
}

.postid-241 h1.summit-header {
  font-family: "raleway", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  margin: 20px 0;
  line-height: 1.3;
  color: #003E7E;
}

.postid-241 .summit-address p {
  font-family: "p22-underground", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin: 20px 0;
  line-height: 1.2;
  color: #003E7E;
}


.postid-238 .main h2 {
  color: #003e7e !important;
  font-family: "raleway", sans-serif !important;
}

table {
  padding: 10px;
  border: solid #1696e8;
  font-family: 'p22-underground';
  font-size: 30px;
  color: #455565;
  line-height: 1.3;
}


.wp-default-body img.alignright {
  float: right;
  width: 50%;
  margin-left: 30px;
  margin-bottom: 10px;
}

.wp-default-body img.alignleft {
  float: left;
  width: 50%;
  margin-right: 30px;
  margin-bottom: 10px;
}

svg.v {
opacity: 0;
transition: all 0.2s ease-in-out;
margin-left: 5px;
}

#menu-item-84:hover svg.v {
opacity: 1;
}

article.news-feed-container.archive {
  width: 100%;
}

article.news-feed-container.archive .press-releases {
  width: 100%;
}


img.desktop.footer-logo,
img.mobile-logo.white,
img.desktop-logo.color  {
  transition: all 0.3s ease-in-out;
}

a.logo-link:hover,
img.desktop.footer-logo:hover,
img.mobile-logo.white:hover,
img.desktop-logo.color:hover {
  transform: scale(1.05);
}

.container.registration-section h2, .container.registration-section p {
  color: #FFF;
}


.hero .register-link.blue-btn span svg {
  display: none;
}


/* footer adjustments */



footer .terms-container {
  display: flex;
  flex-direction: column;
  background: #003e7e;
  padding: 5%;
  width: 32%;
}

.terms-container p {
  margin: 20px;
}


.contact-container div {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  margin: 1% 6%;
}

.terms-container p {
  margin: 5px 0;
}

.contact-container span {
  margin: 0 10px;
}


.slick-prev:before, .slick-next:before {
  font-size: 40px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.additional-flexible {
  margin: 9% 0;
}

.flexible-content img.aligncenter {
  max-width: 100%;
  width: 100%;
}

.page-id-56 article.flexible-content ul {
  display: flex;
  justify-content: center;
}

.page-id-56 article.flexible-content li {
  list-style: none;
  margin: 0 20px;
  display: flex;
  align-items: center;
  margin: 0 4%;
}

.page-id-56 article.flexible-content ul li:nth-child(1)::before {
  content: "\25A0";
  color: #27A5DB;
  font-size: 75px;
    padding: 0;
    margin-right: 20px;
    line-height: 1;
}

.page-id-56 article.flexible-content ul li:nth-child(2)::before {
  content: "\25A0";
  color: #E8E9EA;
  font-size: 75px;
    padding: 0;
    margin-right: 20px;
    line-height: 1;
}

.page-id-56 article.flexible-content ul li:nth-child(3)::before {
  content: "\25A0";
  color: #A2CDED;
  font-size: 75px;
    padding: 0;
    margin-right: 20px;
    line-height: 1;
}


.postid-238 .wp-default-body {
  margin-bottom: 50px;
}

.intro-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 8% auto;
}


.page-template-page-impact svg.large-circles-left {
  top: 8%;
}

.page-template-page-impact svg.av-team {
  position: absolute;
  right: 0;
  width: 33%;
  top: 5%;
  z-index: -1;
}

.page-template-page-impact svg.animated_line.lead_in {
  width: 500px !important;
  margin: 0;
  margin-left: 7%;
}

.timeline:nth-of-type(2) img {
  border-radius: 0;
  object-fit: contain;
 }


svg.lighter-circles {
  position: absolute;
  bottom: 5%;
  right: 0;
  opacity: .7;
  display: none;
}

.leader-info h4, p.leadership-summary  {
  font-size: 26px;
}

.content-wrapper {
  margin-top: 50px;
}

.at form .label-amount.label-otheramount {
  display: flex;
}

.at form .label-amount input:required {
  border-color: #003e7e !important;
  background-color: #003e7e !important;
}

.at form .label-amount input:required::placeholder {
  color: #FFF !important;
}

.donate-wrapper {
  width: 80% !important;
  margin: 50px auto !important;
}

.press-title:hover {
  text-decoration: underline;
}

.user-info a {
  margin: 0;
}

img.user-avatar {
  max-width: 45px;
  border-radius: 50%;
}


footer a svg .background-color {
  fill: #1696e8;
  stroke: #FFF;
}

footer a:hover svg .background-color {
  fill:  #003e7e;
  stroke: #003e7e;
}


.help-container {
  margin-bottom: 9%;
}


article.hero.no-image.impact-hero img {
  width: 35%;
}

article.hero.no-image.impact-hero {
  display: flex;
  justify-content: center;
  align-items: center;
}

article.hero.no-image.impact-hero .hero-body {
  width: 80%;
}

article.hero.no-image.impact-hero {
  padding: 6.5% 0;
}

h2.timeline-header {
  margin-top: 8%;
}




article.timeline-container {
  margin: 8% auto;
  /* width: 90%; */
}

svg.first_line {
  /* margin-left: 12%; */
  position: absolute;
  left: 15%;
}

.others {
  width: 75%;
  margin: 0 0 0 auto;
}

.timeline-left-align.timeline.middle img {
  border-radius: unset;
}

svg#timeline-8 {
  display: none;
}

svg#timeline-4 {
  display: none;
}

svg#timeline-5 {
  margin: 5% 0;
  margin-left: 18%;
  /* width: 100%; */
}

svg#timeline-9 {
  width: 63%;
  margin-left: 16%;
}

.time-wrapper {
  position: relative;
  margin: 30px 0;
}

.timeline-right-align {
  text-align: right;
}

.timeline-right-align img {
  margin-left: 11%;
}

div#timeline-2 img {
  border-radius: unset;
  object-fit: contain;
}

div#timeline-2 {
  margin: 8% 0 0 auto;
}

div#timeline-5 {
  margin: 4% 0;
}

.privacy-policy .inner.main {
  margin-bottom: 8%;
}



.flex-img-container {
  position: relative;
}

.flex-img-container svg {
  width: 420px;
  height: 420px;
}


.left .flex-img-container {
  margin-right: 30px;
}


.about-ribbon {
  width: 100%;
  background: linear-gradient(90deg, #003E7E 0%, #1696E8 100%);
}

.about-ribbon p {
  color: white;
  margin: 0;
  padding: 4% 0%;
  text-align: center;
}

h4.test-title {
  font-size: 24px;
}

.sponsor-img-container {
  display: flex;
  align-items: center;
}

.sponsor-level li, .sponsor-level p {
  font-size: 26px;
}

.inner.main.directions h2 img {
  max-width: 100px;
  width: 20%;
  margin-right: 20px;
}

.layout .flex-img-container {
  margin-right: 4%;
  margin-top: 25px;
}




span.select2-selection__arrow {
  right: 5% !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b
{
    border-color: transparent transparent #888 transparent;
    border-width: 0 8px 10px 8px;
    left: 50% !important;
    
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 11px 8px 0 8px;
    margin-left: -4px;
    margin-top: -2px;
}


g#_x21_NY .st1 {
  fill: #ABCCEA;
}

g#_x21_NY .st0 {
  fill: #6B96B5;
}

g#_x21_Ohio .st1, g#Pensylvannia .st1{
  fill: #52A3D6;
}

g#_x21_Ohio .st0, g#Pensylvannia .st0 {
  fill: #2085B0;
}

.flex-img-container img {
  top: -6%;
  left: -1%;
}

.home main.main-content {
  background: linear-gradient(1.39deg, #ACD9F4 1%, rgba(172, 217, 244, 0) 98.63%);
}

.page-template-page-about .hero {
  background-position: right;
}


.page-template-page-news .hero {
  padding: 10% 0 4%;
  min-height: 100% !important;
  background-image: linear-gradient(89.91deg, #003e7e 0.03%, #1696e8 99.87%) !important;
}

.donate-disclaimer p {
  font-size: 18px;
  color: #455565;
  width: 80%;
  margin: 0 auto;
}

.page-id-60 .flex-img-container svg {
  display: none;
}

.page-id-60 .flex-img-container img {
  position: relative;
  height: auto;
  border-radius: unset;
  object-fit: contain;
  width: 350px;
}

.text-block-right, .text-block-left {
  max-width: 100%;
}

div#timeline-4 img {
  object-fit: contain;
  filter: drop-shadow(2px 2px 2px grey);
}

.page-id-65 .hero {
  background-position: top;
}

.postid-237 article.agenda-container ul li ul, .postid-237 article.agenda-container ul li ul li {
  display: none;
}

svg.animated_line.left_to_right {
  margin-left: 5%;
}



.answer a, .help-container a , .inner.main.directions a, .additional-sponsorships a, .privacy-policy .main a, article.flexible-content a, .page-id-1095 .inner.main a  {
  color: #1696e8;
}

.answer a:hover, .help-container a:hover, .inner.main.directions a:hover, .summit-address a:hover, .additional-sponsorships a:hover,  .privacy-policy .main a:hover, article.flexible-content a:hover, .page-id-1095 .inner.main a:hover
 {
    text-decoration: underline;
}



.page-id-1095  .inner.main {
  margin-bottom: 8%;
}


.video video {
  max-width: 100%;
  margin: 4% 0;
}