
/* global formatting ======================================================================= */

html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 22px;
    color: #000;
    background: #fff;
}

.content-cog h1, 
.content-cog h2, 
.content-cog h3,
.content-cog h4, 
.content-cog h5, 
.content-cog h6 {
    font-weight: 700;
}

.content-cog p {
    margin-bottom: 40px;
    line-height: 34px;
}

.content-cog .btn-call-to-action {
    color: #fff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 50px;
    background: #0e486e;
    font-weight: 700;
    white-space: normal;
    transition: 0.3s;
}

.content-cog .btn-call-to-action:hover {
    color: #fff;
    background: #346c91;
}

/* index page formatting ================================================================ */

.section-cog-header {
    background: #fff;
    border-bottom: 2px dashed #1097b4;
}

.section-cog-header .container {
    padding-top: 30px;
    padding-bottom: 10px;
}

.section-cog-header h1 {
    font-size: 46px;
    margin-bottom: 5px;
    line-height: 56px;
    font-weight: 800;
}

.section-cog-header p {
    margin-bottom: 0px;
}

.section-cog-wellness-journey {
    background: #fff;
    border-bottom: 2px dashed #1097b4;
}

.section-cog-wellness-journey .container {
    padding-top: 90px;
    padding-bottom: 70px;
    position: relative;
}

.section-cog-wellness-journey .row {
    display: flex;
    align-items: center;
}

.section-cog-wellness-journey h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
}

.section-cog-wellness-journey p:first-of-type strong {
    font-size: 30px;
}

.section-cog-wellness-journey p:last-child {
    margin-bottom: 0px;
}

.section-cog-why-you-need.share-story,
.section-cog-why-you-need.story {
    background: #eefcff;
}

.section-cog-why-you-need.imppression,
.section-cog-why-you-need.email {
    background: #ecf9f3;
}

.section-cog-why-you-need .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-cog-why-you-need h2 {
    font-size: 32px;
    margin-bottom: 70px;
}

.section-cog-why-you-need h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.section-cog-why-you-need .row {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-cog-why-you-need.share-story .main {
    position: relative;
    right: -15px;
    top: -31px;
    z-index: 2;
    max-width: 500px;
}

.section-cog-why-you-need.share-story .box {
    position: absolute;
    top: -35px;
    right: -70px;
    max-width: 430px;
}

.section-cog-why-you-need.imppression .main {
    position: relative;
    left: -15px;
    top: -27px;
    z-index: 2;
    max-width: 500px;
}

.section-cog-why-you-need.imppression .box {
    position: absolute;
    top: -28px;
    left: -50px;
    max-width: 430px;
}

.section-cog-why-you-need.story .main {
    position: relative;
    right: -15px;
    top: -11px;
    z-index: 2;
    max-width: 500px;
}

.section-cog-why-you-need.story .box {
    position: absolute;
    top: -1px;
    right: -50px;
    max-width: 430px;
}

.section-cog-why-you-need.email .main {
    position: relative;
    left: -15px;
    top: -27px;
    z-index: 2;
    max-width: 500px;
}

.section-cog-why-you-need.email .box {
    position: absolute;
    top: 10px;
    left: -50px;
    max-width: 430px;
}

.section-cog-choose {
    background: #fff;
}

.section-cog-choose .container {
    padding-top: 90px;
    padding-bottom: 110px;
}

.section-cog-choose .row {
    display: flex;
    align-items: center;
}

.section-cog-choose h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 60px;
}

.section-cog-choose p:last-child {
    margin-bottom: 0px;
}

.section-cog-choose-service {
    background: #fff;
}

.section-cog-choose-service .container {
    padding-bottom: 0px;
}

.section-cog-choose-service .box {
    background: #d4eaef;
	border-radius: 20px;
	padding: 40px 45px;
	margin-bottom: 130px;
	position: relative;
}

.section-cog-choose-service .box:nth-child(odd) {
    margin-right: 50px;
}

.section-cog-choose-service .box:nth-child(even) {
    margin-left: 50px;
}

.section-cog-choose-service .box img {
    position: absolute;
}

.section-cog-choose-service .box.facebook img {
   width: 55%;
   top: -20px;
   right: -120px;
}

.section-cog-choose-service .box.dis-grp img {
   width: 69%;
   top: -40px;
   left: -160px;
}

.section-cog-choose-service .box.ret-grp img {
   width: 70%;
   top: -90px;
   right: -160px;
}

.section-cog-choose-service .box.linkedin img {
   width: 45%;
   top: 20px;
   left: -60px;
}

.section-cog-choose-service .box.x img {
   width: 50%;
   top: 40px;
   right: -60px;
}

.section-cog-choose-service .box.email img {
   width: 53%;
   top: 0px;
   left: -130px;
}

.section-cog-choose-service .box.youtube img {
   width: 45%;
   top: 10px;
   right: -60px;
}

.section-cog-choose-service h3 {
    margin-bottom: 30px;
}

.section-cog-choose-service p:last-child {
    margin-bottom: 20px;
}

.section-cog-why-choose {
    background: #0e486e;
    color: #fff;
}

.section-cog-why-choose .container {
    padding-top: 110px;
    padding-bottom: 140px;
}

.section-cog-why-choose h2 {
    font-size: 32px;
    line-height: 42px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.section-cog-why-choose .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 50px;
}

.section-cog-why-choose .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-cog-tell-your-story {
    background: #fff;
}

.section-cog-tell-your-story .container {
    padding-top: 90px;
    padding-bottom: 80px;
    position: relative;
}

.section-cog-tell-your-story h2 {
    font-size: 32px;
    margin-bottom: 60px;
}

.section-cog-tell-your-story img {
    position: absolute;
    bottom: 110px;
    left: -30px;
    width: 25%;
}

.section-tab-nav {
    padding-bottom: 200px;
}

.section-tab-nav>ul {
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #0e486e;
}

.section-tab-nav .nav-tabs>li>a {
    margin-left: 10px;
	margin-right: 10px;
    line-height: 1.42857143;
    border: 3px solid #0e486e;	
    border-bottom: 3px solid transparent;
	color: #252525;
	font-weight: 700;
	font-size: 30px;
	width: 330px;
	text-align: center;
}

.section-tab-nav .nav-tabs>li>a:hover {
	border-color: #0e486e #0e486e transparent;
	background: transparent;
}

.section-tab-nav .nav-tabs>li.active>a, 
.section-tab-nav .nav-tabs>li.active>a:focus, 
.section-tab-nav .nav-tabs>li.active>a:hover {
    background: #0e486e;
    color: #fff;
    border: 3px solid #0e486e;
}

.section-branding .container {
    padding-top: 50px;
    padding-bottom: 80px;
} 

.section-branding .row {
    display: flex;
    flex-wrap: wrap;
} 

.section-branding .panel-box {
    display: flex;
    flex-direction: column;
    border-top: 8px solid #1097b4;
    border-radius: 5px;
    position: relative;
    padding: 25px 20px 30px;
    box-shadow: 1px 1px 7px #000000a3;
    margin: 0 auto 90px;
    height: 100%;
} 

.section-branding .panel-box h3 {
    font-size: 20px;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 20px;
} 

.section-branding .panel-box p,
.section-branding .panel-box ul li {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
} 

.section-branding .panel-box .panelheader {
	flex: 1;
} 

.section-branding .panel-box .panelbody {
	flex: 2;
} 

.section-branding .panel-box .text-regular {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
} 

.section-branding .panel-box .text-regular.slashed {
	margin-bottom: 10px;
	text-decoration: line-through;
	font-weight: normal;
}

.section-branding .panel-box .text-price.promo {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
}

.section-a-la-carte .container {
    padding-top: 50px;
    padding-bottom: 80px;
} 

.section-a-la-carte h2 {
    font-size: 30px;
} 

.section-a-la-carte table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
}

.section-a-la-carte table h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

.section-a-la-carte table p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.section-a-la-carte table th {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    color: #fff;
    background: #0e486e;
}

.section-a-la-carte table td {
    border: 1px solid #ddd;
}

.section-a-la-carte table td {
    padding: 9px;
}

.section-a-la-carte table .checkbox-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Ensure full width for centering */
    height: 100%; 
}

.section-a-la-carte table .checkbox-container input[type="checkbox"] {
    transform: scale(1.5);
    margin: 0;
}

.section-a-la-carte table .checkbox-container input[type="checkbox"] {
    transform: scale(1.5);
    margin: 0;
}

.section-a-la-carte .btn-call-to-action {
    color: #fff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 50px;
    background: #0e486e;
    font-weight: 700;
    white-space: normal;
    transition: 0.3s;
}

.section-a-la-carte .btn-call-to-action:hover {
    color: #fff;
    background: #346c91;
}

@media (min-width: 1200px) {
    
	/* index page formatting ===================================================================== */
    
	.section-a-la-carte table td:nth-child(1) {
	    padding: 20px 50px;
	}
	
}

@media (max-width: 1199px) and (min-width: 992px) {

    /* index page formatting ================================================================ */
    
	.section-cog-why-you-need.share-story .main {
	    max-width: 430px;
	}
	
    .section-cog-why-you-need.share-story .box {
        top: -16px;
    }

	.section-cog-why-you-need.imppression .main {
	    max-width: 430px;
	}
	
    .section-cog-why-you-need.imppression .box {
        top: 5px;
    }

	.section-cog-why-you-need.story .main {
	    max-width: 430px;
	}
	
    .section-cog-why-you-need.story .box {
        top: 31px;
    }

	.section-cog-why-you-need.email .main {
	    max-width: 430px;
	}
	
    .section-cog-why-you-need.email .box {
        top: 40px;
    }

	.section-cog-choose-service .box.facebook img {
	   top: 60px;
	   right: -80px;
	}
	
	.section-cog-choose-service .box.dis-grp img {
	   top: 40px;
	   left: -110px;
	}
	
	.section-cog-choose-service .box.ret-grp img {
	   top: -40px;
	   right: -140px;
	}
	
	.section-cog-choose-service .box.linkedin img {
	   top: 70px;
	   left: -30px;
	}
	
	.section-cog-choose-service .box.x img {
	   top: 60px;
	   right: -40px;
	}
	
	.section-cog-choose-service .box.email img {
	   top: 50px;
	   left: -70px;
	}
	
	.section-cog-choose-service .box.youtube img {
	   top: 40px;
	   right: -30px;
	}
	
}

@media (max-width: 991px) and (min-width: 768px) {
    
    /* global formatting ======================================================================= */

    body {
        font-size: 20px;
    }
    
    /* index page formatting ================================================================ */
    
    .section-cog-header h1 {
        font-size: 34px;
        line-height: 44px;
    }

	.section-cog-wellness-journey .container {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	
    .section-cog-wellness-journey h2 {
        font-size: 30px;
		line-height: 40px;
    }

    .section-cog-why-you-need h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .section-cog-why-you-need.share-story .main {
        top: -29px;
        max-width: 330px;
    }

    .section-cog-why-you-need.share-story .box {
        top: 74px;
        width: 300px;
        right: -20px;
    }

    .section-cog-why-you-need.imppression .main {
        top: -46px;
        max-width: 330px;
    }

    .section-cog-why-you-need.imppression .box {
        top: 55px;
        width: 300px;
        left: -20px;
    }

    .section-cog-why-you-need.story .main {
        top: -23px;
        max-width: 330px;
    }

    .section-cog-why-you-need.story .box {
        top: 92px;
        width: 300px;
        right: -10px;
    }

    .section-cog-why-you-need.email .main {
        top: -8px;
        max-width: 330px;
    }

    .section-cog-why-you-need.email .box {
        top: 145px;
        width: 300px;
        left: -20px;
    }

	.section-cog-choose .container {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	
    .section-cog-choose h2 {
        font-size: 30px;
		line-height: 40px;
    }

    .section-cog-why-choose h2 {
        font-size: 30px;
    }

	.section-cog-choose-service .box.facebook img {
	   top: 100px;
	   right: -40px;
	}
	
	.section-cog-choose-service .box.dis-grp img {
	   top: 110px;
	   left: -90px;
	}
	
	.section-cog-choose-service .box.ret-grp img {
	   top: 60px;
	   right: -100px;
	}
	
	.section-cog-choose-service .box.linkedin img {
	   top: 130px;
	   left: -10px;
	}
	
	.section-cog-choose-service .box.x img {
	   top: 130px;
	   right: -30px;
	}
	
	.section-cog-choose-service .box.email img {
	   top: 140px;
	   left: -50px;
	}
	
	.section-cog-choose-service .box.youtube img {
	   top: 140px;
	   right: -30px;
	}
	
    .section-cog-tell-your-story h2 {
        font-size: 30px;
    }

}

@media (max-width: 991px) {
     
}

@media (max-width: 767px) {
    
    /* global formatting ======================================================================= */

    body {
        font-size: 16px;
    }
    
    .content-cog p {
        line-height: 26px;
        margin-bottom: 20px;
    }

    /* index page formatting ================================================================ */
    
    .section-cog-header .container {
        padding-top: 20px;
    }

    .section-cog-header h1 {
        font-size: 26px;
        line-height: 34px;
    }
    
	.section-cog-header p {
	    margin-bottom: 0px;
	}
	
	.section-cog-wellness-journey .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-cog-wellness-journey .row {
        display: block;
    }

	.section-cog-wellness-journey p:first-of-type strong {
	    font-size: 20px;
	}

	.section-cog-wellness-journey p:last-child {
	    margin-bottom: 30px;
	}
	
    .section-cog-why-you-need .container {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .section-cog-why-you-need h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-cog-why-you-need h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-cog-why-you-need h3 {
        font-size: 20px;
    }

    .section-cog-why-you-need .row {
        display: block;
    }

    .section-cog-why-you-need.share-story .main {
        position: relative;
        top: auto;
        right: 0px;
    }

    .section-cog-why-you-need.share-story .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-cog-why-you-need.imppression .main {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-bottom: 30px;
    }

    .section-cog-why-you-need.imppression .box {
        top: auto;
        right: 0;
        bottom: 90px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-cog-why-you-need.share-story .main {
        position: relative;
        right: 0px;
        width: 100%;
        margin-bottom: 30px;
    }

    .section-cog-why-you-need.share-story .box {
        top: auto;
        right: 0;
        bottom: 70px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-cog-why-you-need.story .main {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-bottom: 30px;
    }

    .section-cog-why-you-need.story .box {
        top: auto;
        right: 0;
        bottom: 50px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-cog-why-you-need.email .main {
        position: relative;
        top: auto;
        left: 0;
        width: 100%;
    }

    .section-cog-why-you-need.email .box {
        top: auto;
        right: 0;
        bottom: -10px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-cog-choose .container {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .section-cog-choose .row {
        display: block;
    }

    .section-cog-choose h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }

	.section-cog-choose p:last-child {
	    margin-bottom: 30px;
	}
	
	.section-cog-choose-service h3 {
        font-size: 20px;
	    margin-bottom: 20px;
	}
	
	.section-cog-choose-service .box {
		padding: 20px 25px;
		margin-bottom: 50px;
	}
	
	.section-cog-choose-service .box:nth-child(odd) {
	    margin-right: 0px;
	}
	
	.section-cog-choose-service .box:nth-child(even) {
	    margin-left: 0px;
	}
	
	.section-cog-choose-service .box img {
	    position: relative;
	    left: auto !important;
	    right: auto !important;
	    width: 100% !important;
	    max-width: 400px;
	    top: auto !important;
	}
	
    .section-cog-why-choose .container {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .section-cog-why-choose h2 {
        font-size: 24px;
    }

	.section-cog-why-choose .youtube-player {
	    margin-bottom: 30px;
	}
	
    .section-cog-why-choose img {
        margin-bottom: 30px;
    }

    .section-cog-tell-your-story .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-cog-tell-your-story h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-cog-tell-your-story img {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        max-width: 400px;
    }

	.section-tab-nav {
        padding-bottom: 80px;
	}
	
	.section-tab-nav .nav-tabs>li>a {
	    line-height: 1.42857143;
		font-size: 16px;
		width: 150px;
		height: 70px
	}
	
	.section-branding .row {
	    display: block;
	} 
	
	.section-branding .panel-box {
	    display: block;
	    max-width: 500px;
	}
	
	.section-branding .panel-box p,
	.section-branding .panel-box ul li {
	    font-size: 16px;
	    margin-bottom: 10px;
	} 
	
	.section-branding .panel-box ul {
	    margin-top: -20px;
	    margin-bottom: 20px;
	} 
	
	.section-branding .panel-box p {
	    margin-bottom: 30px;
	} 
	
	.section-a-la-carte h2 {
        font-size: 24px;
	} 
	
	.section-a-la-carte table h3 {
	    font-size: 14px;
	}
	
	.section-a-la-carte table p {
	    font-size: 14px;
	    line-height: 18px;
	    margin: 0;
	}
	
	.section-a-la-carte table th {
	    font-size: 14px;
	}
	
	.section-a-la-carte table img {
	    display: none;
	}
	
}

@media (max-width: 480px) {

}




