﻿@font-face {
    font-family: "SweetSans Pro-Bold";
    src: url("../fonts/Sweet-SweetSansPro-Bold.otf")format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "QuestaSans-Bold";
    src: url("../fonts/TheQuestaProject-QuestaSans-Bold.otf")format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "QuestaSans-Light";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/TheQuestaProject-QuestaSans-Regular.otf")format("opentype");
}

@font-face {
    font-family: "QuestaSans-Light-Italic";
    src: url("../fonts/QuestaSansLightItalic.woff2")format("woff2");
}

@font-face {
    font-family: "SweetSans Pro-Medium";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Sweet-SweetSansPro-Medium.otf")format("truetype");
}

@font-face {
    font-family: "SweetSans Pro-Heavy";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Sweet-SweetSansPro-Heavy.otf")format("opentype");
}

@font-face {
    font-family: "SweetSans Pro-Regular";
    font-style: normal;
    src: url("../fonts/Sweet-SweetSansPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: "QuestaSans-Black";
    font-style: normal;
    src: url("../fonts/TheQuestaProject-QuestaSans-Black.otf") format("opentype");
}

@font-face {
    font-family: "FloodFonts-Aprona-SemiBold";
    font-style: normal;
    src: url("../fonts/Floodfonts-ArponaSemiBold.otf") format("opentype");
}

/*@font-face {
    font-family: "SweetSans Pro-Bold";
    src: url("https://fonts.animaapp.com/SweetSansPro-Bold")format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "QuestaSans-Bold";
    src: url("https://fonts.animaapp.com/QuestaSans-Bold")format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "QuestaSans-Light";
    font-style: normal;
    font-weight: 300;
    src: url("https://fonts.animaapp.com/QuestaSans-Light") format("opentype");
}


@font-face {
    font-family: "SweetSans Pro-Medium";
    font-style: normal;
    font-weight: 500;
    src: url("https://fonts.animaapp.com/SweetSansPro-Medium") format("truetype");
}

@font-face {
    font-family: "SweetSans Pro-Heavy";
    font-style: normal;
    font-weight: 400;
    src: url("https://fonts.animaapp.com/SweetSansPro-Heavy") format("opentype");
}

@font-face {
    font-family: "QuestaSans-Light";
    font-style: normal;
    font-weight: 300;
    src: url("https://fonts.animaapp.com/QuestaSans-Light") format("opentype");
}

@font-face {
    font-family: "QuestaSans-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("https://fonts.animaapp.com/QuestaSans-Bold") format("opentype");
}*/

/* BEGIN : JLW WORKING Default Site Styles*/

:root {
    --web-view-ids: Home;
    --catskill-white: #eff4f7;
    --astronaut-blue: #0b4a65;
    --astronaut-blue-2: #104a64;
    --lochamara: #007db8;
    --key-lime-pie: #C3D32B;
    --key-lime-pie-dark: #6e7719;
    --salem: #009748;
    --salem-2: #00964A;
    --green-blue: #127eb6;
    --green-blue-2: #127db8;
    --earls-green: #c3d13e;
    --silver-tree: #69c28e;
    --bermuda-gray: #6d8c9d;
    --dove-gray: #707070;
    --wheatfield: #f3f6ce;
    --white: #ffffff;
    --alabaster: #fcfafa;
    --alabaster-2: #f9fbfc;
    --baby-powder: #fcfcfc;
    --snow-drift: #f7f9fa;
    --snow-drift-2: #f7f9fa;
    --black-squeeze: #f5f9fa;
    --white-lilac: #f7fafc;
    --link-water: #d2e3f0;
    --glacier: #75afd4;
    --midnight: #0b4a65;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    scroll-margin-top: 3.5rem;
}

.mediaViewInfo {
    --web-view-name: Home;
    --web-view-id: Home;
    --web-scale-on-resize: true;
    --web-enable-deep-linking: true;
}

/*.col {
    border: solid 1px #6c757d;
    padding: 10px;
}*/

.top-bar {
    background-color: #80B6B1;
    font-family: "SweetSans Pro-Bold";
    height: 3.5rem;
}

@media all and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar .has-megamenu {
            position: static !important;
        }

        .navbar .megamenu {
            left: 0;
            right: 0;
            width: 100%;
            /*padding: 1px;*/
        }

        .navbar .nav-link {
            /*padding-top: 1rem;
            padding-bottom: 1rem;*/
        }
}

.megamenu > .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: #fff;
}

.w-33 {
    max-width: 33.33%;
}
/*
.navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>');
}*/

/* Fonts */

.font-sweetsans-pro-regular {
    font-family: "SweetSans Pro-Regular"
}

.font-sweetsanspro-medium {
    font-family: "SweetSans Pro-Medium";
}

.font-sweetsans-pro-bold {
    font-family: "SweetSans Pro-Bold";
}

.font-questasans-light {
    font-family: "QuestaSans-Light";
}

.font-questasans-light-italic {
    font-family: "QuestaSans-Light-Italic";
    /*font-style: italic;*/
}

.font-questasans-bold {
    font-family: "QuestaSans-Bold";
}

.font-questasans-black {
    font-family: "QuestaSans-Black";
}

.font-sweetsans-pro-heavy {
    font-family: "SweetSans Pro-Heavy";
}

.font-floodfonts-aprona-semibold {
    font-family: "FloodFonts-Aprona-SemiBold";
}

/* END Fonts */

/* Color (foreground) */
.fg-astronaunt-blue {
    color: var(--astronaut-blue);
}

.fg-midnight {
    color: var(--midnight);
}

.fg-astronaunt-blue-2 {
    color: var(--astronaut-blue-2);
}

.fg-lochamara {
    color: var(--lochamara)
}

.fg-key-lime-pie {
    color: var(--key-lime-pie)
}

.fg-salem {
    color: var(--salem)
}

.fg-green-blue {
    color: var(--green-blue)
}

.fg-green-blue-2 {
    color: var(--green-blue-2)
}

.fg-earls-green {
    color: var(--earls-green)
}

.fg-silver-tree {
    color: var(--silver-tree)
}

.fg-bermuda-gray {
    color: var(--bermuda-gray)
}

.fg-dove-gray {
    color: var(--dove-gray)
}

.fg-wheatfield {
    color: var(--wheatfield)
}

.fg-white {
    color: var(--white)
}

.fg-alabaster {
    color: var(--alabaster)
}

.fg-alabaster-2 {
    color: var(--alabaster-2)
}

.fg-baby-powder {
    color: var(--baby-powder)
}

.fg-snow-drift {
    color: var(--snow-drift)
}

.fg-snow-drift-2 {
    color: var(--snow-drift-2)
}

.fg-blacksqueeze {
    color: var(--black-squeeze)
}

.fg-white-lilac {
    color: var(--white-lilac)
}

.fg-link-water {
    color: var(--link-water)
}

.fg-glacier {
    color: var(--glacier)
}

/* Background color */
.bg-astronaunt-blue {
    background-color: var(--astronaut-blue) !important;
}

.bg-astronaunt-blue-2 {
    background-color: var(--astronaut-blue-2) !important;
}

.bg-lochamara {
    background-color: var(--lochamara) !important;
}

.bg-key-lime-pie {
    background-color: var(--key-lime-pie) !important;
}

.bg-salem {
    background-color: var(--salem) !important;
}

.bg-green-blue {
    background-color: var(--green-blue) !important;
}

.bg-green-blue-2 {
    background-color: var(--green-blue-2) !important;
}

.bg-earls-green {
    background-color: var(--earls-green) !important;
}

.bg-silver-tree {
    background-color: var(--silver-tree) !important;
}

.bg-bermuda-gray {
    background-color: var(--bermuda-gray) !important;
}

.bg-dove-gray {
    background-color: var(--dove-gray) !important;
}

.bg-wheatfield {
    background-color: var(--wheatfield) !important;
}

.bg-white {
    background-color: var(--white) !important;
}

.bg-alabaster {
    background-color: var(--alabaster) !important;
}

.bg-alabaster-2 {
    background-color: var(--alabaster-2) !important;
}

.bg-baby-powder {
    background-color: var(--baby-powder) !important;
}

.bg-snow-drift {
    background-color: var(--snow-drift) !important;
}

.bg-snow-drift-2 {
    background-color: var(--snow-drift-2) !important;
}

.bg-blacksqueeze {
    background-color: var(--black-squeeze) !important;
}

.bg-white-lilac {
    background-color: var(--white-lilac) !important;
}

.bg-link-water {
    background-color: var(--link-water) !important;
}

.bg-glacier {
    background-color: var(--glacier);
}

.bg-gulf-stream {
    background-color: #80B6B1;
}

.bg-gainsboro {
    background-color: #CEEAD7;
}

body {
    font-family: 'SweetSans Pro-Medium';
}

p {
    font-family:'SweetSans Pro-Medium';
}

h1, h2, h3, h4, h5, h6 {
    font-family: "QuestaSans-Light";
}

.btn {
    border-radius: 0 !important;
    font-family: "SweetSans Pro-Bold";
    font-weight: 700;
    line-height: 40px;
    padding: 0.3125rem 2.625rem;
    text-align: center;
}

.btn-primary, .btn-primary:hover {
    background-color: var(--key-lime-pie) !important;
    border-color: var(--key-lime-pie) !important;
    outline:none !important;
}

input[type=submit].btn-primary, input[type=submit].btn-primary:focus, a.btn-primary, a.btn-primary:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary:focus, .btn-primary.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: var(--key-lime-pie);
    border-color: var(--key-lime-pie) !important;
}

.btn-cta {
    transition: all .2s ease-in-out;
}

.btn-cta:hover {
    transform: scale(1.1);
}


.dropdown-item:hover {
    background-color: var(--astronaut-blue);
    color:var(--alabaster);
}

.btn-secondary, .btn-secondary:hover {
    background-color: var(--green-blue);
    border-color: var(--green-blue-2);
}

.btn-barzero, .btn-barzero:hover {
    background-color: var(--salem);
    border-color: var(--salem-2);
    color: var(--snow-drift);
}

.top-bar {
    background-color: #80B6B1;
    font-family: "SweetSans Pro-Bold";
    height:2.75rem;
}

.top-bar-link {
    color: var(--astronaut-blue);
}

.top-bar-link:visited {
    color: var(--astronaut-blue);
}


#main-navbar {
    /*top:48px;*/
    z-index:1;
}

.main--content {
    /*margin-top:145px;*/
}

.space-letters-2 {
    letter-spacing: 2.5px;
}

.space-letters-3 {
    letter-spacing: 3.2px;
}

/** Cade's attempt at copying letter spacing from XD */
letter-spacing-1 {
    letter-spacing: .4px
}

letter-spacing-2 {
    letter-spacing: .8px
}

letter-spacing-3 {
    letter-spacing: 1.2px
}

letter-spacing-4 {
    letter-spacing: 1.6px
}

letter-spacing-5 {
    letter-spacing: 2.0px
}

letter-spacing-6 {
    letter-spacing: 2.4px
}

letter-spacing-7 {
    letter-spacing: 2.8px
}

letter-spacing-8 {
    letter-spacing: 3.2px
}


.btn-primary {
    background-color: var(--key-lime-pie);
    color: #f4f7f8;
    font-weight: 700;
    line-height: 40px;
    text-align: center;

    /* May be temporary: */
    font-size: 1.125rem; line-height: 2.5rem; letter-spacing: 3.6px;
}

.navbar-nav .nav-item {
    font-family: "SweetSans Pro-Bold";
    font-size:15px;
}

.cgx-navbar-main-link {
    color: rgba(0, 125, 184, 1) !important;
    border: 10px double transparent;
}

#site_logo {
    width:250px;
    z-index:100;
}

/* Underline Effects in Main Navbar */

.hover-underline-animation {
    display: inline-block;
    position: relative;
    padding-bottom:10px;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 6px;
    bottom: -.5rem;
    left: 0px;
    background-color: #0087ca;
    transform-origin: bottom center;
    transition: transform 0.25s ease-out;
    margin: 0 !important;
    padding: 0 !important;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom center;
}

.hover-underline-animation-primary:after {
    width: 100%;
    left:0;
    background-color: var(--key-lime-pie);
}

.mainnav-underline-primary-current {
    border-bottom:4px solid var(--key-lime-pie);
}




/* END: Underline Effects in Main Navbar */

.top-bar-login {
    line-height: 1.65rem;
}

.dropdown-hover:hover>.megamenu {
    display:block;
}

/* Mega menu product options */
.megamenu-inner h3 a:hover {
    color: var(--astronaut-blue);
}

.under-over-container {
    position: relative;
}

.over-container {
    position: absolute;
    bottom: 1em;
    left: 0;
}

.over-container span {
    display: block;
}

.mega-menu-detail {
    font-family: 'SweetSans Pro-Regular';
    line-height:38px;
    color: var(--astronaut-blue);
}

.btn-group > span > label {
    cursor: pointer;
}

.card-deck-selected-card {
    border: 3px solid var(--midnight);
}


.form-header-logo {
    width: 400px;
}

.form-order-bar-design-img {
    width:200px;
    height:150px;
}

.transparent-input {
    background-color: transparent;
}

footer {
    color: var(--alabaster);
}

footer hr {
    background-color: var(--glacier);
}

.footer-container {
    background: rgb(18,126,182);
    background: linear-gradient(100deg, rgba(18,126,182,1) 0%, rgba(16,74,100,1) 100%);
    padding: 75px 0;
}

.footerImg {
    max-width: 350px;
}

.footer-group-input-subscribe {
    border: .5px solid var(--glacier);
    
}

.footer-subscribe-input {
    color: var(--snow-drift);
    font-size:20px;
    background-color: transparent;
    border-right: none !important;
    padding:10px;
    outline: none; /* safari and its variants  */
    outline-offset: 0; /* IE and its variants  */
    -webkit-appearance: none; /* Chrome and its variants  */
}

.footer-subscribe-input::placeholder {
    color: var(--white-lilac);
    font-style: italic;
}

.footer-subscribe-btn {
    color: var(--glacier);
    background-color: transparent;
    margin-right:12px;
}

footer .social-list {
    overflow: hidden;
    margin: 20px 0 10px;
}

footer .social-list li {
    float: left;
    margin-right: 20px;
    opacity: 0.7;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    max-width:48px;
}

.footer-social-list-icons  {
    max-width: 40px;
}

footer .social-list li:hover {
    opacity: 1;
}

.footer-quick-links {
}

.footer-quick-links li a {
    color: var(--alabaster);
}

#footer-email-input-divider{
    display:inline-block;
    width:1px;
    background-color:var(--glacier);
    padding-top:0 !important;
    padding-bottom: 0 !important;
    height:38px !important;
}


/* Start: Cagenix Dental theme*/

.cgx-homeJumbotron {
    background: linear-gradient(45deg, #18965C, #0889CC);
    height: 70rem;
}

.cgx-jumbotronHeading {
    font-size: 4.1rem;
    /*line-height: 7.5rem;*/
    /*letter-spacing: 0px;*/
}

.cgx-jumbotronParagraph {
    font-size: 1.2rem;
    /*line-height: 2.5rem;*/
}

.cgx-jumbrotronCTABtn {
    font-size: 1.125em;
    line-height: 2.5rem;
    letter-spacing: 3.6px;
}

.cgx-heroQuote {
    font-size: 1.5rem;
}

.cgx-heroQuoteAuthor {
    font-size: 1rem;
    letter-spacing: .4px;
}

.cgx-product-grid-product-family-header {
    height: 2.5rem;
}
.cgx-product-header-hero-m {
    margin-top: 7.5rem;
}

.cgx-productCardFamilyName {
    max-height: 3rem;
    font-size: 2rem;
    letter-spacing: 1.6px;
}

.cgx-productCardFamilyDesc {
    letter-spacing: 0px;
    line-height: 2.8125rem;
    font-size: 1.6875rem;
}
.cgx-productCardFamilyCTABtn {
    font-size: 1.125rem;
    letter-spacing: 3.6px;
}
.cgx-productCardFamilyDescAlt {
    font-size: 1.6875rem;
    line-height: 2.5rem;
}

.cgx-Header {
    font-size:3rem;
}

.cgx-multiColumnImg {
    max-height: 8rem;
}
.cgx-multiColumnSubHeader {
    font-size: 2.187rem;
    line-height: 2.8125rem;
    letter-spacing: 0px;
}
.cgx-multiColumnDesc {
    font-size: 1.45rem;
    line-height: 2.5rem;
    letter-spacing: 0px;
}
.cgx-multiColumnCTABtn {
    padding: 0rem 2.41rem;
    font-size: 1.125rem;
    letter-spacing: 3.6px;
}

.cgx-BeforeAfterDesc {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0px;
}

.cgx-featuredProductImage {
    max-width:80%
}
.cgx-featuredProductDesc {
    font-size:1.35rem;
}
.cgx-featuredProductTitle {
    /*max-width:40rem;*/
}
    .cgx-featuredProductHeader {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 1.6px;
}
.cgx-featuredProductCTABtn {
    font-size: 1.125rem;
    line-height: 2.5rem;
    letter-spacing: 3.6px;
}


.cgx-heroQuoteBlock {
}

.cgx-jumbotronSecondary {
    background-color: #E0ECEB;
}



.cgx-products-heading-logos {
    height: 1.8125rem;
}

.cgx-products-heading-text {
    line-height: 2.5rem;
    font-size: 1.6875rem;
    text-transform:uppercase;
}

.cgx-product-grid {
    background-image: linear-gradient(to right, #D2E3F0 50%, #CEEAD7 50%);
}

.cgx-product-blue-green-gradient {
    background: linear-gradient(90deg, #D2E3F0 50%,#CEEAD7 50%);
}

.cgx-product-homepage-bg {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
    height: 80%;
}

.cgx-product-homepage-bg > div {
    background: linear-gradient(45deg, #0889CC, #18965C);
}

.cgx-product-homepage-bg-alt {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
    height: 90%;
}

.cgx-product-homepage-bg-alt > div {
    background: linear-gradient(45deg, #18965C, #0889CC);
}

.cgx-product-grid-panel-title {
    font-size: 1.5rem;
    line-height: 2.5rem;
    letter-spacing: 1.6px;
}
.cgx-product-grid-panel-one {
    background-color: #D2E3F0;
}
.cgx-product-grid-panel-two {
    background-color: #CEEAD7;
}
.cgx-product-grid-item-img{
    height:1.75rem;
}
.cgx-product-grid-item-hero-sml {
    width: 80%;
}
.cgx-product-grid-item-hero-lrg {
    width: 85%;
}
.cgx-product-grid-desc {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.32px;
}
.cgx-product-grid-header-desc {
    font-size: 1.6875rem;
    line-height: 2.8125rem;
    letter-spacing: 0px;
}
.cgx-wide-margin-box {
    background-color: #DDE2E3;
}
.cgx-wide-margin-box-heading {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 1.6px;
}
.cgx-wide-margin-box-desc {
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0px;
}
.cgx-fluid-img-box {
    background: green url("/Content/Images/couple_with_ice_cream.jpeg") no-repeat;
    background-size: cover;
    background-position:right;
    width: 100%;
    height:30rem;
    /*padding-top: 26.36%;*/
}

.cgx-fluid-img-box-desc {
    /*background-color: lightcoral;*/
    /* z-index: 2;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
}

.cgx-fluid-img-box-desc p {
    font-size: 1.75rem;
    line-height: 2.75rem;
    letter-spacing: 0.36px;

    /*max-width:300px;*/

    /*z-index: 5;
    position: relative;
    top: -27rem;*/
}

.cgx-wide-jumbotron-only-text {
    background-color: #F3F6CE
}

.cgx-wide-jumbotron-only-text h2 {
    font-size: 3rem;
    line-height: 3.725rem;
    letter-spacing: 1.6px;
    font-weight:900;
}

.cgx-wide-jumbotron-only-text-desc {
    font-size: 1rem;
    line-height: 1.75rem;
}

.cgx-products-heading {
    font-size:4.5rem;
}

.cgx-block-page-header-img > div {
    background-position: top 20% right;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
    height: 20rem;
    
}
#cgx-bg-process {
    background-image: url(/Content/Images/c3_2000.jpg) !important;
}
#cgx-bg-customers {
    background-image: url(/Content/Images/c1_2000.jpg) !important;
    background-position: top 42% right !important;
}
#cgx-bg-company {
    background-image: url(/Content/Images/c7_2000.jpg) !important;
    background-position: top 42% right !important;
}
#cgx-bg-resources {
    background-image: url(/Content/Images/C8.png) !important;
}
.cgx-block-page-header-img h1 {
    font-size: 3.25rem;
    letter-spacing: 0px;
    line-height: 4rem;
}
.cgx-block-page-header-img a {
    font-size:.8rem;
    line-height:1rem;
}
.cgx-fluid-text-right-img {
    min-height: 50%;
    background-color: #D2E3F0;
}
.cgx-fluid-text-right-img p {
    font-size: 1.25rem;
    letter-spacing: 0px; 
    line-height: 2rem;  
}
.cgx-fluid-text-right-img img {
    width: 100%;
}
.cgx-fluid-text-right-img .cgx-half-circle > div {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.cgx-fluid-text-right-img .cgx-half-circle > div > div {
    position: absolute;
    top: 0;
    right: 0; 
    bottom: 0;
    left: 0;
    background-color: #AFD2CF;
    border-radius: 50%;
}
.cgx-showcase-4-col {
    background-color: #80B6B1;
}

.cgx-showcase-4-col h2 {
    font-size: 3.5rem;
    letter-spacing: 1.6px;
    line-height:4rem;
    padding:2.5rem 0;
}
.cgx-showcase-col-icon {
    max-height: 8rem;
}

.cgx-showcase-col h3 {
    font-size: 2rem;
    letter-spacing: 0px;
    line-height:2.75rem;
}
.cgx-showcase-col p {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 2.15rem;
}

.cgx-wide-left-hero-plus-text {
    background-color: #CEEAD7;
}
.cgx-wide-left-hero {
    width: 100%;
}

.cgx-wide-left-hero + small {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
    line-height: 1.875rem;
    position: relative;
    color: #6d8c9d;
    bottom: 4rem;
}

.cgx-wide-right-plus-body > h2 {
    font-size: 3rem;
    letter-spacing: 0.96px;
    line-height: 4.375rem;
}

.cgx-wide-right-plus-body > p {
    font-size: 1.25rem; 
    letter-spacing: 0px;
    line-height: 2.25rem;
}

.cgx-wide-right-hero-plus-text h2 {
    font-size: 2.75rem; 
    letter-spacing: 1.6px;
    line-height: 3.375rem;
}

.cgx-wide-right-hero-plus-text h3 {
    font-size: 2.35rem;
    letter-spacing: 0.96px;
    line-height: 3.375rem;
}

.cgx-wide-right-hero-plus-text p {
    font-size: 1.25rem;
    letter-spacing: 0px;
    line-height: 2rem;
}

.cgx-wide-right-hero-plus-text-btn {
    font-size: 1rem;
    letter-spacing: 0px;
    line-height: 22px;
    background-color: #0B4A65 !important;
}

.cgx-accordian h2 {
    font-size: 3rem;
    letter-spacing: 0.96px;
    line-height: 4.375rem;
}

.cgx-accordian-item {
    border-top: 2px #127EB6 solid;
}
.cgx-accordian-item:last-child {
    border-bottom: 2px #127EB6 solid;
}

.cgx-accordian-item h3 {
    font-size: 1.35rem;
    letter-spacing: 0px;
    line-height: 1.75rem;
}

.cgx-accordian-item-body p {
    font-size: 1.25rem;
    letter-spacing: 0px; 
    line-height: 2rem;
}
.cgx-wide-dbl-hero {
    background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(224,236,235,1) 20%, rgba(224,236,235,1) 80%, rgba(255,255,255,1) 80%);
    background: rgba(224,236,235,1) 100%;
}

.cgx-wide-dbl-hero-img {
    width:100%;
}

.cgx-accordian-item-expand-btn {
    font-size: 1rem;
    letter-spacing: 0px;
    line-height: 22px;
}

.cgx-wide-dbl-hero-body {
    line-height: 2.5rem;
    letter-spacing: 0px;
    font-size: 1.6875rem
}

.cgx-prod-logo-accuframe {
    width:75%;
}
.cgx-prod-logo-barzero {
    width:50%;
}
.cgx-jumbotron-text-and-cta {
    background-color: #80B6B1;
}
.cgx-jumbotron-text-and-cta p {
    font-size: 1.25rem;
    letter-spacing: 0px;
    line-height: 2rem;
}
.cgx-jumbotron-text-and-cta > div:last-child {
    background: linear-gradient(180deg, #80B6B1 50%, white 50% 100%);

}

.cgx-jumbtron-heading-only > div {
    background-image: url('/Content/Images/Hero/AccuFrame IC Hero wShadow.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(200,213,218,.65);
    background-position: -10% 20%;
}
.cgx-4-card-deck > div > div:first-child {
    background-color: #F3F6CE8A;
}
.cgx-4-card-deck > div > div:nth-child(2) {
    background-color: #E0ECEB8A;
}
.cgx-4-card-deck > div > div:nth-child(3) {
    background-color: #DBE46F8A;
}
.cgx-4-card-deck > div > div:last-child {
    background-color: #DDE2E38A;
}
.cgx-jumbtron-heading-only h2 {
    font-size: 3.5rem;
    letter-spacing: 1.6px;
    line-height: 3rem;
}

.cgx-4-card-deck h3 {
    font-size: 2.1875rem;
    letter-spacing: 0px;
    line-height: 2.8125rem;
}

.cgx-4-card-deck p {
    font-size: 1.25rem;
    letter-spacing: 0px;
    line-height: 2rem;
}
.cgx-oversized-jumbotron-img-text > div:first-child {
    padding: 10% 0%;
    background: linear-gradient(90deg,white 40%,#80B6B1 40%);
}
.cgx-oversized-jumbotron-img-text > div:last-child {
    padding: 2.5rem 0rem;
    background: #80B6B1;
}
.cgx-oversized-jumbotron-img-text > div > div > div > img {
    width: 85% !important;
}

.cgx-oversized-jumbotron-img-text h2 {
    font-size: 3rem;
    letter-spacing: 0.96px;
    line-height: 3.5rem;
}

.cgx-oversized-jumbotron-img-text p {
    font-size: 1.25rem;
    letter-spacing: 0px;
    line-height: 2rem;
}
.cgx-jumbotron-text-only p {
    font-size: 1.25rem;
    letter-spacing: 0px;
    line-height: 2rem;
}
.cgx-person-card-left-large > div:first-child {
    padding: 10% 0%;
}

.cgx-person-card-left-large > div:first-child > div > div {
    height: 80%;
    top: 10%;
}
.cgx-person-card-left-large > div:first-child > div > div img {
    width: 85%;
}

.cgx-person-card-left-large > div:nth-child(2) h2 {
    font-size: 3rem;
    letter-spacing: 0.96px;
    line-height: 4.375rem;
}
.cgx-person-card-left-large > div:nth-child(2) h3 {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
    line-height: 1.875rem;
}
.cgx-person-card-left-large > div:nth-child(2) p {
    font-size: 1.6875rem;
    letter-spacing: 0px;
    line-height: 2.8125rem; 
}

.cgx-fluid-img-bg {
    background-position: top 45% right;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(128, 128, 128, 0.4);
}

    .cgx-fluid-img-bg > div:first-child {
        background-color: rgba(99,102,106, 40%);
    }

.cgx-fluid-img-bg h2 {
    font-size: 1.25rem;
    letter-spacing: 1.6px;
    line-height: 2.5rem;
}

.cgx-fluid-img-bg p {
    font-size: 1.75rem;
    letter-spacing: 0.96px;
    line-height: 2.255rem;
}

#cgx-bg-our-mission {
    background-image: url(/Content/Images/c5_2000.jpg);
}

.cgx-showcase-3-col {
    background-color: #80B6B1;
}

.cgx-showcase-3-col h2 {
    font-size: 3.25rem;
    letter-spacing: 1.6px;
    line-height: 4.25rem;
}
.cgx-showcase-3-col > div:first-child {

}

.cgx-showcase-3-col > div > div img {
    max-height: 8rem; 
}

.cgx-showcase-3-col > div > div h3 {
    font-size: 2.1875rem;
    letter-spacing: 1.6px;
    line-height: 2.8125rem;
}

.cgx-showcase-3-col > div > div p {
    font-size: 1.6875rem;
    letter-spacing: 1.6px;
    line-height: 2.5rem;
}
.cgx-person-card-left-small h3 {
    font-size:1.25rem;
}

#cgx-bg-community {
    background-image: url(/Content/Images/c6_2000.jpg);
    background-position: top 15% right;
}

.cgx-person-card-right-large {
    background-color:#80B6B1;
    padding:3rem 0 2rem;
}
.cgx-person-card-right-large h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.96px;
}

.cgx-person-card-right-large > div:first-child p { 
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 0px;
}

.cgx-person-card-right-large > div:last-child p {
    font-size: 1rem;
    letter-spacing: 0.4px;
    line-height: 1.875rem;
}

.cgx-person-card-right-large > div:nth-child(2) small {
    font-size:1rem;
}

.cgx-wide-hero-text-only h2 {
    font-size: 3.5rem;
    letter-spacing: 1.6px;
    line-height: 4rem;
}

.cgx-wide-hero-text-only p {
    font-size: 1.25rem;
    letter-spacing: 0px;
    line-height: 2.5rem;
}
.cgx-spotlight-detail {
    background-color: #e0eceb;
}

.cgx-spotlight-detail > div > div:nth-child(2) small {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
    line-height: 1.875rem;
}

.cgx-spotlight-detail > div > div:nth-child(2) h2 {
    font-size: 2.5rem; 
    letter-spacing: 0.96px; 
    line-height: 3.75rem; 
}

.cgx-spotlight-detail > div > div:nth-child(2) h3 {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 2.25rem;
}

.cgx-spotlight-detail > div > div:nth-child(2) p {
    font-size: 1.25rem;
    letter-spacing: 0px;
    line-height: 2.15rem;
}
#cgx-bg-resouces {
    background-image: url(/Content/Images/C8.png);
}


.cgx-text-only > div p {
    font-size: 1.25rem;
    letter-spacing: 0px;
    line-height: 2.25rem; 

}

.cgx-offset-3-cols > div > div {
    background-color: #DDE2E3;
}

.cgx-offset-3-cols > div > div h2 {
    font-size: 2.75rem;
    letter-spacing: 0.96px;
}


.cgx-offset-3-cols > div:first-child > div h2 + small {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
    line-height: 1.875rem;
}

.cgx-offset-3-cols > div:nth-child(2) > div {
    background-color: #DDE2E3;
}

.cgx-offset-3-cols > div h3 {
    color: #a4b4b7;
    font-size: 1.5rem;
    letter-spacing: 1.6px;
}

.cgx-offset-3-cols > div > div > div > div p {
    font-size: 1.25rem;
    letter-spacing: 0px;
}

div.cgx-offset-3-cols > div.row.position-relative > div.cgx-orderForms {
    background-color: white;
    height:50%;
}

.cgx-page-header-multi-product-hero {
    background-color: #e0eceb;
}
.cgx-page-header-multi-product-hero > div h1 {
    font-size: 3.625rem; 
    letter-spacing: 0px;
}

.cgx-page-header-multi-product-hero > div h1 + small {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 0px; 
}

.cgx-page-header-multi-product-hero > div > div > div > div:nth-child(2) object {
    width: 80%;
}

.cgx-page-header-multi-product-hero > div > div > div > div:nth-child(2) img {
    width: 75%;
}

#cgx-premium-products-afic {
    width:65% !important;
}

#cgx-premium-products-af360 {
    width: 71% !important;
}

#cgx-premium-products-bzz {
    width: 75% !important;
}

.cgx-row-content-spacer-greenblue {
    background: linear-gradient(45deg, #18965C, #0889CC);
}

.cgx-row-content-spacer-bluegreen {
    background: linear-gradient(45deg, #0889CC, #18965C);
}

.cgx-product-hero {
    height: 55rem;
}

.cgx-product-hero .cgx-product-hero-obj {
    height: 1.5rem;
}

.cgx-product-hero p {
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: 0px; 
}

.cgx-product-hero .cgx-product-hero-img {
    width: 95%;
}

#cgx-premium-products-accuframeic {
    width:100% !important;
}

#cgx-premium-products-accuframe {
   /* width: 75% !important;*/
}

.cgx-product-header > div:first-child h1 {
    font-size: 2.75rem;
    letter-spacing: 0px;
    line-height: 4rem;
}

.cgx-product-header > div:first-child small {
    line-height: 2.1rem;
    font-size: 1.3875rem;
    letter-spacing: 0px;
}

.cgx-product-header > div:last-child img {
    width: 83.33%;
}

.cgx-product-gallery-img > img {
    max-width: 33.33%;
    position: relative;
    right: 0;
}

.cgx-product-info {
    background-color: #d2e3f0af;
}

.cgx-product-info-2 {
    background-color: #DDE2E3;
}

.cgx-product-info > div button {
    font-size: 1.125rem;
    letter-spacing: 3.6px;
}

.cgx-product-info-2 > div button {
    font-size: 1.125rem;
    letter-spacing: 3.6px;
}

.cgx-product-details > p:first-child {
    line-height: 2.5rem;
    font-size: 1rem;
    letter-spacing: 1.6px;
}

.cgx-product-details > :not(:first-child) {
    letter-spacing: 0px;
}

.cgx-product-controls > div > a {
    font-size: 1.125rem;
    letter-spacing: 3.6px;
    line-height: 1.5625rem;
    min-width: 260px;
}

.cgx-product-controls > div > button {
    font-size: 1.125rem;
    letter-spacing: 3.6px;
    line-height: 1.5625rem;
    min-width: 260px;
}

.cgx-product-beforeafter-bg {
    background-color: #DDE2E3;
    background-image: url('/Content/Images/tigerStripes-downscaled.png');
    background-size: cover;
}

.cgx-product-beforeafter-caption {
    line-height: 4.375rem;
    letter-spacing: 0.4px;
    font-size: 1.25rem;
}

.cgx-product-beforeafter-img {
    max-width: 100%;
}

.cgx-product-beforeafter-heading {
    line-height: normal;
    /*letter-spacing: 1.6px;*/
    font-size: 3rem;
}

.cgx-product-modal-btn > a {
    font-size: 1.125rem;
    letter-spacing: 3.6px;
    line-height: 1.5625rem;
}

.cgx-product-modal-btn > button {
    font-size: 1.125rem;
    letter-spacing: 3.6px;
    line-height: 1.5625rem;
}

/*.cgx-product-gallary-controls {
    display: none;
}*/

.cgx-product-gallery-mobile {
    display: flex;
}

.cgx-product-gallery-desktop {
    display: none;
}

.cgx-product-arrow-img {
    transform: scaleX(-1);
    background-color: transparent;
}

.cgx-product-label-inline {
    display: inline;
}

.cgx-table-RadioButtonList {
    margin-bottom:0;
}

.cgx-table-RadioButtonList {
    margin-bottom:2rem;
}

.cgx-table-RadioButtonList > tbody > tr > td {
    /*padding-left: 0;*/
    /*padding-right: 1rem;*/
    padding:0 1rem 0 0;
}

.cgx-form-check {
    padding-left:0;
}

.cgx-accordian-badge {
    font-size:1rem;
}

.cgx-alert-valsum > ul {
    margin-left: 2rem;
}

.cgx-accordian-btn {
    padding:0.3125rem 0.5rem 0.3125rem 0;
}

#hplMainNavCommunity {
    border-right:0 !important;
}
/* End: Cagenix Dental theme*/
.gridViewPager {
    background-color: unset !important;
}


.gridViewPager a, .gridViewPager span {
    text-align:center;
    text-decoration:none;
}



.gridViewPager a {
    color:blue;

}

.gridViewPager span {
    font-weight: bolder;
    color: white;
    background-color: var(--dove-gray);
    border: 7px solid var(--dove-gray);
    border-radius: 50%;
}

.table a {
    color:blue;
}

.gridview-btn {
    color: #fff !important;
}

.barTypeDisabled-btn {
    color: #fff !important;
    background-color: var(--midnight) !important;
    opacity: 1 !important;
}

.product-card-logo-top {
    height:2.5rem;
}

.megamengu-product-img {
    max-width:25rem;
}

.radioButtonListItemInline > label {
    display:inline;
}

.radioButtonListItemInlineHorizonal > label {
    margin-left:.5rem;
}

.responsive-container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.cgx-bg-white {
    background-color: var(--white);
}

.cgx-card {
    min-width:20rem;
}

.cgx-ol-lower-alpha {
    list-style-type:none;
    list-style-position:inside;
}

.cgx-ol-lower-alpha > li {
    counter-increment: customlistcounter;
}

.cgx-ol-lower-alpha > li:before {
    content: counter(customlistcounter, lower-alpha) ") ";
}
.cgx.ol-lower-alpha:first-child {
    counter-reset:customlistcounter;
}

/* START : CLH EXTRA STYLES */
html {
    scroll-padding-top: 48px;
}


/* Extra small screen size and down */
@media screen and (max-width:575px) {
    /*input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="select"] {
        max-width:250px;
    }*/
    .btn {
        /*font-size:11px;*/
    }
    #header-quick-resources {
        font-size:10px;
        padding-left:0;
        margin-top:5px;
    }
    .top-bar-login {
        font-size:10px;
    }
    
    #site_logo {
        width: 250px;
    }

    .footerImg {
        max-width: 100%;
    }

    .one-word-per-row:before {
        content: '';
        display: block;
    }

    .cgx-product-beforeafter-caption {
        line-height: 2.375rem;
        letter-spacing: 0.4px;
        font-size: 1.25rem;
    }

    .cgx-product-blue-green-gradient {
        background: #CEEAD7;
    }
}

/* Small screen size and up */
@media screen and (min-width:576px) {
    .cgx-homeJumbotron {
        height: 85rem;
    }
    .cgx-jumbotronHeading {
        font-size: 6.5rem;
    }

    .cgx-featuredProductImage {
        max-width: 75%
    }
}

/*Medium screen size and up*/
@media screen and (min-width:768px)
{
    .cgx-heroQuote {
        font-size:3rem;
        padding:9rem 10rem 0;
    }

    .cgx-homeJumbotron {
        height: 85rem;
    }

    .cgx-jumbotronParagraph {
        font-size:1.5rem;
    }

    .cgx-heroQuoteAuthor {
        font-size: 1.5rem;
    }

    .cgx-featuredProductImage {
        max-width:35rem;
    }

    .cgx-featuredProductTitle {
        max-width:35rem;
    }

    .cgx-wide-dbl-hero-img {
        width: 70%;
    }

    .cgx-prod-logo-accuframe {
        width: 16rem;
    }

    .cgx-prod-logo-barzero {
        width:12rem;
    }
}


/*Large screen size and up*/
@media screen and (min-width: 992px) {
    .container {
        max-width: 1680px !important;
    }

    /* Dropdown Mega Menu */
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        /*padding: 20px;*/
    }

    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .megamenu-inner {
        max-width: 1670px !important;
        margin: 0 auto;
    }

    .mega-menu-detail > p {
        font-size: 20px;
    }


    .cgx-jumbotronHeading {
        line-height: 8rem;
        /*margin-top:3.5rem;*/
        font-size: 8rem;
    }

    .cgx-jumbotronParagraph {
        font-size: 1.55rem;
    }
    /* END Dropdown Mega Menu */
    .main--content {
        /*margin-top:162px;*/
    }

    .cgx-homeJumbotron {
        background-image: url('../Content/Images/HomePage-C-AccuFrame-360.png'), linear-gradient(45deg, #18965C, #0889CC);
        background-size: auto 95%, cover;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: bottom;
        height: 55rem;
    }

    .cgx-heroQuoteAuthor {
        font-size: 1.5rem;
        padding-bottom: 5rem;
    }

    .cgx-heroQuoteBlock {
        padding-bottom: 5rem;
    }

    .cgx-BeforeAfterImageCaption {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.4px;
    }

    .cgx-BeforeAfterDesc {
        font-size: 1.75rem;
        line-height: 1.8em;
        letter-spacing: 0px;
    }

    .cgx-productCardFamilyImage {
        max-width: 22rem;
    }

    .cgx-Header {
        font-size: 4.5rem;
    }

    .cgx-featuredProductImage {
        max-width: 33rem;
    }

    .cgx-featuredProductTitle {
        max-width: 25rem;
    }

    .cgx-featuredProductDesc {
        font-size: 1.5rem;
    }

    .cgx-featuredProductImage {
        max-width: 20rem;
    }

    .cgx-products-heading {
        font-size: 6.625rem;
        line-height: 6.25rem;
    }

    .cgx-wide-margin-box-desc {
        font-size: 1.6875rem;
        line-height: 2.8125rem;
        letter-spacing: 0px;
    }

    .cgx-fluid-img-box-desc p {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: 0.36px;
    }

    .cgx-wide-jumbotron-only-text h2 {
        font-size: 5rem;
        line-height: 4.555rem;
        letter-spacing: 3.25px;
    }

    .cgx-wide-jumbotron-only-text-desc {
        font-size: 2rem;
        line-height: 3.5rem;
    }

    .cgx-block-page-header-img > div {
        background-image: url(/Content/Images/c3_2000.jpg);
        background-position: top 20% right;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
        height: 30rem;
    }

    .cgx-block-page-header-img h1 {
        font-size: 5.625rem;
        letter-spacing: 0px;
        line-height: 7rem;
    }

    .cgx-showcase-4-col h2 {
        font-size: 5rem;
        letter-spacing: 1.6px;
        line-height: 1.25rem;
        padding: 2.5rem 0;
    }

    .cgx-wide-right-plus-body > p {
        font-size: 1.6875rem;
        letter-spacing: 0px;
        line-height: 2.8125rem;
    }


    .cgx-wide-right-hero-plus-text h2 {
        font-size: 5rem;
        letter-spacing: 1.6px;
        line-height: 4.375rem;
    }

    .cgx-accordian-item h3 {
        font-size: 1.6875rem;
        letter-spacing: 0px;
        line-height: 3.75rem;
    }

    .cgx-accordian-item-body p {
        font-size: 1.6rem;
        letter-spacing: 0px;
        line-height: 3rem;
    }

    .cgx-wide-dbl-hero-img {
        width: 70%;
    }

    .cgx-wide-dbl-hero {
        background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(224,236,235,1) 20%, rgba(224,236,235,1) 80%, rgba(255,255,255,1) 80%);
    }

    .cgx-wide-dbl-hero-body {
        margin-top: 7rem;
    }

    .cgx-prod-logo-accuframe {
        width: 16rem;
    }

    .cgx-prod-logo-barzero {
        width: 10.50rem;
    }

    #cgx-wide-dbl-img-barzero {
        width: 69%;
    }

    .cgx-fluid-text-right-img p {
        font-size: 1.6875rem;
        letter-spacing: 0px;
        line-height: 45px;
    }

    .cgx-wide-right-hero-plus-text p {
        font-size: 1.6875rem;
        letter-spacing: 0px;
        line-height: 2.8125rem;
    }

    .cgx-jumbotron-text-and-cta p {
        font-size: 2rem;
        line-height: 2.8125rem;
    }

    .cgx-jumbtron-heading-only h2 {
        font-size: 5rem;
        letter-spacing: 1.6px;
        line-height: 1.25rem;
    }

    .cgx-jumbtron-heading-only > div {
        background-size: 40% auto;
    }

    .cgx-oversized-jumbotron-img-text h2 {
        font-size: 3rem;
        letter-spacing: 0.96px;
        line-height: 4.375rem;
    }

    .cgx-oversized-jumbotron-img-text p {
        font-size: 1.6875rem;
        letter-spacing: 0px;
        line-height: 2.8125rem;
    }

    .cgx-jumbotron-text-only p {
        font-size: 2rem;
        letter-spacing: 0px;
        line-height: 2.8125rem;
    }

    .cgx-person-card-left-large > div:first-child > div > div img {
        width: 120%;
    }

    .cgx-showcase-3-col h2 {
        font-size: 5rem;
        letter-spacing: 1.6px;
        line-height: 1.25rem;
    }

    .cgx-person-card-right-large {
        background: linear-gradient(90deg,#80B6B1 88%,#FFFFFF 88%);
        padding: 6rem 0 4rem;
    }

    .cgx-wide-hero-text-only h2 {
        font-size: 5rem;
        letter-spacing: 1.6px;
        line-height: 4.375rem;
    }

    .cgx-wide-hero-text-only p {
        font-size: 2rem;
        letter-spacing: 0px;
        line-height: 2.8125rem;
    }

    .cgx-spotlight-detail {
        background: linear-gradient(90deg, white 10%,#e0eceb 10%);
    }

        .cgx-spotlight-detail > div > div:nth-child(2) small {
            font-size: 1.25rem;
            letter-spacing: 0.4px;
            line-height: 1.875rem;
        }

        .cgx-spotlight-detail > div > div:nth-child(2) h2 {
            font-size: 3rem;
            letter-spacing: 0.96px;
            line-height: 3.4375rem;
        }

        .cgx-spotlight-detail > div > div:nth-child(2) h3 {
            font-size: 1.6875rem;
            letter-spacing: 0px;
            line-height: 2.8125rem;
        }

        .cgx-spotlight-detail > div > div:nth-child(2) p {
            font-size: 1.6875rem;
            letter-spacing: 0px;
            line-height: 2.8125rem;
        }

    .cgx-block-page-header-img a {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .cgx-text-only > div {
        padding-left: 4.25rem;
        padding-right: 4.25rem;
    }

        .cgx-text-only > div p {
            font-size: 1.6875rem;
            letter-spacing: 0px;
            line-height: 2.8125rem;
        }

    div.cgx-offset-3-cols > div.row.position-relative > div.cgx-orderForms {
        background-color: white;
        height: 25%;
        top: 5%;
    }

    .cgx-offset-3-cols > div > div h2 {
        font-size: 3rem;
        letter-spacing: 0.96px;
        line-height: 4.375rem;
    }

    .cgx-wide-dbl-hero {
       background:linear-gradient(0deg, rgba(255,255,255,1) 1%, rgba(224,236,235,1) 1%, rgba(224,236,235,1) 85%, rgba(255,255,255,1) 80%)
    }

    .cgx-page-header-multi-product-hero > div h1 {
        font-size: 6.625rem;
        line-height: 6.25rem;
        letter-spacing: 0px;
    }


    .cgx-page-header-multi-product-hero > div h1 + small {
        font-size: 1.75rem;
        line-height: 2rem;
        letter-spacing: 0px;
    }

    .cgx-page-header-multi-product-hero > div > div > div > div:nth-child(2) object {
        width: 94%;
    }

    .cgx-page-header-multi-product-hero > div > div > div > div:nth-child(2) img {
        width: 100%;
    }

    #cgx-premium-products-afic {
        width: 85% !important;
    }

    #cgx-premium-products-af360 {
        width: 90% !important;
    }

    #cgx-premium-products-bzz {
        width: 100% !important;
    }

    .cgx-product-hero .cgx-product-hero-obj {
        height: 2rem;
    }

    .cgx-product-hero p {
        font-size: 1.5rem;
        line-height: 2.75rem;
        letter-spacing: 0px;
    }

    .cgx-product-hero .cgx-product-hero-img {
        width: 95%;
    }

/*    .cgx-product-gallary-controls {
        display: flex;
    }*/

    .cgx-product-gallery-mobile {
        display: none;
    }

    .cgx-product-gallery-desktop {
        display: flex;
    }
}
    /*Extra Large size screen and up*/
@media screen and (min-width: 1200px) {
    #site_logo {
        width: 400px;
    }

    .top-bar a {
        font-size: 15px;
    }

    .megamenu {
        top: 82px;
    }

    .mega-menu-detail {
        position: relative;
        top: 75px;
    }

    .cgx-homeJumbotron {
        height: 65rem;
    }

    .cgx-jumbotronHeading {
        margin-top: 3.5rem;
    }

    .cgx-featuredProductImage {
        max-width: 100%
    }

    .cgx-fluid-img-box-desc p {
        font-size: 1.85rem;
        line-height: 2.5rem;
        letter-spacing: 0.36px;
    }

    .cgx-fluid-img-bg h2 {
        font-size: 2rem;
        letter-spacing: 1.6px;
        line-height: 2.5rem;
    }

    .cgx-fluid-img-bg p {
        font-size: 3rem;
        letter-spacing: 0.96px;
        line-height: 4.375rem;
    }

    .cgx-person-card-right-large > div > div:last-child h2 {
        font-size: 3rem;
        line-height: 4rem;
    }

    .cgx-person-card-right-large > div > div:last-child p {
        font-size: 1.75rem;
        letter-spacing: 0.4px;
        line-height: 2.5rem;
    }

    .cgx-offset-3-cols > div h3 {
        color: #a4b4b7;
        font-size: 2rem;
        letter-spacing: 1.6px;
        line-height: 2.5rem;
    }

    .cgx-offset-3-cols > div > div > div > div p {
        font-size: 1.6875rem;
        letter-spacing: 0px;
        line-height: 3.75rem;
    }

    .cgx-wide-dbl-hero {
        background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(224,236,235,1) 20%, rgba(224,236,235,1) 80%, rgba(255,255,255,1) 80%);
    }

    div.cgx-offset-3-cols > div.row.position-relative > div.cgx-orderForms {
        position: absolute !important;
        height: 85%;
    }

    .cgx-product-header > div:first-child h1 {
        line-height: 7.25rem;
        font-size: 6.625rem;
        letter-spacing: 0px;
    }

    .cgx-product-header > div:first-child object {
        height: 3.5rem;
    }

    .cgx-product-header > div:first-child small {
        line-height: 2.5rem;
        font-size: 1.6875rem;
        letter-spacing: 0px;
    }

    .cgx-product-details > p:first-child {
        line-height: 2.5rem;
        font-size: 2rem;
        letter-spacing: 1.6px;
    }

    .cgx-product-details > :not(:first-child) {
        line-height: 2.8125rem;
        font-size: 1.6875rem;
        letter-spacing: 0px;
    }

    #case-default-icon {
        position: relative;
        top: 1rem;
    }
}

    /* Default screen size decided Dec 2022 */
@media screen and (min-width: 1920px) {
    .cgx-fluid-img-box-desc p {
        font-size: 2.25em;
        line-height: 3.25rem;
        letter-spacing: 0.36px;
    }

    .cgx-product-word-logo {
        width: 50px;
    }

    .cgx-wide-dbl-hero {
        background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(224,236,235,1) 10%, rgba(224,236,235,1) 80%, rgba(255,255,255,1) 80%);
    }
 }

.my-2rem {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mt-2rem {
    margin-top: 2rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.mx-2rem {
    margin-left: 2rem;
    margin-right: 2rem;
}

.ml-2rem {
    margin-left: 2rem;
}

.mr-2rem {
    margin-right: 2rem;
}

.pb-2rem {
    padding-bottom: 2rem;
}