/* primary tabs */

.tabs.primary {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
}
.tabs.primary > li {
  display: inline-block;
  margin-left: 0 !important;
  margin-right: 15px;
}

/* quote flip */

.quote-flip p.quote::before {
  content: "";
  background: url(/themes/custom/vedp/assets/icons/quote-open.svg) top left no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  z-index: -1;
  height: 100px;
  width: 100px;
  top: 5px;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all .75s cubic-bezier(.25,.46,.45,.94);
  transition: all .75s cubic-bezier(.25,.46,.45,.94);
}
.quote-flip.activated p.quote::before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.quote-flip p:first-child {
  padding-top: -10px;
}
@media (min-width: 56.25em) {
  .quote-flip {
    width: 80%;
    margin: auto;
    padding: 3rem 0;
  }
}
@media (min-width: 56.25em) {
  .quote-flip {
    font-size: 1.5rem;
  }
}
.quote-flip {
  color: #464646;
  font-family: "Playfair Display";
  line-height: 1.75;
  margin-bottom: 5rem;
  max-width: 1200px;
  position: relative;
  z-index: 10;
}
.quote-flip p {
  margin-bottom: 1rem;
  font-size: 2.1875rem;
  line-height: 2.9375rem;
  font-weight: 300;
  color: #007dba;
}
.quote-flip cite {
  color: #464646;
  display: block;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 250px;
}
.quote-flip cite strong {
  display: block;
  font-family: verlag,sans-serif;
  font-size: 1rem;
  padding-top: 35px;
  margin-bottom: 5px;
}
.quote-flip cite::before {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 25px;
  background-color: #007dba;
  z-index: -1;
}
@media (min-width: 75em) {
  .quote-flip cite {
    font-size: 1.0625rem;
    max-width: 300px;
  }
}
@media (min-width: 75em) {
  .quote-flip cite strong {
    font-size: 1.4375rem;
  }
}

/* responsive quote-flip */
@media (max-width: 56.24em) {
  .quote-flip p.quote::before {
    top: -50px;
    left: -50px;
  }
}

/* image-zoom */
.imagey-image-stuff.zooooom .full-width-container-media {
  overflow: hidden;
}

/* smooth zoom */
.imagey-image-stuff.zooooom img {
  -webkit-transition: .5s ease;
  transition: transform .5s ease;
  object-position: center;
}

/* zoom */
.imagey-image-stuff.zooooom:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* faq block */

/* typography */
.ui-widget, .ui-widget header p {
  font-family: Roboto, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400;
}
.faq-accordions .ui-accordion-header-active a {
  color: #004b6c;
}
.faq-accordions .ui-accordion-content p, .faq-accordions .ui-accordion-content li {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  font-family: Roboto, sans-serif;
}
.faq-accordions .ui-accordion-content p {
  margin: 0;
}
.faq-accordions .ui-accordion-content ul {
  margin-top: 15px !important;
}
.faq-accordions .ui-accordion-content li {
  margin-left: 55px !important;
}
.faq-accordions .ui-accordion-content li::marker {
  color: #004b6c;
}
.faq-accordions span.field-content a {
  color: #333;
  font-family: roboto;
}

/* gray out not-active headers */
.faq-accordion.has-open span.field-content a {
  opacity: 0.5;
}
.faq-accordion.has-open .ui-accordion-header-active span.field-content a {
  opacity: 1;
}

/* spacing */
.faq-accordions .industry__accordion-tab {
  padding-top: 25px;
}
.faq-accordions .field-content {
  padding-bottom: 25px;
}
.faq-accordions .views-accordion-header {
  margin-bottom: 25px;
}
.ui-accordion .faq-accordions .ui-accordion-content,
.ui-accordion .faq-accordions .ui-accordion-header {
  padding: 0px !important;
}
/* borders */
/* one solid border at the top and bottom */
.faq-accordions .faq-accordions {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
/* borders for the middle */
.faq-accordions .industry__accordion-tab {
  border-top: 1px solid #cacaca;
}
/* stop the top and bottom borders from doubling */
.faq-accordions .industry__accordion-tab:first-child {
  border-top: 0px !important;
}
.faq-accordions .industry__accordion-tab:last-of-type {
  border-bottom: 0px !important;
}
/* remove default borders */
.faq-accordions .ui-widget-content {
  border: 0px;
}
.views-accordion-header {
  border: none !important;
  background: none !important;
  padding-top: 20px !important;
}
/* chevrons */
.faq-accordions span.field-content a::after {
  background-image: url(/themes/custom/vedp/assets/icons/chevron.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  float: right;
}
.faq-accordions .ui-accordion-header-collapsed .field-content a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ui-accordion-header-active span.careers-accordion-content::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

/* spacing for why-va nav bar */

@media (min-width: 56.25em) {
  .why-va #in-page-nav .in-page-nav__tabs ul.menu {
    width: auto;
  }
}

/* .testimonials .position {
  display: inline;
} */
@media (min-width: 56.25em) {
  .testimonials .company-name {
    display: none;
  }
}
/* trainings detail page */

.training-content .event-price .deadline {
  display: block !important;
  margin-top: 35px;
  margin-bottom: 15px;
}
.training-content .content__bottom__main {
  justify-content: left !important;
}

/* resources page */

#block-views-block-resource-landing-resource-landing-block legend::before {
  content: '';
  position: absolute;
  top: -90px;
  left: 0;
  height: 5px;
  width: 50px;
  background-color: #007dba;
  z-index: -1;
}

@media (min-width: 56.25em) {
  .resource-filter-wrapper fieldset {
    position: relative;
    margin-left: 0;
  }
  #block-views-block-resource-landing-resource-landing-block legend {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    font-size: 1.2rem;
    color: #004b6c;
    font-family: "Playfair Display";
    font-weight: 100;
    line-height: 1.25;
  }
  .bef-exposed-form > fieldset {
    margin-bottom: 60px;
  }
  .bef-exposed-form > fieldset label {
    margin-bottom: 20px;
    display: block;
    font-size: .95rem;
    font-weight: 100;
    font-family: verlag-light,sans-serif;
    color: #004b6c;
    -webkit-transition: ease .3s all;
    transition: ease .3s all;
    line-height: 1.25;
  }
  .bef-exposed-form > fieldset input[type="radio"]:checked + label {
    color: #000;
    font-weight: 600;
  }
}

/* trainings page */

.training-price, .training-deadline {
  font-weight: bold;
}
.training-price {
  margin-bottom: 5px;
}
.training-deadline {
  margin-top: 5px;
}
.training-disclaimer {
  font-weight: 400;
  font-size: .65rem;
  color: #a2a2a2;
  margin: 0 10px;
}
.long-subtitle {
  font-weight: 100;
}
.training.feature-link {
  margin-left: 3px;
}
.training.feature-link a, .resource-listing a.feature-link, .resource-listing .feature-link a {
  font-size: 20px;
}
.training.feature-link a::before, .resource-listing a.feature-link::before, .resource-listing .feature-link a::before {
  width: 2.15rem;
  height: 2.25rem;
  top: -4px;
  left: -12px;
}

/* user page */

.user-page #block-mainpagecontent {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.user-page #user-login-form .form-item {
  margin: 35px 0;
}
.user-page #user-login-form .form-item .description {
  margin-top: 10px;
  color: #a2a2a2;
  font-size: .8rem;
}
.user-page input[type="password"] {
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom: 1px solid #bfc7c8;
  border-radius: 0;
  color: #003865;
  font-family: "verlag light",sans-serif;
  font-size: .9rem;
  padding: 10px 10px;
  min-width: 200px;
}
.user-page input[type="text"], input[type="password"] {
  margin-left: 10px;
}
.user-page input[type="submit"] {
  background: #007dba;
  border-color: #007dba;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-family: Roboto;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
}
.user-page input[type="submit"]:hover {
  background: #ffffff;
  color: #007dba;
}
.user-page h4.label {
  display: inline;
  font-family: Roboto;
  font-weight: 400;
}
.user-page .form-no-label {
  font-size: 16px;
}

/* Front Page Refresh */

/* Homepage Video Block */
#homepage_video .homepage_video_overlay p strong {
  font-size: 26px;
  font-family: "Playfair Display";
}
#homepage_video .homepage_video_overlay p a {
  font-size: 22px !important;
}
.homepage .feature-link, .homepage .feature-link a, .home-industries .feature-link a {
  font-weight: 700;
  font-size: 20px !important;
}
.homepage_video_overlay p strong {
  font-weight: 600;
}
.homepage_video_overlay p strong {
  margin-top: 70px;
}

.homepage_video_overlay a.feature-link {
  color: white !important;
  font-family: Roboto,sans-serif;
  position: relative;
  margin-right: 25px;
  display: inline;
  margin-left: 35px;
}

.homepage_video_overlay a.feature-link::before {
  content: "";
  background-image: url(/themes/custom/vedp/assets/icons/white.svg);
  left: -35px;
  position: absolute;
  margin-left: 0;
}

#banner_video {
  display: none;
}
#banner_image {
  display: inline-block;
}
#homepage_video img {
  width: 100%;
}
#homepage_video {
  position: relative;
}

.homepage_video_overlay {
  position: absolute;
  color: #fff;
  padding-left: 50px;
  left: 0;
}
.home-bkgrnd-video {
  position: relative;
}
.overlay_1 {
  top: 0;
  margin-top: 100px;
}
.overlay_2 {
  bottom: 0;
  /* margin-bottom: 50px; */
}
.homepage_video_overlay h1 {
  width: 90%;
  font-size: 35px;
  line-height: 1.1;
}
.homepage_video_overlay p {
  padding-right: 15px;
}

/* Homepage Video Block responsive */

@media only screen and (min-width: 36em) {
  .homepage_video_overlay h1 {
    font-size: 61px;
  }
  #homepage_video .homepage_video_overlay p strong {
    font-size: 36px;
  }
}

@media (min-width: 56.25em) {
  #banner_video {
    display: initial;
  }
  #banner_image {
    display: none;
  }
  #homepage_video {
    width:100%;
    margin:auto;
    display:block;
    position: relative;
  }
  #banner_video {
    width:100%;
    height:auto
  }
  .homepage_video_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 50px;
  }
  .overlay_1 {
    top: 0;
    margin-top: 150px;
  }
  .overlay_2 {
    bottom: 0;
    margin-bottom: 75px;
  }
  .homepage_video_overlay h1 {
    margin-bottom: 40px;
    width: 60%;
  }
  .homepage_video_overlay p {
    margin-top: 0;
    display: inline;
    overflow: hidden;
    margin-right: 25px;
  }
  .homepage_video.active .homepage_animate.slide-left {
    opacity: 1;
    animation: slide-left 5s;
    -webkit-animation: slide-left 5s;
    -moz-animation: slide-left 5s;
    -o-animation: slide-left 5s;
    -ms-animation: slide-left 5s;
  }

  .homepage_video.active .homepage_animate.fade-in {
    opacity: 1;
    animation: fadeIn 4s;
    -webkit-animation: fadeIn 4s;
    -moz-animation: fadeIn 4s;
    -o-animation: fadeIn 4s;
    -ms-animation: fadeIn 4s;
  }

  .homepage_animate {
    opacity: 0%;
  }

  @keyframes slide-left {
    from {
      margin-left: 100%;
      width: 300%;
    }

    to {
      margin-left: 0%;
      width: 100%;
    }
  }

  @keyframes fadeIn {
    0% { opacity: 0; }
    /* 50% { opacity: 1; }
    100% { opacity: 0; } */
    100% { opacity: 1; }
  }
}
@media (min-width: 64.0625em) {
  .homepage_video_overlay h1 {
    width: 70%;
  }
}
@media (min-width: 75em) {
  .homepage_video_overlay h1 {
    width: 65%;
  }
}

/* Homepage Panel Paragraph */

.homepage h2.homepage-panel-header {
  color: black;
  font-family: "Playfair Display";
  font-size: 32px;
  font-weight: 300;
}
.homepage .panel-column-header {
  text-transform: uppercase;
  color: #66B1D6;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 5px;
  font-family: Roboto, sans-serif;
}
.homepage .panel-column p {
  font-size: 20px;
  font-weight: 300;
}
.homepage .why-va__quote--text p.panel-column-header {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #66B1D6;
  letter-spacing: 5px;
}
.homepage-panel img {
  width: inherit;
}
.homepage .panel-column {
  text-align: center;
  border-bottom: 1px solid black;
  padding-bottom: 25px;
  display: block;
}
.homepage .panel-column:last-of-type {
  border-bottom: none;
}
@media (max-width: 56.24em) {
  .homepage .stat-col-panel {
    width: 90%;
    margin: auto;
    padding: 1rem 0;
  }
  .homepage .stat-col-content.homepage-panel, .homepage .stat-col-panel .container, .homepage .stats-container.cols-3 {
    width: 100%;
  }
}
@media (min-width: 56.25em) {
  .homepage .stat-col-content.homepage-panel {
    max-width: 1066px;
  }
  .homepage-panel img {
    width: auto;
  }
  .homepage .stat-col-panel .container {
    max-width: 1300px;
  }
  .homepage .stats-container.cols-3 {
    align-items: stretch;
  }
  .homepage .panel-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(33% - 2rem);
    padding: 0 2rem;
    border-right: 1px solid black;
    border-bottom: none;
    margin: 0 auto;
    padding-left: 5px;
  }
  .homepage .panel-column .feature-link {
    justify-content: flex-end;
  }
  .homepage .panel-column:last-of-type {
    border-right: none;
  }
  .homepage h2.homepage-panel-header {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .homepage .panel-column-body p {
    margin: 0;
  }
  .homepage .homepage-panel p.panel-column-header {
    margin: 0;
  }
  .homepage .stat-col-panel {
    padding-bottom: 30px;
  }
}

/* Testimonial Quote paragraph */

@media (max-width: 56.24em) {
  .homepage .why-va__quote {
    border-top: 1px solid black;
  }
}
@media (min-width: 56.25em) {
  .homepage .why-va__quote.quote-flip .why-va__quote--text .citation .title {
    font-weight: 300;
    font-size: 20px !important;
    display: block;
    width: 25%;
  }
}
.homepage .why-va__quote .container.flex-container {
  width: 100%;
}
.homepage h2.homepage-testimonial-header {
  color: black;
  font-family: "Playfair Display";
  font-size: 32px;
  margin-bottom: 55px;
}
.homepage .why-va__quote--image {
  display: none;
}
.homepage .why-va__quote--text p, .homepage .why-va__quote--text p.quote {
  display: inherit;
}
.homepage .quote-box {
  margin-left: 25px;
  margin-top: 125px;
}
.homepage .quote-box div {
  position: relative;
}
.homepage .quote-box p {
  color: #003865;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 100;
  margin: 20px 0;
  line-height: 1.5;
}
.homepage section.why-va__quote.quote-flip {
  margin-bottom: 0;
}
.homepage.ver_landing .verfeatured .verfeatured__right {
  padding-top: 50px;
}
.homepage .quote-flip .quote-box span {
  color: #1f2525;
  font-family: Roboto,sans-serif;
  line-height: 1.25;
}
.homepage .why-va__quote--text .quote-box p.quote::before {
  left: -25px;
  background: url(/themes/custom/vedp/assets/icons/quote-open-blue.svg) top left no-repeat;
  background-size: contain;
  transform: none;
}
.homepage .quote-box .quote-bar {
  height: 5px;
  width: 40px;
  background-color: #6FBDE3;
}
.homepage .quote-box .citation {
  display: block;
  margin-top: 0;
  margin-bottom: 25px;
}
.homepage .why-va__quote--text .quote-box .citation .name, .homepage .why-va__quote--text .quote-box .citation .title {
  font-size: 20px;
  font-weight: 100;
}
.homepage .quote-box .citation span.name {
  font-weight: 700 !important;
}
.homepage .quote-box img.logo {
  display: block;
  margin-bottom: 50px;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.homepage .why-va__quote .certified-site__video.has-video {
  margin-bottom: 50px;
  position: relative;
  left: 0px;
  top: 0;
  text-indent: 0;
  background-image: url(/themes/custom/vedp/assets/icons/play-button-light.png) !important;
  /* background-position: 15px; */
}
.homepage .homepage-play-button {
  cursor: pointer;
  display: flex;
}
.homepage .homepage-play-button p {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-left: 75px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
}

/* case study bar  */
.homepage .testimonial-case-slider {
  padding-top: 50px;
  border-top: 5px solid #007DBA;
  width: 100%;
}
.homepage .case-study-bar-header h2 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #1f2525;
}
.homepage .case-study-bar-logos {
  display: block;
  column-count: 2;
}
.homepage .case-study-bar img {
  height: auto;
  width: 75%;
  margin: 15px;
}
.homepage .case-study-bar-link {
  margin-bottom: 75px;
}
.homepage .case-study-bar-link p.feature-link a {
  font-size: 20px !important;
  line-height: 25px;
}

@media (min-width: 56.25em) {
  .homepage .why-va__quote.container {
    padding-top: 65px;
  }
  .homepage .why-va__quote .container.flex-container {
    border-top: none;
  }
  .homepage.homepage-modules > div > div:nth-child(3) {
    background-image: url(/themes/custom/vedp/assets/images/home-v-background.svg) !important;
    background-repeat: no-repeat;
    background-position: 600px;
  }
  .homepage .quote-box p, .homepage .why-va__quote--text .citation span {
    color: #ffffff;
  }
  .homepage .quote-box img.logo {
    -webkit-filter: none;
    filter: none;
  }
  .homepage .case-study-bar-logos {
    display: flex;
    justify-content: space-around;
  }
  .homepage .case-study-bar img {
    height: 37px;
    width: auto;
    margin: 15px;
    -webkit-transition: .5s ease;
    transition: transform .5s ease;
    object-position: center;
  }
  .homepage .case-study-bar img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .homepage .why-va__quote--text {
    width: 100%;
  }
  .homepage .quote-box {
    background-color: #003865;
    margin-top: 60px;
    margin-left: 0;
    padding-left: 100px;
    padding-top: 40px;
    padding-bottom: 1px;
  }
  .homepage .why-va__quote--text .quote-box p.quote::before {
    left: -47px;
    top: -32px;
    z-index: 1;
    opacity: .5;
    height: 50px;
  }
  .homepage .why-va__quote--text {
    padding-bottom: 0px;
  }
  .homepage .why-va__quote .certified-site__video.has-video {
    top: -140px;
    height: 50px;
    left: 285px;
    margin-bottom: 0px;
    position: relative;
    text-indent: 0;
  }
  .homepage .homepage-play-button p {
    align-items: center;
    margin-top: 0px;
    margin-left: 90px;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    font-family: Roboto,sans-serif;
  }
}

@media (min-width: 64.0625em) {
  .homepage .why-va__quote.container {
    width: 90%;
  }
  .homepage .quote-box {
    margin-top: 0px;
    width: 85%;
  }
  .homepage .quote-box p {
    width: 65%;
  }
  .homepage .why-va__quote--text {
    display: block;
    width: 95%;
  }
  .homepage .why-va__quote--image {
    display: flex;
    position: absolute;
    width: 100%;
    right: -525px;
    z-index: 15;
  }
  .homepage .why-va__quote--image img {
    height: 644px;
  }
  .homepage .why-va__quote--image img {
    -webkit-transition: .5s ease;
    transition: transform .5s ease;
    object-position: center;
  }
  .homepage .why-va__quote--image:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .homepage .why-va__quote--image .certified-site__video {
    display: none;
  }
  .homepage .why-va__quote .certified-site__video.has-video {
    left: 185px;
  }
  .homepage .testimonial-case-slider {
    border-top: none;
    padding-top: 0;
  }
}
@media (min-width: 75em) {
  /* .homepage .why-va__quote {
    background-position-x: 300px;
    background-size: 105%;
  } */
  .homepage .quote-box {
    width: 85%;
  }
  .homepage .quote-box p {
    width: 70%;
  }
  .homepage .why-va__quote--text {
    padding-bottom: 1rem;
  }
  .homepage .why-va__quote--image img {
    height: 667px;
  }
  .homepage .why-va__quote--image {
    right: -630px;
  }
  .homepage .case-study-bar img {
    height: 50px;
    margin: 25px;
  }
  .homepage .why-va__quote .certified-site__video.has-video {
    left: 245px;
  }
}

/* slideover block  */
.home-slideover img.mobile {
  display: visible;
}
.home-slideover img.desktop {
  display: none;
}
.home-centered {
  /* display: flex;
  flex-direction: column; */
  position: relative;
}
.home-centered img.mobile {
  width: 100%;
}

.home-slideover a.feature-link::before {
  content: "";
  background-image: url(/themes/custom/vedp/assets/icons/white.svg);
  left: -35px;
  position: absolute;
  margin-left: 0;
}
.home-slideover {
  background-color: #007cba;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-slideover a.feature-link {
  color: white !important;
  font-family: Roboto,sans-serif;
  position: relative;
  display: inline;
  line-height: 25px;
}
@media (max-width: 56.24em) {
  .home-centered p {
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
  }
}
@media (min-width: 56.25em) {
  .home-slideover img.mobile {
    display: none;
  }
  .home-slideover img.desktop {
    display: block;
  }
  .home-centered p {
    position: absolute;
    bottom: 125px;
    right: 150px;
  }
  .home-slideover.slider-1 {
    z-index: 1;
  }
  .home-slideover.slider-2 {
    z-index: 2;
  }
  .home-slideover.slider-3 {
    z-index: 3;
  }
  .home-slideover a {
    float: right;
  }
}

/* news block  */

.homepage-news .container.verfeatured {
  width: 100%;
}
.homepage.ver_landing .banner.verhero .container {
  width: 100%;
}
.homepage.ver_landing .banner.verhero {
  margin-top: 15px;
}
.homepage.ver_landing .banner.verhero h1, .homepage.ver_landing .banner.verhero p {
  color: #000;
}
.homepage.ver_landing .banner.verhero p {
  font-size: 20px;
  font-weight: 300;
  font-family: Roboto, sans-serif;
}
.homepage.ver_landing .container {
  margin-top: 35px;
}
.home-news-header h2 {
  font-size: 32px !important;
  color: #000000 !important;
}
.homepage .home-featured p {
  font-size: 32px;
  color: #000000;
  font-family: "Playfair Display";
  margin: 0;
}
.home-press-releases a {
  font-size: 20px;
  color: black;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
.homepage .home-featured {
  padding-bottom: 35px;
}
.home-news-links {
  padding-bottom: 45px;
  display: flex;
  justify-content: space-between;
}
.homepage .verfeatured__left {
  border-bottom: 1px solid black;
}
.homepage-news .verfeatured__left img {
  width: 100%;
}
.homepage-news .verfeatured__right p.field-content {
  padding-top: 20px;
}
.homepage-news .verfeatured__right img {
  width: 100%;
  height: auto;
}
.homepage .ver_landing .panel-column-header {
  margin-top: 0;
}
.homepage .ver_landing .views-row .panel-column-header {
  margin-top: 1.75em;
}
.homepage-news .story-title p.field-content {
  font-weight: 700;
  font-size: 23px !important;
  line-height: 1.2;
  color: #004b6c;
  font-family: verlag,sans-serif;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 0;
}
.homepage-news .story-subtitle {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}
.homepage-news .banner.verhero.noimage .hero-text {
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 56.25em) {
  .homepage.ver_landing .container {
    max-width: 1200px;
  }
  .homepage.ver_landing .verfeatured.container {
    margin-top: 115px;
  }
  .homepage-news .verfeatured__left {
    width: 100% !important;
    border-right: 1px solid #707372;
    border-bottom: none;
    padding-right: 35px;
  }
  .home-news-links {
    display: block;
    float: right;
    width: 25%;
    margin-top: 15px;
  }
  .home-news-links .feature-link {
    display: block;
    margin-bottom: 15px;
  }
  .homepage .home-featured {
    width: 70%;
    float: left;
  }
  .homepage-news .verfeatured__left img {
    display: block;
    -webkit-transition: .5s ease;
    transition: transform .5s ease;
    object-position: center;
  }
  .homepage-news .verfeatured__right img {
    width: 100%;
    height: 130px;
    -webkit-transition: .5s ease;
    transition: transform .5s ease;
    object-position: center;
  }
  .homepage-news .verfeatured__right .zoom, .homepage-news .verfeatured__left .zoom {
    overflow: hidden;
  }
  .homepage-news .verfeatured__left img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }  .homepage-news .verfeatured__right img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .homepage.ver_landing .banner.verhero p {
    line-height: 25px;
  }
  .homepage.ver_landing .banner.verhero .container {
    width: 66%;
    float: left;
    margin-top: 1px;
  }
}
.homepage-news .verfeatured {
  padding-bottom: 45px;
  border-bottom: 1px solid #707372;
}
.homepage-news .verfeatured__right .zoom .color0 div, .homepage-news .verfeatured__right .zoom .color1 div {
  bottom: -2.2rem;
}
.homepage.homepage-news .verfeatured__right .views-element-container div.views-row:last-child {
  border-bottom: 0px solid blue;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.homepage .banner.verhero.noimage {
  margin-bottom: 30px;
}
.homepage-news .ver_landing .verfeatured .verfeatured__right {
  width: 40%;
  margin-left: 35px;
  padding-top: 0;
}


/* newsletter block  */
.homepage-newsletter h1 {
  margin-bottom: 50px;
  font-size: 32px;
}
/* .homepage-newsletter input {
  width: 100%;
  font-size: 20px;
  font-weight: 100;
  height: 50px;
  padding: 15px;
} */

.homepage-newsletter p {
  width: 100%;
  margin-bottom: 100px;
}
#block-homepagecontactblock p.feature-link a {
  font-size: 20px !important;
  font-weight: 700;
}

@media (min-width: 56.25em) {
  #block-homepagecontactblock {
    padding-top: 50px;
  }
}

/* breaking news */

/* breaking news overlay */

.homepage.breaking_news .overlay {
  background-color: #007DBA;
}
.breaking_news .overlay.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage.breaking_news p {
  text-align: center;
}

.homepage.breaking_news a.feature-link::before {
  content: "";
  background-image: url(/themes/custom/vedp/assets/icons/white.svg);
  left: -20px;
  top: 5px;
  position: relative;
  margin-left: 0;
}
.homepage.breaking_news a.feature-link {
  color: white !important;
  font-family: Roboto,sans-serif;
  position: relative;
  margin-right: 25px;
  display: inline;
  margin-left: 35px;
  margin-bottom: 35px;
  text-align: center;
}

.homepage.homepage-modules {
  position: relative;
}
.homepage.breaking_news .breaking-news-box {
  height: 450px;
  width: 450px;
  position: fixed;
  background-color: transparent;
  bottom: -55px;
  z-index: 49;
  right: -60px;
}
.homepage.breaking_news .breaking-news-box p.killbutton {
  cursor: pointer;
  color: white;
  margin: 0px;
}
.homepage .overlay.container {
  background: radial-gradient(
    ellipse at center,
    rgba(0, 125, 186, 1) 0%,
    rgba(0, 125, 186, 1) 70%,
    rgba(0, 125, 186, 0) 70.3%
  );
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
}
.homepage.breaking_news .text-box {
  width: 75%;
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-right: 55px;
}
.homepage .overlay.container p, .homepage .overlay.container a {
  text-align: end;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.homepage.breaking_news p strong {
  font-size: 30px;
  font-weight: 700;
  font-family: "Playfair Display";
  color: white !important;
}

/* breaking news block */

.homepage.breaking_news .block .desktop {
  display: none;
}
.homepage.breaking_news {
  position: relative;
}
.homepage.breaking_news .breaking_news-block img {
  outline: 2px solid white;
  outline-offset: -15px;
  width: 100%;
  opacity: 0.4;
  vertical-align: top;
}
.homepage.breaking_news .block {
  outline: 2px solid white;
  outline-offset: -15px;
}
.homepage.breaking_news .breaking_news-block {
  background-color: #2E5B80;
}
.homepage.breaking_news .block p {
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 0 20px;
}
.homepage.breaking_news a.feature-link {
  margin-bottom: 10px;
}
.homepage.breaking_news .block p strong {
  font-size: 30px;
  text-transform: uppercase;
}
.homepage.breaking_news .block .text-box {
  position: absolute;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  margin-top: 0px;
}

.homepage.breaking_news a.continue-site {
  color: white;
  font-size: 16px;
  bottom: 50px;
  position: absolute;
  margin-top: 0px;
}

.homepage.breaking_news a.continue-site::after {
  content: "";
  height: 50px;
  width: 50px;
  background: url(/themes/custom/vedp/assets/icons/arrow-down-white.png) no-repeat;
  background-size: 40px 30px;
  top: 20px;
  right: 25px;
  position: absolute;
}
.homepage.breaking_news .block .text-box::before {
  content: "BREAKING NEWS";
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  top: 35px;
  position: absolute;
  margin-top: 0px;
}


@media (min-width: 56.25em) {
  .homepage.breaking_news .block .mobile {
    display: none;
  }
  .homepage.breaking_news .block .desktop {
    display: block;
  }
  .homepage.breaking_news .block p strong {
    font-size: 40px;
  }
  .homepage.breaking_news .block .text-box {
    padding: 0 75px;
    height: 100%;
    top: 0;
  }
  .homepage.breaking_news .block .text-box a.feature-link {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .homepage.breaking_news .block .text-box::before {
    top: 35px;
    position: absolute;
    margin-top: 0px;
  }

}

@media (min-width: 64.0625em) {
  .homepage.breaking_news .block p strong {
    font-size: 50px;
  }
}
@media (min-width: 75em) {
  .homepage.breaking_news .block p strong {
    font-size: 65px;
  }
}

.homepage .hide-on-homepage {
  display: none;
}

/* additional ver styles  */

@media (min-width: 56.25em) {
  .ver_landing .verlistings {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
  }
  .homepage .banner.verhero.noimage .container {
    min-height: 0;
  }
}
@media (min-width: 64.0625em) {
  .homepage.ver_landing .verfeatured {
    display: flex;
    /* display: -webkit-box; */
    display: -ms-flexbox;
  }
  .homepage.ver_landing .verfeatured .verfeatured__right {
    width: 36%;
    margin: 0 3.5%;
    padding-top: 0;
  }
}
.homepage.ver_landing .verfeatured .verfeatured__left .views-row {
  position: relative;
}
.homepage.ver_landing .verfeatured .verfeatured__right .views-row {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #707372;
}
.homepage.ver_landing .verlistings {
  margin-bottom: 30px;
}
.homepage .banner.verhero .hero-text div {
  margin: 0;
}
.homepage .banner.verhero .hero-text > * {
  width: auto;
}
.homepage .banner.verhero.noimage .hero-text {
  margin-bottom: 0;
}
.homepage .banner.verhero.noimage .hero-desc p {
  margin: 15px 0;
}

.homepage .panel-column p a::before {
  left: auto;
}

/* quiz block */
.homepage.quiz-block {
  position: relative;
}
.homepage.quiz-block .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.homepage.quiz-block .overlay h1 {
  color: white;
  margin-bottom: 30px;
  font-size: 41px;
  text-align: center;
  line-height: 1;
}
.homepage.quiz-block .overlay .feature-link a {
  color: white;
  text-align: center;
}
.homepage.quiz-block .overlay .feature-link a::before {
  background-image: url(/themes/custom/vedp/assets/icons/white.svg);
  left: auto;
}
.quiz-block .desktop {
  display: none;
  width: 100%;
}
.quiz-block .mobile {
  width: 100%;
}
@media (min-width: 64.0625em) {
  .quiz-block .mobile {
    display: none;
  }
  .quiz-block .desktop {
    display: block;
  }
  .homepage.quiz-block .overlay {
    width: auto;
  }
  .homepage.quiz-block .overlay h1 {
    font-size: 61px;
  }
}


/* header  */

.site-header-front {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 50;
  padding-bottom: 77px;
}


/* homepage menu fixes */

@media (min-width: 64.0625em) {
  .site-header nav#block-mainnavigation > ul > li > ul, .site-header nav#block-mainnavigation > ul > li .mega-menu {
    display: none;
  }
}
@media (min-width: 64.0625em) {
  .site-header nav#block-mainnavigation > ul > li:hover > ul, .site-header nav#block-mainnavigation > ul > li:hover .mega-menu {
    display: block;
  }
}
@media (max-width: 64.0624em) {
  .site-header__navigation.open {
    position: fixed;
  }
}

@media (min-width: 56.25em) {
  .homepage.quiz-block a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* homepage testimonial tweaks */

@media (min-width: 56.25em) {
  .homepage .why-va__quote--text img {
    max-width: 200px;
  }
  .homepage .why-va__quote--text .citation .name {
    margin-bottom: 1rem;
  }
}

/* resources tweak */

.resource-wrapper .resource-content > div {
  font-size: 1.05rem;
  margin: 1.75em 0;
  font-weight: 400;
  line-height: 1.5;
}

/* resources page accordion  */

@media (min-width: 56.25em) {
  .accordion-content.open {
    padding: 50px 100px;
  }
  .industry__accordion-module .accordion-tab h3.accordion-item::after {
    bottom: 0px;
    right: 0;
  }
  .industry__accordion-module .accordion-tab .accordion-content {
    padding: 0 20px;
  }
  .industry__accordion-module .accordion-tab-content {
    padding: 20px;
  }
}
.industry__accordion-module {
  margin-top: 50px;
}
.industry__accordion-module h2 {
  font-size: 28px;
  color: #003865;
  line-height: 1;
}
.open .accordion-content {
  max-height: 9000px;
  padding: 10px 30px;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease;
  -webkit-transition: padding .1s ease;
  transition: padding .1s ease;
  line-height: 1.25;
  font-family: Roboto,sans-serif;
  font-size: .9rem;
  width: 100%;
}
.industry__accordion-module .accordion-tab .accordion-content p {
  font-size: 20px !important;
  line-height: 34px !important;
}
.industry__accordion-module .accordion-tab h3.accordion-item::after {
  background-image: url(/themes/custom/vedp/assets/icons/chevron.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 17px;
  right: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.industry__accordion-module .accordion-tab h3.accordion-item {
  font-weight: 300;
  font-size: 20px;
  color: #1f2525;
  font-family: Roboto,sans-serif;
  margin: 0;
}
.accordion-tab-content {
  background-color: #fff;
}

.industry__accordion-module .accordion-tab .accordion-content {
  padding: 0 20px 0 0;
  border: none;
  margin-bottom: 0;
}
.industry__accordion-module .industry__accordion-tab:last-of-type {
  border-bottom: 1px solid #cacaca !important;
}
.industry__accordion-module .industry__accordion-tab {
  border-top: 1px solid #cacaca;
}
.industry__accordion-module .accordion-tab-content {
  background-color: transparent;
  padding: 20px 20px 20px 0;
}
.industry__accordion-module .accordion-tab.open h3.accordion-item::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.industry__accordion-module.has-open h3.accordion-item {
  opacity: 0.5;
}
.industry__accordion-module.has-open .open h3.accordion-item {
  opacity: 1;
}

/* linked in field tweaks */

.linkedin {
  display: block;
  padding-top: 5px;
}
.linkedin p {
  color: grey;
  font-family: Roboto,sans-serif;
  font-size: 14.4px;
  font-weight: 400;
}

/* modified form for trainings page */

#edit-tdate-wrapper legend {
  display: none;
}
fieldset#edit-tdate-wrapper {
  border: none;
  padding: 0;
}
input#edit-tdate-value {
  display: none;
}

/* change twitter logo to x */

.site-footer nav .footer-social.twitter::before {
  content: "\e61a";
}
