@import url('https://use.typekit.net/ldq3ney.css');
@import url('https://use.typekit.net/rpa8ack.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');
@import url(https://fonts.googleapis.com/css?family=Patrick+Hand+SC);
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
}
body .vidyard-player-container div {
    padding-bottom: 56.25%!important;
}
a {
color:#c0181b;
  text-decoration:underline;
   text-underline-offset: 2px;
  transition: color 0.2s ease;
}
a:hover {
  color: #8b0000;
 text-decoration-thickness: 2px;}

a[href]:hover {
  color: #8b0000;
   text-decoration-thickness: 2px;
}

.header-container-wrapper {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.body-container-wrapper {
  padding-top: 75px;
}
.body-container-wrapper-summit {
  padding-top: 0px;
}

.banner {
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.banner.right.reverse .span6 {
  margin-bottom: 80px;
}

.banner .img {
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.banner .img div {
  padding: 0 0 60px 60px;
  width: 50%;
}

.banner .img h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.167;
  margin: 0;
}

.banner .img p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.167px;
  line-height: 1.833;
  text-transform: uppercase;
}

.banner.left {
  border-right: 5px solid #19315a;
}

.banner.left .container {
  padding-right: 10px;
}

.banner.right {
  border-left: 5px solid #19315a;
}

.banner.right .container {
  padding-left: 10px;
}

.banner.right .img {
  left: 0;
}

.bg-dark {
  background-color: #1e3157;
}

.bg-dark .hs-button {
  border: none;
}

.bg-light {
  background-color: #fbfbfb;
}

.bg-grey {
  background-color: #DBDCD6
}

.bg-light.to-transparent {
  background-color: transparent;
  background-image: linear-gradient(#fbfbfb 10%, transparent 10%);
}

.bg-transparent.to-light {
  background-color: transparent;
  background-image: linear-gradient(transparent 90%, #fbfbfb 90%);
}

.bg-transparent.to-dark {
  background-color: transparent;
  background-image: linear-gradient(rgba(30, 49, 87, 0) 50%, #1e3157 50%);
}

.bg-white {
  background-color: #fff;
}

.summit-header {
  font-size: 48px;
  line-height: 1
  }


blockquote {
  font: 700 24px brandon-grotesque, sans-serif;
  line-height: 1.167;
  margin: 0 0 1em 60px;
  position: relative;
  text-transform: uppercase;
}

blockquote::before {
  color: #fff;
  content: "“";
  font-size: 120px;
  left: -60px;
  position: absolute;
  top: -25px;
}

button {
  cursor: pointer;
}

.button-reverse {
  display: flex !important;
  flex-direction: column;
}

.button-reverse>*:nth-of-type(3) {
  margin-top: 86px;
  order: 3;
}

cite {
  display: inline-block;
  font: 700 17px brandon-grotesque, sans-serif;
  line-height: 1.176;
  margin: 0 0 1em 60px;
}

.close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  position:absolute;
  top: 25px;
  right: 25px;
  background: #fff;
  border-radius: 35px;
  width: 35px;
  z-index: 1500;
}

.close:hover,
.close:focus {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container.mod {
  padding: 0;
}

.container .slick-list {
  left: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw !important;
}

#edit-regcode1-home, #edit-regcode3-home {
  width: 50px;
}

#edit-regcode2-home {
  width: 38px;
}

/* .flex-center .row-fluid {
  align-items: center;
  display: flex;
  justify-content: center;
} */

.form {
  /*border: 1px solid #DBDCD6;*/
    max-width: 87%;
    margin: auto !important;
    padding: 44px 30px;
}

.drag-and-drop-template form {
  border: 1px solid #DBDCD6;
    /*max-width: 87%;*/
    /*margin: auto !important;*/
    padding: 44px 20px;
}

.form textarea, .drag-and-drop-template form textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #dbdcd6;
    border-radius: 4px;
    font-family: sans-serif;
    padding: 13px;

}

.form label, .drag-and-drop-template form label{
  visibility:hidden;
  width: 100%;
    display: flex;
    justify-content: flex-end;
}

.show-form-labels form label{
  visibility:visible;
  width: 100%;
  display: block;
  font: 16px/1.5 Avenir,Nunito,sans-serif
}

.drag-and-drop-template.form-centered form {
  margin: auto;
}

.drag-and-drop-template.form-centered .form-title {
    text-align:center;
}

.form label .hs-form-required, .drag-and-drop-template form .hs-form-required{
    visibility: visible;
    color: red;
}
.form .hs-form-field, .drag-and-drop-template form .hs-form-field {
    margin-top: 10px;
}
.form input.hs-input,.drag-and-drop-template form input.hs-input {
    border: 1px solid #dbdcd6;
    border-radius: 4px;
    min-height: 28px;
    width: 100%;
    padding: 13px;
}

.drag-and-drop-template form input.hs-input[type='checkbox'] {
    border: 1px solid #dbdcd6;
    border-radius: 4px;
    min-height: auto;
    width: auto;
    padding: 13px;
}

.form .hs-button, .drag-and-drop-template form .hs-button{
    background-color: #c0181b;
    border-radius: 4px;
    border-style: none;
    color: #fff;
    font-family: brandon-grotesque,sans-serif;
    font-size: 12px;
    letter-spacing: 1.167px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 100%;
    height: 46px;
    margin: 20px 0px;
}
.form select, .drag-and-drop-template form select{
    margin: auto;
    border: 1px solid #dbdcd6;
    border-radius: 4px;
    min-height: 28px;
    width: 100%;
    padding: 13px;
    color: grey;
}

.form li, .drag-and-drop-template form li{
    list-style:none;
  }
  .form ul, .drag-and-drop-template form ul{
    padding-left:0px;
  }

h1, h2, h3, h4, h5 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-size: 36px;
  line-height: 1.278;
}

.hero-banner {
  background-color: #1e3157;
  display: flex !important;
  flex-direction: column-reverse;
  position: relative;
}

.hero-banner button {
  background-color: #c0181b;
  border-radius: 4px;
  border-style: none;
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  height: 26px;
  letter-spacing: 1.167px;
  padding: 0 20px;
  text-transform: uppercase;
}

.hero-banner h1, .hero-banner h2, .hero-banner h3, .hero-banner h4, .hero-banner h5, .hero-banner h6 {
  color: #fff;
  margin-top: 0;
}

.hero-banner a, .hero-banner ol, .hero-banner p, .hero-banner small, .hero-banner .subhead, .hero-banner ul {
  color: #fff;
}

.hero-banner h1 {
  font-size: 2.65em;
  line-height: 1.154;
}

.subpage .hero-banner h1 {
  max-width: 470px;
  margin: auto;
  font-size: 2em;
  padding: 0 20px;
}

.subpage .hero-banner h3 {
  max-width: 470px;
  margin: auto;
  padding: 0 20px;
}

.header-left-column h2{
    max-width: 400px;
  margin-bottom: 0px;
}
.subpage h2{
margin-top: 0px;
}
.subpage a{
color: #C0181B;
}
.timeline h3{
  font-size:24px;
}
.hero-banner .form {
  background-color: #fff;
  padding: 30px;
}

.hero-banner .form h2 {
  color: #000;
  font-size: 24px;
  line-height: 1.167;
  margin-bottom: .3333333em;
}

.hero-banner .form p {
  color: #333;
  margin-top: .5em;
}

.hero-banner .hs-form .form-columns-1 .hs-input {
  width: 100%;
}

.hero-banner .hs-form .hs-button {
  background-color: #c0181b;
  color: #fff;
  text-align: center;
  width: 100%;
}

.hero-banner .hs-form .hs-input {
  font: 16px Avenir, 'Nunito', sans-serif;
  margin-bottom: 20px;
  padding-left: 1em;
  text-align: left;
  width: 100%;
}
.submitted-message{
  font: 16px Avenir, 'Nunito', sans-serif;
}

.hero-banner .hs-form .hs-error-msgs {
  color: #c0181b;
  margin-top: -20px;
}

.hero-banner .hs-form label:not(.hs-error-msg) {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hero-banner .img {
  background-position: center;
  background-size: cover;
  display: block;
  height: 250px;
  left: 0;
  position: relative;
  width: 100%;
}

.hero-banner input {
  border: 1px solid #dbdcd6;
  border-radius: 4px;
  display: inline;
  height: 26px;
  margin-right: 5px;
  text-align: center;
}

.hero-banner p.strong {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: .8em;
}

.hero-banner p.strong::before {
  content: "\2192";
  margin-right: .5em;
  margin-left: 0;
}

.hero-banner small {
  display: inline-block;
  font: 14px Avenir, 'Nunito', sans-serif;
  margin: 1em 0 3em;
}

.hero-banner {
  padding-top: 50px;
}

.hero-banner small a {
  color: #fff;
  text-decoration: underline;
}

.hero-banner .subhead {
  font-family: brandon-grotesque, sans-serif;
  font-size: 26px;
  line-height: 1.3075;
  text-transform: uppercase;
}

.hero-banner.home .img {
  display: none;
}

.hs-button,.cd-aio-popup-button-wrapper a.cd-aio-popup-button {
  background-color: #fff;
  border: 2px solid #c0181b;
  border-radius: 4px;
  color: #c0181b;
  display: inline-block;
  font: 700 12px brandon-grotesque, sans-serif;
  letter-spacing: 1.167px;
  padding: 1em 4em;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.hs-button:hover, .hs-button:focus, .hs-button:focus-visible, .cd-aio-popup-button-wrapper a.cd-aio-popup-button:hover {
  background-color: #c0181b;
  color: #fff !important;
}

.hs-button.red-button{
  background-color: #c0181b;
  color: #fff;
}

.hs-button.red-button:hover{
  background-color: #c0181b;
  color: #fff;
}

.hs-button.banner-button:hover{
  background-color: #FFFF;
  color: rgba(192, 24, 27,1.0);
}
.hs-button.banner-button{
  background-color: #c0181b;
  color: #fff;
}
.reversed-button{
  background-color:#c0181b;
  color:#fff !important;
}
.reversed-button:hover{
  background-color:#fff;
  color:#c0181b !important;
}
.ico {
  position: relative;
}

.ico img {
  height: 24px;
  object-fit: contain;
  object-position: 0 50%;
  width: 24px;
}



.img-mb-30 img {
  margin-bottom: 30px;
}

.link, .title {
  font-family: brandon-grotesque, sans-serif;
}

.title.small,
.title.small h1,
.title.small h2,
.title.small h3,
.title.small h4,
.title.small h5,
.title.small h6 {
  color: #335f83;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.167px;
  line-height: 1.167;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.hs_cos_wrapper_type_text {
  font-family: Avenir, 'Nunito', sans-serif;
}

.link,
.subpage .link{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.167px;
  line-height: 1.667;
  position: relative;
  text-transform: uppercase;
      color: #000;
    text-decoration: none;
}

.link::after {
  background-color: #c0181b;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

.link, .link::after {
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.link:hover {
  color: #8b0000;
  cursor: pointer;
}

.link:hover::after {
  width: 100%;
}

.reverse {
  flex-direction: column-reverse;
}

.modal {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  margin: auto;
  padding: 20px;
  text-align: center;
  width: 80%;
  position: relative;
}

.mt-lg-200 {
  margin-top: 75px;
}

.my-4em {
  margin: 4em 0;
}

.my-50 {
  margin: 50px 0;
}
#membership-experience .num:nth-child(even) {
  padding-right: 30px;
}
.num-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.num {
  float: left;
  margin-top: 40px;
  width: 50%;
}

.num p {
  line-height: 1.375;
  margin: 0;
}

.num span {
  color: #335f83;
  font: 700 48px brandon-grotesque, sans-serif;
}

p, li {
  font: 16px/1.5 Avenir, 'Nunito', sans-serif;
}

.p-100 {
  padding: 0;
}

.p-100 h2 {
  margin: 0;
}

.parallax {
  background-attachment: fixed;
  background-image: url("https://5345251.fs1.hubspotusercontent-na1.net/hubfs/5345251/seal.png");
  background-position: right -250px center;
  background-repeat: no-repeat;
  background-size: 500px;
  /*min-height: 1000px;*/
}

.position-relative {
  position: relative;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.quote {
  background-color: #dbdcd6;
  padding: 75px 35px 70px 15px;
}

.quote p {
  color: #335f83;
  font: 500 10px brandon-grotesque, sans-serif;
  letter-spacing: 1.167px;
  margin-left: 60px;
  text-transform: uppercase;
}

.scrollmagic {
  left: 25px;
  position: absolute;
  width: 50px !important;
}

.spacer-20 {
  height: 0;
}

.spacer-100 {
  height: 0;
}

.spacer-150 {
  height: 50px;
}
.trustpilot iframe{
  height:300px !important;
}
.text-center {
  text-align: center;
}

.timeline {
  position: relative;
}

.timeline .div {
  float: right !important;
  width: 75% !important;
}

.timeline img {
  height: 180px !important;
  object-fit: cover;
  width: 100%;
}

.timeline #one img, .timeline #two img, .timeline #three img {
  opacity: 0;
  position: relative;
  transform: translate3d(-200px, 0px, 0px);
  transition: 250ms linear;
}

.timeline #one .text, .timeline #two .text, .timeline #three .text {
  opacity: 0;
  position: relative;
  transform: translate3d(200px, 0px, 0px);
  transition: 250ms linear;
}

.timeline #one.active img, .timeline #one.active .text, .timeline #two.active img, .timeline #two.active .text, .timeline #three.active img, .timeline #three.active .text {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.timeline .text {
  width: 100%;
}

.title.for {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.title.our {
  color: #335f83;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.167px;
  line-height: 1.167;
  margin-bottom: 3em;
  text-transform: uppercase;
}

.video .img {
  cursor: pointer;
  position: relative;
}

.video .img::after {
  background-image: url("https://5345251.fs1.hubspotusercontent-na1.net/hubfs/5345251/Icon-Play.svg");
  content: "";
  height: 100px;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  position: absolute;
  top: 50%;
  width: 100px;
}
.video.img {
  cursor: pointer;
  position: relative;
}

.video.img::after {
  background-image: url("https://5345251.fs1.hubspotusercontent-na1.net/hubfs/5345251/Icon-Play.svg");
  content: "";
  height: 100px;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  position: absolute;
  top: 50%;
  width: 100px;
}
.video.img.has-page::after {
  background-image: none;
  content: "";
  height: 100px;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  position: absolute;
  top: 50%;
  width: 100px;
}
.leader-portrait h2,
.leader-portrait h3,
.leader-portrait .widget-type-text,
.team-portrait h2,
.team-portrait h3,
.team-portrait .widget-type-text {
  text-align: left;
}
.team-portrait h2,
.leader-portrait h2{
  margin-top:18px;
}

.leader-portrait h3,
.team-portrait h3 {
  margin-top:0px;
  margin-bottom:5px;
  text-transform: none;
}

.team-portrait .title.small {
  margin-bottom: 0px;
}

.leader-portrait,
.team-portrait {
  margin-bottom: 30px;
}

.leader-portrait img,
.team-portrait img {
  width: 100%;
}

.leader-portrait .page-header.section-header,
.team-portrait .page-header.section-header {
  text-align: left;
}

.mobile-wrapper {
  padding: 0px 30px;
}

.square-content{
    display: flex !important;
    flex-direction: column;
    align-items: center !important;

}
.square-content-box{
-webkit-box-shadow: 0px 6px 11px -1px rgba(112,112,112,0.27);
    -moz-box-shadow: 0px 6px 11px -1px rgba(112,112,112,0.27);
    box-shadow: 0px 6px 11px -1px rgba(112,112,112,0.27);
    padding: 20px;
  max-width: 366px;
    height: 366px;
    padding: 30px;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
  margin-bottom:30px;
}
.square-content-box img{
  max-height:90px;
}
.square-content-box h1,
.square-content-box h2{
  margin-bottom:0px !important;
}
.square-content-box h3{
  margin-top: 0px;
}
.video-grid .video-descr p{
  color:#fff;
}
.event-box p{
  margin:0px;
}
.image-column{
  text-align:center;

}




.image-column img{
  padding: 0px 35px;
}
.mobile-wrapper .image-column img{
  padding:0px;
}
.mobile-left{
  text-align:left;
}
  .rollover-header h1,
  .rollover-header p{
    text-align:left;
  }
.rollover-header{
  padding:0px 30px;
}
.slider-header-button {
  text-align:left;
}


.border-left {
  border-left: 5px solid #19315A;
}
.border-left .text-left, 
.border-left button.hs-button{
  padding-left:0px;
}
  .border-left .text-left, 
  .border-left button{
    padding-left:35px;
    padding-right:35px;
  }
.border-right .text-right, 
.border-right button{
  padding-left:35px;
  padding-right:35px;
}
.border-right {
  border-right: 5px solid #19315A;
}


.no-border .border-right, 
.no-border .border-left{
  border:none !important;
}
.homepage-header-mobile-only{
  display:block !important;
}
.homepage-header-desktop-only{
  display:none !important;
}

.sub-panel {
  background: #f5f5f5;
  padding: 40px 50px 24px;
}

.sub-panel p {
  margin-top: 8px 
}   

.panelheader {
  font: 18px Avenir, 'Nunito', sans-serif;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 0; 
}

.panel-shadow {
  padding-bottom: 24px;
  box-shadow: 0px 4px 12px rgba(24, 49, 90, 0.08);
  min-height: 430px;
  margin: 0px 10px 40px;
}

.panel-shadow p {
  margin: 0px 24px;
}

.faqcol h4 {
  font: 16px Avenir, 'Nunito', sans-serif;
  margin: 0;
  text-transform: none;
  font-weight: 700;
}

.faqcol p {
  margin: 4px 0 32px;
}

@media (min-width:993px){
    .border-left {
  border-left: 10px solid #19315A;
}
    .border-right {
  border-right: 10px solid #19315A;
}
    .border-left .text-left, 
  .border-left button{
    padding-left:14% !important;
    padding-right: 14%;
    align-content: flex-end;
    justify-content: space-around;
    width: 100%;
  }
    .border-right .text-right,
  .border-right button{
    padding-right:14%!important;
    padding-left:14%;
        align-content: flex-start;
    justify-content: space-around;
    width: 100%;
  }
 .text-left .hs-button,
  .text-right .hs-button,{

  padding: 1em 4em;

  }
  .square-content-box{
-webkit-box-shadow: 0px 6px 11px -1px rgba(112,112,112,0.27);
    -moz-box-shadow: 0px 6px 11px -1px rgba(112,112,112,0.27);
    box-shadow: 0px 6px 11px -1px rgba(112,112,112,0.27);
    padding: 20px;
  max-width: 366px;
    height: 366px;
    padding: 30px;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
  margin-bottom:30px;
}
  .square-content{
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;

}


}



@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .mt-lg-200 {
    margin-top: 200px;
  }

  .team-portrait {
    padding: 0px;
    margin-bottom: 0px;
  }

  .team-portrait .page-header.section-header {
    text-align: center;
  }

  .mobile-wrapper {
    padding: 0px;
  }

  .subpage .hero-banner h1 {
    font-size: 3em;
  }
}
.team-header{
  text-align:left;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  
}

@media (max-width: 576px) {
  .hero-banner h1 {
    font-size: 2em;
  }
  .summit-header {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .rollover-header h1,
  .rollover-header p{
    text-align:center;
  }
  .rollover-header{
  margin-bottom:60px;
    padding:0px;
}
  .slider-header-button{
  text-align:center;
    margin-top:60px;
}
  .mobile-left{
  text-align:center;
}
  .form, .drag-and-drop-template form {
  max-width: 465px;
  }
  .form label.hs-error-msg,
  .form label.hs-main-font-element, .drag-and-drop-template form .hs-error-msg, .drag-and-drop-template form .hs-main-font-element{
    visibility:visible;
    /*color:red;*/
  }
  .form li, .drag-and-drop-template form li{
    list-style:none;
  }
  .form ul, .drag-and-drop-template form ul{
    padding-left:0px;
  }
  
  .image-column img{
  padding: 0px !important;
  }
  .container {
    max-width: 720px;
  }
  .banner {
    display: block !important;
    flex-direction: row;
  }
 .banner.right.reverse .span6 {
    margin-bottom: 0;
  }
.team-header{
  text-align:center;
}
  .banner .img {
    height: 100%;
  }

 

  
  .banner .img {
    position: absolute;
    width: 45%;
  }

  .banner.left {
    border-right-width: 5px solid #19315a;
  }

  .banner.left .container {
    padding-right: 5px;
  }

  .banner.right {
    border-left-width: 10px;
  }

  .banner.right .container {
    padding-left: 5px;
  }

  .banner.right .img {
    left: 55%;
  }

  blockquote {
    font-size: 32px;
    line-height: 1.3125;
  }

  .button-reverse {
    display: block !important;
  }

  .button-reverse>*:nth-of-type(2), .button-reverse>*:nth-of-type(3) {
    width: 48.618784527%;
  }

  .button-reverse>*:nth-of-type(2) {
    float: left;
  }

  .button-reverse>*:nth-of-type(3) {
    float: right;
    margin-top: 0;
    text-align: right;
  }

  .button-reverse>*:nth-of-type(4) {
    clear: both;
  }

  .center-vertically {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .container {
    max-width: 720px;
  }

  .container.mod {
    padding-right: 15px;
    padding-left: 15px;
  }

  #edit-regcode1-home, #edit-regcode3-home {
    width: 78px;
  }

  #edit-regcode2-home {
    width: 60px;
  }

  .hero-banner {
    display: block !important;
    min-height: 450px !important;
    padding-top: 0;
  }

  .hero-banner button {
    height: 46px;
    padding: 0 40px;
  }

  .hero-banner .img {
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    width: 50%;
  }

  .hero-banner input {
    height: 46px;
    margin-right: 5px;
  }

  .hero-banner p.strong::before {
    margin-left: -1.5em;
  }

  .hero-banner.home .img {
    display: block;
  }

  .mod img {
    padding: 1rem 0;
  }

  .my-50 {
    margin: 0;
  }

  .p-100 {
    padding: 100px;
  }

  .parallax {
    background-position: right -650px center;
    background-size: 1300px;
    /*min-height: 2000px;*/
  }

  .pt-42 {
    padding-top: 42px;
  }

  .quote {
    padding: 100px;
  }

  .scrollmagic {
    left: 50%;
  }
  
  .spacer-20 {
    height: 20px;
  }

  .spacer-100 {
    height: 100px;
  }

  .spacer-150 {
    height: 150px;
  }

  .timeline .div {
    display: flex;
    float: none !important;
    margin-bottom: 80px;
    justify-content: space-between;
    width: auto !important;
  }

  .timeline .div>* {
    width: 40%;
  }

  .timeline img {
    height: 380px !important;
  }

  .timeline .text {
    height: 380px;
  }
  .homepage-header-mobile-only{
    display:none !important;
  }
  .homepage-header-desktop-only{
    display:block !important;
  }
}
.schedule-modal-button{
  cursor:pointer;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media(min-width:768px) and (max-width:1139px) {
  .button-reverse>*:nth-of-type(2), .button-reverse>*:nth-of-type(3) {
    width: 48.618784527%;
  }

}
@media (min-width: 768px) and (max-width:992px){
      .image-column img{
    position: relative;
    transform: translateY(50%);
  }
}
@media (min-width: 993px) and (max-width:1200px){
        .image-column img{
    position: relative;
    transform: translateY(30%);
  }
}
@media(min-width:1280px) {
  .button-reverse>*:nth-of-type(2), .button-reverse>*:nth-of-type(3) {
    width: 48.717948718%;
  }
}
@media(min-width:1440px){
  .two-column-wrapper{
    margin:50px 0;
  }
}
.hs-embed-wrapper {
    max-width: unset !important;
    max-height: unset !important;
}

@media (min-width: 1920px) {
  .container {
    max-width: 75%;
  }
}



#hs-eu-cookie-confirmation{
display:none !important;
}



/* NEW CSS */
.team-bio.shorten {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team-bio-readmore {
    background-color: #fff;
    border: 2px solid #c0181b;
    border-radius: 4px;
    color: #c0181b;
    display: inline-block;
    font: 700 12px brandon-grotesque,sans-serif;
    letter-spacing: 1.167px;
    padding: 1em 4em;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}
.team-bio-readmore:hover{
    background-color: rgba(204, 204, 204,1.0);
    color: rgba(0, 0, 0,1.0);
}
.team-container .Grid-item-text-box > div p:first-child {
    font-size: 24px;
}
.team-container .Grid-item {
    height: 100%;
}

.team-container .team-grid .Grid-item {
    /* width: 40%; */
    max-width: none;
    display: flex;
    width: 100%;
}

.team-container h2.box-grid-header div {
    font-size: 36px !important;
    border-bottom: 8px solid rgba(192, 24, 27, 1.0);
    padding-bottom: 10px;
}

.team-container .team-grid .Grid-item-text-box p {
    font-size: 18px;
    line-height: 1.3;
}

.team-container .team-grid .Grid-item .hs_cos_wrapper_type_inline_rich_text p:first-child {
    margin-top: 0;
}

.team-container .team-grid .Grid-item .Grid-item-wrapper {
    padding-left: 30px;
}
.team-container .team-grid .Grid-item img {
    width: 300px !important;
    max-width: none;
    flex: 0 0 300px;
}


@media (max-width: 768px){
  .team-container .team-grid .Grid-item img {
    width: 100% !important;
   max-width: 320px;
    margin: auto;
    flex: 1 !important;
}
 .team-container .team-grid .Grid-item {
    flex-direction: column;
} 
  .team-container .team-grid .Grid-item .Grid-item-wrapper {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
}
  .team-container h2.box-grid-header div {
    font-size: 22px !important;
    border-width: 5px;
}
  .team-container .team-grid .Grid-item-text-box p strong {
    font-size: 22px;
}
  .team-container .team-grid .Grid-item-text-box p {
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
}
  .team-container .Grid-item-text-box>div p:first-child{
    text-align: center !important; 
  }
  .team-container .team-grid h2.box-grid-header:first-child {
    margin-top: 20px;
}
  #hero_homagepage .row-fluid .span4 {
   float: left !important; 
   width: 22%;
}
  #hero_homagepage .row-fluid .span8 {
   float: left !important; 
   width: 65.74585634900001%;
   margin-left: 5.564102564%;
}
  #hero_homagepage .row-fluid .span8 h1 {
    font-size: 38px !important;
    margin-top: 13px;
  }
}







/* NEW FOOTER UPDATE - 9/10/2023 */
.footer-columns:after {
    content: '';
    clear: both;
    display: block;
}

.footer-columns:before {
    content: '';
    clear: both;
    display: block;
}

.footer-container-wrapper.footer-nsls-wrapper {
/*     background-image: url(https://5345251.fs1.hubspotusercontent-na1.net/hubfs/5345251/Website%20Photos/Summit/2024%20Summit%20Background%20Texture_What%20Others%20are%20Saying%20-%20Desktop.svg) !important; */
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}


.summit-template-2023 #whowearediv{
  background-image: url(https://5345251.fs1.hubspotusercontent-na1.net/hubfs/5345251/Website%20Photos/Summit/2024%20Summit%20Background%20Texture_What%20Others%20are%20Saying%20-%20Desktop.svg) !important;
  background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.footer-container-wrapper.footer-nsls-wrapper * {
/*     color: #fff !important; */
}

.footer-container-wrapper.footer-nsls-wrapper .footer-address span img,
.footer-container-wrapper.footer-nsls-wrapper .footer-contact span img,
.footer-container-wrapper.footer-nsls-wrapper .footer-certifications a:last-child img{
/*     filter: invert(1); */
}


@media (max-width: 1024px){
  .span3.footer-address {
    padding-bottom: 0;
}
  
    .footer-container-wrapper.footer-nsls-wrapper  {
/*         background-image: url(https://5345251.fs1.hubspotusercontent-na1.net/hubfs/5345251/Website%20Photos/Summit/2024%20Summit%20Background%20Texture_What%20Others%20are%20Saying%20-%20Tablet.svg) !important; */
    }
  
  .summit-template-2023 #whowearediv{
    background-image: url(https://5345251.fs1.hubspotusercontent-na1.net/hubfs/5345251/Website%20Photos/Summit/2024%20Summit%20Background%20Texture_What%20Others%20are%20Saying%20-%20Tablet.svg) !important;
  }
}

@media (max-width: 767px){
    .footer-container-wrapper.footer-nsls-wrapper  {
/*         background-image: url(https://5345251.fs1.hubspotusercontent-na1.net/hubfs/5345251/Website%20Photos/Summit/2024%20Summit%20Background%20Texture_What%20Others%20are%20Saying%20-%20Mobile.svg) !important; */
    }
  
  .summit-template-2023 #whowearediv{
    background-image: url(https://5345251.fs1.hubspotusercontent-na1.net/hubfs/5345251/Website%20Photos/Summit/2024%20Summit%20Background%20Texture_What%20Others%20are%20Saying%20-%20Mobile.svg) !important;
  }
}

/**/
.homepage-slider-members-video button:focus-visible,
.homepage-slider-members-video [role="button"]:focus-visible,
.homepage-slider-members-video .carousel button:focus-visible,
.homepage-slider-members-video button[aria-label^="Previous"]:focus-visible,
.homepage-slider-members-video button[aria-label^="Next"]:focus-visible,
.homepage-slider-members-video button[aria-label*="of"]:focus-visible {
  outline: 3px solid #ffbf47 !important; 
  outline-offset: 3px !important;
  box-shadow: 0 0 0 3px #1e3157 !important;
  border-radius: 4px;
}

.slick-slide.slick-current.slick-center:focus-within .slider.img::after,
.slick-slide.slick-center:focus-within .slider.img::after {
  border-radius: 50%;
  border: 3px solid #ffbf47;
  background-position-x: center;
  background-position-y: center;
}
/**/


body a:not(.hs-button):not(.button):not(.nav-wrapper a):not(.social-icon) {
    text-decoration: underline;
    cursor: pointer;
}

body a:not(.hs-button):not(.button):not(.nav-wrapper a):not(.social-icon):hover,
body a:not(.hs-button):not(.button):not(.nav-wrapper a):not(.social-icon):focus-visible {
    text-decoration: none;
    color: #c0181b;
    cursor: pointer;
}

#desktop-nav a:hover,
#desktop-nav a:focus-visible {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.site-logo a:hover img,
.site-logo a:focus-visible img {
    outline: 3px solid #a40e10;
    outline-offset: 3px;
    border-radius: 5px;
}

.sign-in:hover,
.sign-in:focus-visible {
    text-decoration: underline;
}

.nomination-button:hover,
.nomination-button:focus-visible,
#edit-submit-home:hover, 
#edit-submit-home:focus-visible {
    background: #a40e10; !important;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  outline: 3px solid #c0181b;
  outline-offset: 3px;
  cursor: pointer;
}



.accreditation-section a:hover img,
.accreditation-section a:focus-visible img {
    outline: 3px solid #c0181b;
    outline-offset: 5px;
    border-radius: 5px;
}

.accreditation-section a:hover,
.accreditation-section a:focus,
.accreditation-section a:focus-visible {
  box-shadow: none;
}