body {
  font-family: 'Museo Sans', 'Georgia', Cambria, Times New Roman, Times, serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  color: #585858;
}

p + ol,
p + h5 {
  margin-top: 1.875vw;
}

.content ul,
ol {
  padding: 0.5rem 0 0.5rem 10vw;
  -webkit-box-sizing: inherit;
}

ul li,
ol li {
  /*padding-bottom: 1rem;*/
  padding: 0.25rem 0 0.25rem 0;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

ul li.gfield {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  margin-bottom: 1.25rem;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 900;
}

h3 {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.title_wrap h3 {
  font-size: 33.7501px;
  line-height: 45px;
}

h4 {
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.15rem;
}

h5,
.module.tabbed_list .tabbed_list_content h5 {
  font-weight: 400;
  font-size: 1rem;
  margin: 1.67rem 0;
}

p,
ol,
ul {
  margin: 0;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
}

.module.tabbed_list .tabbed_list_content .content .tab > ul {
  list-style: inherit;
}

table {
  -webkit-box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.5rem;
}

th,
td {
  padding: 0.5rem;
}

td ul {
  margin: 0;
  list-style-type: disc;
  margin-left: 0px;
  padding: 1rem;
}
/* Customer Forum Styles */
.pgCustomerForum .heroContainer .title_wrap {
    display: none;
}

.pgCustomerForum .heroContainer .img_wrap {
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,.25));
}

.pgCustomerForum .advanced_feature_list .title_wrap h3 {
    text-align: left;
    width: 100%;
}

.pgCustomerForum #imageHero_10990 .img_wrap > img {
    width: 40vw;
    max-width: max-content;
    margin-block-start: 0;
}

.pgCustomerForum .heroContainer .text_wrap p {
    margin-block-start: -5vw;
    color: #fff;
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,.25));
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 1 !important;
    /* max-width: 52ch; */
    font-size: 2rem !important;
}

.pgCustomerForum .module.advanced_feature_list .component .featurelist_wrap .list_item .header_wrap {
    border-bottom: 2px solid #ef964a;
}

.cf-em-header {
    font-size: 1.8125rem;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}

h2.cf-section-title {
    font-weight: 700;
    font-size: 1.825rem;
    text-align: left;
}

.cf-em-header:after {
    content: '';
    display: block;
    height: 14px;
    line-height: 0;
    width: 70px;
    background: url(/media/1677/flag.png) no-repeat;
    margin-top: 2.5rem;
}

.cf-row {
    display: flex;
    flex-wrap: wrap;
    width: 76.5625vw;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.cf-col-3-mid {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 33%;
    padding: 0 15px;
}

    .cf-col-3-mid:last-child {
        padding-right: 0;
    }

    .cf-col-3-mid:first-child {
        padding-left: 0;
    }

.pgCustomerForum .section-galleryImages .module {
    height: max-content !important;
    min-height: 100vh;
}
.photo-gallery {
    margin-block-start: 1.5rem;
    column-count: 1;
    column-gap: .5rem;
    position: relative;
}


.gallery__photo-link{
    display:block;
    transition:scale .5s ease-in-out;

}
    .gallery__photo-link:is(:hover,:focus){
        scale:1.1;
        outline:2px solid #ef964a;
        z-index:5;
    }
.gallery__photo{
    display:block;
}
.no-bullet {
    list-style: none;
    padding-left: 0;
    text-align: left;
}
#columnSection_9699 .list_item .header_wrap h5{
margin-top:0;
}
@media only screen and (max-width: 760px) {
  .cf-row {
    display: block;
  }
}

/* Marketo Form Styles*/
.marketo-form {
    margin-block-start: 2rem;
    background-color: hsl(200deg 14.54% 55.49% / 70%);
    border-radius: .5rem;
    box-shadow: 0 15px 15px 2px rgba(0,0,0,0.45);
    padding: 3.5rem 2rem;
    display: grid;
    place-content: center stretch;
    grid-row-start: initial;
    align-self: start;
    /*margin-block-start: 1em;*/
}
    .marketo-form > form {
        width: 100% !important;
    }


    .marketo-form .mktoFormRow + .mktoFormRow {
        margin-block: 2.5rem;
    }

/*.mktoForm {
    --flow-space: 2em;
}*/


.mktoOffset, .mktoGutter {
    display: none !important;
}

.mktoFieldWrap {
    position: relative;
    float: none !important;
}

.mktoForm .mktoFormCol {
    float: none !important;
}

.mktoLabel {
    
    font-size: 15px;
    font-weight: 400 !important;
    color: #fff;
    float: none !important;
    display: flex;
    row-gap: .5em;
    position: absolute;
    top: 18px;
    left: 0;
    /*transform: translateX(-50%);*/
    transform-origin: left center;
    transition: transform 250ms ease-in-out, left 500ms ease-in;
    width: max-content !important;
    align-items: center;
    padding-top: 0 !important;
}

    .mktoLabel .mktoAsterix {
        color: indianred;
        font-weight: 600;
    }

select ~ .mktoLabel {
    top: -1.25em;
}

.mktoForm textarea[rows="2"] ~ .mktoLabel {
    top: 60%;
}

.mktoField {
    background-color: transparent;
    border-width: 0;
    border-bottom: 1px solid;
    
    font-size: 1.25rem !important;
    color: #fff;
    display: block;
    transition: background-color 500ms ease-in-out;
    width: 100% !important;
    height: 3rem;
    padding-block-start: .25em;
    box-shadow: none;
    transition: box-shadow 500ms cubic-bezier(0.75, 0.18, 0.39, 0.97);
    float: none !important;
    border-bottom-color: #fff;
}

    .mktoField:focus {
        outline: none;
        box-shadow: 0 2px 0 0 #fff;
    }

    .mktoField::placeholder {
        color: transparent;
    }

    .mktoField:focus ~ .mktoLabel,
    .mktoField:not(:placeholder-shown) ~ .mktoLabel {
        transform: translateY(-175%) scale(1);
        /*left: 0;*/
        opacity: .75;
    }

.mktoForm textarea[rows="2"]:focus ~ .mktoLabel,
.mktoForm textarea[rows="2"]:not(:placeholder-shown) ~ .mktoLabel {
    transform: translateY(-260%) scale(1);
}

.mktoForm select:focus ~ .mktoLabel,
.mktoForm select:not(:placeholder-shown) ~ .mktoLabel {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.mktoButtonRow {
    margin-block-start: 1.5rem;
    display: block !important;
}

.mktoButtonWrap {
    margin: 0 !important;
}

.marketo-form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-color: transparent;
    background-image: none;
    border-radius: 5px;
    font-family: var(--body-font);
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    transition: opacity 250ms ease-in;
    border-color: #fff !important;
}

    .marketo-form .mktoForm .mktoButtonWrap.mktoRound .mktoButton:focus, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus
    .marketo-form .mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
        opacity: 0.75;
        border-color: inherit !important;
    }

.marketo-form .mktoForm .mktoButtonWrap.mktoRound .mktoButton:active, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
    opacity: 1;
    background: none !important;
    background-color: rgb(255 255 255 / 16%) !important;
    border-color:inherit !important;
}
.marketo-form .msg-container{
    color:#fff;
}
.msg-container > .lead {
    display: grid;
    justify-content: space-around;
    align-items: center;
    gap: 1.5rem;
}
.msg-container p {
    font-size:1.125rem;
}
.marketo-form .msg-container h2 {
    font-size: 1.5rem;
    line-height: 1.3;
}

.msg-container .button--cta {
    text-align:center;
    border-radius: 2px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #d99f6d;
    border: none !important;
    font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.17188vw;
    line-height: 1.5625vw;
    padding: 0.78125vw 1.5625vw;
    white-space: nowrap;
}
    .msg-container .button--cta:is(:hover,:focus) {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        background-color: #37474F;
        box-shadow: 0 2px 10px -2px #666;
    }

    .hide {
        display: none;
    }
/*@media only screen and (min-width: 426px) and (max-width: 600px) {
  ul,
  ol {
    padding: 0.5rem 0 0.5rem 8vw;
    -webkit-box-sizing: inherit;
  }
}*/
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .content ul,
  ol {
    padding: 0.5rem 0 0.5rem 6vw;
    -webkit-box-sizing: inherit;
  }
  table {
    font-size: 0.7rem;
  }

    .photo-gallery{
        column-count:2;
    }
}
@media only screen and (min-width: 901px) and (max-width: 1023px) {
  .content ul,
  ol {
    padding: 0.5rem 0 0.5rem 4vw;
    -webkit-box-sizing: inherit;
  }
  table {
    font-size: 1rem;
  }

    .photo-gallery{
        column-count:3;
    }
}
@media only screen and (min-width: 1024px) {
  .content ul,
  ol {
    padding: 0.5rem 0 0.5rem 3vw;
    -webkit-box-sizing: inherit;
  }
  table {
    font-size: 1rem;
  }
  p,
  ol,
  ul {
    margin: 0;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.9rem;
  }
  h3 {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .title_wrap h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  h4 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h5,
  .module.tabbed_list .tabbed_list_content h5 {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 1.67rem 0;
  }

  .cf-em-header {
    font-size: 2.8125rem;
  }

    .photo-gallery{
        column-count:4;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 426px) {
  h1 {
    font-size: 39px;
    line-height: 45px;
  }
}
