/* needs to go in global */
.color-pink {
  color: #FADDDD;
}
div.bg-dark {
    background-color: #112432;
}
div.bg-teal {
    background-color: var(--Teal-2021, #74DACE);
}
.color-dark {
    color: #112432;
}
.color-dark p {
    color: #112432;
}
.color-light-peach {
    color: #FADDDD;
}
.hover-color-peach:active,
.hover-color-peach:focus,
.hover-color-peach:hover {
    color: #E55555;
}

.fill-peach path {
  fill: #E55555;
}
.fill-yellow path {
  fill: #F4CE62;
}
.fill-aqua path {
  fill: #025054;
}
.fill-blue path {
  fill: #80D5CB;
}


.g_popup .gform_legacy_markup_wrapper .gform_footer input.button, .g_popup .gform_legacy_markup_wrapper .gform_footer input[type=submit],
.peach_bttn {
  display: inline-block;
  font-family: 'Avenir Next W01';
  font-style: normal;
  font-weight: 600;
  font-size: calc(calc(16vw / 14.4));
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0.95em 1.9em 0.85em;
  color: #FFFEFB;
  background-color: #E55555;
  border: 1px solid #E55555;
  text-transform: uppercase;
}
.g_popup .gform_legacy_markup_wrapper .gform_footer input.button:hover, .g_popup .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover,
.peach_bttn:hover {
  color: #E55555;
  background-color: #FFFEFB;
  border: 1px solid #E55555;
}

.g_popup-wrap {
    /*display: none;*/
    overflow: auto;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    display: none;
}
.g_popup-wrap.tap-active {
  display: block;
}
.g_popup {
    /*display: none;*/
    overflow: auto;
    z-index: 1001;
    position: fixed;
    top: 0;
    left: auto;
    right: -100%;
    bottom: 0;
    background-color: transparent;
    background-color: #FFFEFB;
    width: 796px;
    padding-left: 116px;
    padding-right: 116px;
    padding-top: 110px;
    padding-bottom: 80px;
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.25);
    transition: .3s;
    opacity: 0;
}
.g_popup.tap-active {
    right: 0;
    opacity: 1;
}
.g_popup .head h4 {
  margin-bottom: 1.4em;
}
.g_popup .exit {
  width: 34px;
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 46px;
  cursor: pointer;
}
.g_popup.popup-join .exit path {
    stroke: white;
}
.g_popup .content_field * {
  color: #112432;
}
.g_popup .gform_wrapper .gform_body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.g_popup .gform_wrapper.gform_legacy_markup_wrapper .top_label input.medium,
.g_popup .gform_wrapper.gform_legacy_markup_wrapper .top_label select.medium {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #112432;
  border-radius: 0;
  color: #112432;
  margin-bottom: 1.2em;
}
.g_popup .gform_wrapper.gform_legacy_markup_wrapper .top_label textarea:focus,
.g_popup .gform_wrapper.gform_legacy_markup_wrapper .top_label input.medium:focus {
  outline: none;
}
.g_popup .gform_legacy_markup_wrapper .gform_body textarea.small {
  border: 0;
  border-bottom: 2px solid #112432;
  border-radius: 0;
  color: #112432;
  height: 8em;
  margin-bottom: 1.2em !important;
}
.g_popup .gform_legacy_markup_wrapper .top_label input.medium::placeholder,
.g_popup .gform_legacy_markup_wrapper .top_label select.medium::placeholder,
.g_popup .gform_legacy_markup_wrapper textarea.small::placeholder {
  color: #112432;
}
.g_popup .gform_legacy_markup_wrapper .gform_footer input.button,
.g_popup .gform_legacy_markup_wrapper .gform_footer input[type=submit],
.g_popup .gform_legacy_markup_wrapper .gform_page_footer input.button,
.g_popup .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: calc(calc(16vw / 14.4));
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0.95em 1.9em 0.85em;
  color: #FFFEFB;
  background-color: #E55555;
  border: 1px solid #E55555;
  text-transform: uppercase;
}
.g_popup .gform_legacy_markup_wrapper .gform_footer input.button:hover,
.g_popup .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover,
.g_popup .gform_legacy_markup_wrapper .gform_page_footer input.button:hover,
.g_popup .gform_legacy_markup_wrapper .gform_page_footer input[type=submit]:hover {
  color: #E55555;
  background-color: #FFFEFB;
  border: 1px solid #E55555;
}
.g_popup .gform_validation_errors > h2 {
  background-color: transparent;
  outline: 0;
  border: 0;
  color: #E55555;
  font-family: 'Adelle';
  font-style: normal;
  font-weight: 400;
  font-size: calc(20vw / 14.2);
  line-height: 1.6em;
  letter-spacing: 0.01em;
  font-style: italic;
}
.g_popup .gform_legacy_markup_wrapper .validation_message,
.g_popup .gform_legacy_markup_wrapper li.gfield.gfield_error,
.g_popup .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  outline: 0;
  border: 0;
  color: #E55555;
  font-family: 'Adelle';
  font-style: normal;
  font-weight: 400;
  font-size: calc(20vw / 14.2);
  line-height: 1.6em;
  letter-spacing: 0.01em;
  font-style: italic;
  top: -1em;
  position: relative;
}
.g_popup .gform_validation_errors > h2:before {
  display: none;
}
.g_popup .gform_legacy_markup_wrapper div.validation_error {
  border-color: #E55555;
}
.g_popup .gform_confirmation_wrapper h6 {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 700;
  font-size: calc(36vw / 14.2);
  line-height: 1.2em;
  letter-spacing: -0.02em;
}
.g_popup .gform_confirmation_wrapper p {
  font-family: 'Adelle';
  font-style: normal;
  font-weight: 400;
  font-size: calc(20vw / 14.2);
  line-height: 1.6em;
  letter-spacing: 0.01em;
}
.g_popup .gform_confirmation_wrapper a {
  font-family: 'Adelle';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
.g_popup .gform_confirmation_wrapper br {
  display: none;
}


.popup-join .bar {
    width: 100%;
    max-width: 277px;
    height: 4px;
}




.map_wrap {
/*    display: flex;
    flex-direction: row;*/
    --col-width: 50%;
    position: relative;
}


.people_wrap {
    background: var(--Affari-Teal-2021, #025054);
    box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.25);
    width: var(--col-width);
    min-width: var(--col-width);
    max-width: var(--col-width);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.people_wrap_2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
/*
.people_wrap .slide {
    transition: .4s all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 0;
    padding-top: 91px;
    padding-bottom: 91px;
}
.people_wrap .slide.tallest {
    position: relative;
}
.people_wrap .slide.tap-active {
    opacity: 1;
    z-index: 1;
}
*/
.people_wrap h3 {
    color: var(--Affari-White-2021, #FFFEFB);
    font-family: "Avenir Next";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 107.143% */
    letter-spacing: -0.56px;
    margin-bottom: 27px;
}
.people_wrap h4 {
    color: var(--Affari-White-2021, #FFFEFB);

    /* Headline 6 */
    font-family: Adelle;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 106.25% */
    letter-spacing: 0.32px;
    margin-bottom: 1.4em;
}
.people_wrap ul {
    margin: 0;
    padding: 0;
}
.people_wrap li {
    color: var(--Affari-White-2021, #FFFEFB);
    font-family: Adelle;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    letter-spacing: 0.32px;
    margin-left: 42px;
}
.people_wrap li span {
    font-weight: 700;
}

/* map wrap */
.pinpoint_map_wrap {

}
#pinpoint_map {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    max-width: 1147px;
    margin-left: auto;
}
/* map image */
#pinpoint_map .map {
    width: 100%;
}
/* map pinpoints */
#pinpoint_map .pinpoint_wrap.d0 .pinpoint_dot {animation-delay: 0s; }
#pinpoint_map .pinpoint_wrap.d1 .pinpoint_dot {animation-delay: 1s; }
#pinpoint_map .pinpoint_wrap.d2 .pinpoint_dot {animation-delay: 2s; }
#pinpoint_map .pinpoint_wrap.d3 .pinpoint_dot {animation-delay: 3s; }
#pinpoint_map .pinpoint_wrap.d3 .pinpoint_dot {animation-delay: 4s; }
#pinpoint_map .pinpoint_wrap.d3 .pinpoint_dot {animation-delay: 5s; }
#pinpoint_map .pinpoint_wrap.d3 .pinpoint_dot {animation-delay: 6s; }
#pinpoint_map .pinpoint_wrap.d3 .pinpoint_dot {animation-delay: 7s; }
#pinpoint_map .pinpoint_wrap.d3 .pinpoint_dot {animation-delay: 8s; }

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 172, 193, 0.5); }
    70% { box-shadow: 0 0 0 25px rgba(0, 172, 193, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 172, 193, 0); }
}
/*#pinpoint_map .pinpoint_dot:hover {
    animation: none;
    transform:  translate(0%, 0%) scale3D(1.35, 1.35 ,1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}*/
#pinpoint_map .pinpoint_wrap {
    width: 0;
    height: 0;
    position: absolute;
    width: 1.5vw;
    height: 1.5vw;
    /*margin-top: -.5vw;
    margin-left: -.5vw;*/
    margin-top: -.75vw;
    margin-left: -.75vw;
}
#pinpoint_map .pinpoint_wrap .pinpoint_name {
    text-align: center;
    color: #000;
    /* Headline 6 */
    font-family: Adelle;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 106.25% */
    letter-spacing: 0.32px;

    left: calc(50% - 3px);
    transform: translate(-50%, 0);
    background-image: url('../img/state_label.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;

    padding: 40px 71px 52px;
    display: inline-block;
    white-space: nowrap;

    position: absolute;
    top: -107px;
    /* no idea why i need this, is the image off? */
    left: 30%;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}
/*#pinpoint_map .pinpoint_wrap.tap-active .pinpoint_name {
    opacity: 1;
}*/
#pinpoint_map .pinpoint_wrap .pinpoint_dot {
    width: 100%;
    height: 100%;
    background-color: #75DACE;
    border-radius: 50px;

    display: inline-block;

    position: absolute;
    top: 0;
    left: 0;
/*    cursor: pointer;*/

    transition: all .3s ease;
    will-change: transform, box-shadow;
/*    transform: translate(-50%, -50%);*/
    box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
    animation: pulse 3s infinite;
    animation-direction: alternate-reverse;
}




.photo_section {
    --photo-width: 238px;
    overflow: hidden;
}
.photo_section .photo_wrap {
/*    display: flex;*/
    overflow: auto;

}
.photo_section .photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: var(--photo-width);
    min-width: var(--photo-width);
    max-width: var(--photo-width);
    display: inline-block;
}
.photo_section .photo > div {
    padding-bottom: 123.1%;
}

#photo_section1 {

}
#photo_wrap1 {
    left: 0;
}

#photo_section2 {
}

.photo_section .photo_wrap {
    scroll-behavior: smooth;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    position: relative;
    transition: 3s all;
}

.photo_section2 .photo_wrap {
    scroll-behavior: smooth;
    overflow: hidden;
}


.photos_section_v2 .move_me_wrap.thumb-slider {
    --thumb-h: 293px;
    --thumb-w: 238px;
    height: var(--thumb-h);
}
.photos_section_v2 .move_me_wrap.thumb-slider .thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: var(--thumb-w);
    height: var(--thumb-h);
    background-color: transparent;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.photos_section_v2 .move_me_wrap.thumb-slider .thumb > div {
    width: var(--thumb-w);
    height: var(--thumb-h);
}
.photos_section_v2 .move_me_wrap.thumb-slider .move_me {
    height: var(--thumb-h);
    background-color: transparent;
}



.background_n_headline_hero {
  position: relative;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(766vw / 14.2);
}
.background_n_headline_hero .wrap1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.background_n_headline_hero .wrap2 {
  margin-top: auto;
  margin-bottom: auto;
}
.background_n_headline_hero h2 span {
  color: #E55555;
}








.g_subhero .col1 .inner {
/*  background: #E55555;*/
}
.g_subhero .col2 .inner {
/*  background: #112432;*/
}
.g_subhero .col1 .content_field {
  font-size: calc(32vw / 14.2);
  font-family: 'Adelle';
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.01em;
}
.g_subhero .col1 .content_field span {
  margin-top: 1.39vw;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 700;
  font-size: calc(56vw / 14.2);
  line-height: 122%;
  letter-spacing: -0.01em;
/*  color: #FFFEFB;*/
  margin-top: 0.3em;
  display: block;
}
.g_subhero .col2 h3 {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 700;
  font-size: calc(36vw / 14.2);
  line-height: 1.2em;
  letter-spacing: -0.02em;
  color: #FFFEFB;
  margin-bottom: 0.5em;
}
.g_subhero .col2 p {
  margin-top: 0;
  font-family: 'Adelle';
  font-style: normal;
  font-weight: 400;
  font-size: calc(20vw / 14.2);
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color: #FFFEFB;
}
.g_subhero .col2 p:last-of-type {
  margin-bottom: 0;
}
.g_subhero .col1 .stuff-wrap,
.g_subhero .col2 .stuff-wrap {
  height: 100%;
  display: flex;
}
.g_subhero .col1 .content_field,
.g_subhero .col2 .content_field {
  margin-top: auto;
  margin-bottom: auto;
}


.join .col2 .content_field {
}
.join .col2 .content_field .bar {
    width: 100%;
    max-width: 277px;
    height: 4px;
}
.join .col2 .content_field .name:hover {
    font-weight: 600;
    text-indent: 4px;
}
.join .col2 .content_field .name {
    color: var(--Affari-White-2021, #FFFEFB);
    /* Body */
    font-family: Adelle;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.18px;
    cursor: pointer;
    margin-bottom: 48px;
    display: inline-block;
    margin-top: 10px;
    transition: .1s all;
}
.join .col2 .content_field .name2 {
}
.join .col2 .content_field .headline {
    color: var(--Affari-White-2021, #FFFEFB);
    font-family: Adelle;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 145% */
    letter-spacing: 0.2px;
}
.join .col2 .content_field .desc {
    color: var(--Affari-White-2021, #FFFEFB);
    font-family: Adelle;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 145% */
    letter-spacing: 0.2px;
}
.join .col2 .content_field p {

}
.join .col2 h3 {
    margin-bottom: 1.3em;
    line-height: 1;
}
.join .content_field h4 {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 0;
}
.popup-join .nojob_headline {
    color: var(--Teal-2021, #74DACE);
    margin-top: 45px;
}



.g_info .wrap1 {
  height: 100%;
  position: relative;
}
.g_info .content_field {
  padding-bottom: 4vw;
}
.g_info .content_field h5 {
  margin: 0;
}
.g_info .content_field p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.g_info .content_field p em {
  font-weight: 600;
}
.g_info .content_field .bttnb {
  margin-top: 1em;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  margin-top: auto;
}
.g_info .headline_7b {
  margin-bottom: 0.2em;
}
.g_info .content_field > *:first-child {
  margin-top: 0;
}
.g_info .content_field > *:last-child {
  margin-top: 0;
}



.g_images {
  margin-bottom: calc(20vw / 14.2);
}
.g_images .row-wrap {
  flex-wrap: wrap;
}
.g_images .left-bg,
.g_images .right-bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  height: calc(624vw / 14.2);
  background-position: center;
}
.g_images .col1 {
  width: 56.9%;
}
.g_images .col2 {
  width: 43.1%;
}
.g_images .col2 div {
  margin-left: 1.2vw;
}




.g_foundation .found2,
.g_foundation .found {
  height: calc(463vw / 14.2);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.g_foundation .found {
  margin-bottom: calc(20vw / 14.2);
}
.g_foundation .row-wrap {
  flex-wrap: wrap;
}
.g_foundation .col1 {
  width: 42%;
}
.g_foundation .col2 {
  width: 58%;
  padding-top: calc(124vw / 14.2);
}



.g_info_with_images {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
}
.g_info_with_images .flex-row {
  display: flex;
  flex-direction: row;
}
.g_info_with_images .flex-row .col {
  width: 50%;
}
.g_info_with_images .row1 {
  gap: 15px;
  padding-bottom: 15px;
}
.g_info_with_images .img.img1,
.g_info_with_images .img.img2 {
  height: 36.5vw;
}
.g_info_with_images .img {
  height: 100%;
  background-position: center;
}
.g_info_with_images .row1 .col:first-child {
}
.g_info_with_images .row1 .col:last-child {
  width: 75%;
}


.g_info_with_images .row2 {
}
.g_info_with_images .row2 .col1 {
  width: 65%;
}
.g_info_with_images .row2 .col1 .text-wrap {
  padding-top: calc(100vw / 14.2);
  padding-bottom: calc(100vw / 14.2);
  padding-left: calc(186vw / 14.2);
  padding-right: calc(186vw / 14.2);
}
.g_info_with_images .row2 .col2 {
  width: 35%;
}
.g_info_with_images .img {
  height: 100%;
  width: 100%;
  background-size: cover;
}
.g_info_with_images .img3 {
  height: 50%;
  margin-bottom: 15px;
}
.g_info_with_images .img4 {
  height: 50%;
}
.g_info_with_images .row2 .col1 h3 {
  font-size: calc(48vw / 14.2);
  font-weight: 800;
}
/*body {background-color: red;}*/
