.logo {
    height: 110px !important;
}


/* top-left social icons  */
.top-social-icons+#view-header #alert-banner {
    margin-top: 35px;
}

#view-header.with-topbar .cms-header .header-bar-wrapper.sticky {
    top: 40px;
    transition: all .1s ease-in-out;
}



#view-header.with-topbar #h2 .header-container:before {
    display: none;
}

#view-header {
    margin-top: 40px;
}

.top-social-icons {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--secondary-color);
    color: #FFF;
    height: 40px;
    font-size: 0;
    padding: 0 45px;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s ease-in-out;
}


.top-social-icons a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    text-decoration: none;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.top-social-icons .social-icons {
    display: flex;
    font-size: 0;
    min-height: 33px;
    align-items: center;
    margin-right: 40px;
}

.top-social-icons .social-icons:hover .icon {
    opacity: 0.6;
}

.top-social-icons .social-icons:hover .icon:hover {
    opacity: 1;
}


.top-social-icons .slogan {
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
    margin-left: 10px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    position: relative;
    background: #1C2A56;
    line-height: 35px;
    font-style: italic;
    transition: all .1s ease-in-out;
}

.top-social-icons .slogan span {
    display: block;
    position: absolute;
    right: 100%;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 35px 40px;
    border-color: transparent transparent #1C2A56 transparent;
}

.top-social-icons a.link:hover {
    text-decoration: underline;
}

.top-social-icons svg {
    display: block;
    height: 22px;
    width: auto;
}

@media (max-width: 600px) {
    .top-social-icons {
        text-align: center;
        justify-content: center;
    }

    .top-social-icons {
        padding-left: 4px;
        padding-right: 4px;
        height: auto;
        min-height: 40px;
    }

    .top-social-icons a {
        margin-right: 8px;
    }

}

.top-social-icons a {
    position: relative;
}

.top-social-icons a .label {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    background: #1C2A56;
    padding: 5px;
    color: #FFF;
    font-weight: 300;
    transition: .3s all ease-in-out;
}

.top-social-icons a img,
.top-social-icons a svg {
    height: 25px;
    width: auto;
    object-fit: contain;
}

.top-social-icons a.in svg {
    height: 28px;
}

.top-social-icons a.nextdoor img,
.top-social-icons a.webapps img {
    height: 30px;
}

.top-social-icons a.linkedin svg {
    height: 31px;
}

.top-social-icons.sticky a.linkedin svg {
    height: 25px;
}

.top-social-icons a.yt svg,
.top-social-icons a.peachjar img {
    height: 33px;
}

.top-social-icons a.ios svg,
.top-social-icons a.play svg {
    height: 26px;
}

.top-social-icons a.play svg {
    border-radius: 4px;
}

.top-social-icons a svg,
.top-social-icons a svg rect {
    fill: #1C2A56;
}

.top-social-icons a:hover svg,
.top-social-icons a:hover svg rect {
    fill: #000;
}

@media (max-width: 500px) {

    .top-social-icons a img,
    .top-social-icons a svg {
        height: 25px;
    }
}

/* button bar v3 custom changes */
#view-container #buttons-b3 .wrapper .button {
    min-height: 76px;
    height: auto;
    width: auto;
    flex-grow: 0;
    min-width: 160px;
    border: 0;
}

#view-container #buttons-b3 .wrapper .button .button-link {
    padding: 12px 8px 9px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#view-container #buttons-b3 .wrapper:hover .button .button-link {
    opacity: 0.55;
}

#view-container #buttons-b3 .wrapper:hover .button:hover .button-link {
    opacity: 1;
}

#view-container #buttons-b3 .wrapper .button .icon-wrapper {
    margin-bottom: 7px;
}

#view-container #buttons-b3 .wrapper {
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--button-bg-color);
}

#view-container #buttons-b3 .wrapper .button .icon-wrapper .raw-svg span,
#view-container #buttons-b3 .wrapper .button .icon-wrapper,
#view-container #buttons-b3 .wrapper .button .icon-wrapper .raw-svg svg {
    height: 35px;
}

@media only screen and (min-width: 660px) {

    #cms-gallery .image-wrapper,
    #cms-gallery .image-wrapper .img-slider,
    #cms-gallery .image-wrapper .img-slider img,
    #cms-gallery .image-wrapper .video-wrapper,
    #cms-gallery .image-wrapper .image,
    #cms-gallery .image-wrapper .video {
        height: calc(100vh - 278px);
    }

    .hasAlert+#container #cms-gallery .image-wrapper,
    .hasAlert+#container #cms-gallery .image-wrapper .img-slider,
    .hasAlert+#container #cms-gallery .image-wrapper .img-slider img,
    .hasAlert+#container #cms-gallery .image-wrapper .video-wrapper,
    .hasAlert+#container #cms-gallery .image-wrapper .image,
    .hasAlert+#container #cms-gallery .image-wrapper .video {
        height: calc(100vh - 289px);
    }

    #view-container #buttons-b3 .wrapper .button:hover {
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
        opacity: 0.9;
    }

    #view-container #buttons-b3 .wrapper {
        overflow: auto;
        flex-wrap: nowrap;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #cms-gallery .info,
    #cms-gallery .info .gradient {
        padding-bottom: 90px;
    }

    #cms-gallery .info .description {
        margin-bottom: 60px;
    }

    #cms-gallery .pause,
    #cms-gallery .play,
    #cms-gallery .pause,
    #cms-gallery .arrows {
        bottom: 65px;
        position: absolute;
        z-index: 2;
        left: 20px;
    }

    #cms-gallery .arrows {
        right: 20px;
        left: auto;
    }

    #cms-gallery .info {
        position: absolute;
        bottom: 0;
        justify-content: flex-end;
        width: 100%;
        background: transparent;
    }

    #cms-gallery .info .gradient .title,
    #cms-gallery .slide .navigation,
    #cms-gallery .info .position {
        display: flex;
    }

    #cms-gallery .image-wrapper .title-on-image {
        display: none;
    }
}

@media (max-width: 1280px) and (min-width: 660px) {
    #view-container #buttons-b3 .wrapper .button {
        min-height: 66px;
        min-width: 120px;
    }

    #cms-gallery .image-wrapper,
    #cms-gallery .image-wrapper .img-slider,
    #cms-gallery .image-wrapper .img-slider img,
    #cms-gallery .image-wrapper .video-wrapper,
    #cms-gallery .image-wrapper .image,
    #cms-gallery .image-wrapper .video {
        height: calc(100vh - 290px);
    }

    .hasAlert+#container #cms-gallery .image-wrapper,
    .hasAlert+#container #cms-gallery .image-wrapper .img-slider,
    .hasAlert+#container #cms-gallery .image-wrapper .img-slider img,
    .hasAlert+#container #cms-gallery .image-wrapper .video-wrapper,
    .hasAlert+#container #cms-gallery .image-wrapper .image,
    .hasAlert+#container #cms-gallery .image-wrapper .video {
        height: calc(100vh - 278px);
    }
}

#cms-gallery .image-wrapper .image {
    top: 0;
}

@media only screen and (max-width: 1023px) and (min-width: 660px) {
    #view-container #buttons-b3 .wrapper .button .button-link {
        font-size: 11px;
        line-height: 1.2;
    }

    #view-container #buttons-b3 .wrapper .button {
        min-width: 88px;
    }

    #cms-gallery .image-wrapper,
    #cms-gallery .image-wrapper .img-slider,
    #cms-gallery .image-wrapper .img-slider img,
    #cms-gallery .image-wrapper .video-wrapper,
    #cms-gallery .image-wrapper .image,
    #cms-gallery .image-wrapper .video {
        height: calc(100vh - 342px);
    }

    .hasAlert+#container #cms-gallery .image-wrapper,
    .hasAlert+#container #cms-gallery .image-wrapper .img-slider,
    .hasAlert+#container #cms-gallery .image-wrapper .img-slider img,
    .hasAlert+#container #cms-gallery .image-wrapper .video-wrapper,
    .hasAlert+#container #cms-gallery .image-wrapper .image,
    .hasAlert+#container #cms-gallery .image-wrapper .video {
        height: calc(100vh - 407px);
    }
}

@media only screen and (max-width: 660px) {
    #view-container #buttons-b3 .wrapper {
        padding: 20px 0;
    }

    #view-container #buttons-b3 .wrapper .button {
        margin: 5px 10px;
    }

}

@media only screen and (max-width: 500px) {
    #view-container #buttons-b3 .wrapper {
        flex-direction: column;
        align-items: center;
    }

    #g2 .slide {
        --image-height: 370px;
    }
}

.top-social-icons {
    --social-icon-color: var(--primary-color);
    --social-icon-color-hover: var(--primary-color);
    --social-icon-size: 28px;
}

.top-social-icons .social-icons li a img {
    display: none;
}

.top-social-icons .social-icons li a svg {
    width: var(--social-icon-size);
    height: var(--social-icon-size);
}

.top-social-icons .social-icons li a svg,
.top-social-icons .social-icons li a svg g,
.top-social-icons .social-icons li a svg path {
    fill: var(--social-icon-color);
    transition: fill .25s linear;
}

.top-social-icons .social-icons li a:hover svg,
.top-social-icons .social-icons li a:hover svg g,
.top-social-icons .social-icons li a:hover svg path {
    fill: var(--social-icon-color-hover);
}

.top-social-icons .social-icons:hover a {
    opacity: 0.6;
}

.top-social-icons .social-icons:hover a:hover {
    opacity: 1;
}

#view-header.topBarAdded .cms-header .header-bar-wrapper.sticky {
    top: 40px;
}

#view-header.topBarAdded #h2 .sloped-edge.shrink {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

/* Change footer icons */
#cms-footer {
    --social-icon-color: var(--primary-color);
    --social-icon-color-hover: #000;
    --social-icon-size: 45px;
}

#cms-footer .footer-social-links li a img {
    display: none;
}

#cms-footer .footer-social-links li a svg {
    width: var(--social-icon-size);
    height: var(--social-icon-size);
}

#cms-footer .footer-social-links li a svg,
#cms-footer .footer-social-links li a svg g,
#cms-footer .footer-social-links li a svg path {
    fill: var(--social-icon-color);
    transition: fill .25s linear;
}

#cms-footer .footer-social-links li a svg:hover,
#cms-footer .footer-social-links li a svg g:hover,
#cms-footer .footer-social-links li a svg path:hover {
    fill: var(--social-icon-color-hover);
}

/* END Change footer icons */

#cms-footer {
    border-top: 4px solid var(--primary-color);
}

#cms-footer #footer-f1 {
    padding-top: 30px;
    padding-bottom: 10px;
}

#cms-footer #footer-f1 p {
    padding-bottom: 10px;
}

#footer-f1 .row .footer-column-main {
    flex-basis: 100% !important;
    text-align: center;
}

#footer-f1 .row .footer-column-main .footer-logo {
    margin: auto;
    max-width: 100%;
}

#footer-f1 .row .footer-column-main p span:first-child {
    display: block;
}

#footer-f1 .row .footer-column-main p span {
    display: inline-block;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 600;
}

#footer-f1 .row .footer-columns {
    flex-basis: 100% !important;
    text-align: center;
}

#footer-f1 .additional-text-bottom {
    padding-top: 15px !important;
}

#cms-footer #footer-f1 p:empty {
    margin: 0;
    padding: 0;
}

#footer-f1 .row .footer-columns .normal-window {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

#footer-f1 .row .footer-columns .normal-window li {
    margin-left: 6px;
    margin-right: 6px;
}

#footer-f1 .row .footer-column-last {
    flex-basis: 100%;
    text-align: center;
}

#footer-f1 .row .footer-column-last h2,
#footer-f1 .footer-column-main h2,
.apptegy-copyright .footer-columns h2 {
    display: none;
}

#footer-f1 .row .footer-column-last a {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

#footer-f1 .row .footer-column-last a img {
    display: inline;
}

#view-footer #cms-footer #footer-f1 .footer-column-last {
    flex-basis: 100%;
    margin-top: 20px;
}

#view-footer #cms-footer #footer-f1 .footer-column-last .footer-social-links li {
    margin-left: 4px;
    margin-right: 4px;
}

#view-footer .apptegy-copyright {
    background: #ccc;
    width: 100%;
    box-sizing: border-box;
}

.apptegy-copyright .footer-columns {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.apptegy-copyright ul {
    list-style-type: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.apptegy-copyright ul li a {
    color: #000;
    font-size: 19px;
    line-height: 22px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    padding-left: 7px;
    border-left: 2px solid #333;
}

.apptegy-copyright ul li:first-child a {
    border: 0;
}

.apptegy-copyright ul li a:hover {
    text-decoration: underline;
}

.apptegy-copyright {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}