@charset "utf-8";
/*
 /$$$$$$$   /$$$$$$   /$$$$$$  /$$$$$$  /$$$$$$        /$$$$$$$   /$$$$$$   /$$$$$$  /$$$$$$$$        /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$ 
| $$__  $$ /$$__  $$ /$$__  $$|_  $$_/ /$$__  $$      | $$__  $$ /$$__  $$ /$$__  $$| $$_____/       /$$__  $$| $$_____/|__  $$__/| $$  | $$| $$__  $$
| $$  \ $$| $$  \ $$| $$  \__/  | $$  | $$  \__/      | $$  \ $$| $$  \ $$| $$  \__/| $$            | $$  \__/| $$         | $$   | $$  | $$| $$  \ $$
| $$$$$$$ | $$$$$$$$|  $$$$$$   | $$  | $$            | $$$$$$$/| $$$$$$$$| $$ /$$$$| $$$$$         |  $$$$$$ | $$$$$      | $$   | $$  | $$| $$$$$$$/
| $$__  $$| $$__  $$ \____  $$  | $$  | $$            | $$____/ | $$__  $$| $$|_  $$| $$__/          \____  $$| $$__/      | $$   | $$  | $$| $$____/ 
| $$  \ $$| $$  | $$ /$$  \ $$  | $$  | $$    $$      | $$      | $$  | $$| $$  \ $$| $$             /$$  \ $$| $$         | $$   | $$  | $$| $$      
| $$$$$$$/| $$  | $$|  $$$$$$/ /$$$$$$|  $$$$$$/      | $$      | $$  | $$|  $$$$$$/| $$$$$$$$      |  $$$$$$/| $$$$$$$$   | $$   |  $$$$$$/| $$      
|_______/ |__/  |__/ \______/ |______/ \______/       |__/      |__/  |__/ \______/ |________/       \______/ |________/   |__/    \______/ |__/      
*/

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}

li {
	list-style-type: none;
}
body {
	font-family: "Georgia", Serif;
	font-size: 21px;
	line-height: 35px;
	font-weight: normal;
    background-color: #f4f4f4;
    transition: background-color 1s ease;    
}
h1 {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 32px;
}
h2 {
	font-family: Georgia, serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 40px;
}
.client-description {
	font-family: Georgia, serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 40px;
}
h3 {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin-top: -10px;
	margin-bottom: 10px;
}
h2.case-study-title,
h2.roles-label {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	margin-top: -10px;
	margin-bottom: 6px;
}
h4 {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	padding-right: 30px;
    color: #999;
}

.roles-section {
	margin-top: 16px;
}
.roles-section h2.roles-label {
	display: inline-block;
	margin-right: 8px;
}

.roles-label {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding-right: 8px;
	color: #000;
	line-height: 1.1;
}

.role-item {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	padding: 4px 8px;
	margin-right: 8px;
	margin-bottom: 4px;
	line-height: 1.1;
	background-color: transparent;
	color: #6d6c4d;
	border: 1px solid #d5d6bf;
	border-radius: 4px;
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}
.role-item.animate-in {
	opacity: 1;
	transform: translateY(0);
}

/* CASE STUDY STATS SECTION ================================================================================================= */
.stats-section {
	margin-top: 80px;
	margin-bottom: 80px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.stat-item {
	padding: 0 50px 50px 0;
	background-color: transparent;
	border: none;
	border-radius: 5px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

/* Desktop: 4 column layout - Impact + 3 stats side by side */
.stats-section .col-9_md-6_sm-6 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	align-items: start;
}

.stats-section .col-3_md-6_sm-6 {
	display: flex;
	align-items: flex-start;
	padding-top: 0;
}

.stats-section .case-study-title {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}

.stats-section .stat-number {
	margin-top: 0;
	padding-top: 0;
	font-size: 64px;
}

.stat-item:last-child {
	border-right: none;
}

.stat-item:last-child {
	border-right: none;
}

/* TABLET AND MOBILE RESPONSIVE FOR STATS SECTION ================================================================================================= */
@media all and (max-width: 1024px) {
	.stats-section .grid > [class*="col-"] {
		padding-bottom: 0.5rem !important;
	}
	
	.stats-section .col-9_md-6_sm-6 {
		display: block !important;
		grid-template-columns: none !important;
	}
	
	.stat-item {
		padding: 0 0 50px 0;
		border: none;
		margin-bottom: 0;
		min-height: auto;
	}
	
	.stats-section .stat-number {
		font-size: 40px !important;
		margin-bottom: 13px !important;
	}
	
	.stats-section .stat-label {
		font-size: 14px !important;
		font-family: 'Satoshi', Helvetica, Arial, sans-serif !important;
		color: #000000 !important;
		font-weight: 500 !important;
		line-height: 1.5 !important;
	}
}

/* MOBILE STAT LABEL SIZE ================================================================================================= */
@media all and (max-width: 768px) {
	.stats-section .stat-label {
		font-size: 14px !important;
	}
}
@media screen and (max-width: 768px) {
	.accordion-section .col-6_md-12:last-child {
		margin-top: 50px !important;
	}
	.accordion-section {
		margin-bottom: 50px !important;
	}
}

/* TABLET STAT NUMBER SIZE ================================================================================================= */
@media all and (min-width: 769px) and (max-width: 1024px) {
	.stats-section .stat-number {
		font-size: 64px !important;
	}
	
	.stats-section .stat-label {
		font-size: 14px !important;
		font-family: 'Satoshi', Helvetica, Arial, sans-serif !important;
		color: #000000 !important;
		font-weight: 500 !important;
		line-height: 1.5 !important;
	}
}

.stat-number {
	font-family: 'Georgia', Serif;
	font-size: 72px;
	font-weight: 900;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.2;
}

.stat-label {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	line-height: 1.5;
	margin-bottom: 0;
}

.stat-note {
	font-family: 'Georgia', Serif;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}
h5 {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif !important;
	font-weight: 900 !important;
	font-style: normal !important;
	letter-spacing: 0px;
	position: fixed;
	text-align: left;
	right: -50px;
	top: 50px;
	font-size: 50px;
	color: #05081e;
	opacity: 0.05;
	z-index: -1000;
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	/* IE */
	-ms-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

img {
  border-radius: 0 !important; /*border-rad*/
}
a, a img {
  border-radius: 0 !important;
}
video, .video-js, .vjs-poster, .vjs-poster img {
  border-radius: 0 !important;
}
audio, .audioplayer {
  border-radius: 0 !important;
}

/* Container needed to position the button. Adjust the width as needed */
.container2 {
  position: relative;
  width: 100%;
}

/* Make the image responsive */
.container2 img {
  width: 100%;
  height: auto;
}

/* Style the button and place it in the middle of the container/image - Updated 2025-01-27 v2 */
.container2 .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Georgia", Serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  padding: 1em 2em;
  width: auto;
  background-color: #DDE852;
  /* FORCE RELOAD - PADDING UPDATED 2025-01-27 */
  color: #000;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.container2 .btn:hover {
  opacity: 0.9;
  background-color: #2B333F;
  color: #fff;
  transform: translate(-50%, -50%) scale(1.05);
}

.description_left {
	font-size: clamp(12px, 2.5vw, 18px);
    line-height: clamp(22px, 4.5vw, 36px);
	padding-right: 100px;
}
.client_top_brief_padding {
	padding-top: 300px;
}
.client_brief_padding {
	padding-top: 100px;
}
.client_campaign_padding {
	padding-top: 100px;
}
.client_within_padding {
    display: block;
    height: 200px;
    border: 0;
    border-bottom: 2px solid #e3e4e5;
    margin-bottom: 50px;
}
.icon_padding {
	padding-left: 0px;
	padding-right: 0px;
}
.icon_padding_2 {
	padding-left: 50px;
	padding-right: 50px;
}
.highlight {
	background: linear-gradient(
		to bottom,
		transparent 50%,
		#DDE852 50%
	);
	padding: 6px 6px;
}

/* DRAWING BORDER BUTTON EFFECT ================================================================================= */

.btn {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  font: 700 1.2rem 'Georgia', serif;
  padding: 1em 2em;
  letter-spacing: 0.05rem;
  text-align: center;
  width: 150px;
  display: block;
  margin: 0 auto;
  color: #C3BA64;
  transition: color 0.25s 0.083s;
  position: relative;
}

.btn:before,
.btn:after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0; 
  height: 0;
  bottom: 0; 
  left: 0;
}

.btn:before {
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.btn:after {
  border-top-width: 2px;
  border-left-width: 2px;
}

.btn:hover {
  color: #DDE852;
}

.btn:hover:before,
.btn:hover:after {
  border-color: #DDE852;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.btn:hover:before { 
  transition-delay: 0s, 0s, 0.25s; 
}

.btn:hover:after { 
  transition-delay: 0s, 0.25s, 0s; 
}

.btn:focus { 
  outline: 2px dotted #DDE852; 
}
.highlight_link {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
	text-decoration: none;
}
/* Description Left Top Line Border Style - Saved for future use */
.description_left_top_line_border {
	padding: 30px 0.5rem;
	margin: 30px 0;
	position: relative;
}
.description_left_top_line_border::before {
	content: '';
	position: absolute;
	left: 0.5rem;
	right: 0.5rem;
	top: 0;
	height: 2px;
	background-color: #e3e4e5;
}
.container {
	margin-left: 10%;
	margin-right: 10%;
}

/* Client page typography styles */
.role-item {
	font-size: 13px !important;
}
.roles-label {
	font-size: 13px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	font-weight: 700 !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-right: 8px !important;
	display: inline-block !important;
}
.case-study-title {
	font-size: 13px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	font-weight: 700 !important;
}
.description_left {
	font-size: 14px !important;
	line-height: 24px !important;
}
h3 {
	font-weight: 700 !important;
}
/* ========== ACCORDION STYLES - START (Remove this entire block to undo accordion) ========== */
/* 
 * STANDARD ACCORDION STYLING - Applies to all accordions site-wide
 * 
 * Base styles:
 * - margin-top: 40px (default top spacing, can be overridden with inline style if needed)
 * - max-width: calc(100% - 20px) (20px narrower than container for consistent spacing)
 * - padding-bottom: 0 (no default bottom padding)
 * 
 * Mobile responsive (max-width: 1024px, 768px, 576px):
 * - margin-bottom: 50px (spacing below accordion when stacked in single column)
 * - .col-6_md-12:last-child margin-top: 50px (spacing between accordion and images when stacked)
 * 
 * To use: Simply add class="accordion-section" to your accordion container div
 * To override top margin: Add inline style="margin-top: 0;" or desired value
 */
.accordion-section {
	margin-top: 40px;
	padding-bottom: 0;
}
/* Accordion width only applies on desktop */
@media (min-width: 64.01em) {
	.accordion-section.col-6_md-12 {
		flex-basis: 42.5% !important;
		max-width: 42.5% !important;
		width: 42.5%;
	}
	/* Keep the right column at 50% when next to accordion and push it to the right */
	.grid > .accordion-section.col-6_md-12 + .col-6_md-12 {
		flex-basis: 50% !important;
		max-width: 50% !important;
		margin-left: auto;
	}
}
.accordion-section .col-6_md-12:first-child {
	padding-right: 20px;
}
.lyft-accordion-col {
	padding-right: 20px;
}
.accordion-item {
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
	position: relative;
	overflow: hidden;
}
.accordion-item:first-child {
	border-top: 1px solid #ddd;
}
.accordion-item:last-child {
	border-bottom: 1px solid #ddd;
}
.accordion-timer {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background-color: #C3BA64;
	width: 0%;
	transition: width linear;
	z-index: 1;
}
.accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	text-align: left;
	margin-bottom: 6px;
}
.accordion-header h2.case-study-title {
	margin: 0;
	flex: 1;
}
.accordion-icon {
	width: 10px;
	height: 10px;
	margin-left: 12px;
	transition: transform 0.3s ease;
	flex-shrink: 0;
	transform: translateX(-4px);
}
.accordion-header[aria-expanded="true"] .accordion-icon {
	transform: translateX(-4px) rotate(45deg);
}
.accordion-content {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.4s ease, opacity 0.3s ease 0.1s;
}
.accordion-content.open {
	max-height: 1000px;
	opacity: 1;
}
.accordion-content .description_left {
	margin-top: 0;
	padding-top: 0;
	padding-right: 28px;
}
/* ========== ACCORDION STYLES - END ========== */
.image-label {
	margin-top: -16px;
	margin-bottom: 0;
}
.brand-campaign-label {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 25px !important;
	margin-top: -10px !important;
	margin-bottom: 10px !important;
	padding: 0 !important;
	display: block !important;
}
.color-black {
  background-color: #303030;
}
.color-white {
  background-color: #f4f4f4;
}
.panel {
  /* min height incase content is higher than window height */
  min-height: 100vh;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}


/* Container needed to position the button. Adjust the width as needed */
.container2 {
  position: relative;
  width: 100%;
}

/* Make the image responsive */
.container2 img {
  width: 100%;
  height: auto;
}















/*
 /$$      /$$ /$$$$$$$$ /$$$$$$$  /$$$$$$  /$$$$$$         /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$  /$$$$$$ 
| $$$    /$$$| $$_____/| $$__  $$|_  $$_/ /$$__  $$       /$$__  $$| $$  | $$| $$_____/| $$__  $$|_  $$_/| $$_____/ /$$__  $$
| $$$$  /$$$$| $$      | $$  \ $$  | $$  | $$  \ $$      | $$  \ $$| $$  | $$| $$      | $$  \ $$  | $$  | $$      | $$  \__/
| $$ $$/$$ $$| $$$$$   | $$  | $$  | $$  | $$$$$$$$      | $$  | $$| $$  | $$| $$$$$   | $$$$$$$/  | $$  | $$$$$   |  $$$$$$ 
| $$  $$$| $$| $$__/   | $$  | $$  | $$  | $$__  $$      | $$  | $$| $$  | $$| $$__/   | $$__  $$  | $$  | $$__/    \____  $$
| $$\  $ | $$| $$      | $$  | $$  | $$  | $$  | $$      | $$/$$ $$| $$  | $$| $$      | $$  \ $$  | $$  | $$       /$$  \ $$
| $$ \/  | $$| $$$$$$$$| $$$$$$$/ /$$$$$$| $$  | $$      |  $$$$$$/|  $$$$$$/| $$$$$$$$| $$  | $$ /$$$$$$| $$$$$$$$|  $$$$$$/
|__/     |__/|________/|_______/ |______/|__/  |__/       \____ $$$ \______/ |________/|__/  |__/|______/|________/ \______/ 
                                                               \__/                                                          
*/


/* MEDIA QUERIES 2560px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MEDIA QUERIES 2560px 
  ___    _____     __     ___  
 |__ \  | ____|   / /    / _ \ 
    ) | | |__    / /_   | | | |
   / /  |___ \  | '_ \  | | | |
  / /_   ___) | | (_) | | |_| |
 |____| |____/   \___/   \___/                             
*/

@media all and (max-width: 2560px) {
	.container {
		max-width: 1600px;
		margin-left: 15%;
		margin-right: 30%;
	}
    .others_pad {
        height: auto;
        padding: 40px 35px 10px 35px;
        /*border: thin;
        border-color: aquamarine;
        border-style: solid;*/
    }    
    
}

/* MEDIA QUERIES 1920px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MEDIA QUERIES 1920px 
  __    ___    ___     ___  
 /_ |  / _ \  |__ \   / _ \ 
  | | | (_) |    ) | | | | |
  | |  \__, |   / /  | | | |
  | |    / /   / /_  | |_| |
  |_|   /_/   |____|  \___/ 
*/


@media all and (max-width: 1920px) {
	.container {
		max-width: 1200px;
		margin-left: 7%;
	}
    body {
        font-family: "Georgia", Serif;
        font-size: 21px;
        line-height: 35px;
        font-weight: normal;
        background-color: #f4f4f4;
        transition: background-color 1s ease;    
    }    
    h1 {
        right: -80px;
        font-size: 28px;
    }
    h2 {
        font-family: Georgia, serif;
        font-weight: 500;
        font-size: 21px;
        line-height: 35px;
    }
    .client-description {
        font-family: Georgia, serif;
        font-weight: 500;
        font-size: 21px;
        line-height: 35px;
    }
    h3 {
        font-family: 'Satoshi', Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        margin-top: -10px;
    }
    h4 {
        font-family: 'Satoshi', Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        padding-right: 30px;
        color: #999;
    }

    .description_left {
        padding-right: 100px;
    }    
}
/* MEDIA QUERIES 1366px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM  MEDIA QUERIES 1366px - Updated 2025-01-27 
  __   ____      __      __  
 /_ | |___ \    / /     / /  
  | |   __) |  / /_    / /_  
  | |  |__ <  | '_ \  | '_ \ 
  | |  ___) | | (_) | | (_) |
  |_| |____/   \___/   \___/ 
*/

@media all and (max-width: 1366px) {

	.container {
		max-width: 1600px;
		margin-left: 10%;
		margin-right: 20%;
	}
    .others_pad {
        height: auto;
        padding: 40px 35px 10px 35px;
        /*border: thin;
        border-color: aquamarine;
        border-style: solid;*/
    }
    h3 {
        padding-right: 25px;
    }
    h4{
        line-height: 0px;
    }
    
}    
/* MEDIA QUERIES 64em MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MEDIA QUERIES 64em 
    __    _  _   
   / /   | || |  
  / /_   | || |_ 
 | '_ \  |__   _|
 | (_) |    | |  
  \___/     |_|  
*/

@media all and (max-width: 64em) {
	.container {
		max-width: 100%;
		margin-left: 10%;
		margin-right: 10%;
	}    
    h5 {
        right: -80px;
        font-size: 45px;
    }	
    .icon_padding_2 {
		padding-left: 50px;
		padding-right: 50px;
	}
	.description_left {
		padding-right: 0px;
	}
	.accordion-section .col-6_md-12:first-child {
		padding-right: 0;
	}
}
@media screen and (max-width: 1024px) {
	.accordion-section .col-6_md-12:last-child {
		margin-top: 50px !important;
	}
	.accordion-section {
		margin-bottom: 50px !important;
	}
	.lyft-accordion-col {
		padding-right: 0;
	}
	/* Mobile spacing between accordion and bus image only on Lyft page */
	.lyft-accordion-col + .col-6_md-12 {
		margin-top: 50px;
	}
    h3 {
        padding-right: 50px;
    }
	h4 {
		font-size: 12px;
		padding-right: 30px;
        line-height: 0px;
	}
}
/* ++END++ */

/* MEDIA QUERIES 48em MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MEDIA QUERIES 48em 
  _  _      ___  
 | || |    / _ \ 
 | || |_  | (_) |
 |__   _|  > _ < 
    | |   | (_) |
    |_|    \___/ 
*/

@media all and (max-width: 48em) {
	.container {
		margin-left: 0px;
		margin: 0 auto;
		max-width: 100%;
		margin: 0 0 0 0;
		padding-right: 30px;
		padding-left: 30px;
	}    
    h5 {
        right: -90px;
    }
    .icon_padding {
		padding-left: 50px;
		padding-right: 50px;
	}
	.icon_padding_2 {
		padding-left: 20px;
		padding-right: 20px;
	}
    .client_within_padding {
        display: block;
        height: 150px;
        border-bottom: 2px solid #e3e4e5;
        margin-bottom: 50px;
    }     
}
@media screen and (max-width: 768px) {
	.accordion-section .col-6_md-12:last-child {
		margin-top: 50px !important;
	}
	.accordion-section {
		margin-bottom: 50px !important;
	}
}
/* ++END++ */

/* MEDIA QUERIES 36em MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MEDIA QUERIES 36em 
  ____      __  
 |___ \    / /  
   __) |  / /_  
  |__ <  | '_ \ 
  ___) | | (_) |
 |____/   \___/ 
*/

@media all and (max-width: 36em) {
	.container {
		margin-left: 0px;
		margin: 0 auto;
		max-width: 100%;
		margin: 0 0 0 0;
		padding-right: 30px;
		padding-left: 30px;
	}
	body {
		font-size: 16px;
		line-height: 30px;
		font-weight: normal;
	}
}
@media screen and (max-width: 576px) {
	.accordion-section .col-6_md-12:last-child {
		margin-top: 50px !important;
	}
	.accordion-section {
		margin-bottom: 50px !important;
	}
	.container2 .btn {
		font-size: 12px;
		padding: 0.6em 1.2em;
	}	
    h1 {
		right: -90px;
	}
	h2 {
		font-family: Georgia, serif;
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
	}
	.client-description {
		font-family: Georgia, serif;
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
	}
	h4 {
		font-size: 12px;
		padding-right: 20px;
        line-height: 0px;
	}
	h3 {
		font-size: 14px;
		line-height: 25px;
		margin-top: -10px;
        padding-right: 0px;
    }
	.client_top_brief_padding {
		padding-top: 150px;
	}
	.client_brief_padding {
		padding-top: 50px;
	}
	.icon_padding {
		padding-left: 20px;
		padding-right: 20px;
	}
	.icon_padding_2 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.client_campaign_padding {
		padding-top: 50px;
	}
    .client_within_padding {
        display: block;
        height: 100px;
        border-bottom: 2px solid #e3e4e5;
        margin-bottom: 25px;
    }
    .others_pad {
        height: auto;
        padding: 30px 25px 0px 25px;
        /*border: thin;
        border-color: aquamarine;
        border-style: solid;*/
    } 
	.container2 .btn {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  font-family: "Georgia", Serif;
	  font-size: 13px;
	  font-weight: normal;
	  text-decoration: none;
	  padding: 0.8em 1.5em;
	  width: auto;
	  background-color: #DDE852;
	  color: #000;
	  border: none;
	  cursor: pointer;
	}		
	
	
	
}


/* MEDIA QUERIES iPad MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MEDIA QUERIES iPad 
    /* Portrait and Landscape */@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
 	.container {
		margin-left: 0px;
		margin: 0 auto;
		max-width: 100%;
		margin: 0 0 0 0;
		padding-right: 60px;
		padding-left: 60px;
	}        
}

/* ++END++ */