@charset "UTF-8";
/*
   _____          __  .__       .__                 
  /  _  \________/  |_|__| ____ |  |   ____   ______
 /  /_\  \_  __ \   __\  |/ ___\|  | _/ __ \ /  ___/
/    |    \  | \/|  | |  \  \___|  |_\  ___/ \___ \ 
\____|__  /__|   |__| |__|\___  >____/\___  >____  >
        \/                    \/          \/     \/ 
*/
/* ================================================ */
/* ============= ARTICLE NODE STYLES ============== */
/* ================================================ */
.article-content.node-body-container {
  background-color: #ffffff;
}
.article-content.node-body-container .article {
  display: flex;
}
@media (max-width: 768px) {
  .article-content.node-body-container .article {
    display: block;
  }
}
.article-content.node-body-container .article .left-column {
  width: 70%;
  padding: 20px 50px 20px 0;
}
@media (max-width: 768px) {
  .article-content.node-body-container .article .left-column {
    width: 100%;
    padding: 20px 20px 20px 0;
  }
}
@media (max-width: 768px) {
  .article-content.node-body-container .article .left-column h2.article-title {
    font-size: 22px;
  }
}
.article-content.node-body-container .article .left-column .view-all a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.article-content.node-body-container .article .left-column .article-type,
.article-content.node-body-container .article .left-column .article-date {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.article-content.node-body-container .article .left-column .media-files {
  position: relative;
}
.article-content.node-body-container .article .left-column .media-files .article-thumb {
  display: block;
}
.article-content.node-body-container .article .left-column .media-files .article-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.article-content.node-body-container .article .left-column .media-files .article-video .video-embed-field-launch-modal {
  background-image: url(../images/icons/icon-play-button-overlay.png);
  background-repeat: no-repeat;
  background-position: 49% 54%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 20;
  background: transparent 50% 50% no-repeat url(../images/icons/icon-play-button-overlay.png);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  cursor: pointer;
}
@media (max-width: 900px) {
  .article-content.node-body-container .article .left-column .media-files .article-video .video-embed-field-launch-modal {
    height: 250px;
  }
}
.article-content.node-body-container .article .left-column .media-files .article-video .video-embed-field-launch-modal img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.article-content.node-body-container .article .left-column .media-files .Event .article-video .video-embed-field-launch-modal {
  width: 73%;
  height: 275px;
}
.article-content.node-body-container .article .left-column .node-body {
  padding: 25px 0;
}
.article-content.node-body-container .article .left-column .node-body img {
  margin: 20px 0;
}
.article-content.node-body-container .article .right-column {
  width: 30%;
  padding: 175px 0 0 0;
}
@media (max-width: 768px) {
  .article-content.node-body-container .article .right-column {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
.article-content.node-body-container .article .right-column #block-stemindustrynewsandconversations,
.article-content.node-body-container .article .right-column #block-stemindustrynewsandconversations--2 {
  display: block;
}

/* Bio Profile Grid Styles */
.profile-grid .row {
  display: flex;
  margin: 0;
}
.profile-grid .row .bio-photo {
  width: 35%;
}
.profile-grid .row .bio-photo img {
  margin: 0 0 15px 0 !important;
}
.profile-grid .row .bio-info {
  width: 60%;
  padding: 5rem 0 0 0;
}
@media (max-width: 768px) {
  .profile-grid .row .bio-info {
    padding: 0;
  }
}
.profile-grid .row .bio-info h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
}
.profile-grid .row .bio-info img {
  margin: 10px 0 0 0 !important;
}

/* Boeing Internship Styles */
.boeing-interships h3 {
  font-size: 26px;
  margin: -2rem 0 4rem 0;
}
.boeing-interships p {
  font-size: 18px;
}
.boeing-interships .intern {
  margin: 0 0 2rem 0;
  padding: 2rem 0;
  border-top: 2px dotted #999;
}

/*
___________                     __   
\_   _____/______  ____   _____/  |_ 
 |    __) \_  __ \/  _ \ /    \   __\
 |     \   |  | \(  <_> )   |  \  |  
 \___  /   |__|   \____/|___|  /__|  
     \/                      \/   
*/
/* =================================================== */
/* =======  FRONT PAGE HEADER SPECIFIC STYLES  ======= */
/* ==============  Source: front.scss ================ */
/* =================================================== */
.path-frontpage .header-container {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.path-frontpage .header-container .logos .de-logo {
  display: block;
  position: relative;
  top: 25px;
  left: 0;
}
@media (max-width: 1200px) {
  .path-frontpage .header-container .logos .de-logo {
    top: 30px;
  }
}
.path-frontpage .header-container .logos .de-logo a {
  width: 50%;
}
@media (max-width: 768px) {
  .path-frontpage .header-container .logos .de-logo a {
    width: 35%;
  }
}
@media (max-width: 500px) {
  .path-frontpage .header-container .logos .de-logo a {
    width: 20%;
  }
}
.path-frontpage .header-container.header-shrink {
  background: rgba(255, 255, 255, 0.9);
}
.path-frontpage .header-container.header-shrink .logos .de-logo a {
  display: block !important;
  background-image: url(../images/backgrounds/bg-de-logo-black.png);
  width: 160px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  content: none;
}
@media (max-width: 768px) {
  .path-frontpage .header-container.header-shrink .logos .de-logo a {
    width: 150px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(-55%, -20%);
  }
  100% {
    opacity: 1;
    transform: translate(-55%, -50%);
  }
}
.hp-video-container {
  position: relative;
}
.hp-video-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.hp-video-container h1.hp-title {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-55%, -50%);
  margin: 0;
  z-index: 2;
  animation-name: fadeInUp;
  animation-duration: 3s;
}
@media (max-width: 768px) {
  .hp-video-container h1.hp-title {
    top: 45%;
  }
}

/* =================================================== */
/* =========  FRONT PAGE MAIN CONTENT STYLES  ======== */
/* ==============  Source: front.scss ================ */
/* =================================================== */
.path-frontpage #main-content {
  position: relative;
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #133c63 100%, #133c63 100%);
  background: -moz-linear-gradient(180deg, #ffffff 0%, #133c63 100%, #133c63 100%);
  background: linear-gradient(180deg, #ffffff 0%, #133c63 100%, #133c63 100%);
}
.path-frontpage #main-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent 0 0 repeat url(../images/backgrounds/bg-pattern-edge.png);
  background-size: 0.5%;
  opacity: 0.8;
}
.path-frontpage #main-content .region-content {
  content: "";
  display: table;
  clear: both;
}

/* Homepage CTA Bar */
.hp-cta-bar h3 {
  margin: 0;
  padding: 0;
}
.hp-cta-bar h3 a {
  position: relative;
  top: -60px;
  z-index: 3;
  display: block;
  background: #4DC400;
  color: #fff;
  width: 98%;
  padding: 35px 25px;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .hp-cta-bar h3 a {
    width: 100%;
    padding: 25px 100px 25px 25px;
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .hp-cta-bar h3 a {
    padding: 20px 75px 20px 25px;
    font-size: 15px;
    top: -45px;
  }
}
.hp-cta-bar h3 a span {
  position: absolute;
  right: 7%;
  top: 37%;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .hp-cta-bar h3 a span {
    display: none;
  }
}
.hp-cta-bar h3 a:hover {
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
}
@media (max-width: 500px) {
  .hp-cta-bar h3 a:hover {
    top: -45px;
  }
}
.hp-cta-bar h3 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: red;
  background: -webkit-linear-gradient(90deg, #1f62a0 0%, #4dc400 100%);
  background: -moz-linear-gradient(90deg, #1f62a0 0%, #4dc400 100%);
  background: linear-gradient(90deg, #1f62a0 0%, #4dc400 100%);
}
.hp-cta-bar h3 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 34%;
  right: 30px;
  z-index: 2;
  width: 34px;
  height: 34px;
  background: transparent 0 0 no-repeat url("../images/icons/icon-arrow-right.png");
  background-size: contain;
  transition: all 0.5s;
}
@media (max-width: 500px) {
  .hp-cta-bar h3 a::after {
    top: 25%;
    background-size: 75%;
  }
}
.hp-cta-bar h3 a:hover::after {
  right: 15px;
}

/* =================================================== */
/* =======  FRONT PAGE STEM INITIATIVE STYLES  ======= */
/* ==============  Source: front.scss ================ */
/* =================================================== */
.hp-below-hero-content {
  background: -webkit-linear-gradient(top, #04112b 0%, #16385b 25%, #1c2a38 66%, #212121 100%);
  background: -moz-linear-gradient(top, #04112b 0%, #16385b 25%, #1c2a38 66%, #212121 100%);
  background: linear-gradient(to bottom, #04112b 0%, #16385b 25%, #1c2a38 66%, #212121 100%);
}

.hp-below-hero-content .region-below-hero-content {
  background: transparent top center no-repeat url("../images/backgrounds/bg-hp-stem-initiative.png");
  background-size: 103%;
}
@media (max-width: 500px) {
  .hp-below-hero-content .region-below-hero-content {
    background-repeat: repeat;
  }
}

.hp-stem-initiative {
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.hp-stem-initiative .hp-stem-video h2 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
@media (max-width: 500px) {
  .hp-stem-initiative .hp-stem-video h2 {
    font-size: 25px;
  }
}

.hp-stem-initiative .hp-stem-video iframe {
  padding: 5px;
  background: -webkit-linear-gradient(270deg, #1f62a0 1%, #4dc400 100%);
  background: -moz-linear-gradient(270deg, #1f62a0 1%, #4dc400 100%);
  background: linear-gradient(270deg, #1f62a0 1%, #4dc400 100%);
}

.hp-stem-initiative .hp-stem-video p {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  color: #fff;
}

.hp-stem-initiative .hp-stem-video a {
  color: #41709d;
}

/* Homepage Press Release Callout Block */
.hp-press-release-cta .field--name-body {
  padding: 50px 0;
}
@media (max-width: 500px) {
  .hp-press-release-cta .field--name-body {
    padding: 25px 0;
  }
}

@media (max-width: 500px) {
  .hp-press-release-cta .field--name-body h2 {
    margin: 0;
  }
}

.hp-press-release-cta .col-container {
  display: flex;
}
@media (max-width: 500px) {
  .hp-press-release-cta .col-container {
    display: block;
  }
}

.hp-press-release-cta .col-container h3 {
  margin: 15px 0 5px 0;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 500px) {
  .hp-press-release-cta .col-container h3 {
    font-size: 14px;
  }
}

.hp-press-release-cta .col-container a {
  font-weight: bold;
  line-height: 1.25em;
}
@media (max-width: 500px) {
  .hp-press-release-cta .col-container a {
    font-size: 12px;
  }
}

.hp-press-release-cta .col-container .left-col {
  width: 50%;
  padding: 0 35px 0 0;
  margin: 20px 35px 0 0;
  border-right: 1px solid #000;
}
@media (max-width: 500px) {
  .hp-press-release-cta .col-container .left-col {
    width: auto;
    border: none;
  }
}

.hp-press-release-cta .col-container .right-col {
  width: 50%;
  margin: 13px 0 0 0;
}
@media (max-width: 500px) {
  .hp-press-release-cta .col-container .right-col {
    width: auto;
  }
}

.hp-press-release-cta .col-container .right-col img {
  max-width: 83%;
}

/*
.____                                __
|    |   _____  ___.__. ____  __ ___/  |_
|    |   \__  \<   |  |/  _ \|  |  \   __\
|    |___ / __ \\___  (  <_> )  |  /|  |
|_______ (____  / ____|\____/|____/ |__|
        \/    \/\/
*/
/* =================================================== */
/* ============  GENERAL GLOBAL STYLES  ============== */
/* =============  Source: layout.scss ================ */
/* =================================================== */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: DIN-2014, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  background-color: #ededed;
}

body.toolbar-horizontal {
  padding-top: 80px;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 40px;
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 14px;
  margin: 0 0 10px 0;
}

p,
ul li,
ol li {
  font-size: 16px;
  color: #000a12;
  line-height: 1.5em;
}

ol,
ul {
  padding: 5px 35px;
}

img {
  max-width: 100%;
}

sup {
  font-size: 1rem;
}

/* Clear Floats Sans Flex */
.clearBoth {
  clear: both;
}

/* Hide the useless stuff without creating templates */
.region-content .view-empty,
.region-content .feed-icons {
  display: none;
}

/* =================================================== */
/* ========  GLOBAL VISUAL EFFECTS CLASSES  ========== */
/* =============  Source: layout.scss  =============== */
/* =================================================== */
a {
  transition: all 0.4s ease;
}

a.has-arrow:after {
  content: "›";
  position: relative;
  top: 2px;
  margin-left: 0.25em;
  font-size: 24px;
  font-weight: 700;
  transition: margin-left 0.4s ease;
}

a.has-arrow:hover:after {
  content: "›";
  margin-left: 0.5em;
}

a.download {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  padding: 0 0 0 30px;
  margin: 10px 0;
}
a.download::before {
  content: url(../images/icons/icon-download-link.png);
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  transition: all 0.2s ease;
}
a.download:hover::before {
  top: 7px;
}

.nudgeUpShadow {
  position: relative;
  top: 0;
  transition: all 0.25s ease;
}
.nudgeUpShadow:hover {
  top: -3px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

.button {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #1e5091;
}
.button:hover {
  color: #1e5091;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.buttonWhite {
  display: inline-block;
  padding: 10px 20px;
  color: #1e5091;
  background-color: #ffffff;
}
.buttonWhite:hover {
  color: #ffffff;
  background-color: #1e5091;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.buttonGreen {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #4dc400;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.5s;
  border: none;
  border-radius: 5px;
  min-width: 215px;
}
.buttonGreen:hover {
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  background-color: #54ac24;
}

.buttonBlue {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #1f62a0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.5s;
  border: none;
  border-radius: 5px;
}
.buttonBlue:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  background-color: #4a97cb;
  text-decoration: none;
  color: #ffffff;
}

/* Back to Top Button */
@media (max-width: 500px) {
  #backtotop {
    background-size: 50px 50px;
  }
}

/* Views Edit Button */
.edit a {
  display: inline-block;
  padding: 10px 25px;
  margin: 10px auto;
  color: #fff;
  background-color: #1e5091;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
}
.edit a:hover {
  color: #1e5091;
  background-color: #fff;
  text-decoration: none;
}

blockquote {
  max-width: 75%;
  margin: 20px 0 25px 50px;
  padding: 0 0 0 10px;
  border-left: 10px solid #ff6100;
}
blockquote p {
  font-size: 22px !important;
  line-height: 1.3em;
}

/* Large Number Ordered List Treatment */
ol.large__numbers {
  list-style: none;
  counter-reset: item;
}
ol.large__numbers li {
  position: relative;
  counter-increment: item;
  margin-bottom: 25px;
  padding-left: 50px;
}
ol.large__numbers li h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
ol.large__numbers li p {
  display: block;
}
ol.large__numbers li:before {
  position: absolute;
  left: -25px;
  top: 0;
  display: inline-block;
  content: counter(item);
  background: #4a97cb;
  border-radius: 100%;
  color: white;
  width: 45px;
  height: 45px;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0 0 0;
  margin-right: 10px;
  text-align: center;
}

/* =================================================== */
/* ===========  GLOBAL CONTAINER STYLES  ============= */
/* =============  Source: layout.scss  =============== */
/* =================================================== */
.full-col,
.messages__wrapper,
#block-stemcareerscoalition-main-menu,
.hero-container,
nav.tabs ul.nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-container,
nav.tabs,
#main-content {
  background-color: #133c63;
}

.header-container a,
nav.tabs a {
  color: #ffffff;
}

.messages__wrapper {
  position: relative;
  margin: 15px auto;
  z-index: 100;
}
.messages__wrapper .alert-success {
  padding: 25px;
}
.messages__wrapper .alert-success h2 {
  font-size: 20px;
}
.messages__wrapper .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  box-shadow: 0 2px 10px #000;
  width: 98%;
}
.messages__wrapper .alert-warning p {
  font-size: 18px;
}

/* ==== Begin Admin Content Tabs ==== */
nav.tabs ul.nav {
  position: relative;
  clear: both;
  border-bottom: none;
  min-height: 43px;
}
nav.tabs ul.navafter {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 1px;
  width: 95%;
  background-color: #fff;
}
nav.tabs ul.nav li a {
  color: #ffffff;
  background-color: #133c63;
  transition: all 0.5s ease;
}
nav.tabs ul.nav li a.is-active,
nav.tabs ul.nav li a:hover {
  color: #133c63;
  background-color: #ffffff;
  font-weight: 700;
}

/* =================================================== */
/* ========  HERO CONTAINER REGION STYLES  =========== */
/* =============  Source: layout.scss  =============== */
/* =================================================== */
.hero-container {
  position: relative;
  color: #fff;
  min-height: 350px;
}
.hero-container .page-title-container {
  position: relative;
  padding: 35px 40% 0 0;
  z-index: 2;
  min-height: 350px;
}
@media (max-width: 768px) {
  .hero-container .page-title-container {
    padding: 35px 0 0 0;
    min-height: auto;
  }
}
.hero-container .page-title-container h2.pre-title {
  text-transform: uppercase;
  color: #4dc400;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 -20px 0;
}
@media (max-width: 768px) {
  .hero-container .page-title-container h2.pre-title {
    font-size: 18px;
    margin: 15px 0 -25px 0;
  }
}
.hero-container .page-title-container h1.page-title {
  position: relative;
  z-index: 2;
  margin: 30px 0 5px 0;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  .hero-container .page-title-container h1.page-title {
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  .hero-container .page-title-container h1.page-title {
    font-size: 36px;
  }
}
.hero-container .page-title-container .subtitle {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 14rem 30px 0;
}
@media (max-width: 768px) {
  .hero-container .page-title-container .subtitle {
    padding: 0 2rem 2rem 0;
  }
}
.hero-container .page-title-container .subtitle p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 768px) {
  .hero-container .page-title-container .subtitle p {
    font-size: 16px;
  }
}
.hero-container .hero-image {
  position: absolute;
  right: 40px;
  bottom: 0;
  max-width: 55%;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-container .hero-image {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }
}
.hero-container .hero-image img {
  max-width: 100%;
}

/* ============================================ */
/* ===== OPTIONAL TWO COLUMN PAGE LAYOUT  ===== */
/* ============================================ */
.TwoColumn {
  background-color: #ededed;
}
.TwoColumn .node-body-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 900px) {
  .TwoColumn .node-body-container {
    display: block;
  }
}
.TwoColumn .node-body-container .left__column {
  width: 65%;
}
@media (max-width: 900px) {
  .TwoColumn .node-body-container .left__column {
    width: 100%;
  }
}
.TwoColumn .node-body-container .right__column {
  width: 29%;
  margin: 4% auto;
}
@media (max-width: 900px) {
  .TwoColumn .node-body-container .right__column {
    width: 83%;
    margin: 4% auto 0 auto;
    padding: 0 0 2rem 0;
  }
}
.TwoColumn .node-body-container .right__column .card-layout {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* ============================================ */
/* ===== GLOBAL QUOTES & PROFILES SECTION ===== */
/* ============================================ */
.quote-profiles-container section.views-element-container {
  background: transparent;
  padding: 25px 0 75px 0;
}
@media (max-width: 500px) {
  .quote-profiles-container section.views-element-container {
    padding: 15px 0 25px 0;
  }
}

/* =================================================== */
/* ==========  GLOBAL STEM CONNECT STYLES  =========== */
/* =============  Source: layout.scss  =============== */
/* =================================================== */
.stem-container {
  background-color: #4a97cb;
}

section.stem-connect-cta .field {
  max-width: 1200px;
  min-height: 65px;
  margin: 0 auto;
  padding: 15px 0;
}

section.stem-connect-cta .stem__connect-logo {
  float: left;
  margin: 10px 25px 0 0;
}

section.stem-connect-cta .field p.infotext {
  float: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  max-width: 50%;
}
@media (max-width: 900px) {
  section.stem-connect-cta .field p.infotext {
    float: none;
  }
}
@media (max-width: 768px) {
  section.stem-connect-cta .field p.infotext {
    max-width: 100%;
    clear: left;
    padding: 10px 0;
  }
}

section.stem-connect-cta .field p.btn {
  float: right;
  padding: 0;
}

@media (max-width: 768px) {
  section.stem-connect-cta .field p.btn {
    float: none;
  }
}
section.stem-connect-cta .field p.btn a {
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 0 10px;
  padding: 5px 15px;
  border: 1px solid #133c63;
}

section.stem-connect-cta .field p.btn a:hover {
  text-decoration: none;
}

section.stem-connect-cta .field p.learn-more a {
  background-color: #4a97cb;
  transition: all 0.5s ease;
}

section.stem-connect-cta .field p.stem-login a {
  background-color: #133c63;
  transition: all 0.5s ease;
}

@media (max-width: 768px) {
  section.stem-connect-cta .field p.stem-login a {
    margin: 0;
  }
}
section.stem-connect-cta .field p.learn-more a:hover,
section.stem-connect-cta .field p.stem-login a:hover {
  background-color: #fff;
  color: #133c63;
}

/* =================================================== */
/* ===========  GENERAL COPYRIGHT STYLES  ============ */
/* =============  Source: layout.scss  =============== */
/* =================================================== */
.copyright-container {
  background: #000;
}
.copyright-container .copyright {
  padding: 10px;
}
.copyright-container .copyright .block {
  float: left;
}
.copyright-container .copyright:after {
  content: "";
  display: table;
  clear: both;
}
.copyright-container .copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
}

.copyright-menu {
  float: right;
  margin: 5px 0 0 0;
}

@media (max-width: 768px) {
  .copyright-menu {
    float: none;
    clear: both;
    margin: 0 0 10px 0;
  }
}
/* Interpolation Example */
.copyright-menu ul.menu--footer {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
}

.copyright-menu ul.menu--footer li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 5px 8px;
  background: none;
  transition: all 0.5s;
}
.copyright-menu ul.menu--footer li a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  height: 13px;
  width: 1px;
  background: #fff;
  z-index: 1;
}
.copyright-menu ul.menu--footer li a:hover {
  background: none;
  text-decoration: none;
}

.copyright-menu ul.menu--footer li.last a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  background: none;
  z-index: 1;
}

/* Opacity Effect */
.copyright-menu ul.menu--footer:hover a {
  opacity: 0.5;
}

.copyright-menu ul.menu--footer:hover li a:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
}

/* =================================================== */
/* ============  GLOBAL WEBFORM STYLES  ============== */
/* =============  Source: layout.scss  =============== */
/* =================================================== */
.paragraph--type--block-attachment {
  padding: 20px 0;
}
.paragraph--type--block-attachment h2 {
  font-size: 40px;
}
.paragraph--type--block-attachment label {
  display: block;
  margin: 0 0 5px 5px;
}
.paragraph--type--block-attachment input.form-text,
.paragraph--type--block-attachment input.form-email {
  max-width: 375px;
  padding: 10px 20px;
  height: 50px;
}
.paragraph--type--block-attachment .select-wrapper,
.paragraph--type--block-attachment select {
  max-width: 375px;
  height: 50px;
  cursor: pointer;
}

.paragraph--type--block-attachment {
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.paragraph--type--block-attachment h2 sup {
  top: -2rem;
}

/*# sourceMappingURL=layout.css.map */
/*
 _______             .___             
 \      \   ____   __| _/____   ______
 /   |   \ /  _ \ / __ |/ __ \ /  ___/
/    |    (  <_> ) /_/ \  ___/ \___ \ 
\____|__  /\____/\____ |\___  >____  >
        \/            \/    \/     \/
*/
/* ================================================ */
/* ============= CARD DISPLAY STYLES ============== */
/* ===== Used for Career Profiles & Resources ===== */
/* =============  Source: nodes.scss ============== */
/* ================================================ */
.page-node-type-career-profile .node--view-mode-full,
.page-node-type-resource .node--view-mode-full,
.page-node-type-resource .node--view-mode-full {
  background: #fff;
  max-width: 100%;
  padding: 30px 0;
}

.page-node-type-career-profile .card-layout,
.page-node-type-resource .card-layout {
  position: relative;
  max-width: 355px;
}

.page-node-type-resource .card-layout {
  margin: 0 auto 5rem auto;
  padding: 0 0 6rem 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.card-layout {
  background: #fff;
  transition: all 0.5s ease;
  /* Flag Standard */
}
@media (max-width: 768px) {
  .card-layout {
    max-width: 100%;
    margin: 0;
  }
}
.card-layout:hover .video-thumb-container img {
  transform: scale(1.08);
}
.card-layout:hover .video-thumb-container .video-embed-field-launch-modal::after {
  opacity: 0;
}
.card-layout .video-thumb-container {
  position: relative;
  overflow: hidden;
}
.card-layout .video-thumb-container img {
  transition: all 0.3s ease;
  width: 100%;
}
.card-layout .video-thumb-container .vid-embed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.card-layout .video-thumb-container .video-embed-field-launch-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 20;
  background: transparent 50% 50% no-repeat url(../images/icons/icon-play-button-overlay.png);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
@media (max-width: 900px) {
  .card-layout .video-thumb-container .video-embed-field-launch-modal::before {
    height: 135px;
  }
}
@media (max-width: 768px) {
  .card-layout .video-thumb-container .video-embed-field-launch-modal::before {
    height: 375px;
  }
}
@media (max-width: 500px) {
  .card-layout .video-thumb-container .video-embed-field-launch-modal::before {
    height: 190px;
  }
}
.card-layout .video-thumb-container .video-embed-field-launch-modal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: linear-gradient(270deg, #1f62a0 1%, #4dc400 100%);
  opacity: 0.5;
  transition: all 0.8s ease;
}
.card-layout .video-thumb-container .vid-embed img {
  opacity: 0;
  width: 360px;
}
@media (max-width: 768px) {
  .card-layout .video-thumb-container .vid-embed img {
    opacity: 0;
    width: 715px;
  }
}
.card-layout .resource-image {
  overflow: hidden;
  position: relative;
}
.card-layout .resource-image img {
  transform: scale(1);
  transition: all 0.5s ease;
}
.card-layout .optional-flag {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
  color: white;
  font-weight: bold;
  font-size: 18px;
  /* Flag Color Types */
}
.card-layout .optional-flag span {
  display: block;
  padding: 0.45rem 2rem 0.45rem 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.card-layout .optional-flag span:before {
  border-color: transparent;
  border-right-color: #4dc400;
  border-style: solid;
  border-width: 17px 25.5px 17px 0;
  box-sizing: content-box;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
}
.card-layout .optional-flag .Coming.Soon {
  background: #ff6100;
}
.card-layout .optional-flag .Coming.Soon:before {
  border-color: transparent;
  border-right-color: #ff6100;
}
.card-layout .optional-flag .New,
.card-layout .optional-flag .Get.Started {
  background: #4dc400;
}
.card-layout .optional-flag .New:before,
.card-layout .optional-flag .Get.Started:before {
  border-color: transparent;
  border-right-color: #4dc400;
}
.card-layout:hover .resource-image img {
  transform: scale(1.08);
}
.card-layout .info-container {
  position: relative;
  padding: 20px 20px 75px 20px;
}
.card-layout .info-container h2 {
  color: #000;
  margin: 5px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 900px) {
  .card-layout .info-container h2 {
    font-size: 20px;
  }
}
.card-layout .info-container .categories {
  margin: 0;
  text-transform: uppercase;
}
.card-layout .info-container .categories::after {
  content: "";
  display: table;
  clear: both;
}
.card-layout .info-container .categories .field--item {
  float: left;
  color: #666666;
  font-size: 15px;
  padding: 0 7px;
  border-left: 1px solid #999999;
}
@media (max-width: 900px) {
  .card-layout .info-container .categories .field--item {
    font-size: 13px;
  }
}
.card-layout .info-container .categories .field--item:first-child {
  border-left: none;
  padding: 0 7px 0 0;
}
.card-layout .info-container .question {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.1em;
  margin: 0 0 5px 0;
}
@media (max-width: 900px) {
  .card-layout .info-container .question {
    font-size: 15px;
  }
}
.card-layout .info-container .company-name {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.card-layout .info-container .grade-subject {
  display: flex;
}
.card-layout .info-container .grade-subject span {
  display: block;
  color: #293033;
  font-size: 14px;
}
.card-layout .info-container .grade-subject .grade-level {
  margin: 0 15px 0 0;
}
.card-layout .info-container .time-duration {
  color: #666;
  margin: 5px 0;
  padding: 0 25px;
  font-size: 15px;
  background: transparent 0 1px no-repeat url(../images/backgrounds/bg-clock.png);
}
@media (max-width: 500px) {
  .card-layout .info-container .time-duration {
    font-size: 14px;
  }
}
.card-layout .info-container .time-duration .field--label {
  font-weight: normal;
}
.card-layout .info-container .body {
  padding: 0 0 20px 0;
}
.card-layout .info-container .body p {
  line-height: 1.2em;
  font-size: 16px;
  margin: 0 0 10px 0;
}
@media (max-width: 900px) {
  .card-layout .info-container .body p {
    font-size: 14px;
  }
}
.card-layout .info-container .files {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.card-layout .info-container .files .file,
.card-layout .info-container .files .file-link,
.card-layout .info-container .files .file-size {
  border: none;
  background: none;
}
.card-layout .info-container .files .file-icon,
.card-layout .info-container .files .file-size {
  display: none;
}
.card-layout .info-container .files a {
  position: relative;
  display: inline-block;
  color: #1f62a0;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 0 5px 35px;
}
.card-layout .info-container .files a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;
  background: transparent 0 0 no-repeat url(../images/icons/icon-download-link.png);
  transition: all 0.25s ease;
}
.card-layout .info-container .files a:hover::before {
  top: 10px;
}
.card-layout .info-container .external-link a {
  position: relative;
  display: inline-block;
  color: #1f62a0;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 0 5px 35px;
}
.card-layout .info-container .external-link a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  background: transparent 0 0 no-repeat url(../images/icons/img-spm-button.png);
  transition: all 0.25s ease;
  background-size: contain;
}

/* ================================================== */
/* ===== PARTNER PROFILES NODE SPECIFIC STYLES ====== */
/* ==============  Source: nodes.scss =============== */
/* ================================================== */
.page-node-type-partner article.partner {
  background-color: #fff;
}
.page-node-type-partner article.partner .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 25px;
}
.page-node-type-partner article.partner .content .field--name-body {
  max-width: 75%;
  margin: 0 0 15px 0;
}

.field--name-field-partner-website {
  font-weight: bold;
}

/* ============================================= */
/* ========== QUOTE NODE PAGE STYLES =========== */
/* ===========  Source: nodes.scss ============= */
/* ============================================= */
.page-node-type-quote .node--view-mode-full {
  background-color: #fff;
  padding: 25px 0 75px 0;
}
.page-node-type-quote h1 {
  font-size: 36px;
}
.page-node-type-quote .quote {
  font-size: 16px;
}
.page-node-type-quote .quote .image {
  max-width: 225px;
}
.page-node-type-quote .quote .field--label::after {
  content: ": ";
}
.page-node-type-quote .quote .source {
  margin: 15px 0 0 0;
}

/* ================================================== */
/* ========== USER LOGIN PAGE/FORM STYLES =========== */
/* ==============  Source: nodes.scss =============== */
/* ================================================== */
/* Partner Login Page Specific */
.node-39 .below-hero-content .footer.full-col {
  border: none;
}

.node-39 .below-hero-content .user-login-form {
  margin: 50px 0 0 0;
  padding: 0;
}

.node-39 .block-user-login-block {
  padding: 0 0 50px 0;
}

.node-39 .user-login-form ~ ul {
  display: block;
  margin: 0;
  padding: 0;
}

/* End Partner Login Page Specific */
/* Begin Global User Logins */
.path-user article.contextual-region {
  width: 1200px;
  padding: 25px 0;
  margin: 0 auto;
}

.user-login-form,
.path-user article.contextual-region {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

.user-login-form label,
.user-login-form label.form-required {
  font-size: 18px;
  font-weight: 500;
  color: #000a12;
}

.user-login-form .form-text,
.user-pass .form-text {
  max-width: 425px;
  padding: 15px;
  height: auto;
  border: 1px solid #7b869d;
  border-radius: 5px;
}

.user-login-form ~ ul {
  display: flex;
}

.user-login-form ~ ul li {
  list-style: none;
}

.user-login-form ~ ul li a,
.user-login-form button.button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  background-color: #1f62a0;
  border-color: #2e6da4;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  transition: all 0.5s ease;
}

.user-login-form button.button {
  margin: 15px 0;
}

.user-login-form ~ ul li a:hover {
  text-decoration: none;
  background-color: #133c63;
}

.captcha {
  width: 340px;
}
.captcha .panel-title {
  font-size: 12px;
  font-weight: 700;
}

.user-pass {
  background-color: #fff;
}
.user-pass .form-item {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: #fff;
}

/* ================================================== */
/* ===== STEM COLLECTION NODE SPECIFIC STYLES ======= */
/* ==============  Source: nodes.scss =============== */
/* ================================================== */
.content-intro-container {
  background-color: #ffffff;
  padding: 3rem 0;
}
.content-intro-container .full-col {
  padding: 0 4rem;
}
.content-intro-container .content-intro-nav {
  max-width: 75%;
  padding: 15px 20px;
  margin: 20px 0 0 0;
  background-color: #eeeeee;
  border: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .content-intro-container .content-intro-nav {
    max-width: 100%;
    padding: 10px;
    margin: 20px 1rem 0 1rem;
  }
}
.content-intro-container .content-intro-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.content-intro-container .content-intro-nav ul li {
  padding: 0 15px;
  list-style: none;
}

.modern-manufacturing__callout {
  background: #9ad07e;
}
.modern-manufacturing__callout .featured__modern-events h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
}
.modern-manufacturing__callout .featured__modern-events p {
  max-width: 75%;
}
.modern-manufacturing__callout .featured-promo {
  display: flex;
  padding: 15px;
  margin: 50px 0 30px 0;
  background: #cce6c2;
}
.modern-manufacturing__callout .featured-promo__image {
  max-width: 40%;
}
.modern-manufacturing__callout .featured-promo__content {
  max-width: 60%;
  padding: 15px;
}
.modern-manufacturing__callout .featured-promo__content h2 {
  font-size: 18px;
  margin: 20px 0 0 15px;
  color: #1f62a0;
  font-weight: bold;
}
.modern-manufacturing__callout .featured-promo__content h3 {
  font-size: 16px;
  color: #1f2b45;
  margin: 10px 0 0 15px;
  font-weight: bold;
}
.modern-manufacturing__callout .featured-promo__content p {
  font-size: 16px;
  margin: 10px 0 0 15px;
  max-width: 100%;
}
.modern-manufacturing__callout a.featured-promo__website {
  display: inline-block;
  font-size: 16px;
  color: #1f62a0;
  font-weight: bold;
  margin: 25px 0 0 15px;
}
.modern-manufacturing__callout a.featured-promo__website:hover {
  text-decoration: none;
}
.modern-manufacturing__callout .featured-cards__row {
  display: flex;
}
@media (max-width: 900px) {
  .modern-manufacturing__callout .featured-cards__row {
    display: block;
  }
}
.modern-manufacturing__callout .featured-cards__card {
  position: relative;
  top: 0;
  background-color: #cce6c2;
  padding: 10px;
  margin: 0 10px 10px 0;
  max-width: 25%;
  transition: all 0.5s ease;
}
@media (max-width: 900px) {
  .modern-manufacturing__callout .featured-cards__card {
    max-width: 100%;
  }
}
.modern-manufacturing__callout .featured-cards__card:nth-child(4) {
  margin: 0 0 10px 0;
}
.modern-manufacturing__callout .featured-cards__card:hover {
  position: relative;
  top: -10px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px #000;
}
.modern-manufacturing__callout .featured-cards__card h2.client {
  font-size: 18px;
  font-weight: bold;
  color: #1f62a0;
  margin: 10px 0;
}
.modern-manufacturing__callout .featured-cards__card h3.tagline {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.modern-manufacturing__callout .featured-cards__card .website a {
  font-size: 16px;
  font-weight: bold;
}
.modern-manufacturing__callout .featured-cards__card .website a:hover {
  text-decoration: none;
}

/* ========================================================= */
/* =======  HOMEPAGE CALL-TO-ACTION BLOCK STYLES  ======== */
/* =================  Source: blocks.scss ================== */
/* ========================================================= */
/* Standard Square Blocks */
.hp-cta-block {
  position: relative;
  top: -45px;
  float: left;
  width: 31%;
  background: #fff;
  margin: 0 2.5% 0 0;
  padding: 0 0 50px 0;
  font-size: 16px;
  min-height: 350px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
@media (max-width: 900px) {
  .hp-cta-block {
    float: none;
    width: 85%;
    margin: 0 auto 30px auto;
    padding: 0 0 75px 0;
  }
}
.hp-cta-block .test {
  color: red;
}
@media (max-width: 500px) {
  .hp-cta-block {
    width: 100%;
  }
}
.hp-cta-block:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
}
.hp-cta-block .field--type-image {
  overflow: hidden;
}
.hp-cta-block img {
  transform: scale(1);
  transition: all 0.5s;
}
.hp-cta-block:hover .field--type-image img {
  transform: scale(1.1);
}
.hp-cta-block .field--name-field-cta-block-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2rem;
  color: #133c63;
  padding: 10px 15px 5px 15px;
}
.hp-cta-block .field--name-body {
  padding: 0 15px;
}
.hp-cta-block .field--name-body p {
  line-height: 1.2em;
}
.hp-cta-block .field--name-field-cta-block-link a {
  position: absolute;
  left: 15px;
  bottom: 20px;
  color: #133c63;
  font-weight: 700;
  display: inline-block;
}

#block-homepagesharingworkforceknowledge {
  margin: 0;
}
@media (max-width: 900px) {
  #block-homepagesharingworkforceknowledge {
    margin: 0 auto;
  }
}

.hp-cta-block .field--name-field-cta-block-audience {
  padding: 5px 20px;
  color: #fff;
  font-weight: 700;
  /* default bg color */
  background-color: #358700;
}

#block-homepageinspiringthefutureworkplace .field--name-field-cta-block-audience {
  background-color: #358700;
}

#block-homepagesupportingclassroomneeds .field--name-field-cta-block-audience {
  background-color: #c54c02;
}

#block-homepagesharingworkforceknowledge .field--name-field-cta-block-audience {
  background-color: #4a97cb;
}

/* Horizontal Style Blocks */
.hp-cta-block-horizontal {
  position: relative;
  z-index: 2;
  top: -25px;
  width: 98.2%;
  clear: both;
  padding: 28px 0 28px 220px;
  background-color: #ffffff;
  transition: all 0.5s;
}
@media (max-width: 900px) {
  .hp-cta-block-horizontal {
    width: 85%;
    margin: 0 auto;
    padding: 0 0 15px 0;
  }
}
@media (max-width: 500px) {
  .hp-cta-block-horizontal {
    width: 100%;
  }
}
.hp-cta-block-horizontal:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
}
.hp-cta-block-horizontal .field--name-field-cta-block-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  float: left;
  max-width: 190px;
  border-right: 15px solid #4dc400;
}
@media (max-width: 900px) {
  .hp-cta-block-horizontal .field--name-field-cta-block-image {
    position: relative;
    float: none;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0 0 15px 0;
  }
}
.hp-cta-block-horizontal .field--name-field-cta-block-audience {
  font-size: 16px;
  color: #4dc400;
  font-weight: 700;
  line-height: 1rem;
  margin: 0 0 5px 0;
}
@media (max-width: 900px) {
  .hp-cta-block-horizontal .field--name-field-cta-block-audience {
    margin: 0 15px 5px 15px;
  }
}
.hp-cta-block-horizontal .field--name-field-cta-block-title {
  font-size: 24px;
  color: #133c63;
  font-weight: 700;
  line-height: 2.25rem;
}
@media (max-width: 900px) {
  .hp-cta-block-horizontal .field--name-field-cta-block-title {
    margin: 0 5px 5px 15px;
  }
}
@media (max-width: 900px) {
  .hp-cta-block-horizontal .field--name-body p {
    margin: 0 15px 0 15px;
    line-height: 2rem;
    font-size: 14px;
  }
}
.hp-cta-block-horizontal .field--name-field-cta-block-link a {
  display: flex;
  position: absolute;
  right: 50px;
  bottom: 55px;
  font-size: 16px;
  color: #133c63;
  font-weight: 700;
}
@media (max-width: 900px) {
  .hp-cta-block-horizontal .field--name-field-cta-block-link a {
    display: flex;
    position: relative;
    right: -15px;
    bottom: auto;
  }
}
.hp-cta-block-horizontal .field--name-field-cta-block-link a:after {
  content: "";
  display: block;
  position: relative;
  top: 2px;
  left: 25px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/icon-arrow-right-blue.png);
  background-size: contain;
  transition: all 0.25s;
}
.hp-cta-block-horizontal .field--name-field-cta-block-link a:hover:after {
  left: 30px;
}

/* Homepage Career Profiles Blocks */
.career-profiles-container {
  position: relative;
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #133c63 100%, #133c63 100%);
  background: -moz-linear-gradient(180deg, #ffffff 0%, #133c63 100%, #133c63 100%);
  background: linear-gradient(180deg, #ffffff 0%, #133c63 100%, #133c63 100%);
  padding: 0;
}
.career-profiles-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent 0 0 repeat url(../images/backgrounds/bg-pattern-half-circle.png);
  background-size: 0.8%;
  opacity: 0.4;
}
.career-profiles-container .region-career-profiles {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  padding: 25px 0 50px 0;
}
@media (max-width: 900px) {
  .career-profiles-container .region-career-profiles {
    display: block;
  }
}
.career-profiles-container .region-career-profiles #block-homepagecareerprofilestextinto {
  width: 100%;
  margin: 0 0 20px 0;
}
.career-profiles-container .region-career-profiles .career-profile {
  background: #ffffff;
  padding: 20px 25px;
  width: 48%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
@media (max-width: 900px) {
  .career-profiles-container .region-career-profiles .career-profile {
    width: 100%;
  }
}
.career-profiles-container .region-career-profiles .career-profile:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.75);
}
.career-profiles-container .region-career-profiles .career-profile:nth-child(2) {
  margin: 0 25px 0 0;
}
@media (max-width: 900px) {
  .career-profiles-container .region-career-profiles .career-profile:nth-child(2) {
    margin: 0 0 25px 0;
  }
}
.career-profiles-container .region-career-profiles .career-profile .field--name-field-hp-career-block-title {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
  color: #337ab7;
}
.career-profiles-container .region-career-profiles .career-profile .field--name-body p {
  color: #333333;
}
.career-profiles-container .region-career-profiles .career-profile .field--type-link a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 10px 0;
}
.career-profiles-container .region-career-profiles h2.block-title:after {
  content: "Discover the exciting ways that STEM professionals are innovating a better world.";
  position: relative;
  display: block;
  font-size: 17px;
  margin: 10px 0 20px 0;
}

/* =================================================== */
/* =======  INDUSTRY NEWS RIGHT COLUMN BLOCK  ======== */
/* ==============  Source: blocks.scss =============== */
/* =================================================== */
.industry-news {
  border-left: 1px solid #999;
  padding: 0 0 0 25px;
}
@media (max-width: 768px) {
  .industry-news {
    border-left: none;
    padding: 0;
  }
}
.industry-news h2 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
}
.industry-news .field--name-body h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.industry-news .field--name-body p {
  margin: 0 0 20px 0;
}
.industry-news .field--name-body a {
  font-weight: bold;
}
.industry-news .field--name-body a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  left: 5px;
  background-image: url(../images/icons/icon-external-link-symbol@2X.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#block-stemindustrynewsandconversations,
#block-stemindustrynewsandconversations--2,
#block-covid19schoolindustrynewsandconversations,
#block-covid19schoolindustrynewsandconversations--2 {
  display: none;
}

/* ========================================================= */
/* === Calendar of Events Views Styles | Minor Overrides === */
/* ================  Source: views.scss ==================== */
/* ========================================================= */
.node-paragraphs .has-right-column {
  display: block;
}

.calendar-of-events {
  display: block;
}
.calendar-of-events .view-footer {
  position: absolute;
  top: 25px;
  right: 0;
}
@media (max-width: 900px) {
  .calendar-of-events .view-footer {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media (max-width: 900px) {
  .calendar-of-events .view-footer {
    position: relative;
    top: auto;
    left: 0;
    right: auto;
  }
}
/* ================================================== */
/* ========== GLOBAL FOOTER PAGE STYLES ============ */
/* =============  Source: footer.scss =============== */
/* ================================================== */
.footer-container {
  background-color: #FFF;
}
.footer-container footer {
  font-family: din-2014, Arial, sans-serif;
  border: none;
  padding: 35px 20px;
}
.footer-container footer:after {
  content: "";
  display: table;
  clear: both;
}
.footer-container footer .about-partnership {
  float: left;
  width: 75%;
  padding: 0 10% 0 0;
}
@media (max-width: 900px) {
  .footer-container footer .about-partnership {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.footer-container footer .about-partnership h2 {
  font-size: 20px;
  color: #222222;
  margin: 0 0 10px 0;
}
.footer-container footer .about-partnership p {
  font-size: 16px;
}
.footer-container footer .about-partnership a {
  color: #133c63;
}
.footer-container footer .signup-updates {
  float: right;
  width: 25%;
  border-left: 1px solid #898989;
  margin: 0;
  padding: 0 0 0 3%;
}
@media (max-width: 1200px) {
  .footer-container footer .signup-updates {
    float: right;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .footer-container footer .signup-updates {
    float: none;
    width: 100%;
    border-left: none;
    margin: 25px 0 0 0;
    padding: 0;
  }
}
.footer-container footer .signup-updates a.signupBtn {
  position: relative;
  display: block;
  color: #FFF;
  max-width: 260px;
  padding: 20px 0;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background-color: #1e5091;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .footer-container footer .signup-updates a.signupBtn {
    padding: 10px 0;
    max-width: 225px;
  }
}
.footer-container footer .signup-updates a.signupBtn:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #4A97CB;
}
.footer-container footer .signup-updates .share {
  float: right;
  content: "";
  display: table;
  clear: both;
  margin: 20px 0 10px 0;
}
@media (max-width: 768px) {
  .footer-container footer .signup-updates .share {
    float: none;
    margin: 20px 0 10px 0;
  }
}
.footer-container footer .signup-updates .share h6 {
  float: left;
  margin: 0 10px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0 0 0;
}

/* ================================================== */
/* ======== SIGNUP FOR UPDATES FORM STYLES ========== */
/* =============  Source: footer.scss =============== */
/* ================================================== */
.signup-updates ul.social {
  float: left;
  margin: 0;
  padding: 0;
}
.signup-updates ul.social li {
  float: left;
  margin: 0 15px 0 0;
  list-style: none;
}
.signup-updates ul.social li:last-child {
  margin: 0;
}
.signup-updates ul.social li a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  transition: all 0.2s ease-in-out;
}
.signup-updates ul.social li a:hover {
  transform: scale(1.2);
}
.signup-updates ul.social li a.twitter {
  background: transparent 0 0 no-repeat url("../images/backgrounds/bg-icon-twitter.png");
  background-size: contain;
}
.signup-updates ul.social li a.facebook {
  background: transparent 0 0 no-repeat url(../images/backgrounds/bg-icon-facebook.png);
  background-size: contain;
}
.signup-updates ul.social li a.email {
  background: transparent 0 0 no-repeat url("../images/backgrounds/bg-icon-email.png");
  background-size: contain;
}
.signup-updates p.twitter {
  clear: both;
  float: right;
  font-size: 18px;
}
@media (max-width: 768px) {
  .signup-updates p.twitter {
    float: none;
    font-size: 18px;
  }
}
.signup-updates p.twitter a {
  color: #000;
}

/* ================================================== */
/* ========== GLOBAL HEADER PAGE STYLES ============= */
/* =============  Source: header.scss =============== */
/* ================================================== */
.header-container {
  background: #133c63;
  transition: all 0.5s;
  min-height: 100px;
}
.header-container .logos {
  float: left;
  position: relative;
  z-index: 5;
}
.header-container .logos .de-logo {
  position: relative;
  top: 20px;
  left: 75px;
}
.header-container .logos .de-logo a {
  display: block;
  text-indent: -9999px;
  width: 95px;
  height: auto;
  content: url("../images/backgrounds/bg-de-logo-white-small.png");
}
.header-container .logos .de-logo a.front {
  width: 164px;
  content: url("../images/backgrounds/bg-de-logo-white.png");
}
@media (max-width: 900px) {
  .header-container .logos .de-logo a.front {
    width: 82px;
  }
}
.header-container .logos .stem-logo {
  position: relative;
  left: 0;
  top: 40px;
}
.header-container .logos .stem-logo a {
  display: block;
  text-indent: -9999px;
  width: 245px;
  height: auto;
  content: url("../images/backgrounds/bg-stem-cc-white-logo.png");
}

.header-container.scrollUp {
  transform: translateY(-100px);
}

/* ============================================= */
/* ========== STICKY HEADER STYLES ============= */
/* ==========  Source: header.scss ============= */
/* ============================================= */
.header-container.header-shrink {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  z-index: 50;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.95);
}
.header-container.header-shrink .utility-links,
.header-container.header-shrink .de-logo {
  display: none;
}
.header-container.header-shrink .logos .stem-logo {
  left: 25px;
  top: 25px;
}
@media (max-width: 500px) {
  .header-container.header-shrink .logos .stem-logo {
    left: 0;
  }
}
.header-container.header-shrink .logos .stem-logo a {
  width: 175px;
  content: url("../images/backgrounds/bg-stem-cc-black-logo.png");
}

.header-container.header-shrink #block-stemcareerscoalition-main-menu {
  position: relative;
  top: 34px;
  clear: none;
}

.header-container.header-shrink #block-stemcareerscoalition-main-menu ul.menu--main li a {
  color: #133c63;
}

/*
   _____                       
  /     \   ____   ____  __ __ 
 /  \ /  \_/ __ \ /    \|  |  \
/    Y    \  ___/|   |  \  |  /
\____|__  /\___  >___|  /____/ 
        \/     \/     \/  
*/
/* ================================================== */
/* ========== HEADER UTILITY LINKS STYLES =========== */
/* ==============  Source: menus.scss =============== */
/* ================================================== */
.utility-links {
  float: right;
  margin: 25px 0 35px 0;
}
.utility-links .field > ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.utility-links .field > ul li {
  list-style: none;
  padding: 0 20px;
  border-left: 1px solid #fff;
  width: auto;
}
.utility-links .field > ul li,
.utility-links .field > ul li a {
  font-size: 15px;
  font-weight: 700;
  transition: all 0.5s;
  color: #fff;
}
.utility-links .field > ul li:hover,
.utility-links .field > ul li:hover a,
.utility-links .field > ul li a:hover {
  color: #fff;
}
.utility-links .field > ul li:first-child,
.utility-links .field > ul li.login {
  border-left: none;
  margin: 0;
}
.utility-links .field > ul li ul {
  display: none;
  position: absolute;
  top: 17px;
  left: 12px;
  z-index: 15;
  padding: 0;
  margin: 10px 0 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
}
.utility-links .field > ul li ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.utility-links .field > ul li ul li a {
  display: block;
  padding: 7px 20px 6px 37px;
  color: #1f62a0 !important;
}
.utility-links .field > ul li ul li a:hover {
  text-decoration: none;
}
.utility-links .field > ul li ul li a.twitter {
  background: transparent 8px 7px no-repeat url("../images/backgrounds/bg-icon-twitter.png");
  background-size: 18%;
}
.utility-links .field > ul li ul li a.facebook {
  background: transparent 8px 7px no-repeat url("../images/backgrounds/bg-icon-facebook.png");
  background-size: 18%;
}
.utility-links .field > ul li ul li a.email {
  background: transparent 8px 7px no-repeat url("../images/backgrounds/bg-icon-email.png");
  background-size: 18%;
}
.utility-links .field > ul li ul li:last-child {
  border: none;
}
.utility-links .field > ul li.covid {
  margin: -5px 0 0 0;
}
.utility-links .field > ul li.covid button {
  font-size: 16px;
  padding: 5px 15px;
}
.utility-links .field > ul li.covid button:hover {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

/* Opacity Effect */
.utility-links .field > ul li.logout,
.user-logged-in .utility-links .field > ul li.login {
  display: none;
}

.user-logged-in .utility-links .field > ul li.logout {
  display: block;
}

/* ================================================== */
/* ======== PRIMARY MENU NAVIGATION STYLES ========== */
/* ==============  Source: menus.scss =============== */
/* ================================================== */
#block-stemcareerscoalition-main-menu {
  min-height: 60px;
  clear: both;
}
#block-stemcareerscoalition-main-menu ul.menu--main {
  float: right;
  font-family: proxima-nova, arial, sans-serif;
}
#block-stemcareerscoalition-main-menu ul.menu--main li {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#block-stemcareerscoalition-main-menu ul.menu--main li a {
  color: #fff;
  padding: 20px 0;
  margin: 0 15px;
  background: none !important;
  transition: all 0.5s;
}
#block-stemcareerscoalition-main-menu ul.menu--main li ul {
  float: none;
  position: absolute;
  left: 15px;
  top: 65px;
  padding: 5px 0;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
#block-stemcareerscoalition-main-menu ul.menu--main li ul li {
  border-bottom: 1px solid #ccc;
  min-width: 225px;
}
#block-stemcareerscoalition-main-menu ul.menu--main li ul li a {
  color: #1f62a0;
  padding: 12px 20px 7px 20px;
  margin: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: 700;
}
#block-stemcareerscoalition-main-menu ul.menu--main li ul li a:hover {
  color: #4dc400;
}
#block-stemcareerscoalition-main-menu ul.menu--main li ul li a::after {
  display: none;
}
#block-stemcareerscoalition-main-menu ul.menu--main li ul li:last-child {
  border-bottom: none;
}
#block-stemcareerscoalition-main-menu ul.menu--main li a:hover,
#block-stemcareerscoalition-main-menu ul.menu--main li.active > a:focus,
#block-stemcareerscoalition-main-menu ul.menu--main li.active > a,
#block-stemcareerscoalition-main-menu ul.menu--main li.active > a.is-active {
  color: #4dc400;
  background: none;
}
#block-stemcareerscoalition-main-menu ul.menu--main li > a::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 6px;
  width: 100%;
  background: transparent;
  transition: all 0.5s;
}
#block-stemcareerscoalition-main-menu ul.menu--main li > a:hover::after,
#block-stemcareerscoalition-main-menu ul.menu--main li > a.is-active::after,
#block-stemcareerscoalition-main-menu ul.menu--main li > a.active-trail::after {
  background: #4dc400;
  bottom: 0;
}

#toolbar-administration,
#toolbar-administration * {
  font-size: 12px;
}

/* ================================================== */
/* ====== PRIMARY MENU RESPONSIVE NAV STYLES ======== */
/* ==============  Source: menus.scss =============== */
/* ================================================== */
@media (max-width: 1100px) {
  header #mobile-menu-link {
    display: block;
    position: absolute;
    top: 37px;
    right: 25px;
    z-index: 200;
  }
  header .utility-links {
    display: none;
    position: absolute;
    top: 580px;
    left: 0;
    z-index: 101;
  }
  header .utility-links .field > ul li {
    text-align: center;
  }
  header .utility-links .field > ul li.covid {
    position: absolute;
    top: -65px;
    left: 10%;
  }
  header .utility-links .field > ul li:nth-child(2) {
    border-left: none;
  }
  header .wrapper-menu {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
  }
  header .wrapper-menu.open {
    transform: rotate(-45deg);
  }
  header .line-menu {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 3px;
  }
  header .line-menu.half {
    width: 100%;
  }
  header .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
  }
  header .open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
    width: 50%;
  }
  header .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
  }
  header .open .line-menu.end {
    transform: rotate(-90deg) translateX(-3px);
    width: 50%;
  }

  .header-shrink header .line-menu {
    background-color: #000;
  }

  .header-shrink header .open .line-menu {
    background-color: #fff;
  }

  header .region-header #block-stemcareerscoalition-main-menu,
.header-container.header-shrink .region-header #block-stemcareerscoalition-main-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    padding: 135px 20px 20px 5px;
    background-image: url("../images/backgrounds/bg-stem-cc-white-logo.png");
    background-repeat: no-repeat;
    background-size: 245px;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    background-position: 20px 62px;
  }

  .header-container.header-shrink header #block-stemcareerscoalition-main-menu ul.menu--main li {
    padding: 0 10px;
  }

  .header-container.header-shrink header #block-stemcareerscoalition-main-menu ul.menu--main li a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 7px 15px;
    color: #fff;
  }

  .header-shrink header #block-stemcareerscoalition-main-menu ul.menu--main li.active a.is-active {
    color: #4dc400;
  }

  #block-stemcareerscoalition-main-menu ul.menu--main {
    float: left;
    padding: 20px;
  }
  #block-stemcareerscoalition-main-menu ul.menu--main li {
    float: none;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 14px;
  }
  #block-stemcareerscoalition-main-menu ul.menu--main li a {
    padding: 10px 0;
  }
  #block-stemcareerscoalition-main-menu ul.menu--main li a::after {
    content: "";
    display: none;
  }
  #block-stemcareerscoalition-main-menu ul.menu--main li a:hover::after {
    content: "";
    display: none;
  }
  #block-stemcareerscoalition-main-menu ul.menu--main li ul {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
  }
  #block-stemcareerscoalition-main-menu ul.menu--main li ul li {
    border: none;
    padding: 5px 10px 5px 10px;
    margin: 0;
    list-style-type: decimal;
  }
  #block-stemcareerscoalition-main-menu ul.menu--main li ul li a {
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 35px;
  }
  #block-stemcareerscoalition-main-menu ul.menu--main li ul li a:hover {
    color: #4dc400;
  }
  #block-stemcareerscoalition-main-menu ul.menu--main li.open ul {
    margin: -5px 0 0 0;
  }
}
/*
   _____              ___       __   
  /     \   ____   __| _/____  |  |  
 /  \ /  \ /  _ \ / __ |\__  \ |  |  
/    Y    (  <_> ) /_/ | / __ \|  |__
\____|__  /\____/\____ |(____  /____/
        \/            \/     \/      
*/
/* ================================================= */
/* ============== GLOBAL MODAL STYLES ============== */
/* =============  Source: modals.scss ============== */
/* ================================================= */
.modal-content,
.ui-dialog.ui-widget {
  background: #FFF;
  border: 60px solid #C5C5C5;
}
@media (max-width: 500px) {
  .modal-content,
.ui-dialog.ui-widget {
    border: 10px solid #454545;
    width: 100% !important;
    left: 0 !important;
  }
}

.modal-content .modal-buttons .button {
  color: #FFFFFF;
  background-color: #1e5091;
  border-color: #2e6da4;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.ui-dialog.ui-widget .modal-header,
.ui-dialog .ui-dialog-titlebar {
  background-color: #FFF;
  border: none;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 15px 15px 0 15px;
}

.ui-dialog .modal-header .modal-title,
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 32px;
  padding: 5px 20px;
  border: none;
  font-weight: bold;
  color: #1e5091;
}

@media (max-width: 500px) {
  .ui-dialog .modal-header .modal-title,
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 24px;
    padding: 0;
  }
}
.ui-dialog .ui-dialog-content {
  padding: 15px 30px 30px 30px;
  background: #FFF;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}
.ui-dialog .ui-dialog-buttonpane {
  margin: 0;
  background: #FFF;
  border: none;
}
.ui-dialog .fieldgroup {
  float: left;
  width: 50%;
}
.ui-dialog .form-control {
  height: auto;
  padding: 10px 12px;
}
.ui-dialog .select-wrapper select {
  height: 43px;
  cursor: pointer;
  min-width: 100px;
}

.form-item-opt-in label,
.form-item-opt-in-all label {
  float: left;
}

.radio label,
.checkbox label {
  font-size: 14px;
}
@media (max-width: 500px) {
  .radio label,
.checkbox label {
    font-size: 12px;
  }
}
.radio .help-block,
.checkbox .help-block {
  padding: 0 0 0 25px;
}
.radio .fieldgroup legend,
.checkbox .fieldgroup legend {
  margin: 0;
  border: none;
  color: #1e5091;
  font-size: 23px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .radio .fieldgroup legend,
.checkbox .fieldgroup legend {
    font-size: 18px;
  }
}
.radio .fieldgroup .form-checkboxes label,
.checkbox .fieldgroup .form-checkboxes label {
  font-size: 14px;
  color: #777777;
}
@media (max-width: 500px) {
  .radio .fieldgroup .form-checkboxes label,
.checkbox .fieldgroup .form-checkboxes label {
    font-size: 12px;
    min-height: 10px;
  }
}
.radio .form-item-opt-in,
.radio .form-item-opt-in-all,
.checkbox .form-item-opt-in,
.checkbox .form-item-opt-in-all {
  padding: 0 0 0 20px;
  margin: 10px 0 15px 0;
}
.radio .form-item-opt-in .control-label,
.radio .form-item-opt-in-all .control-label,
.checkbox .form-item-opt-in .control-label,
.checkbox .form-item-opt-in-all .control-label {
  position: absolute;
  top: -2px;
  left: 0;
}
.radio .ui-dialog-titlebar-close,
.checkbox .ui-dialog-titlebar-close {
  right: 15px;
  top: 30%;
}

@media (max-width: 800px) {
  .modal-content {
    max-width: 100% !important;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .modal-open .modal {
    padding: 0 !important;
  }
}
.modal-body,
.modal-footer {
  background-color: #FFFFFF;
}

/* Style Webform Submission Success Page */
.webform-confirmation {
  background: #FFF;
}
.webform-confirmation .webform-confirmation__message {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 115px 100px 115px;
}
.webform-confirmation .webform-confirmation__message h2 {
  font-size: 22px;
}

.ui-widget-overlay {
  background: #222;
  opacity: 0.8;
}

/* ================================================= */
/* ============== CUSTOM MODAL STYLES ============== */
/* =============  Source: modals.scss ============== */
/* ================================================= */
.modal-popups {
  display: none;
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .modal-popups {
    overflow: scroll;
  }
}

.close__button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  font-size: 8rem;
  color: #666666;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent 0 0 no-repeat url(../images/backgrounds/bg-covid-close-btn.png);
  border: none;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}

.close__button:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.covid__modal {
  width: 900px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  padding: 5rem 5rem 2rem 5rem;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .covid__modal {
    width: 80%;
    top: 50%;
  }
}
@media (max-width: 900px) {
  .covid__modal {
    top: 55%;
  }
}
@media (max-width: 768px) {
  .covid__modal {
    width: 90%;
    top: 62%;
    padding: 4rem 3rem 2rem 3rem;
  }
}
.covid__modal h2 {
  margin: 0 0 15px 0;
}
@media (max-width: 768px) {
  .covid__modal h2 {
    font-size: 28px;
  }
}
.covid__modal .content {
  display: flex;
}
.covid__modal .left__column {
  width: 20%;
}
@media (max-width: 900px) {
  .covid__modal .left__column {
    display: none;
  }
}
.covid__modal .left__column .stemcc-logo {
  width: 85px;
  height: 85px;
  text-indent: -9999px;
  margin: 2rem 0 0 2rem;
  background: transparent 0 0 no-repeat url(../images/backgrounds/bg-covid-popup-stem-cc-logo.png);
}
.covid__modal .right__column {
  width: 80%;
  padding: 0 5rem 0 0;
}
@media (max-width: 900px) {
  .covid__modal .right__column {
    width: auto;
    padding: 0;
  }
}
.covid__modal .right__column p {
  font-size: 18px;
  margin: 0 0 25px 0;
  line-height: 2.75rem;
}
@media (max-width: 768px) {
  .covid__modal .right__column p {
    font-size: 16px;
    line-height: 2.25rem;
  }
}
.covid__modal .right__column p.yellow__background {
  padding: 0 10px;
  margin: 0 0 0 -10px;
  background-color: rgba(247, 181, 0, 0.3);
}
.covid__modal .right__column button.buttonGreen {
  padding: 10px 125px;
  margin: 40px 0;
  text-transform: none;
  font-size: 28px;
}
@media (max-width: 768px) {
  .covid__modal .right__column button.buttonGreen {
    padding: 10px 50px;
    font-size: 18px;
  }
}
.covid__modal .right__column .covid__skip {
  font-weight: bold;
  color: #3277B3;
  cursor: pointer;
}

/*
__________                                                  __
\______   \_____ ____________     ________________  ______ |  |__   ______
 |     ___/\__  \\_  __ \__  \   / ___\_  __ \__  \ \____ \|  |  \ /  ___/
 |    |     / __ \|  | \// __ \_/ /_/  >  | \// __ \|  |_> >   Y  \\___ \
 |____|    (____  /__|  (____  /\___  /|__|  (____  /   __/|___|  /____  >
                \/           \//_____/            \/|__|        \/     \/
*/
/* ==================================================== */
/* ======== GLOBAL SELECTABLE BACKGROUND COLORS ======= */
/* =============  Source: paragraphs.scss ============= */
/* ==================================================== */
.node-paragraphs {
  background-color: #fff;
}
.node-paragraphs .full-col.container {
  display: flex;
  padding: 50px 0;
}

.White {
  background-color: #ffffff;
}

.Gray {
  background-color: #ededed;
}

.MidGray {
  background-color: #d8d8d8;
}

.general-content {
  width: 60%;
  padding: 0 50px 25px 0;
}

.resource-reference {
  width: 40%;
}

.freeform-html {
  width: 100%;
}

/* ======================================================= */
/* ============= GLOBAL | BASIC H2 HEADING =============== */
/* =============  Source: paragraphs.scss ================ */
/* ======================================================= */
.basic__title-field {
  padding: 1.5rem;
}

/* ===================================================== */
/* ==== EMPLOYEE SECTION | CLASSROOM ACTIVITY TYPES ==== */
/* =============  Source: paragraphs.scss ============== */
/* ===================================================== */
.node-105 .node-paragraphs {
  background-color: #ededed;
}

.activity__type {
  display: flex;
  margin: 0 0 3rem 0;
  background-color: #ffffff;
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .activity__type {
    display: block;
    margin: 0 2rem 2rem 2rem;
  }
}
.activity__type:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.activity__type:hover img {
  transform: scale(1.025);
}

.actype__image {
  max-width: 40%;
  overflow: hidden;
}
@media (max-width: 900px) {
  .actype__image {
    max-width: 100%;
  }
}
.actype__image img {
  transform: scale(1);
  transition: all 0.5s;
}

.actype__content {
  max-width: 60%;
  padding: 2.5rem 15rem 2.5rem 2.5rem;
}
@media (max-width: 900px) {
  .actype__content {
    max-width: 100%;
    padding: 2.5rem;
  }
}
.actype__content h3 {
  color: #4a97cb;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.actype__content .actype__content-desc {
  display: block;
}
.actype__content .actype__content-desc p {
  line-height: 2rem;
  margin: 0;
}
.actype__content .actype__content-desc ul {
  padding: 5px 35px 0 35px;
}
.actype__content .actype__content-desc ul li {
  line-height: 1.75rem;
}
.actype__content .actype__content-link a {
  display: inline-block;
  color: #4a97cb;
  font-size: 16px;
  margin-top: 1rem;
  font-weight: 700;
  text-decoration: none;
}

/* ===================================================== */
/* ==== ABOUT SECTION | PRESS RELEASE FREEFORM HTML ==== */
/* =============  Source: paragraphs.scss ============== */
/* ===================================================== */
.paragraphType-two-column-layout .two-col-container {
  display: flex;
}
@media (max-width: 768px) {
  .paragraphType-two-column-layout .two-col-container {
    display: block;
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .paragraphType-two-column-layout .two-col-container h2 {
    margin: 0 0 5px 0;
  }
}
.paragraphType-two-column-layout .two-col-container .left {
  width: 68%;
  padding: 0 50px 25px 0;
}
@media (max-width: 768px) {
  .paragraphType-two-column-layout .two-col-container .left {
    width: auto;
    padding: 0 0 25px 0;
  }
}
.paragraphType-two-column-layout .two-col-container .right {
  width: 30%;
}
@media (max-width: 768px) {
  .paragraphType-two-column-layout .two-col-container .right {
    width: auto;
    padding: 0 0 25px 0;
  }
}
.paragraphType-two-column-layout .two-col-container .right .card-layout {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.paragraphType-two-column-layout .two-col-container .right .card-layout:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
.paragraphType-two-column-layout .two-col-container .right img {
  height: auto;
}

.paragraphType-two-column-layout .two-col-container .left-40 {
  width: 30%;
}
@media (max-width: 900px) {
  .paragraphType-two-column-layout .two-col-container .left-40 {
    width: 100%;
  }
}
.paragraphType-two-column-layout .two-col-container .right-60 {
  width: 68%;
}
@media (max-width: 900px) {
  .paragraphType-two-column-layout .two-col-container .right-60 {
    width: 100%;
  }
}
.paragraphType-two-column-layout .two-col-container .left-50,
.paragraphType-two-column-layout .two-col-container .right-50 {
  width: 48.5%;
}
@media (max-width: 900px) {
  .paragraphType-two-column-layout .two-col-container .left-50,
.paragraphType-two-column-layout .two-col-container .right-50 {
    width: 100%;
  }
}
.paragraphType-two-column-layout .two-col-container .fluidVideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0.72rem;
  height: 0;
}
.paragraphType-two-column-layout .two-col-container .fluidVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ======================================================= */
/* ==== ABOUT SECTION | NEXT GENERATION FREEFORM HTML ==== */
/* =============  Source: paragraphs.scss ================ */
/* ======================================================= */
.one-vision-cta {
  position: relative;
  background: #000 top center no-repeat url(../images/backgrounds/bg-about-partnerships.jpg);
  color: #fff;
  text-align: center;
  min-height: 700px;
  padding: 0 25px;
}
.one-vision-cta::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: red;
  z-index: 10;
}
.one-vision-cta .coalition-by-the-numbers {
  height: 700px;
}
.one-vision-cta .field--name-field-freeform-html h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
@media (max-width: 500px) {
  .one-vision-cta .field--name-field-freeform-html h2 {
    font-size: 28px;
  }
}
.one-vision-cta .field--name-field-freeform-html h2 span {
  color: #ff6100;
}
.one-vision-cta .field--name-field-freeform-html p {
  font-size: 18px;
  color: #fff;
  max-width: 75%;
  margin: 0 auto;
}
.one-vision-cta .field--name-field-freeform-html a {
  color: #1f62a0;
  font-size: 16px;
  margin: 10px 0;
  display: inline-block;
  background: #fff;
  padding: 10px 20px 10px 50px;
}
@media (max-width: 500px) {
  .one-vision-cta .field--name-field-freeform-html a {
    font-size: 14px;
  }
}
.one-vision-cta .field--name-field-freeform-html a::before {
  top: 15px;
  left: 20px;
}
.one-vision-cta .field--name-field-freeform-html a:hover::before {
  top: 18px;
}
.one-vision-cta .field--name-field-freeform-html a:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

/* ==================================================== */
/* ======== ABOUT SECTION | 5-PRONGED APPROACH ======== */
/* =============  Source: paragraphs.scss ============= */
/* ==================================================== */
.five-pronged-approach {
  position: relative;
  background: #000 bottom center no-repeat url(../images/backgrounds/bg-about-stars.jpg);
  background-size: cover;
  text-align: center;
}
.five-pronged-approach h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #fff;
}
.five-pronged-approach .infographics {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .five-pronged-approach .infographics {
    display: block;
    flex-wrap: nowrap;
  }
}
.five-pronged-approach .infographics .item {
  max-width: 33.3333333333%;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .five-pronged-approach .infographics .item {
    max-width: 85%;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 0 15px;
  }
}
.five-pronged-approach .infographics .item:first-child {
  margin-left: 16.6666666667%;
}
@media (max-width: 768px) {
  .five-pronged-approach .infographics .item:first-child {
    margin: 0 auto 30px auto;
  }
}
.five-pronged-approach .infographics .item img {
  transition: all 0.4s ease;
}
.five-pronged-approach .infographics .item img:hover {
  transform: scale(1.1);
}
.five-pronged-approach .infographics .item h3 {
  color: #ff6100;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
  margin: 10px 0;
}
.five-pronged-approach .infographics .item p {
  font-size: 16px;
  color: #fff;
}

/* ==================================================== */
/* ==== ABOUT SECTION | STEM CONNECT FREEFORM HTML ==== */
/* =============  Source: paragraphs.scss ============= */
/* ==================================================== */
.stem-connect .two-column {
  display: flex;
}
@media (max-width: 768px) {
  .stem-connect .two-column {
    display: block;
  }
}
.stem-connect .two-column .column {
  width: 50%;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .stem-connect .two-column .column {
    width: 100%;
    padding: 25px;
  }
}
.stem-connect .two-column .column img {
  display: block;
  margin: 0 0 25px 0;
}
.stem-connect .two-column .column p {
  max-width: 80%;
}
@media (max-width: 768px) {
  .stem-connect .two-column .column p {
    max-width: 100%;
  }
}
.stem-connect .two-column .column a {
  font-weight: bold;
}

/* ===================================================== */
/* ======= COVID-19 Anchro Nav for COVID-19 page ======= */
/* =============  Source: paragraphs.scss ============== */
/* ===================================================== */
.covid-19__anchor-nav .full-col.container {
  padding: 25px 0 0 0;
}
.covid-19__anchor-nav .full-col.container .freeform-html {
  max-width: 85%;
  padding: 15px 20px;
  background-color: #ffffff;
}
.covid-19__anchor-nav .full-col.container .freeform-html ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.covid-19__anchor-nav .full-col.container .freeform-html ul li {
  padding: 0 15px;
  list-style: none;
  font-weight: 700;
}

/* ===================================================== */
/* ============= COVID-19 Page Promo Video ============= */
/* =============  Source: paragraphs.scss ============== */
/* ===================================================== */
.promo_video .full-col.container {
  max-width: 775px;
  padding: 50px 15px 0 15px;
}
.promo_video .full-col.container iframe {
  padding: 1rem;
  background: -webkit-linear-gradient(270deg, #1f62a0 1%, #4dc400 100%);
  background: -moz-linear-gradient(270deg, #1f62a0 1%, #4dc400 100%);
  background: linear-gradient(270deg, #1f62a0 1%, #4dc400 100%);
}

/* ===================================================== */
/* == COVID-19 Solution Seekers View Block Attachment == */
/* =============  Source: paragraphs.scss ============== */
/* ===================================================== */
.solution__seekers .view__attachments {
  padding: 25px 0 50px 0;
}
.solution__seekers .view__attachments .view-header {
  padding: 0 20px 20px 20px;
}
.solution__seekers .view__attachments .view-header h2 {
  padding: 25px 0 10px 0;
}
@media (max-width: 768px) {
  .solution__seekers .view__attachments .view-header h2 {
    font-size: 32px;
  }
}
.solution__seekers .view__attachments .views-row {
  padding: 0;
}
.solution__seekers .view__attachments .views-row .views-col {
  flex-basis: 30.75% !important;
}
.solution__seekers .view__attachments .views-row .views-col .video-thumb-container .video-embed-field-launch-modal::before {
  height: 150px;
}
@media (max-width: 768px) {
  .solution__seekers .view__attachments .views-row .views-col .video-thumb-container .video-embed-field-launch-modal::before {
    height: 120px;
  }
}
.solution__seekers .view__attachments .views-row .views-col .video-thumb-container .vid-embed img {
  width: 550px;
}
.solution__seekers .view__attachments .views-row .views-col .info-container {
  position: relative;
  padding: 20px 20px 50px 20px;
}

/* ===================================================== */
/* ========= Career Readiness Paragrapah Styles ======== */
/* =============  Source: paragraphs.scss ============== */
/* ===================================================== */
.node-267 .field--name-field-content-reference {
  display: flex;
  padding: 0 12rem 4rem 12rem;
}
@media (max-width: 768px) {
  .node-267 .field--name-field-content-reference {
    display: block;
    padding: 4rem;
  }
}
.node-267 .field--name-field-content-reference > .field--item {
  width: 30%;
  margin: 0 3rem 0 0;
  box-shadow: 0 0 4px black;
  transition: all 0.5s ease;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .node-267 .field--name-field-content-reference > .field--item {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.node-267 .field--name-field-content-reference > .field--item:hover {
  box-shadow: 0 0 10px black;
}
.node-267 .field--name-field-content-reference .card-layout .optional-flag span {
  background-color: #4dc400;
}
.node-267 .field--name-field-cr-resource-reference {
  display: flex;
  padding: 0;
}
@media (max-width: 768px) {
  .node-267 .field--name-field-cr-resource-reference {
    display: block;
    padding: 2rem;
  }
}
.node-267 .field--name-field-cr-resource-reference > .field--item {
  width: 30%;
  margin: 0 3rem 0 0;
  box-shadow: 0 0 4px black;
  transition: all 0.5s ease;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .node-267 .field--name-field-cr-resource-reference > .field--item {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.node-267 .field--name-field-cr-resource-reference > .field--item:hover {
  box-shadow: 0 0 10px black;
}
.node-267 .field--name-field-cr-resource-reference .card-layout .optional-flag span {
  background-color: #4dc400;
}
.node-267 .field--name-field-content-reference .card-layout .info-container,
.node-267 .paragraph--type--career-readiness .card-layout .info-container {
  position: relative;
  padding: 20px 20px 50px 20px;
}
.node-267 .paragraph--type--career-readiness {
  background-image: linear-gradient(#d8d8d8, #ededed);
  padding: 3rem 12rem;
  margin: 0;
}
.node-267 .paragraph--type--career-readiness .card-layout .info-container .files {
  position: relative;
  bottom: 0;
  left: 0;
}
.node-267 .paragraph--type--career-readiness .field--name-field-cr-title {
  font-size: 40px;
  color: #000a12;
}
.node-267 .paragraph--type--career-readiness .cr-image-text {
  display: flex;
  padding: 0 0 3rem 0;
}
.node-267 .paragraph--type--career-readiness .field--name-field-cr-image,
.node-267 .paragraph--type--career-readiness .field--name-field-cr-description {
  width: 50%;
}
.node-267 .paragraph--type--career-readiness .field--name-field-cr-description {
  padding: 10rem 6rem;
}
.node-267 .paragraph--type--career-readiness .field--name-field-cr-description p {
  font-size: 18px;
}
.node-267 .anchor-partners,
.node-267 .intro-slider,
.node-267 .field--name-field-content-reference {
  background-color: #ededed;
}
.node-267 .anchor-partners .full-col.container {
  padding: 50px 0 0 0;
}
.node-267 .anchor-partners .intro-slider .full-col.container {
  margin: 0 0 25px 0;
}
.node-267 .intro-slider #slides {
  display: flex;
  margin: 30px 0;
}
.node-267 .intro-slider #slides .items {
  background-color: #ededed !important;
}
.node-267 .intro-slider #slides .item {
  display: flex;
}
@media (max-width: 768px) {
  .node-267 .intro-slider #slides .item {
    display: block;
  }
}
.node-267 .intro-slider #slides .item img {
  width: 50%;
}
.node-267 .intro-slider #slides .item p {
  padding: 10px 50px;
}
.node-267 .intro-slider #nav {
  max-width: 300px;
  margin: 20px 0 0 200px;
  display: flex;
}
.node-267 .intro-slider #nav a {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border: 2px solid purple;
  border-radius: 25px;
  background-color: #fff;
  margin: 0 25px 0 0;
}
.node-267 .intro-slider #nav a .activeSlide {
  border: 2px solid #1d629e;
  background-color: #1d629e;
}

/* ===================================================== */
/* ========= Career Profiles Reference Styles ========== */
/* =============  Source: paragraphs.scss ============== */
/* ===================================================== */
.paragraphType-career-profiles-reference {
  background-color: #ededed;
}

.cp-reference-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 0;
}
.cp-reference-container .cp-reference__intro {
  padding: 0 3.5rem 2rem 3.5rem;
}
.cp-reference-container .cp-reference__intro h3.cp-reference__title {
  font-size: 22px;
}
.cp-reference-container .cp-reference__intro .cp-reference__desc {
  padding: 0 3rem 0 0;
}
.cp-reference-container .cp-reference__items {
  padding: 0 1rem;
}
.cp-reference-container .cp-reference__items .field--name-field-cp-profiles-references {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2.5rem;
}
@media (max-width: 900px) {
  .cp-reference-container .cp-reference__items .field--name-field-cp-profiles-references {
    display: block;
    flex-wrap: nowrap;
    padding: 0 1rem;
  }
}
.cp-reference-container .cp-reference__items .field--name-field-cp-profiles-references > .field--item {
  flex: 0 0 31%;
  margin: 0 3rem 3rem 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  background: #ffffff;
}
@media (max-width: 900px) {
  .cp-reference-container .cp-reference__items .field--name-field-cp-profiles-references > .field--item {
    flex: 0 0 0;
    margin: 0 0 3rem 0;
  }
}
.cp-reference-container .cp-reference__items .field--name-field-cp-profiles-references > .field--item:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
.cp-reference-container .cp-reference__items .field--name-field-cp-profiles-references > .field--item:nth-child(3),
.cp-reference-container .cp-reference__items .field--name-field-cp-profiles-references > .field--item:nth-child(6),
.cp-reference-container .cp-reference__items .field--name-field-cp-profiles-references > .field--item:nth-child(9),
.cp-reference-container .cp-reference__items .field--name-field-cp-profiles-references > .field--item:nth-child(12),
.cp-reference-container .cp-reference__items .field--name-field-cp-profiles-references > .field--item:nth-child(15) {
  margin: 0 0 3rem 0;
}
.cp-reference-container .cp-reference__viewmore {
  padding: 2rem 0;
  text-align: center;
}
.cp-reference-container .cp-reference__viewmore a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.cp-reference-container .cp-reference__viewmore a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
/*
____   ____.__
\   \ /   /|__| ______  _  ________
 \   Y   / |  |/ __ \ \/ \/ /  ___/
  \     /  |  \  ___/\     /\___ \
   \___/   |__|\___  >\/\_//____  >
                   \/           \/
*/
/* ================================================== */
/* ========== General/Global Views Styles =========== */
/* ==============  Source: views.scss =============== */
/* ================================================== */
/* section.views-element-container {
  background-color: $color-lightgrey;
  padding: 50px 0;

  @include media("<=sm") {
    padding: 25px 0;
  }
} */
.view__attachments {
  padding: 25px 0;
}
@media (max-width: 768px) {
  .view__attachments {
    padding: 25px 0;
  }
}
.view__attachments .view__attachment-intro {
  padding: 0 30px 10px 30px;
}

.full-col.has-pager.view {
  position: relative;
  padding: 0 20px 75px 20px;
}

.full-col.has-pager.view nav.pager-nav {
  position: absolute;
  left: 30%;
  bottom: 0;
}

/* Three column grid view */
.views-view-grid .views-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .views-view-grid .views-row {
    display: block;
  }
}
.views-view-grid .views-col {
  flex-basis: 30.5% !important;
  position: relative;
  background: #ffffff;
  margin: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .views-view-grid .views-col {
    width: 95% !important;
  }
}
@media (max-width: 768px) {
  .views-view-grid .views-col {
    width: 100% !important;
    margin: 0 0 25px 0;
  }
}
.views-view-grid .views-col:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}

/* Views Exposed Filter Styles || Global Styles */
.view__attachment .view-filters {
  padding: 0 20px;
  /* ==== Grades Category &  Subject Type Exposed filter specific ==== */
  /* Yes, you can select Drupal data selectors in D8. They
         simpy replace the old-school ID tag and work as such: */
  /* ==== STEM Category Exposed filter specific ==== */
  /* Yes, you can select Drupal data selectors in D8. They
         simpy replace the old-school ID tag and work as such: */
}
@media (max-width: 768px) {
  .view__attachment .view-filters {
    padding: 0;
  }
}
.view__attachment .view-filters .fieldgroup {
  position: relative;
  padding: 20px 0 20px 80px;
  clear: both;
}
@media (max-width: 768px) {
  .view__attachment .view-filters .fieldgroup {
    padding: 20px 0 20px 65px;
  }
}
.view__attachment .view-filters .fieldgroup legend {
  border: none;
  margin: 0;
  width: auto;
  font-weight: 700;
}
.view__attachment .view-filters .fieldgroup legend .fieldset-legend {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.view__attachment .view-filters fieldset.js-form-item {
  display: block;
}
.view__attachment .view-filters fieldset.js-form-item .fieldset-wrapper .form-radios {
  display: flex;
  position: relative;
  top: -18px;
}
.view__attachment .view-filters fieldset.js-form-item .fieldset-wrapper .form-radios .form-item {
  float: none;
  margin: 0 40px 0 0;
}
@media (max-width: 768px) {
  .view__attachment .view-filters fieldset.js-form-item .fieldset-wrapper .form-radios .form-item {
    margin: 0 5px 0 0;
  }
}
.view__attachment .view-filters fieldset.js-form-item .fieldset-wrapper .form-radios .form-item label {
  position: relative;
  font-size: 18px;
  transition: all 0.5s;
  color: #133c63;
  transition: all 0.5s;
}
.view__attachment .view-filters fieldset.js-form-item .fieldset-wrapper .form-radios .form-item label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  background: transparent;
  height: 3px;
  transition: all 0.5s;
}
.view__attachment .view-filters fieldset.js-form-item .fieldset-wrapper .form-radios .form-item label:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  background: #133c63;
  height: 3px;
}
.view__attachment .view-filters fieldset.js-form-item .fieldset-wrapper .form-radios .form-item label:hover {
  color: #133c63;
}
.view__attachment .view-filters fieldset.js-form-item .fieldset-wrapper .form-radios .form-item label input {
  display: none;
}
.view__attachment .view-filters fieldset.js-form-item .description {
  clear: both;
  font-size: 16px;
  padding: 25px 0 0 0;
  margin: 0 0 -30px -85px;
  color: #000a12;
}
@media (max-width: 768px) {
  .view__attachment .view-filters fieldset.js-form-item .description {
    margin: 0 0 -30px -65px;
  }
}
.view__attachment .view-filters .bef-exposed-form .form-actions button {
  display: none;
}
.view__attachment .view-filters fieldset[data-drupal-selector=edit-stemterm] .form-item:last-child::after {
  display: none !important;
}
.view__attachment .view-filters fieldset[data-drupal-selector=edit-stemterm] .form-item:last-child::after fieldset.fieldgroup {
  padding: 20px 0 20px 150px;
}
.view__attachment .view-filters fieldset[data-drupal-selector=edit-stemterm] .form-item:last-child::after fieldset.fieldgroup .form-radios .form-item {
  margin: 0 10px 10px 0;
}
.view__attachment .view-filters fieldset[data-drupal-selector=edit-stemterm] .form-item:last-child::after fieldset.fieldgroup .form-radios .form-item:last-child::after {
  content: none;
}
.view__attachment .view-filters fieldset[data-drupal-selector=edit-stemterm] .form-item:last-child::after fieldset.fieldgroup .form-radios .form-item label {
  white-space: nowrap;
  padding: 7px 40px;
  font-weight: 700;
  border: 2px solid #4a97cb;
  border-radius: 25px;
  color: #133c63;
  background-color: #d0dbe7;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: 8px 6px;
}
.view__attachment .view-filters fieldset[data-drupal-selector=edit-stemterm] .form-item:last-child::after fieldset.fieldgroup .form-radios .form-item label:hover, .view__attachment .view-filters fieldset[data-drupal-selector=edit-stemterm] .form-item:last-child::after fieldset.fieldgroup .form-radios .form-item label.active {
  background-color: #4a97cb;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.view__attachment .view-filters fieldset[data-drupal-selector=edit-stemterm] .form-item:last-child::after .help-block {
  clear: both;
  font-size: 16px;
  padding: 25px 0 0 0;
  margin: 0 0 -15px 0;
  color: #000a12;
}

/* Parent Exposed Filter Specific Styles */
.parents {
  display: block;
}
.parents .fieldgroup {
  padding: 20px 0 20px 235px !important;
}
.parents .fieldset-wrapper {
  display: block;
}
.parents .fieldset-wrapper .form-radios {
  display: block;
}
.parents .fieldset-wrapper .form-radios .form-item:last-child:after {
  content: "";
  display: none !important;
}
.parents .fieldset-wrapper .form-radios .form-item:last-child label {
  color: #133c63 !important;
}
.parents .fieldset-wrapper .form-radios .form-item:last-child label:hover:after {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  background: #133c63 !important;
  height: 3px;
}
.parents .description {
  margin: 0 0 -30px -240px !important;
}

.Communities label {
  background-image: url(../images/icons/icon-tax-term-communities.png);
}

.Digital.Citizenship label {
  background-image: url(../images/icons/icon-tax-term-communities.png);
}

/* Views Exposed Filter Styles || STEM Category specific */
/* ================================================== */
/* ====== Employee-Led Activites Views Styles ======= */
/* ==============  Source: views.scss =============== */
/* ================================================== */
.employee-led-activities .grade-level {
  font-size: 14px !important;
}
.employee-led-activities .view-footer {
  display: flex;
  padding: 100px 35px 0 35px;
}
@media (max-width: 768px) {
  .employee-led-activities .view-footer {
    display: block;
    padding: 0 35px;
    margin: 0 0 -75px 0;
  }
}
.employee-led-activities .view-footer .footer-left {
  width: 60%;
  padding: 0 100px 0 0;
}
@media (max-width: 768px) {
  .employee-led-activities .view-footer .footer-left {
    width: 100%;
    margin: 0 0 50px 0;
  }
}
.employee-led-activities .view-footer .footer-left h3 {
  font-size: 24px;
  margin: 24px 0 15px 0;
}
.employee-led-activities .view-footer .footer-left a {
  font-weight: bold;
}
.employee-led-activities .view-footer .footer-right {
  width: 40%;
}
@media (max-width: 768px) {
  .employee-led-activities .view-footer .footer-right {
    width: 100%;
  }
}

/* ========================================================= */
/* == Recent News (Formally Leadership Page) Views Styles == */
/* ==============  Source: views.scss =============== */
/* ========================================================= */
.view__attachment .viewsreference--view-title {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px 10px 30px;
  font-size: 36px;
}
@media (max-width: 768px) {
  .view__attachment .viewsreference--view-title {
    padding-bottom: 20px;
    font-size: 28px;
  }
}

.view-news-updates {
  position: relative;
}
.view-news-updates .view-content {
  width: 68%;
  padding: 0 35px 0 0;
}
@media (max-width: 900px) {
  .view-news-updates .view-content {
    width: 100%;
    padding: 0;
  }
}
.view-news-updates .view-content .views-row {
  position: relative;
  padding: 10px 10px 10px 290px;
  margin: 0 0 50px 0;
  transition: all 0.75s;
}
@media (max-width: 768px) {
  .view-news-updates .view-content .views-row {
    padding: 20px 15px;
    margin: 0 0 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  }
}
.view-news-updates .view-content .views-row:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.view-news-updates .view-content .views-row .views-field-field-article-thumbnail {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .view-news-updates .view-content .views-row .views-field-field-article-thumbnail {
    position: relative;
    top: -5px;
    left: 0;
    max-width: 100%;
  }
}
.view-news-updates .view-content .views-row .views-field-field-article-type {
  font-size: 14px;
  text-transform: uppercase;
}
.view-news-updates .view-content .views-row .views-field-title {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 5px 0;
}
.view-news-updates .view-content .views-row .views-field-title a:hover {
  text-decoration: none;
}
.view-news-updates .view-content .views-row .views-field-field-article-date {
  font-size: 16px;
  font-weight: bold;
}
.view-news-updates .view-content .views-row .views-field-view-node {
  font-weight: bold;
  margin: 10px 0 0 0;
}
.view-news-updates .view-footer {
  position: absolute;
  top: 25px;
  right: 0;
}
@media (max-width: 900px) {
  .view-news-updates .view-footer {
    position: relative;
    top: auto;
    right: auto;
  }
}
.view-news-updates .view-footer,
.view-news-updates .right-column {
  width: 30%;
}
@media (max-width: 900px) {
  .view-news-updates .view-footer,
.view-news-updates .right-column {
    width: 100%;
  }
}
.view-news-updates .view-footer .block-title,
.view-news-updates .right-column .block-title {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
}
.view-news-updates .view-footer p > a::after,
.view-news-updates .right-column p > a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  left: 5px;
  background-image: url(../images/icons/icon-external-link-symbol@2X.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.view-news-updates .view-footer #block-stemindustrynewsandconversations,
.view-news-updates .view-footer #block-stemindustrynewsandconversations--2,
.view-news-updates .right-column #block-stemindustrynewsandconversations,
.view-news-updates .right-column #block-stemindustrynewsandconversations--2 {
  display: block;
}

.view-footer #block-covid19schoolindustrynewsandconversations,
.right-column #block-covid19schoolindustrynewsandconversations,
.right-column #block-covid19schoolindustrynewsandconversations--2 {
  display: block;
}

.right-column .industry-news .block-title {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
}

/* ================================================== */
/* ========= Quote and Profile View Styles ========== */
/* ==============  Source: views.scss =============== */
/* ================================================== */
.quote-profiles-container section.views-element-container.general-quotes {
  background-color: #133c63;
}

/* === General Quotes (Gallery Slider) Styles === */
.quote-profiles .block-views h2.block-title {
  font-size: 36px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 35px 0;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .quote-profiles .block-views h2.block-title {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .quote-profiles .block-views h2.block-title {
    font-size: 24px;
  }
}
.quote-profiles .block-views .form-group {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .quote-profiles .block-views .form-group {
    max-width: 400px;
    margin: 60px auto 0 auto;
  }
}
@media (max-width: 500px) {
  .quote-profiles .block-views .form-group {
    margin: 0 auto;
  }
}
.quote-profiles .block-views .views_slideshow_controls_text a {
  display: block;
  position: absolute;
  top: 0;
  z-index: 20;
  width: 60px;
  height: 90px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.quote-profiles .block-views .views_slideshow_controls_text a:hover {
  opacity: 1;
}
.quote-profiles .block-views .views_slideshow_controls_text_previous a {
  left: -150px;
  background-image: url(../images/backgrounds/bg-quote-nav-previous.png);
}
@media (max-width: 768px) {
  .quote-profiles .block-views .views_slideshow_controls_text_previous a {
    left: -22px;
    top: 25px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 500px) {
  .quote-profiles .block-views .views_slideshow_controls_text_previous a {
    left: 15px;
  }
}
.quote-profiles .block-views .views_slideshow_controls_text_next a {
  right: -125px;
  background-image: url(../images/backgrounds/bg-quote-nav-next.png);
}
@media (max-width: 768px) {
  .quote-profiles .block-views .views_slideshow_controls_text_next a {
    right: -20px;
    top: 25px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 500px) {
  .quote-profiles .block-views .views_slideshow_controls_text_next a {
    right: 5px;
  }
}
.quote-profiles .general-quotes .form-group::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 30px;
  top: -15px;
  left: -60px;
  background: transparent 0 0 no-repeat url(../images/backgrounds/bg-quotation-open.png);
  background-size: contain;
  z-index: 100;
}
@media (max-width: 768px) {
  .quote-profiles .general-quotes .form-group::before {
    top: -40px;
    left: 0px;
  }
}
@media (max-width: 500px) {
  .quote-profiles .general-quotes .form-group::before {
    left: 20px;
  }
}
.quote-profiles .general-quotes .form-group::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 30px;
  bottom: 75px;
  right: -55px;
  background: transparent 0 0 no-repeat url(../images/backgrounds/bg-quotation-closed.png);
  background-size: contain;
  z-index: 100;
}
@media (max-width: 500px) {
  .quote-profiles .general-quotes .form-group::after {
    bottom: 60px;
    right: 15px;
  }
}
.quote-profiles .block-views .views-field-field-quote {
  margin: 0 0 25px 0;
}
@media (max-width: 500px) {
  .quote-profiles .block-views .views-field-field-quote {
    margin: 0;
  }
}
.quote-profiles .block-views .views-field-field-quote p {
  font-size: 26px;
  line-height: 1.2em;
  color: #ffffff;
}
@media (max-width: 768px) {
  .quote-profiles .block-views .views-field-field-quote p {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .quote-profiles .block-views .views-field-field-quote p {
    font-size: 16px;
  }
}
.quote-profiles .block-views .views-field-field-quote-source {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 10px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .quote-profiles .block-views .views-field-field-quote-source {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
.quote-profiles .block-views .views-field-field-quote-source::before {
  content: "- ";
  position: absolute;
  top: 0;
  left: 0;
}
.quote-profiles .block-views .views-field-field-quote-source p {
  color: #fff;
}
.quote-profiles .block-views .views_slideshow_controls_text_pause {
  display: none;
}
.quote-profiles .block-views .views-row {
  position: relative;
  padding: 0 20px;
}
@media (max-width: 500px) {
  .quote-profiles .block-views .views-row {
    padding: 20px 50px;
  }
}
@media (max-width: 500px) {
  .quote-profiles .block-views .views_slideshow_cycle_teaser_section {
    width: 350px !important;
    margin: 0 auto !important;
  }
}
.quote-profiles .block-views .views_slideshow_cycle_teaser_section::before, .quote-profiles .block-views .views_slideshow_cycle_teaser_section::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}
.quote-profiles .block-views .views_slideshow_cycle_teaser_section::before {
  left: 0;
  width: 40px;
  background-image: linear-gradient(to left, rgba(19, 60, 99, 0), #133c63);
}
@media (max-width: 768px) {
  .quote-profiles .block-views .views_slideshow_cycle_teaser_section::before {
    display: none;
  }
}
.quote-profiles .block-views .views_slideshow_cycle_teaser_section::after {
  right: 0;
  width: 75px;
  background-image: linear-gradient(to right, rgba(19, 60, 99, 0), #133c63);
}
@media (max-width: 768px) {
  .quote-profiles .block-views .views_slideshow_cycle_teaser_section::after {
    display: none;
  }
}
.quote-profiles .block-views .views-field-edit-node {
  text-align: center;
}
.quote-profiles .block-views .views-field-edit-node .buttonWhite {
  width: 65px;
  margin: 15px auto;
  display: block;
  border-radius: 5px;
}

/* =========================================================== */
/* ======= Career Profile Quotes (Non-Gallery) Styles ======== */
/* ===================  Source: views.scss =================== */
/* =========================================================== */
.quote-profiles-container section.views-element-container.career-quotes {
  position: relative;
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #133c63 100%, #133c63 100%);
  background: -moz-linear-gradient(180deg, #ffffff 0%, #133c63 100%, #133c63 100%);
  background: linear-gradient(180deg, #ffffff 0%, #133c63 100%, #133c63 100%);
  padding: 0;
}
.quote-profiles-container section.views-element-container.career-quotes::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent 0 0 repeat url(../images/backgrounds/bg-pattern-half-circle.png);
  background-size: 0.8%;
  opacity: 0.4;
}
.quote-profiles-container .career-quotes-profiles-view {
  position: relative;
  padding: 85px 0;
  max-width: 525px;
  left: 175px;
}
@media (max-width: 768px) {
  .quote-profiles-container .career-quotes-profiles-view {
    max-width: 320px;
    left: 115px;
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 500px) {
  .quote-profiles-container .career-quotes-profiles-view {
    max-width: 100%;
    left: 0;
    padding: 0 0 30px 0;
  }
}
.quote-profiles-container .career-quotes-profiles-view .views-field-field-quote-image {
  max-width: 325px;
  position: absolute;
  top: -50px;
  left: -330px;
}
@media (max-width: 768px) {
  .quote-profiles-container .career-quotes-profiles-view .views-field-field-quote-image {
    max-width: 175px;
    left: -170px;
    top: 0;
  }
}
@media (max-width: 500px) {
  .quote-profiles-container .career-quotes-profiles-view .views-field-field-quote-image {
    max-width: 75%;
    left: 0;
    position: relative;
  }
}
.quote-profiles-container .career-quotes-profiles-view .views-field-title {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 500px) {
  .quote-profiles-container .career-quotes-profiles-view .views-field-title {
    font-size: 20px;
    line-height: 1.1em;
  }
}
.quote-profiles-container .career-quotes-profiles-view .views-field-field-quote p {
  color: #000a12;
  font-size: 22px;
}
@media (max-width: 768px) {
  .quote-profiles-container .career-quotes-profiles-view .views-field-field-quote p {
    font-size: 16px;
  }
}
.quote-profiles-container .career-quotes-profiles-view .view-footer button {
  font-size: 16px;
  margin: 0 0 0 20px;
}
@media (max-width: 500px) {
  .quote-profiles-container .career-quotes-profiles-view .view-footer button {
    margin: 0 0 0 20px;
  }
}

/* ================================================== */
/* ============= Partner View Styles ================ */
/* ==============  Source: views.scss =============== */
/* ================================================== */
.view-partners .views-view-grid .views-row .views-field-field-partner-logo {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  padding: 0;
}

.view-partners .cols-4 .views-row {
  padding: 0;
}
.view-partners .views-row {
  position: relative;
  content: "";
  clear: both;
  margin: 0;
  padding: 35px 0;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .view-partners .views-row {
    padding: 20px 0;
  }
}
.view-partners .views-row .views-col {
  background: none;
  box-shadow: none;
}
.view-partners .views-row .views-col img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .view-partners .views-row .views-col img {
    width: 50%;
  }
}
.view-partners .views-row .views-field-field-partner-logo {
  position: absolute;
  top: 50px;
  left: 0;
  width: 300px;
  padding: 0 0 0 50px;
}
@media (max-width: 900px) {
  .view-partners .views-row .views-field-field-partner-logo {
    float: left;
    position: relative;
    padding: 0;
    top: 0;
  }
}
.view-partners .views-row .views-field-nothing {
  padding: 0 20% 0 350px;
}
@media (max-width: 900px) {
  .view-partners .views-row .views-field-nothing {
    padding: 0 5% 0 350px;
  }
}
@media (max-width: 768px) {
  .view-partners .views-row .views-field-nothing {
    padding: 0 5% 0 0;
    clear: both;
  }
}
.view-partners .views-row .views-field-nothing h3 {
  font-size: 24px;
  color: #000a12;
  margin: 0 0 5px 0;
}
.view-partners .views-row .views-field-nothing h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #666666;
}
.view-partners .views-row .views-field-nothing .website-url a {
  font-size: 16px;
  font-weight: 700;
}
.view-partners .views-row .edit a {
  display: inline-block;
  padding: 10px 25px;
  margin: 10px 0 0 0;
  color: #fff;
  background-color: #1e5091;
  border-radius: 5px;
  font-weight: 700;
}
.view-partners .views-row .edit a a:hover {
  color: #1e5091;
  background-color: #fff;
  text-decoration: none;
}
.view-partners .view-footer h2 a {
  display: block;
  max-width: 300px;
  background-color: #4dc400;
  font-size: 28px;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 15px 50px;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
}
.view-partners .view-footer h2 a:hover {
  text-decoration: none;
}

/* ================================================== */
/* ========= STEM Collections View Styles =========== */
/* ==============  Source: views.scss =============== */
/* ================================================== */
.view-stem-collections {
  padding: 2rem 2rem 5rem 2rem;
}
.view-stem-collections .view-content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .view-stem-collections .view-content {
    display: block;
    flex-wrap: nowrap;
  }
}
.view-stem-collections .view-content .views-row {
  flex: 0 0 23%;
  margin: 0 3rem 3rem 0;
}
@media (max-width: 768px) {
  .view-stem-collections .view-content .views-row {
    flex: 0 0 100%;
    margin: 0 0 2rem 0;
  }
}
.view-stem-collections .view-content .views-row .image-info {
  position: relative;
}
.view-stem-collections .view-content .views-row .image-info > img {
  width: 100%;
}
.view-stem-collections .view-content .views-row .image-info .info-title {
  display: table;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3rem 0 5rem 0;
  background: #1f62a0;
  text-align: center;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .view-stem-collections .view-content .views-row .image-info .info-title {
    background: rgba(31, 98, 160, 0);
  }
}
.view-stem-collections .view-content .views-row .image-info .info-title img {
  width: 25%;
  margin: 0 auto;
}
.view-stem-collections .view-content .views-row .image-info .info-title .inner {
  vertical-align: middle;
  display: table-cell;
}
.view-stem-collections .view-content .views-row .image-info .info-title .inner a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 1rem 3rem;
}
@media (max-width: 768px) {
  .view-stem-collections .view-content .views-row .image-info .info-title .inner a {
    font-size: 18px;
  }
}
.view-stem-collections .view-content .views-row .image-info .info-title .inner a:hover {
  text-decoration: none;
}
.view-stem-collections .view-content .views-row .image-info .info-title:hover {
  background: rgba(31, 98, 160, 0.5);
}
.view-stem-collections .view-content .views-row:nth-child(4), .view-stem-collections .view-content .views-row:nth-child(8), .view-stem-collections .view-content .views-row:nth-child(12) {
  margin: 0 0 3rem 0;
}

/* Add 'Centered Logos to your view block in the views UI
   if you randomly want your logos to be centered... */
.view-partners.centered-logos .views-row {
  align-items: center;
  justify-content: center;
}
.view-partners.centered-logos .views-row .views-field-field-partner-logo {
  position: relative;
  display: block;
  top: 0;
  left: auto;
  padding: 0;
  width: 15%;
  margin: auto;
}

/* ============================================ */
/* ===== GLOBAL PARTNER SECTION | CALLOUT ===== */
/* ============================================ */
.partner-container {
  background: -webkit-linear-gradient(0deg, #f0f2f4 50%, #f0f2f4 68%, #c4c9d4 100%);
  background: -moz-linear-gradient(0deg, #f0f2f4 50%, #f0f2f4 68%, #c4c9d4 100%);
  background: linear-gradient(0deg, #f0f2f4 50%, #f0f2f4 68%, #c4c9d4 100%);
}

.partners {
  padding: 260px 0 20px 0;
  background: transparent top center repeat-x url(../images/backgrounds/bg-partners-collage.jpg);
}
@media (max-width: 500px) {
  .partners {
    padding: 100px 0 20px 0;
    background-size: contain;
  }
}
.partners section.views-element-container {
  padding: 0;
  background: none;
}
.partners h2.block-title {
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0 20px 0;
}
@media (max-width: 500px) {
  .partners h2.block-title {
    font-size: 30px;
    margin: 25px 0 5px 0;
  }
}
.partners .view-header,
.partners .view-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.partners .view-header h3 {
  font-size: 20px;
  color: #363c49;
  margin: 0 0 10px 0;
  line-height: 1.3em;
}
@media (max-width: 500px) {
  .partners .view-header h3 {
    font-size: 16px;
  }
}
.partners .view-content {
  padding: 25px 0;
}
.partners .view-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
  padding: 40px 0 0 0;
}
@media (max-width: 500px) {
  .partners .view-content ul {
    padding: 0;
  }
}
.partners .view-content ul li {
  width: 30%;
  list-style-type: none;
  padding: 15px 0;
}
@media (max-width: 500px) {
  .partners .view-content ul li {
    padding: 15px 0;
  }
}
.partners .view-content ul li:first-child img {
  width: 100%;
}
.partners .view-content ul li img {
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 500px) {
  .partners .view-content ul li img {
    max-width: 100%;
  }
}
.partners .view-content ul li:last-child {
  position: relative;
}
.partners .view-content ul li:last-child::before {
  content: "Powered By";
  position: absolute;
  top: 25px;
  left: 55px;
  font-size: 15px;
}
@media (max-width: 500px) {
  .partners .view-content ul li:last-child::before {
    top: 15px;
  }
}

.anchor-partners .view__attachment-intro {
  padding: 0 1.25rem 0.625rem;
}

.anchor-partners .partner-quicklinks {
  padding: 1rem 3rem;
  background-color: #ffffff;
  font-weight: bold;
  box-shadow: 0 0.125rem 0.25rem rgba(8, 8, 8, 0.27);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .anchor-partners .partner-quicklinks {
    padding: 1rem;
  }
}
.anchor-partners .partner-quicklinks a {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .anchor-partners .partner-quicklinks a {
    margin-left: 1rem;
  }
}

.content-contributors .view-partners .view-content,
.content-partners .view-partners .view-content,
.association-partners .view-partners .view-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content-contributors .view-partners .views-row,
.content-partners .view-partners .views-row,
.association-partners .view-partners .views-row {
  width: 30%;
}
.content-contributors .view-partners .views-field-field-partner-logo,
.content-partners .view-partners .views-field-field-partner-logo,
.association-partners .view-partners .views-field-field-partner-logo {
  position: unset;
  top: unset;
  left: unset;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}

.content-contributors .view-partners .views-field-field-partner-logo {
  max-width: 170px;
  margin: 0 auto;
}

.view-partners .views-row .views-field-field-partner-logo .Horizon {
  margin-top: 15%;
}
.view-partners .views-row .views-field-field-partner-logo .long-form-logo {
  max-width: 125px;
}

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