/**
* Cobalt Theme
*/

body, html {
    line-height: 1.5rem;
}


/* Top Nav */
body:not([class*="no-header"]):not(.single-candee_location) #topmostBar {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.6) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.6) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

body:not([class*="no-header"]):not(.single-candee_location) #topmostBar * {
    color: #fff;
}

#topmostBar .widget-area > .flex-container > .flex-item {
    min-width: 33%;
    margin-top: 0;
    margin-bottom: 0;
}

#topmostBar .widget-area > .flex-container > .flex-item:first-of-type {
    margin-left: 0;
}

#topmostBar .widget-area > .flex-container > .flex-item:last-of-type {
    margin-right: 0;
}

#topmostBar a:hover {
    color: inherit;
    opacity: .8;
}

@media (max-width: 800px){
    #topmostBar .widget-area > .flex-container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #topmostBar .widget-area > .flex-container > .flex-item:nth-of-type(1) {
        text-align: left;
    }

    #topmostBar .widget-area > .flex-container > .flex-item:nth-of-type(2) {
        text-align: right;
    }

    #topmostBar .widget-area > .flex-container > .flex-item:nth-of-type(3) {
        width: 100%;
        text-align: center;
    }
}


/* Navbar */
#navbarTheme8 #specialMenu a {
    border-radius: 0 !important;
    color: #fff;
}


/* Hero */
.tsg-hero-video.heroTheme8 {
    box-shadow: none;
}

.tsg-hero-video.heroTheme8 .container .text-white {
    margin-top: 100px;
}

.home .tsg-hero-video {
    height: 75vh;
    min-height: 750px;
}

@media (max-width: 800px){
    .tsg-hero-video.heroTheme8 .hero-text, .tsg-hero-video hr {
        display: block;
    }
}


/* Home */
.home .pageContent {
    padding-top: 0;
}

.home .bodyWrapper {
    padding-bottom: 0;
}

.introtext-section {
    padding: 30px 0;
}

.introtext-class {
    padding: 20px 0;
}

.introtext-section p {
    width: 80%;
    margin: 0 auto;
}


/* Footer */
body.home footer {
    margin-top: 0;
}

.bottomFooterWrapper {
    padding: 12px 0;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

body.home .tsg-hero-video{
display:none;
}
.calloutTitle {
    text-transform: capitalize;
}
.featureBlock.flex-item{
	    min-width: 32% !important;
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
    width: 100%;
}
.lowImprint.columns.four.imprint.shortcode-copyright-bottom {
    width: 100%;
    text-align: center;
}
@media (max-width: 550px) {
.footerLogo img {
    text-align: center;
    margin: 0 auto;
}
}
@media (max-width: 480px) {
	.calloutButton {
    padding: 5px !important;
}
.calloutTitle {
    font-size: 1.3rem !important;
}
.mainMenuToggle {
    top: 0rem !important;
}
}
@media (max-width: 430px) {
.mainMenuToggle {
    top: 41px !important;
}
}
@media (max-width: 400px) {
	.calloutTitle {
    font-size: 1.1rem !important;
}
.calloutDesc {
    font-size: .8rem !important;
}
}
/* CALCULATOR */
div#calc-box {
    position: initial !important;
    bottom: 0;
    z-index: 1!important;
}

#calc-form .panel-title {
  cursor: pointer;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}

.fullTemplateCalcBox {
  position: fixed;
  top: 0px;
  background-color: #0f7245;
  right: 0px;
  left: 0px;
  z-index: 999;
  color: #fff;
  overflow: auto;
  padding: 15px 10%;
  height: 55px;
}

.calc-box-left {
  float: left;
  width: 49%;
  text-align: center;
  margin-top: -12px;
}

.calc-box-right {
  float: right;
  width: 49%;
  text-align: center;
  margin-top: -12px;
}

.panel-collapse {
  display: none;
  overflow: auto;
}

#calc-form .accordianElement {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 40px;
}

#calc-form .accordianElement .accordianInput {
  width: 45px;
  float: left;
  margin-right: 10px;
}

#calc-box {
  background-color: #0f7245;
  color: #fff;
  right: 0px;
  left: 0px;
  z-index: 999;
  color: #fff;
  overflow: auto;
  padding: 15px 10%;
}

.page-template-calculator .pageContent {
  padding-top: 125px;
}

.page-template-calculator .eight.columns, .page-template-calculator aside .four.columns {
  float: none;
  width: 100%;
}

#calc-form .accordianElement {
  line-height: normal;
}

.hero_image .container:before {
  content: "" !important;
}

.wpcf7 form {
    padding: 0px;
}

@media screen and (max-width: 400px) {
  #calc-form .accordianElement {
    width: 100%;
  }
}
/* END CALCUTOR */



/* BODY-NAV-HERO*/

body {
    font-family: "Montserrat", sans-serif;
}

body.home {
    background: #f5f5f5;
}

.hero-container-cobalt {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 20px;
    z-index: 0;
    height: 65vh;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-item-cobalt-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-item-cobalt {
    padding: 17% 0px 0px 50px;
    text-align: left;
    background: #eee;
    color: #fff;
    margin-bottom: -1px;
    clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
}

.hero-title-cobalt {
    color: #000;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3rem;
    padding-bottom: 0;
    animation: fadeInUp .9s ease-in-out;
}

.hero-subtitle-cobalt {
    color: #000;
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 600;
    animation: fadeInUp .9s ease-in-out;
}

.hero-buttons-btn {
    background: rgb(41, 122, 192);
    color: #fff;
    margin: 20px 3px;
    padding: 15px 20px;
    border: none;
    line-height: 0;
    font-size: .9rem;
    animation: fadeInUp 1s ease-in-out;
}

.hero-buttons-btn:hover {
    color: #fff;
    background: #000;
}

.hero-buttons-btn:after {
    content: "\f178";
    font-family: "fontAwesome";
    padding-left: 8px;
}

#topmostBar {
    background: #000!important;
}

.top-bar-phone {
    display: none;
}

body:not([class*="no-header"]):not(.single-candee_location) #pinnacleHeader {
    position: relative!important;
}

#pinnacleHeader .container {
    max-width: 1400px!important;
}

#navbarTheme8,
#navbarTheme8.sticky {
    background: rgba(255, 255, 255, 1)!important;
}

.mainAccountIcons.candee.mainAccountIconsHorizontal {
    display: initial;
}

.mainLogo img {
    max-width: 250px!important;
    animation: fadeIn 1s ease-in-out;
}

.hero-text {
    margin-top: 5%;
    margin-bottom: -30px;
}

body:not(.home) .tsg-hero-video.heroTheme8.height100vh {
    background-position: center;
}

.tsg-hero-video .overlay {
    background: #555!important;
}

.internal-title {
    margin-top: -50px;
    text-shadow: 1px 2px 2px #000;
}


/* END BODY-NAV-HERO*/


/* STEPS */

.steps-container-cobalt {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 0px;
    /* min-height: 50vh; */
    background: url(https://network11.us25.cdn-alpha.com/tsg-new-theme-2/wp-content/uploads/sites/45/cta_bg-2.png) #1D6EB4;
    background-size: cover;
    background-position: right;
}

.steps-text-box {
    position: relative;
    margin-top: 1.5%;
    background: #f5f5f5;
    padding: 50px 60px;
    font-size: 1.5rem;
    width: 100%;
    max-width:600px;
    left: 25px;
    box-shadow: 20px 20px 0px #1D6EB4;
}

.step-boxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 20px;
}

.steps {
    margin: 20px 10px;
    display: flex;
    flex-direction: row;
    padding: 10px;
}

.steps-title-lg {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.steps-title-md {
    font-size: 2rem;
    line-height: 2rem;
    font-family: "Oswald", sans-serif;
    margin-bottom: 25px;
}

.number {
    padding: 10px 20px;
    font-size: 3rem;
    margin-right: 20px;
    font-weight: 600;
    color: #fff;
}


/* END STEPS */


/* ABOUT HOMEPAGE */

.about-container-noconflict {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin: 0px;
    background: #fff;
    padding: 0px 45px 0px 0px;
}

.about-item {
    text-align: left;
    border-radius: 5px;
    line-height: 2rem;
    position: relative;
    padding: 15% 25px;
    transform: translateY(-20%);
    color: #000;
}

.about-item h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.about-container-noconflict img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* END ABOUT HOMEPAGE */


/* UNIT SIZES */

.units-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-top: 10%;
}

.units-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2rem;
}

.wp-tabs-container {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: #f5f5f5;
}

.wp-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: url(https://network11.us25.cdn-alpha.com/tsg-new-theme-2/wp-content/uploads/sites/45/unit-size-bg-side.png) #f5f5f5;
    background-position: left;
}

.wp-image-container img {
    min-width: 100%;
    max-height: 100%;
    display: none;
    position: relative;
    animation: fadeInLeft .5s ease-in-out;
}

.wp-image-container img.active {
    display: block;
}

.wp-tabs-content-container {
    flex: 1;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    padding: 0px 80px 0px 0px;
}

.wp-tabs {
    display: flex;
    margin-bottom: 0px;
    margin-top: 25px;
}

.wp-tab {
    padding: 10px 25px;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #000;
    font-weight: 600;
    margin: 0px 2px;
}

.wp-tab.active {
    background-color: #1d6eb4;
    font-weight: bold;
    color: #fff;
}

.wp-text-content {
    display: none;
    border-top: 1px #ccc solid;
    font-size: .9rem;
    color: #000;
    font-weight: 500;
    padding: 25px 35px 25px 0px;
}

.wp-text-content.active {
    display: block;
}


/* FEATURES HOMEPAGE */

.featured-section {
    background-color: #555;
    color: #fff;
    text-align: center;
}

.featured-section h2 {
    padding: 30px 0px 0px 0px;
    font-weight: 600;
}

.featured-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px;
    background-color: #555;
}

.featured-item {
    padding: 15% 20px 5% 20px;
    text-align: left;
    position: relative;
    line-height: 2rem;
    color: #fff;
    background: url(https://network11.us25.cdn-alpha.com/tsg-new-theme-2/wp-content/uploads/sites/45/features-box-bg-3.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.featured-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.features-btn {
    margin-top: 25px;
    background: #1d6eb4;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 10px 20px;
    animation: fadeInUp .5s ease-in-out;
}

.features-btn:hover {
    transition: all 0.1s ease-out;
    transform: scale(1.1);
    background:#000;
    color: #fff;
}


/* END FEATURES HOMEPAGE */


/* FOOTER */

body:not(.home) .footerTheme3 .footer3FacilityInfoWrapper {
    margin: -25px 0px 50px 0px!important;
    padding: 0rem 0!important;
}

.form-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #1d6eb4;
    color: #fff;
}

.wpcf7 .wpcf7_submit {
    height: auto;
    background: #000000;
    color: #fff;
    font-size: 1rem;
    transition: all .2s ease-in-out;
}

.wpcf7 .wpcf7_submit:hover {
    background: #fff;
    color: #000;
}

.footerTheme3 .footer3FacilityInfoWrapper {
    background: #eee;
}


/* END FOOTER */


/* MOVE IN SPECIALS HOMEPAGE */

.special-section {
    padding: 50px 0px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.special-section img {
    margin: 0px auto;
}


/* END MOVE IN SPECIALS HOMEPAGE */


/* PITCHBLOCKS */

.pitch_theme_10_wrapper {
    border-top: none!important;
    border-bottom: none!important;
    background: #dbdbdb!important;
}

.pitch_theme_10 {
    margin: 0px auto!important;
    padding: 20px 0px;
    background: #dbdbdb;
}

.pitch_theme_10 .pitchBlock {
    border-right: 1px solid #ddd !important;
    padding: 2rem 2rem!important;
    margin-left: 1%!important;
    border: 1px solid #ddd;
    background: #fff;
    outline: 1px solid #ddd;
    outline-offset: -10px;
}

.pitch_theme_10 .pitchBlock.see-more {
    background: #dbdbdb!important;
    outline: 0px solid #ddd;
}

.background_1,
.background_2 {
    background-color: #297ac1!important;
}


/* END PITCHBLOCKS */


/* REVIEWS HOMEPAGE */

.review-section {
    background: url(https://network11.us25.cdn-alpha.com/tsg-new-theme/wp-content/uploads/sites/41/testimonial-image1-1.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px;
    min-height: 450px;
    max-height: 450px;
    margin-left: auto;
    margin-right: auto;
    background-attachment: fixed;
    text-align: center;
    color: #fff
}

.reviewsTheme3 .reviewComment {
    color: #fff!important;
    text-shadow: 2px 2px 5px #000;
}

.reviewsHeaderTitle {
    padding-top: 50px;
    font-weight: 700;
    text-shadow: 2px 2px 5px #000;
}

.reviewsTheme3 .reviewAuthorName,
.reviewsTheme3 .reviewCompany {
    color: #fff!important;
    text-shadow: 2px 2px 5px #000;
}

.reviewsTheme3.candee .star-ratings-css-top {
    color: #ffc300!important;
}

.reviewsTheme3 .facReviewWrapper .slick-arrow.slick-next .fa {
    color: #fff!important;
    max-width: 30px;
}

.reviewsTheme3 .facReviewWrapper .slick-arrow.slick-prev .fa {
    color: #fff!important;
}

.reviewsTheme3.candee.background_2 {
    background: transparent!important;
}

.fa-star:before {
    color: #ffc300;
    font-size: 24px;
    margin: 0 3px;
}


/* END REVIEWS HOMEPAGE */


/* FEATURES PAGE */

.half-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: -35px 0px 5px 0px;
}

.item {
    padding: 20px;
    text-align: left;
    border-radius: 5px;
    position: relative;
    line-height: 2rem;
}

.item p {
    margin-top: 0px;
    margin-left: 25px;
    margin-right: 25px;
}

.item h1 {
    font-weight: 700;
    margin-left: 25px;
}

.half-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-container {
    padding: 50px 0px;
}

.features-row {
    display: inline-block;
    margin-top: 0%;
    width: 100%;
}

.features-box-heading {
    display: absolute;
    background: #297ac0;
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 80px 20px 20px;
    color: #fff;
    margin-top: 0%;
    width: fit-content;
    margin-left: 3%;
    margin-right: auto;
    z-index: 1;
    clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.features-box {
    display: relative;
    background: #fff;
    margin-top: -50px;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1rem;
    font-weight: 400;
    padding: 100px 20px 20px 20px;
    z-index: 0;
    box-shadow: 3px 6px 14px 2px #333;
    border: 15px solid #eee;
}

.features-box ul {
    list-style-type: square;
    padding: 0;
    margin-left: 80px;
}

.features-box li {
    padding-left: 0em!important;
    text-indent: -1.3em;
    line-height: 25px;
}

.features-page-btn {
    display: inline-block;
    background: #297ac0;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-left: 25%;
    margin-right: auto;
    width: 50%;
    margin-top: 45px;
    text-decoration: none!important;
}

.features-page-btn:hover {
    transform: scale(1.1);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.features-left {
    width: 50%;
    display: inline-block;
    float: left;
}

.features-right {
    width: 50%;
    display: inline-block;
    float: left;
}


/* CTA HOMEPAGE */

.cta-section {
    background: url(https://network11.us25.cdn-alpha.com/tsg-new-theme-2/wp-content/uploads/sites/45/cta-bg.jpg);
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    padding: 25px 0px 50px 0px;
    /* clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%); */
}

.cta-section::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(29 110 180 / 65%);
}

.cta-section h2 {
    font-weight: 700;
    position: relative;
}

.cta-blocks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
    color: #fff;
    font-weight: 500;
    background: transparent;
    padding: 0px 50px;
    position: relative;
}

.cta-blocks div {
    width: 31%;
    padding: 20px 25px 40px;
    background: #ffffff;
    color: #000;
}

.cta-blocks-title {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
}

.cta-blocks img {
    width: auto;
    height: 100%;
    max-height: 100px;
    margin: 20px auto;
}

.cta-section h2 {
    color: #fff;
}

.cta-btn {
    color: #fff;
    background: #003366;
    border-bottom: 5px #0066cc solid;
    border-radius: 0px;
    margin-top: 25px;
    padding: 10px 20px;
    line-height: 1rem;
}

.cta-btn:hover {
    color: #fff;
    background: #0066cc;
    border-bottom: 5px #003366 solid;
}

.cta-blocks div{
    position: relative;
    padding-bottom:80px;
}

.cta-blocks .cta-btn {
    position: absolute;
    bottom:30px;
    transform: translateX(-50%);
}

.hr-lines {
    position: relative;
    max-width: 800px;
    margin: 0px auto 50px auto;
    text-align: center;
    font-weight: 600;
    padding: 30px 10px 0px 10px;
}

.hr-lines:before {
    content: " ";
    height: 1px;
    width: 200px;
    background: #fff;
    display: block;
    position: absolute;
    top: 75%;
    left: 0;
}

.hr-lines:after {
    content: " ";
    height: 1px;
    width: 200px;
    background: #fff;
    display: block;
    position: absolute;
    top: 75%;
    right: 0;
}


/* END CTA HOMEPAGE */

.cobalt-hero-bg{
background:url(https://network11.us25.cdn-alpha.com/tsg-new-theme-2/wp-content/uploads/sites/45/hero.png);background-position:center center;background-size:cover;animation:fadeIn .5s ease-in-out;
}

.steps-bg{
    background:url(https://network11.us25.cdn-alpha.com/tsg-new-theme-2/wp-content/uploads/sites/45/features-bg.jpg);background-size:cover;background-position:bottom;
    padding: 20px 50px 60px;
}


/* RESPONSIVE */

@media screen and (max-width: 1024px) {
    .pitch_theme_10 .candee-row.pitchActionButtons a,
    .pitch_theme_10 .pitchBlockUnavailableButton {
        width: 100%!important;
        margin-bottom: 2%!important;
    }
    .pitch_theme_10 .candee-row.pitchActionButtons a,
    .pitch_theme_10 .pitchBlockUnavailableButton {
        margin-left: 0%!important;
    }
    .hero-container-cobalt {
        grid-template-columns: repeat(1, 1fr);
        height: 45vh!important;
    }
    .hero-item-cobalt {
        padding: 8% 0px 0px 20px;
        background: #0000009e;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        height: 45vh!important;
    }
    .hero-title {
        font-size: 2rem;
        line-height: 2rem;
        color: #fff;
    }
    .hero-subtitle {
        font-size: 1.3rem;
        line-height: 2rem;
        color: #fff;
    }
    .hero-buttons-btn {
        background: rgb(41, 122, 192);
        padding: 20px;
    }
    .featured-container {
        grid-gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .features-container img {
        position: relative;
        min-height: 200px;
        width: 100%;
    }
    .item {
        padding: 0% 0px;
    }
    .item p {
        padding: 20px;
    }
    .wp-tabs-content-container {
        width: 100%;
        padding: 20px 20px 20px 20px;
    }
    .wp-image-container {
        width: 100%;
    }
    .wp-tabs-container {
        display: inline-block;
    }
    .wp-text-content {
        padding: 20px 20px 20px 0px;
    }
    .wp-image-container {
        background: url() #f5f5f5;
    }
    .units-title {
        margin-top: 1%;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .wp-tab {
        padding: 10px 20px;
        margin: 0px 1px;
    }
}

@media screen and (max-width: 979px) {
    .steps-container-cobalt {
        grid-template-columns: repeat(1, 1fr);
    }
    .steps-text-box {
        position: relative;
        margin-top: 0%;
        width: 100%;
        left: 0px;
        box-shadow: 0px 0px 0px #1D6EB4;
    }

    .steps-bg {
        padding: 20px;
    }
}

@media (max-width:979px) {
    .steps-text-box {
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .about-container-noconflict {
        grid-template-columns: repeat(1, 1fr);
        padding: 0px 0px 0px 0px;
    }
    .featured-section-block {
        width: 100%;
        margin: 25px 0px;
    }
    .featured-container {
        grid-template-columns: repeat(1, 1fr);
        padding: 0px 0px 0px 0px;
    }
    .featured-section {
        flex-direction: column;
    }
    .featured-container img {
        position: relative;
        height: 200px;
    }
    .featured-item {
        padding: 10px;
    }
    .about-item {
        text-align: left;
        border-radius: 5px;
        line-height: 2rem;
        position: relative;
        margin: 5%;
        padding: 0px 10px;
    }
    .special-section img {
        width: 90%;
    }
    /* .about-container-noconflict img {
        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
    } */
    .half-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        margin: -40px 0px 0px 0px;
    }
    .half-container h1 {
        font-size: 1.6rem;
    }
    .half-container p {
        line-height: 30px;
    }
    .item {
        padding: 0px;
        text-align: left;
        font-weight: 600;
        border-radius: 5px;
        position: relative;
    }
    .item p {
        margin-top: 20px;
    }
    .half-container img {
        position: relative;
        top: -30px;
        left: 0;
        width: 100%;
        height: 350px;
    }
    .features-container {
        background: url();
        background-size: cover;
        background-position: center;
    }
    .features-row {
        display: inline-block;
        margin-top: 0%;
        width: 100%;
    }
    .features-box-heading {
        font-size: 1.5rem;
        width: 100%!important;
        margin-right: auto;
    }
    .features-box {
        margin-left: 1%;
        margin-right: 1%;
        padding: 80px 20px 20px 20px;
    }
    .features-box p {
        padding-top: 30px;
    }
    .features-box ul {
        margin-left: 30px;
    }
    .features-box li {
        line-height: 20px;
    }
    .features-btn {
        margin-left: 1%;
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 800px) {
    .cta-blocks {
        flex-direction: column;
    }
    .cta-blocks {
        flex-direction: column
    }
    .cta-blocks div {
        width: 100%;
        margin-bottom: 25px;
    }
    .cta-blocks {
        flex-direction: column
    }
    .cta-blocks div {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 700px) {
    .pitch_theme_10 .pitchBlock {
        border-bottom: 2px solid rgba(0, 0, 0, 0)!important;
        margin-bottom: 10px;
    }
    .hero-item-cobalt {
        padding: 10% 0px 0px 20px;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        height: 45vh!important;
    }
    .hr-lines:before {
        display: none;
    }
    .hr-lines:after {
        display: none;
    }
}

@media (max-width: 650px) {
    .hero-contact-info {
        flex-direction: column;
        font-size: .9rem;
    }
    .hero-buttons-btn {
        margin: 10px 3px!important;
        padding: 25px 10px!important;
    }
    .hero-text-sm {
        font-size: 1.1rem!important;
    }
    .hero-text {
        margin-top: 45%;
    }
    .hero-contact {
        display: none;
    }
    .hero-title-lg {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 700!important;
    }
    .top-bar-phone {
        display: inline;
    }
    .mainAccountIcons.mainAccountIconsHorizontal a .truncate,
    .mainAccountIcons.mainAccountIconsHorizontal a span {
        display: none;
    }
    .features-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .cta-blocks {
        padding: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .features-left {
        width: 100%;
        display: inline;
        float: none;
    }
    .features-right {
        width: 100%;
        display: inline;
        float: none;
    }
    .features-box-heading {
        margin-left: 10.5%;
        font-size: 1.5rem;
    }
    .main-topmost-bar .textAlignLeft,
    .main-topmost-bar .textAlignLeft a {
        text-align: center;
    }
}

@media (max-width: 400px) {
    .mainLogo img {
        max-width: 180px!important;
    }
    .main_color_text.bold {
        font-size: 1.5rem!important;
        margin: 20px 10px 0px 10px;
    }
    .bold {
        font-size: 1.2rem!important;
        margin: 0px 10px 20px 10px;
    }
    .hero-item-cobalt {
        padding: 15% 0px 0px 20px;
    }
    .step-boxes {
        padding: 10px;
    }
}

@media screen and (max-width: 335px) {
    .steps {
        margin: 10px auto;
        width: 99%;
    }
}


/* PWA BAR */

.candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor > a.candeeMenuItem {
    border-bottom: none!important;
}

.candeeUserBar[class*=candeeUserBarTheme-sidebar] {
    border: none!important;
    background: #297ac1c2!important;
    border-radius: 0px;
    margin-right: 0px;
    box-shadow: none!important;
}

.candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor > a.candeeMenuItem .fa {
    color: #ffffff!important;
}

@media screen and (max-width:550px) {
    .hiddenPWAToggle-sidebar-right {
        display: inline-block;
        position: fixed;
        right: 0;
        top: 389px;
        z-index: 125;
        color: #393736!important;
        background-color: #3d57a6!important;
        width: 35px;
        height: 55px;
        padding-top: 15px;
        padding-left: 12px!important;
        border: none!important;
        border-top-right-radius: 50px 50px;
        border-bottom-right-radius: 50px 50px;
    }
    .candeeUserBar[class*=candeeUserBarTheme-sidebar] {
        margin-right: 0px !important;
    }
    .candeeUserBar {
        box-shadow: unset;
        -webkit-box-shadow: unset;
    }
}

/* Locations Page Map Mods */
.assistance {
    font-size: 1rem;
    display: flex;
    justify-content: flex-start;
    font-weight: bold;
    min-width: fit-content;
    margin-right: 40px;
}
  
#locations_theme_4 #locationsSection {
    padding-right: .5rem;
    width: 1000px !important;
    max-width: none !important;
    min-height: 100%;
    margin-top: 0;
}
  
#locations_theme_4 #facilityMap {
    min-height: calc(100vh - 66px) !important;
    height: calc(100vh - 8dvh) !important;
    max-height: calc(100vh - 10dvh) !important;
}
  
@media screen and (max-width: 1000px) {
    #pinnacleMainContent #top h1 {
        font-size: x-large;
    }
}


/*Hide background blue on checkout page  */
.page-id-5 .steps-container-cobalt{
    background: none;
}

/* END  */