/*** Builder Page***/


.row-flex {
  display: -webkit-box;
  display: flex; /* columns are now equal height */
  display:-ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
}

.the-builder .col-sm-1, 
.the-builder .col-sm-2, 
.the-builder .col-sm-3, 
.the-builder .col-sm-4, 
.the-builder .col-sm-5, 
.the-builder .col-sm-6, 
.the-builder .col-sm-7, 
.the-builder .col-sm-8, 
.the-builder .col-sm-9, 
.the-builder .col-sm-10, 
.the-builder .col-sm-11, 
.the-builder .col-sm-12   {
  display: -webkit-box;
  display:-ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;  
  webkit-flex-direction: row;
}

.icon-list .row-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.cast-keys .row-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.product-links .row-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.page-template-builder-page .row {
    margin-left:0;
    margin-right:0;
}


@media screen and (max-width: 820px) {
    
.the-builder .col-sm-4 {
    width:100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex:0;
        -ms-flex-positive:0;
            flex-grow:0;
}
}

@media screen and (max-width: 767px) {
    
.the-builder .col-sm-1, 
.the-builder .col-sm-2, 
.the-builder .col-sm-5, 
.the-builder .col-sm-6, 
.the-builder .col-sm-7, 
.the-builder .col-sm-8, 
.the-builder .col-sm-9, 
.the-builder .col-sm-10, 
.the-builder .col-sm-11, 
.the-builder .col-sm-12,
.single-case-studies .col-sm-1, 
.single-case-studies .col-sm-2, 
.single-case-studies .col-sm-4, 
.single-case-studies .col-sm-5, 
.single-case-studies .col-sm-6, 
.single-case-studies .col-sm-7, 
.single-case-studies .col-sm-8, 
.single-case-studies .col-sm-9, 
.single-case-studies .col-sm-10, 
.single-case-studies .col-sm-11, 
.single-case-studies .col-sm-12 {
    width:100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex:0;
        -ms-flex-positive:0;
            flex-grow:0;
}

.the-builder .col-sm-3,
.single-case-studies .col-sm-3 {
    width:50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex:0;
        -ms-flex-positive:0;
            flex-grow:0;
}


.parent-pageid-96 .col-sm-6,
.page-id-96 .col-sm-6 {
    width:50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex:0;
        -ms-flex-positive:0;
            flex-grow:0;
}

.cast-keys .col-sm-2,
.icon-list .col-sm-1  {
    display:inline-block;
    width:50px;
}

.cast-keys .col-sm-10,
.icon-list .col-sm-11 {
    display:inline-block;
    width: 85%;
}

.page-id-2413 .col-sm-6 {    
    width:50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex:0;
        -ms-flex-positive:0;
            flex-grow:0;
}

.mobile-hide {
    display:none !important;
}

}

@media screen and (max-width:600px) {
    
.the-builder .col-sm-3,
.single-case-studies .col-sm-3 {
    width:100%;
}

.page-id-2413 .col-sm-6 {    
    width:100%;
}


.cast-keys .col-sm-10,
.icon-list .col-sm-11 {
    width: 80%;
}
    
}

@media screen and (max-width:555px) {
.parent-pageid-96 .col-sm-6,
.page-id-96 .col-sm-6 {
    width:100%;
}
}

/*** Belt ***/

.the-belt {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;
}

.column-block {
	padding: 25px 15px;
}

/*************** Elements ***************/


/*** Hero ***/

	.hero {
		width:100%;
		height: 380px;
		text-align: left;
		position: relative;
	}
	
	.dark {
		color: #444444;
	}
	
	.light {
		color:#FFFFFF;
	}
	
	.hero-image {
		background-image: url(images/AdobeStock_73743476.jpg);
		background-color: #8A8A8A;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		position: absolute;
	}
	
	.overlay {
		background: rgba(0,0,0,.3);
		top: 0;
		z-index: 10;
		width: 60%;
		height: 100%;
		position: absolute;
	}

	.overlay-left {
		left:0;
	}

	.overlay-right {
		right:0;
	}
	
	.center-div {
    	max-width: 960px;
    	margin: 0 auto;
	}

	
	.hero .hero-text-mobile {
		display:none;
	}
	
	.hero .text-container {
		z-index: 100;
		padding-top: 80px;
		padding-left:10%;
		padding-right: 10%;
	}
	
	.hero h1 {
		line-height: 52px;
	}
	
	.hero h1 .largeh {
		text-transform: uppercase;
		font-size: 72px;
		font-weight: 600;
	}
	
	.hero h1 .smallh {
		font-size: 52px;
		font-weight: 400;
	}
	
	.hero h3 {
		font-size: 20px;
		font-weight:400;
		margin-top: 20px;
	}
	
	.single-clo-insights .hero h1 {
		line-height: 36px;
	}
	
	.single-clo-insights .hero h1 .largeh {
		text-transform: uppercase;
		font-size: 52px;
		font-weight: 600;
	}
	
	.single-clo-insights .hero h1 .smallh {
		font-size: 32px;
		font-weight: 400;
	}


/*** Intro/Text ***/

	.intro {
		overflow: auto;
		font-size: 16px;
		line-height: 1.6;
		margin: 0 auto;
	}

	.intro .leadtext {
		font-weight: 600;
	}

	.intro h3 {
		font-size: 18px;
		font-weight: 600;
		padding: 14px 0;
	}

	.intro p {
		padding: 0 0 16px 0;
	}



/*** Icon Box ***/

	/* Variable Preset Values */
	.icon-box i {color: #fff;}		
	.icon-box-headline {color: #fff;}
	.icon-box-headline h3{color: #1E0576;}
		
		
	/* Fixed Values */
	.icon-box {
		height: auto;
		display: -webkit-box;
		display: flex;
        display:-ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;	
		webkit-flex-direction: column;	
		margin: 0 auto;
	}
		
	.icon-box-icon,
	.icon-box-link,
	.icon-box-headline p,
	.icon-box-headline h3,
	.icon-box-link a {
		text-align: center;
	}

	.page-slug-universities .icon-box i {
		border-radius: 100%;
		border: 2px solid #fff;
		width:80px;
		height:80px;
		line-height:75px;
        text-align: center;
        vertical-align: middle;
	}

	.icon-box-headline {
	    width:100%;
	}

	.icon-box-link a {
		position: absolute;
		left: 0;
		right: 0;
		bottom:0;
		margin: auto;
		color: #fff;
		border: solid 2px #fff;
		background-color: transparent;
	}
		
	.icon-box h3{
		font-size: 18px;
		font-weight: 600;
		line-height: 1.3;
		margin: 12px 0 12px 0;
	} 
		
	.icon-box p {
		font-size: 12px;
		line-height: 1.5;
		padding-bottom: 38px;
	}

	.learn-more {
			font-size: 16px;
			font-weight: 600;
			display: block;
			width: 170px;
			padding: 8px 20px;
			margin: 0 auto;
			text-transform: uppercase;
			border-radius: 	3px;
			text-decoration: none;	
		
		}


/*** Icon List ***/

	.icon-list .row {
    	padding-bottom: 20px;
	}

	.icon-list-icon { 
		text-align: center;
		min-width: 80px;
	}

	.icon-list-icon i { 
		vertical-align: middle;
	}

	.icon-list-text {
		text-align: left;
		vertical-align: middle;
	}

	.icon-list-text p {
		font-size: 14px; 
		color: #000; 
		line-height: 1.5em;
		text-align: left;
	}



/*** Featured Article Excerpt ***/
		
		.featured-article {
			position: relative;
			padding: 40px 0;
			
			
		}

		.featured-image-overlay {
			background-image: url(images/AdobeStock_73743476.jpg);
			background-position: center top;
			background-size: cover;
			background-repeat: no-repeat;
			top: 0;
			z-index: 1;
			width: 100%;
			height: 100%;
			position: absolute;
			opacity: 0.15;
		}

		.featured-content {
			z-index: 10;
			padding: 0 40px;
			position: relative;
		}
		
		.featured-descriptor {
		    text-transform:uppercase;
		    font-weight:800;
		    font-size: 16px;
		    padding-bottom:18px;
		    color:#7a7a7a;
		}
		
		.featured-title {
			margin-bottom: 20px;
		}
		
		.featured-title h3{
			font-size: 22px;
			color: #000;
			text-align: left;
		}
		
		.featured-text {
		}
		
		.featured-text p{
			font-size: 16px;
			color: #000;
			line-height: 1.6;
			text-align: left;
			margin-bottom: 20px;
		}
		
		.fl-learn-more {
			font-size: 16px;
			font-weight: 600;
			display: block;
			width: 240px;
			padding: 8px 20px;
			text-transform: uppercase;
			border-radius: 	3px;
			text-decoration: none;	
		}
		
		.featured-link a.fl-learn-more {
			color: #fff;
			background-color: #0098cd;
			text-align: center;
		}
		
		.featured-link {
			margin-top: 28px;
		}



/*** Article Excerpt with Image***/


		.article-excerpt {
			
		}
		
		.article-excerpt-title {
			margin: 12px 0;
		}
		
		.article-excerpt-title h3{
			font-size: 16px;
			color: #000;
			font-weight: 600;
			text-align: left;
		}
		
		.article-excerpt-text {
		}
		
		.article-excerpt-text p{
			font-size: 14px;
			color: #000;
			line-height: 1.6;
		}
		
		.article-excerpt-image {
		    width: 100%;
			height: 150px;
			overflow: hidden;
			background-position: center top;
			background-size: cover;
			background-repeat: no-repeat;	
		}
		
		
		.read-more {
			font-size: 13px;
			font-weight: 600;
			display: block;
			color: #0098cd;
		}
		
		.article-excerpt-link .read-more {
			text-align: left;
		}
		
		.article-excerpt-link {
			margin-top: 16px;
		}


/*** Regional Box ***/


		.region-box-title {
			margin: 0 0 12px;
		}
		
		.region-box-title h3{
			font-size: 22px;
			color: #000;
			font-weight: 600;
			text-align: left;
		}

		.region-box-text p{
			font-size: 14px;
			color: #000;
			line-height: 1.6;
		}
		
		.region-box-image {
			overflow: hidden;
			margin-bottom: 1.25em;
			text-align: center;
		}
		
		.region-box-image img{}
		
		.learn-more {
			font-size: 16px;
			font-weight: 600;
			display: block;
			width: 170px;
			padding: 8px 20px;
			text-transform: uppercase;
			border-radius: 	3px;
			border: solid 2px #000;
			text-decoration: none;	
		}
		
		.region-box-link a.learn-more {
			color: #000;
			background-color: transparent;
			text-align: center;
			margin: 0 auto;
		}
		
		.region-box-link {
			margin-top: 28px;
		}



/***    Contact Us Element Styles    ***/
		
		.contact-box {
			margin: 0 auto;
		}
		
		.contact-box-text {color: #000;}
		
		.contact-box-text p{
			font-size: 18px;
			text-align: center;
			font-weight: 600;
			color: inherit;
			line-height: 1.6;
		}
		
		.contact-us { 
			font-size: 16px;
			font-weight: 600;
			display: block;
			max-width: 240px;
			padding: 8px 20px;
			text-transform: uppercase;
			border-radius: 	3px;
			border: solid 2px #000;
			text-decoration: none;	
		}
		
		.contact-box-link a.contact-us {
			color: #000;
			background-color: transparent;
			text-align: center;
			margin: 0 auto;
		}
		
		.contact-box-link {
			margin-top: 28px;
		}



/*** Callout Element Styles ***/

		.callout {
			padding: 28px 15px 42px 15px;
			background: #fff;
			border-radius: 4px;
			border: solid 1px #808080;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;	
			-webkit-flex-direction: column;	
			height: auto;
		}
		
		.page-slug-universities .callout {
			background: none;
			border: none;
			text-align: center;
		}
		
		.callout-title {

		}
		
		.callout-title h3 {
			font-size: 16px;
			color: #000000;
			font-weight: 600;
			text-align: left;
			margin: 0 0 15px 0;
			padding-bottom:0;
		}
		.page-slug-universities .callout-title h3 {
			font-size: 16px;
			color: #1E0576;
			font-weight: 800;
			text-align: center;
			margin: 0;
			padding-bottom:0;
		}
		
		.callout-text{
            padding-top:8px;
			margin-top: 0;
			margin-bottom:10px;
		}
		
		.callout-text p {
			font-size: 12px;
			line-height: 1.6;
			color: #000;
			margin-bottom: 16px;
		}
		
		.callout-link {
			margin-top: 28px;
		
		}

		.callout-link a {
	    	left: 0;
	    	right: 0;
	    	bottom:50px;
			margin:auto;
		}
		
		.callout-learn-more {
			font-size: 16px;
			font-weight: 600;
			display: block;
			width: 200px;
			padding: 8px 16px;
			margin: 0 auto;
			text-transform: uppercase;
			border-radius: 	3px;
			text-decoration: none;	
		
		}

		.callout-learn-more .fa-angle-right {
			display: none;
		}

		.page-slug-universities .callout-learn-more .fa-angle-right {
			display: inline-block;
			line-height: 0.4em;
			margin-left: 15px;
		}
		
		
		.callout-link a.callout-learn-more {
			color: #fff;
			background-color: #0098cd;
			text-align: center;
		}


/*********    Subpage Excerpt Element Styles    *********/

		.subpage-excerpt-title {
			margin: 0 0 16px;
		}
		
		.subpage-excerpt-title h3{
			font-size: 18px;
			color: inherit;
			font-weight: 600;
			text-align: center;
		}
		
		.subpage-excerpt-text {
			color: #000;
		}
		
		.subpage-excerpt-text p{
			font-size: 14px;
			color: inherit;
			line-height: 1.6;
			margin-bottom: 1em;
		}
		
		.subpage-excerpt-image {
			/*height: 213px;*/
			overflow: hidden;
			margin-bottom: 1.25em;
		}

		.subpage-excerpt-learn-more {
			font-size: 16px;
			font-weight: 600;
			display: block;
			width: 170px;
			padding: 8px 20px;
			text-transform: uppercase;
			border-radius: 	3px;
			border: solid 2px #000;
			text-decoration: none;	
		}

		.subpage-excerpt-link {
			color:#000;
		}
		
		.subpage-excerpt-link a.learn-more {
			color: #000;
			background-color: transparent;
			text-align: center;
			margin: 0 auto;
		}
		
		.subpage-excerpt-link {
			margin-top: 28px;
		}
	


/*** CLO Insights ***/

	.clo-intro {
		overflow: auto;
		font-size: 16px;
		line-height: 1.6;
		padding: 50px 0 30px 0;
	}
	
	.clo-intro p {
		padding-bottom: 20px;
	}

	.clo-copy {
		margin: 30px 0;
		line-height: 1.8;
	}
	
	.clo-copy a,
	.clo-intro a {
	    color:#0098cd;
	    font-weight:600;
	}
	
	.clo-copy a:visited, .clo-copy a:hover,
	.clo-intro a:visited, .clo-intro a:hover {
	    color:#00539f;
	    font-weight:600;
	}
	
	.clo-copy p {
		padding: 12px 0;
		font-size: 14px;
	}
	
	.clo-copy h3 {
		padding: 18px 0 6px 0;
		font-size:16px;
		font-weight:600;
	}

    .clo-author {
        background-color: #efece7;
        padding: 26px 0;
        margin:  0 auto 20px auto;
    }
	
	.cli-hh1 {
		line-height: 30px;
	}
    
    .clo-copy ol { 
        font-style:italic; 
        font-size:13px; 
        margin-left:54px; 
        margin-right:84px; 
		list-style: disc;
		padding:10px 0 20px 0;
		}
    .clo-copy ol li {
		padding-left:10px; 
		padding: 8px; 
		font-style:normal; 
		font-size:14px;}
    .clo-copy ol li em { display:block; }

    .clo-newsletter {
        margin: 20px 0 20px 25px;
        padding:25px 10px;
        width:400px;
        background-color:#c4c2bd; 
        float:right; 
    }
    
     .clo-newsletter h3 {
        font-size: 16px;
        font-weight:600;
        padding: 0 20px 15px 20px;
    }

    .clo-newsletter p {
        font-size: 12px;
        padding: 0 20px;
        line-height:18px;
    }

@media screen and (max-width: 767px) {
    
    .clo-newsletter {
        width:100%;
    }

}
/****** Product Slider Styles  ****/


.cs-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

#lightSlider {
  	list-style: none;
	margin: 0;
}

#lightSlider li {
  float: left;
  width: 46%;
  padding: 12px;
}

#lightSlider .slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 70px;
}

#lightSlider .slide ul li ul li {
    width: 90%;
}


.product-links {
	width: 90%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}


.slidenav{
	width: 50%;
    float: left;
    padding:0.5em;
	margin: 0;
}

.slidenav:hover {background: #ebebeb;}

.slidenav.active {background: #ebebeb;}

.slidenav .p-icon {width: 70px; text-align:center;}


.slide {
    width: 100%; 
    margin-top: 16px;
}

.image img {
  /*max-width: 1100px;
  width: 100%;
  display: block;
  margin: 0 auto;*/
}


.lSSlideOuter{
    clear: both;
    background: #eee; 
    margin-top: 20px;
}

.lSSlideWrapper{
    padding: 20px 0px 40px;
}

.lSSlideOuter .lSAction > a {
    width: 40px;
    height: 40px;
}

.lSSlideOuter .lSAction > .lSNext {
    background-position: -40px 0;
}

.lSAction a,
.main-image .lSAction a {
  
}

#lightSlider li.full {width: 100%;}

#lightSlider li.full strong {font-size: 16px;}
#lightSlider li.full ul li strong {font-size: 14px;}

#lightSlider .slide li.full .list-left,
#lightSlider .slide li.full .list-right {width: 48%;}

.pc-wrap {
	padding: 12px 0;
	border-bottom: solid 1px #ccc;
	margin-bottom: 12px;
}

	.page-slug-americas .the-belt:nth-child(3) .row:nth-child(2) .column-block,
	.page-slug-europe .the-belt:nth-child(3) .row:nth-child(2) .column-block,
	.page-slug-middle-east .the-belt:nth-child(3) .row:nth-child(2) .column-block,
	.page-slug-asia-pacific .the-belt:nth-child(3) .row:nth-child(2) .column-block {padding: 25px 15px 0;}

/****** Big Stats Styles  ****/

.big-stat-box {
	overflow: hidden;
	text-align: center;
}

.big-stat-box .big-num {
    font-family: MinionPro, serif;

    display: inline-block;
    position: relative;
    font-size: 140px;
    margin-bottom: 30px;
}
		
.big-stat-box .big-num span {
    font-size: 100px;
}
		
.big-stat-box .big-num:before,
.big-stat-box .big-num:after {
    content: " ";
    position: absolute;
    width: 70%;
    height: 1px;
    left: 15%;
    border: 1px solid #C4C2BD;
	webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
		
.big-stat-box .big-num:before {
	top: 0;
}
		
.big-stat-box .big-num:after {
	bottom: 0;
}

.big-stat-box p {
    font-size: 16px;
    text-align: center;
    padding: 0 15%;
}

/*********    Top Leader Bios Element Styles   *********/

		.leader-intro-wrap {
			margin-top: 16px;
		}
		
		.top-leaders-image img {
		    width: 100%;
		}
		
		.top-leader-name h4 {
			font-size: 16px;
		}
		
		.top-leader-title p{
			font-size: 13px;
		}
		
		.top-leader-location p {
			font-size: 13px;
		}
		
		.top-leader-location p,
		.top-leader-title p,
		.top-leader-name h4 {
			text-align: center;
			font-weight: 700;
		}
		
		.top-leader-excerpt {
			margin-top: 12px;
			line-height: 1.6;
		}
		
		.top-leader-link {
			margin-top: 12px;
		}
		.top-leader-link a {
			color: #0098cd;
			font-size: 12px;
			font-weight: 700;
		}
		
		/*********    leadership_team_bios Styles *********/


        .leadership-team {
            padding: 15px;
            background: #fff;
        }
		.leader-intro-wrap {
			margin-top: 16px;
		}
		
		.leader-name h4 {
			font-size: 16px;
		}
		
		.leader-title p{
			font-size: 13px;
		}
		
		.leader-location p {
			font-size: 13px;
		}
		
		.leader-location p,
		.leader-title p,
		.leader-name h4 {
			text-align: left;
			font-weight: 700;
		}
		
		.leader-excerpt {
			margin-top: 12px;
			line-height: 1.6;
		}
		
		.leader-link {
			margin-top: 12px;
		}
		.leader-link a {
			color: #0098cd;
			font-size: 12px;
			font-weight: 700;
		}	

		
/*** Image Box (University) ***/

		.image-box {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;	
			height:100%;
		}

		.ib-image {
			margin: 0 auto;
		}

		.ib-content {
			padding: 22px 28px 42px 28px;
			background: #fff;
			border-radius: 0 0 4px 4px;
			border-right: solid 1px #cfcfcf;
			border-left: solid 1px #cfcfcf;
			border-bottom: solid 1px #cfcfcf;
			height:100%;
		}
		
		.ib-content h3 {
		    font-size:16px;
		    font-weight:600;
		}
		
		.ib-content p {
		    padding-top:8px;
		}
		
		.ib-link {
		    padding-top:15px;
		    color:#1E0576;
		    font-weight:600;
		}
		
		.ib-link i {
		    margin-left:5px;
		    vertical-align:middle;
		    line-height:6px;
		}
		
		.ib-link a {
		    color:#1E0576;
		}

		.ib-contact {
			padding-top:20px;
			font-size:12px;
		}

		.ib-contact h4 {
		    color:#1E0576;
		    font-weight:600;
			padding-bottom: 10px;
			font-size:14px;
		}

		.ib-contact i {
		    color:#1E0576;
			margin-right:10px;
		}

		.ib-weblink, .ib-phone, .ib-email {
			padding-bottom:5px;
		}

/*** No Image Box (University) ***/

		.no-image-box {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;	
			height:100%;
		}

		.no-image-box .ib-content {
			padding: 0 0 42px 0;
			border:none;
			height:100%;
		}
		
/**** Quote ****/

.a-quote {
    text-align:center;
}

.quote-bar {
    height:6px;
    width:180px;
    margin:0 auto 15px auto;
    background-color:#a7a7a7;
}

.quote-copy {    
    font-family: MinionPro, serif;
    font-size:28px;
    line-height:1.4em;
    padding-bottom:18px;
}

.the-quoter {
    text-transform:uppercase;
    font-weight:700;
}

.quote-pic {
    margin-top:18px;
}

/*** Simple Uni Box ***/

.uni-box {
    padding: 25px;
    background-color:#e7ecf0;
    margin: 5px;
    height: 100%;
}

.uni-box-link {
    font-weight:700; 
    color:#1E0576;
    margin-bottom:15px;
}

.uni-box-link a {
    color:#1E0576;
}

.uni-box-link i {
    color:#1E0576;
    margin-left:5px;
}

.uni-box-copy {
}
	



/*** Case Studies ***/

    .case-study {
	    line-height: 1.8;
    }

	.cast-intro {
		font-size: 24px;
		line-height: 1.6;
		padding: 40px 0 40px 0;
		color:#fff;
		font-weight:600;
		text-transform: uppercase;
		text-align:center;
	}
	
	.cast-client {	    
		padding: 40px 0;
		font-size: 16px;
	}
	
	.cast-keys {
	    background-color:#efece7;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width:50%;
	}
	
	.cast-keys p {
	    padding-bottom:0 !important;
	}
	
	.cast-challenge {
	    background-color:#f7f5f3;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height:100%;
        width:50%;
	}
	
	.cast-solution {	    
		padding: 40px 0 0 0;
	}	
	
	.cast-result {	    
		padding: 40px 0;
	}
		
	.case-study h3  {	    
	    font-weight:700;
		margin: 0 0 10px 0;
		font-size: 18px;
	}
	
	.case-study p  {	    
	    padding-bottom:15px;
	}
	
	.case-study ul  {	    
	    list-style-type: disc;
	    margin-left:25px;
	    padding-bottom:15px;
	}
	
	.case-learn-more {
			font-size: 14px;
			font-weight: 600;
			display: block;
			width: 210px;
			padding: 8px 20px;
			text-transform: uppercase;
			border-radius: 	3px;
			text-decoration: none;	
		}
		
		.cs-post-list {
		    margin-bottom:40px;
		}

		.case-learn-more .fa-angle-right {
			display: inline-block;
			line-height: 0.4em;
			margin-left: 15px;
		}
		
		
		.case-link a.case-learn-more {
			color: #fff;
			background-color: #0098cd;
			text-align: center;
		}
		
		.case-link {
			margin-top: 10px;
		
		}
	
	
	
/*********    Precious Kaplan Moments Styles *********/
		
		.moment-date h4 {font-weight: 700; font-size: 18px; color: #000; margin-bottom: 20px;}
		.image-wrap {margin-right: 4%;margin-left: 4%;}
		.image-wrap img {width: 100%;}
		.copy-wrap {width: 60%; }
		.moment-content-wrap { height: 100%;}
		.moments-box {height: 100%; border-bottom: solid 1px #ccc; padding-bottom: 24px; padding-top: 24px;}
		
		.moment-left {flex-direction: row;}
		.moment-right {flex-direction: row-reverse;}
		
		.mdAlignLeft {text-align: left;}
        .mdAlignRight {text-align: right}
        
        .mbPadLeft30 {padding-left: 30px;}
        .mbPadRight30 {padding-right: 30px;  border-right: solid 1px #ccc}
		
		
		/*********    Fancybox Modal Window Styles *********/
		
.fancybox-slider-wrap {
	max-width: 860px;
	margin: 0 auto;
}

.fancybox-slider .leader-intro-wrap p {
    font-size: 13px;
}

.fancybox-slider p {
	line-height: 1.6;
	font-size: 14px;
}

.fancybox-slider .leader-location p, 
.fancybox-slider .leader-title p, 
.fancybox-slider .leader-name h4 { text-align: center;}


.fancybox-slider .leader-full p {
	margin-bottom: 16px;
}

.fancybox-slider .leader-intro-wrap  {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #ccc;
}

.fancybox-slide>* {padding: 24px 60px}



/************ Responsive ******************/

/***** Hero ******/

@media screen and (max-width: 1300px) {
    
	.hero h1 {
		line-height: 46px;
	}
    
    .hero h1 .largeh {
		text-transform: uppercase;
		font-size: 52px;
		font-weight: 600;
	}
	
	.hero h1 .smallh {
		font-size: 44px;
		font-weight: 400;
	}	
	
	.single-clo-insights .hero h1 {
		line-height: 36px;
	}
	
	.single-clo-insights .hero h1 .largeh {
		text-transform: uppercase;
		font-size: 52px;
		font-weight: 600;
	}
	
	.single-clo-insights .hero h1 .smallh {
		font-size: 32px;
		font-weight: 400;
	}
	
	
	.single-clo-insights .overlay {
		background: rgba(0,0,0,.3);
		top: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		position: absolute;
	}

}

@media screen and (max-width: 767px) {
	.hero {
		background: none;
		height: auto;
	}
	.hero .hero-image {
		position: relative;
		height: 225px;
	}
	.hero .overlay {
		display:none;
	}
	
	.hero .hero-text-mobile {
		background:#36333E;
		display:inline-block;
		width:100%;
	}
	
	.hero .hero-text-mobile .text-container {
		padding: 20px 25px;
		margin: 0 auto;
	}
	
	.hero .hero-text-mobile h1 {
		line-height: 25px;
	}
	
	.hero .hero-text-mobile h1 .largeh {
		text-transform: uppercase;
		font-size: 22px;
		font-weight: 600;
	}
	
	.hero .hero-text-mobile h1 .smallh {
		font-size: 20px;
		font-weight: 400;
	}
	
	.hero .hero-text-mobile h3 {
		font-size: 18px;
		font-weight:400;
		margin-top: 15px;
	}
	
	.hero .hero-text-desktop {
		display:none;
	}
	
}
	

@media screen and (max-width: 500px) {
	
	.hero .hero-text-mobile h1 {
		line-height: 20px;
	}
	
	.hero .hero-text-mobile h1 .largeh {
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 600;
	}
	
	.hero .hero-text-mobile h1 .smallh {
		font-size: 16px;
		font-weight: 400;
	}
	
	.hero .hero-text-mobile h3 {
		font-size: 14px;
		font-weight:400;
		margin-top: 15px;
	}

	.hero .hero-text-desktop {
		display:none;
	}

}

@media screen and (max-width: 1023px) {
    .copy-wrap {width: 56%; }
}

@media screen and (max-width: 900px) {
    .copy-wrap {width: 52%; }
}

@media screen and (max-width: 820px) {
    .copy-wrap {width: 48%; }
}


@media screen and (max-width: 767px) {
	
	
/*****  LightSlider   ******/

	#lightSlider .slide {
		padding: 0 40px;
	}
	
	.product-links {width: 100%;} 
	
	.the-builder .product-links .col-sm-11 {-ms-flex-negative: 1;flex-shrink: 1;} 
	
	.slidenav .p-icon {width: 45px}
	
	.lSSlideOuter .lSAction > a {
		width: 30px;
		height: 30px;
	}
	
	.lSAction > .lSPrev {left: 5px;}
	
	.lSAction > .lSNext {right: 5px;}
	
	.lSAction > .lSPrev,
	.lSAction > .lSNext {
		background-size: 220%;
	}
	
	.page-slug-americas .the-belt:nth-child(3) .row:nth-child(3) .MarLeft-15,
	.page-slug-europe .the-belt:nth-child(3) .row:nth-child(3) .MarLeft-15,
	.page-slug-middle-east .the-belt:nth-child(3) .row:nth-child(3) .MarLeft-15,
	.page-slug-asia-pacific .the-belt:nth-child(3) .row:nth-child(3) .MarLeft-15 {margin-left:0; margin-right: 0;}
	
	
	/**********  Locations Page - Regional Links *******/
	
	.page-slug-locations .the-belt:nth-child(1) .PadRight-75 {padding-right: 25px;}
	.page-slug-locations .the-belt:nth-child(1) .PadLeft-75 {padding-left: 25px;}
	.page-slug-locations .the-belt:nth-child(1) .PadTop-65{padding-top: 40px;}
	.page-slug-locations .the-belt:nth-child(1) .PadBottom-50{padding-bottom: 40px;}
	
	.page-slug-locations .the-belt:nth-child(2) .row-flex {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
	
	
	
	/**********  About Us Page - Sub Page Excerpts *******/
	.subpage-excerpt-image {text-align: center;}
	
	.page-slug-our-people .the-belt:nth-child(2) .row:nth-child(2),
    .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(3) {-ms-flex-wrap: nowrap; flex-wrap: nowrap;}
    .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(2) .col-sm-6,
    .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(3) .col-sm-6 {flex-shrink: 1;}
    
    .page-slug-our-approach .the-belt:nth-child(3) .row .col-sm-6:first-child {border-bottom: 1px solid #ccc;}

	
	
	/**********  Test the following property  
	to see if it holds on a global level. It's definielty causing 
	issues for the product Sliders  - CA  *******/

	.page-slug-americas .col-sm-12 { width: 100%;}


	/**********  Regional Links on Locations Sub Pages *******/
	
	.page-slug-americas .the-belt:nth-child(3) .row:nth-child(2) .column-block,
	.page-slug-europe .the-belt:nth-child(3) .row:nth-child(2) .column-block,
	.page-slug-middle-east .the-belt:nth-child(3) .row:nth-child(2) .column-block,
	.page-slug-asia-pacific .the-belt:nth-child(3) .row:nth-child(2) .column-block {padding: 25px 0 0;}
	
	.page-slug-americas .the-builder .the-belt:nth-child(4) .col-sm-4,
	.page-slug-europe .the-builder .the-belt:nth-child(4) .col-sm-4,
	.page-slug-middle-east .the-builder .the-belt:nth-child(4) .col-sm-4,
	.page-slug-asia-pacific .the-builder .the-belt:nth-child(4) .col-sm-4 {flex-shrink: 1;}
	
	.page-slug-americas .the-belt:nth-child(4) .row-flex,
	.page-slug-europe .the-belt:nth-child(4) .row-flex,
	.page-slug-middle-east .the-belt:nth-child(4) .row-flex,
	.page-slug-asia-pacific .the-belt:nth-child(4) .row-flex {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
	
	.page-slug-americas .the-belt:nth-child(4) .column-block,
	.page-slug-europe .the-belt:nth-child(4) .column-block,
	.page-slug-middle-east .the-belt:nth-child(4) .column-block,
	.page-slug-asia-pacific .the-belt:nth-child(4) .column-block {padding:25px 10px;}
	
	.page-slug-americas .the-belt:nth-child(4).MarTop-60,
	.page-slug-europe .the-belt:nth-child(4).MarTop-60,
	.page-slug-middle-east .the-belt:nth-child(4).MarTop-60,
	.page-slug-asia-pacific .the-belt:nth-child(4).MarTop-60 {margin-top: 20px;}
	
	
	.page-slug-americas .the-belt:nth-child(4).MarBottom-60,
	.page-slug-europe .the-belt:nth-child(4).MarBottom-60,
	.page-slug-middle-east .the-belt:nth-child(4).MarBottom-60,
	.page-slug-asia-pacific .the-belt:nth-child(4).MarBottom-60 {margin-bottom: 30px;}


	/**********  Subscribe + Contact on Sub Pages *******/

	.page-slug-americas .the-belt:nth-child(5) .column-block,
	.page-slug-europe .the-belt:nth-child(5) .column-block,
	.page-slug-middle-east .the-belt:nth-child(5) .column-block,
	.page-slug-asia-pacific .the-belt:nth-child(5) .column-block {width: 100%;}
	
	.page-slug-americas .the-belt:nth-child(5) .col-sm-8.PadTop-70,
	.page-slug-europe .the-belt:nth-child(5) .col-sm-8.PadTop-70,
	.page-slug-middle-east .the-belt:nth-child(5) .col-sm-8.PadTop-70,
	.page-slug-asia-pacific .the-belt:nth-child(5) .col-sm-8.PadTop-70 {padding-top: 40px;}


}


@media screen and (max-width: 600px) { 

	/****** Light Slider  *******/
	
	#lightSlider li {
		width: 100%;
		padding: 8px 12px;
	}
	.lSSlideWrapper {padding-top: 0;}
	
	.product-links {width: 100%;}
	
	.p-link .product-cat {font-size: 13px;}
	
	.slidenav .p-icon {width: 34px;}
	.slidenav .p-icon .fa-2x {font-size: 1.5em;}
	
	
	
	
	/****** Region Belts on Sub Pages *******/
	
	.region-box-image img {padding: 0 40px;}
	
	.page-slug-americas .the-builder .the-belt:nth-child(4) .col-sm-4,
	.page-slug-europe .the-builder .the-belt:nth-child(4) .col-sm-4,
	.page-slug-middle-east .the-builder .the-belt:nth-child(4) .col-sm-4,
	.page-slug-asia-pacific .the-builder .the-belt:nth-child(4) .col-sm-4 {flex-shrink: 0; padding-bottom: 40px;}
	
	.page-slug-americas .the-belt:nth-child(4) .row-flex,
	.page-slug-europe .the-belt:nth-child(4) .row-flex,
	.page-slug-middle-east .the-belt:nth-child(4) .row-flex,
	.page-slug-asia-pacific .the-belt:nth-child(4) .row-flex {-ms-flex-wrap: wrap;flex-wrap: wrap;}
	
	
	.page-slug-americas .the-belt:nth-child(4) .column-block,
	.page-slug-europe .the-belt:nth-child(4) .column-block,
	.page-slug-middle-east .the-belt:nth-child(4) .column-block,
	.page-slug-asia-pacific .the-belt:nth-child(4) .column-block {padding:0 20px;}
	
	.page-slug-americas .the-belt:nth-child(4) .region-box-image,
	.page-slug-europe .the-belt:nth-child(4) .region-box-image,
	.page-slug-middle-east .the-belt:nth-child(4) .region-box-image,
	.page-slug-asia-pacific .the-belt:nth-child(4) .region-box-image {margin-bottom: 0;}
	
	
	.page-slug-americas .the-belt:nth-child(4) .region-box img,
	.page-slug-europe .the-belt:nth-child(4) .region-box img,
	.page-slug-middle-east .the-belt:nth-child(4) .region-box img,
	.page-slug-asia-pacific .the-belt:nth-child(4) .region-box img {width: 90%;}
	
	
	/**********  Locations Page Regional Links *******/
	
	.page-slug-locations .the-belt:nth-child(2) .row-flex {-ms-flex-wrap: wrap;flex-wrap: wrap;}
	
	.page-slug-locations .the-belt:nth-child(1) .PadRight-75 {padding-right: 15px;}
	.page-slug-locations .the-belt:nth-child(1) .PadLeft-75 {padding-left: 15px;}
	.page-slug-locations .the-belt:nth-child(1) .PadTop-65{padding-top: 40px;}
	.page-slug-locations .the-belt:nth-child(1) .PadBottom-50{padding-bottom: 30px;}
	
	/**********  About Us Page - Sub Page Excerpts *******/
	
	.page-slug-our-people .the-belt:nth-child(2) .row:nth-child(2),
    .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(3) {-ms-flex-wrap: wrap; flex-wrap: wrap;}
    .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(2) .col-sm-6,
    .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(3) .col-sm-6 {flex-shrink: 0;}

}






