/* =============================================================================
   D E V E X:   A B O U T   U S   C S S
   ========================================================================== */

@font-face {
    font-family: 'BebasLight';
    src: url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.eot');
    src: url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.woff2') format('woff2'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.woff') format('woff'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.ttf') format('truetype'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.svg#BebasNeueLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'BebasBook';
    src: url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.eot');
    src: url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.woff2') format('woff2'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.woff') format('woff'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.ttf') format('truetype'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.svg#BebasNeueBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bebas-light {font-family: 'BebasLight', sans-serif;}
.bebas {font-family: 'BebasBook', sans-serif;}



/* CLEANING UP BOOTSTRAP */

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form,
.navbar-inverse { background: none !important; border: 0 !important; }
.navbar-collapse { padding: 0 }
.navbar-header { margin-top: -22px; }
header#header.stuck .navbar-header { margin-top: -8px; }
.navbar-inverse .navbar-toggle { background: none; border: 0; }

html {
	min-height: 100%;
	height: auto;
}

/* GENERAL: BODY, COLORS, P, LISTS, LINKS */

body {
	font-family: Georgia, serif !important;
	color: #3D4045;
	font-weight: normal;	
	background: #fff;	
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
.orange {
	color: #ff9a00 !important
}

.strong-orange {
	color: #ff6700 !important
}

.white {
	color: #ffffff !important
}
.blue {
	color: #2bb5fb !important
}
.black {
	color: #000000 !important
}
.grey {
	color: #999999 !important
}

p {
	font-size: 26px;
	line-height: 34px;
}

ul {
	margin-bottom: 20px;
}

a {
	color: #000;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
	color: #ff9a00
}



/* HOMEPAGE */

/* NAVBAR */

.fixed-header {
position: fixed !important;
    padding-top: 18px;
    top: 0px;
    padding-left: 5%;
    width: 100%;
    height: 80px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.navbar-brand { position: relative; z-index: 2; }


.devexlogo {
	background-image: url(https://pages.devex.com/rs/devex/images/pwp-logo.png);
    display: block;
    background-repeat: no-repeat;
    height: 50px;
    text-indent: -9999px;
    width: 106px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background-size: 100%;
}

.devexlogoblack {
    background-image:url(https://pages.devex.com/rs/devex/images/partnership2016-logo-dark.png) !important;
}

.devexlogoblackteam {
    background-image:url(https://pages.devex.com/rs/devex/images/partnership2016-logo-dark.png);
    display:block;
    background-repeat: no-repeat;
    height:60px;
    text-indent:-9999px;
    width:144px;
         -webkit-transition: all .1s ease-in-out;
         -moz-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
         transition: all .1s ease-in-out;
}

.fixed-header-bg {
	background-color: #fff !important;
    border-bottom: 1px solid #f1f1f1;
}

.navbar .navbar-collapse {     position: absolute;
    right: 3%; }
.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0;margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #f8f8f8; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }



.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } 
    
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }
}

.navbar-default .navbar-nav>li>a {
	color: #ff9a00
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ff9a00;
    background-color: transparent;
}

@media only screen and (min-width: 1140px) {
	
			.navbar-default {
			    background: none !important;
			    border: none !important;
			    box-shadow: none !important;
			}

			.navbar-right {
			    float: right!important;
			    margin-top: -55px;
			    margin-right: 0px;
			}

			.navbar-default .navbar-nav>li>a {
		    font-size: 15px;
		    text-shadow: none !important;
		    -webkit-font-smoothing: antialiased;
		    -webkit-transition: all .3s ease-in-out;
		    -moz-transition: all .3s ease-in-out;
		    -o-transition: all .3s ease-in-out;
		    transition: all .3s ease-in-out;
		    padding: 0 0 5px 0;
		    margin: 17px 10px 10px 10px;
		    font-family: Helvetica, sans-serif;
		    color: #3D4045;
			}

			.current-link {
				color:  #ff9a00 !important;
			}

			.contact-us {
			    background-color: #ff9a00;
			    color: #fff;
			    padding: 12px 12px 6px 12px !important;
			    color: #fff !important;
			    font-family: 'BebasBook', sans-serif !important;
			    border-radius: 4px;
			    margin-top: 8px !important;
			    font-size: 24px !important;
			    margin-left: 0px !Important;
			}

			.navbar-default .navbar-nav>li>a:hover {
			    color: #ff9a00;
			 }

			.contact-us:hover {
				background-color: #4d4d4d !important;
				color: white !important;
			}
}

@media only screen and (max-width: 1140px) {

		.devexlogo, .devexlogoblackteam {
		     background-size: 80%;
		}

		.fixed-header {
		    top: 0px;
		    padding-top: 18px;
		    height: 72px;
		    left: 0%;
		     padding-left: 25px;
		}

		.navbar-header {
		    margin-top: -30px;
		}

		.navbar .navbar-collapse {
			border: none;
		    width: 112%;
		    margin-left: 10%;
		    box-shadow: none;
		    z-index: 99999;
		    right: 0;
		}

		.navbar-default {
		    background: none !important;
		    border: none;
		    box-shadow: none;
		    margin-top: -30px;
		}

		.navbar-nav {
			margin: 12px 0px 0px 0px;
		    background-color: #fff;
		    padding: 16px 10px 15px 50px;
		    border: 0px !important;
		    height: 100vh;
		}

		.navbar-toggle {
		    background-color: transparent !important;
		    background-image: none;
		    border: none !important;
		    margin-top: 10px;
		    margin-right: 0px;
		}

		.navbar-default .navbar-nav>li>a {
		    font-size: 22px;
		    line-height: 22px;
		    color: #000 !important;
		    margin: 5px 0px 15px 0px;
		    font-family: Helvetica, sans-serif;
		}

		.navbar-nav.navbar-right .btn {
		    padding: 9px 60px 8px 65px;
		    margin-top: 5px;
		    margin-left: 10px;
		    font-size: 17px;
		}

		.navbar-default .navbar-toggle .icon-bar {
		    background-color: #FFF;
		}

		.icon-bar-black {
			background-color: #000 !important
		}

		.navbar-toggle .icon-bar {
		    display: block;
		    width: 26px;
		    height: 3px;
		    border-radius: 0px;
		}

}


@media only screen and (max-width: 490px) {


		.navbar-nav {
		    padding: 16px 10px 15px 0px;
		}

}



@media only screen and (min-width: 768px) and (max-width: 1140px) {


		.navbar-nav {
		    padding: 16px 10px 15px 150px;
		}

}


/* BACKGROUND VIDEO ABOVE THE FOLD */

ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

	li { 
	    padding-left: 1.2em; 
	    text-indent: 0;
	}
	

	header#header #logo {
		margin: 30px 0;
		position: relative;
		z-index: 9;
	}

	header#header.stuck {
		border-bottom: none !important;
	}

#main { position: relative; }

	#main h2 {
		font-size: 18px;
	    line-height: 26px;
	    color: white;
	    text-transform: none;
	}

	#main h2 a {
		color: #FF9900 !important;
		/*text-decoration: underline;*/
	}
	
			
#intro {
    padding-top: 0px;
    margin-top: 50px;
    position: relative;
    background-color: #1E2A31;
}

	#intro #video-bg {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    z-index: -100;
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	    /*background: url(polina.jpg) no-repeat;*/
	    background-size: cover; 
	    opacity: .5;
	    display: block;
	}

	#intro h1 {
	    font-size: 36px;
	    font-family: Helvetica, sans-serif;
	    margin: 80px 0 20px 0px;
	    padding: 0;
	    -webkit-font-smoothing: antialiased;
	    color: #fff;
	    font-weight: bold;
	    line-height: 42px;
	}

	.more {
	 	position: absolute;
	 	left: 75px;
	 	top: 280px;
	    -webkit-font-smoothing: antialiased;
	    -webkit-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
	}

	.more:hover {
		top: 285px;
	}

	@media only screen and (max-width: 490px) {

		 #intro #video-bg {
		 	display: none;
		 }

		 #intro {
		    padding-top: 0px;
		    margin-top: 0px;
		    position: relative;
		}

		#intro h1 {
		    font-size: 30px;
		    line-height: 35px;
		}

		.more {
			 left: 25px;
			 top: 470px;
		}

	}





/* THIS IS US */

#this-is-us {
	background-color: #fff;
	text-align: center;
	padding: 90px 0 100px 0;
}

#this-is-us h1 {
	font-family: Georgia, sans-serif;
	text-transform: uppercase;
	font-size: 105px;
	margin-bottom: 20px;
}

#this-is-us h3 {
	font-family: Georgia, sans-serif;
	text-transform: uppercase;
	font-size: 55px;
	margin-top: 30px;
}

#this-is-us p {
	font-size: 17px;
	line-height: 26px;
	padding: 0
}

	@media only screen and (max-width: 490px) {

		#this-is-us {
			padding: 30px 0 50px 0;
		}

		#this-is-us h1 {
		    font-size: 70px;
		    margin-bottom: 0px;
		}

		#this-is-us h3 {
			font-size: 40px;
		}

	}



/* MEMBERS & PARTNERS */

#members-partners {
	text-align: center;
	background-color: #fff;
	position: relative;
}

#members-partners h1 {
	font-family: Georgia, sans-serif;
    text-transform: uppercase;
    font-size: 105px;
    line-height: 100px;
    z-index: 3;
    color: #fff !important;
    margin-bottom: 10px;
}

.padding-zero {
	padding: 0 !important;
	margin: 0 !important;
}

.wrapper {
  width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
}
.wrapper:after {
  padding-top: 37.5%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

.row-fix {
	margin-bottom: -7px !important; 
}

.main {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  right: 0;
  left: 0;
  /* fill parent */
}

.stats {
	padding: 65px 50px 70px 50px;
	text-align: center;
	background: #ff9836;
	background: -moz-linear-gradient(-45deg,  #ff9836 0%, #f7c46b 100%);
	background: -webkit-linear-gradient(-45deg,  #ff9836 0%,#f7c46b 100%);
	background: linear-gradient(135deg,  #ff9836 0%,#f7c46b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9836', endColorstr='#f7c46b',GradientType=1 );
}

.stat {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}
/* 
.stat:hover {
	opacity: .7
}
 */
.stats p {
	color: #fff;
	margin: 20px 10px 0px 10px;
}

.stats img {
	margin: auto;
	margin-top: 50px;
}






















/* IMPACT */

			
#intro-impact {
	height:64vh;
	display: block;
    padding-top: 0px;
    margin-top: -60px;
    position: relative;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-impact-hero.jpg) no-repeat top center;
    background-size: cover;
}


#impact-intro {
    background-color: #fff;
    text-align: center;
    padding: 90px 0 30px 0;
}

#impact-intro p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: .3px;
}

#impact-intro h2 {
    font-size: 57px;
    margin-top: 50px;
    margin-bottom: 40px;
}

#graph-1, #graph-2 {
	margin: 40px auto 0 auto
}

#graph-3 {
	margin: 40px auto;
}

#impact-intro img {
	margin: 20px auto 10px auto;
}

#impact-intro h3 {
	font-size: 33px;
    line-height: 32px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 80px;
    margin: 100px 10% 20px 10%;
}


.impact-quote {
    font-size: 32px;
    line-height: 42px;
    font-style: italic;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-impact-quote.jpg) no-repeat top center;
    background-size: contain;
    text-align: left;
    padding: 110px 17% 20px 17%;
    margin-top: 100px;
    min-height: 460px;
}

.quote-author {
    font-size: 18px;
    color: #ff6700;
    font-style: normal;
    margin-top: 15px;
    display: block;
    text-align: right;
}



			
#readers-taking-action {
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #fff
}


#readers-taking-action h1 {
	font-size: 65px;
    line-height: 65px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-bottom: 50px;
}

#readers-taking-action h4 {
    font-size: 40px;
    line-height: 38px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}


.big-arrow {
	background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-impact-big-arrow.jpg) no-repeat top center;
	background-size: 100%;
	min-height: 400px
}

#readers-taking-action h5 {
	font-size: 24px;
    line-height: 30px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}

#readers-taking-action h6 {
	font-size: 20px;
    line-height: 22px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-top: 0px;
}



			
.impact-anecdote {
    padding-top: 0px;
    padding-bottom: 100px;
    background-color: #fff
}

.impact-anecdote h1 {
	font-size: 30px;
    line-height: 30px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}


.impact-anecdote h4 {
	font-size: 24px;
    line-height: 24px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: -.4px;
}

.anecdote {
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.1);
	padding: 0px
}

.anecdote img {
	border-bottom: 2px solid #ff6700
}

.anecdote-data {
	font-size: 16px;
	line-height: 22px;
	padding: 25px;
	text-align: left;
}

.anecdote-data a {
	color: #ff6700;
	text-decoration: none;
	margin-top: 10px
}


			
.actions-taking {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #fff
}

.actions-taking h1 {
    font-size: 65px;
    line-height: 65px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.actions-taking h2 {
	font-size: 40px;
    line-height: 38px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 50px;
    padding-right: 15%;
    padding-left: 15%;
}


.slide p {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin: 15px 15% 30px 15%;
}

.slide-data {
	width: 32%;
	display: inline-block;
	font-size: 22px;
	font-family: Georgia, sans-serif;
    text-transform: uppercase;
}

.slide h4 {
    font-size: 135px;
    margin: 0;
    line-height: 140px;
}


.slide:focus {
	outline: none;
}



			
.news-coverage {
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #fff
}

.news-coverage h1 {
    font-size: 65px;
    line-height: 65px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.news-coverage h2 {
	font-size: 36px;
    line-height: 36px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-right: 0%
}

.news-coverage p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 70px;
}

.slide-area {
	width: 24%;
	display: inline-block;
	font-size: 22px;
	font-family: Georgia, sans-serif;
    text-transform: uppercase;
    text-align: left;
}

.slide-news-data {
	width: 24%;
	display: inline-block;
	font-size: 22px;
	font-family: Georgia, sans-serif;
    text-transform: uppercase;
}



#shape-opinions {
    padding-top: 100px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
}


#shape-opinions h2 {
	font-size: 40px;
    line-height: 40px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
	margin: 25px 15%;
}

#shape-opinions h3 {
	font-size: 22px;
    line-height: 22px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin: 25px 1.6vw 20px 1.6vw;
}

#shape-opinions p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.delta-stat {
    background-color: #fff;
    padding: 5px 20px 2px 20px;
    margin: 0 5%;
}

.delta-stat-data {
	display: inline-block;
	width: 32%
}

#shape-opinions h5 {
	font-size: 78px;
    line-height: 76px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin: -10px 0 20px 0;
}


#shape-opinions h6 {
	font-size: 16px
}


			
#survey-methodology {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #fff
}

#survey-methodology h1 {
    font-size: 65px;
    line-height: 65px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#survey-methodology h2 {
	font-size: 45px;
    line-height: 45px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 90px;
}


#survey-methodology h3 {
    font-size: 100px;
    line-height: 100px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0
}

#survey-methodology p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 15%;
}

#survey-methodology img {
	margin: 80px auto;
}

.survey-stats {
    margin: 50px 25% 20px 25% !important;
}
















/* Caption on Hover styles, BIG and Smaller images */

.caption {
	position: relative;
}

.caption h6 {
	color: #fff;
    margin-top: 0px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    bottom: 3%;
    left: 6%;
    padding-right: 25%;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4);
}



#mainwrapperBig {
	height: auto;
	text-align: center;
}

#mainwrapperBig .box {
	cursor: pointer;
	margin: 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#mainwrapperBig .box:after {
  padding-top: 34%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

#mainwrapperBig .box img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

#mainwrapperBig .box .caption {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	color: #fff;
	font-family: Georgia, sans-serif;
	text-transform: uppercase;
	z-index: 4;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}

#mainwrapperBig .box .caption h2 {
	font-size: 35px;
	line-height: 46px;
}

#mainwrapperBig .box .fade-caption, #mainwrapperBig .box .scale-caption  {
	opacity: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 160px 20%;
}

#mainwrapperBig .box:hover .fade-caption, #mainwrapperBig .box:hover .scale-caption  {
	opacity: 1;
}



#mainwrapper {
	height: auto;
	text-align: center;
}

#mainwrapper .box {
	cursor: pointer;
	margin: 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#mainwrapper .box:after {
  padding-top: 64%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

#mainwrapper .box img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

#mainwrapper .box .caption {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	color: #fff;
	font-family: Georgia, sans-serif;
	text-transform: uppercase;
	z-index: 4;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}

#mainwrapper .box .fade-caption, #mainwrapper .box .scale-caption  {
	opacity: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 190px 15px;
}

#mainwrapper .box:hover .fade-caption, #mainwrapper .box:hover .scale-caption  {
	opacity: 1;
}


	@media only screen and (max-width: 490px) {

		#members-partners h1 {
		    font-size: 50px;
		    line-height: 50px;
		    top: -140px;
		}

		#graph-1, #graph-2 {
		    margin: 0px auto 0 auto;
		}

		.stats {
		    padding: 40px 15px;
		}

		.stat {
		    margin-bottom: 35px;
		}

		#mainwrapper .box .fade-caption, #mainwrapper .box .scale-caption {
		    padding: 80px 15px;
		}

		.stats img {
		    max-width: 45%;
		}

		.caption h6 {
		    font-size: 15px;
		    line-height: 18px;
		    left: 8%;
		    padding-right: 15%;
		    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8);
		}

	}








/* RAJ'S LETTER */

#our-story {
	background-color: #fff;
	position: relative;
	padding: 60px 0 90px 0;
}

#our-story h1 {
	font-size: 25px;
	font-weight: bold;
	color: #3D4045;
	line-height: 35px;
	text-align: left;
	margin: 20px 0 65px 0;
}

#our-story h2 {
    font-size: 25px;
    font-weight: bold;
    color: #3D4045;
    line-height: 35px;
    text-align: left;
   margin: 20px 0 10px 0;
    text-transform: none;
}

#our-story h3 {
    color: #3D4045;
    font-style: italic;
    font-size: 16px;
    font-family: Helvetica, sans-serif;
    line-height: 26px;
    margin-top: 22px;
}

#our-story h5 {
color: #3D4045;
    font-size: 16px;
    font-family: Georgia, serif;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
}

.img-story {
	display: inline-block;
}

.story-box {
border: 1px solid #DCDCDC;
    margin-bottom: 80px;
    padding: 18px 25px 12px 25px;
    min-height: 290px;
}

.story-box hr {
	color: #FF9900;
    max-width: 50px;
    border: 1px solid #FF9900;
    margin: 18px 0 15px 0;
}

.story-box p {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	color: #3D4045;
}

.story-box p a {

	color: #336699;
	font-weight: bold;
}

.rajs-title {
	    padding: 0px;
	    min-height: 100px;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-raj-thumb.jpg) no-repeat left top;
}

.rajs-title h2 {
    font-size: 25px;
    margin-bottom: 6px;
    padding-left: 120px;
}

.rajs-title p {
    font-size: 16px !important;
    line-height: 16px !important;
    margin: 0px 0px 10px 120px !important;
}

.letter {
    padding: 0px 0px 0px 20px;
}

.letter h4 {
	font-size: 34px !important;
    margin-bottom: 20px;
    font-style: normal !important;
    font-family: 'BebasBook', sans-serif !important;
}
.letter h1 {
	font-size: 65px;
	font-family: Georgia, sans-serif;
}

.letter p {
    font-size: 18px;
    line-height: 27px;
    margin: 20px 0;
}

.letter p a {
	color: #336699 !important;
	font-weight: bold !important;
}

.big-cta {
	border: 1px solid #FF9900;
    display: inline-block;
    border-radius: 4px;
    color: #FF9900;
    font-family: 'BebasBook', sans-serif;
    font-size: 24px;
    padding: 10px 15px 4px 15px;

}

	@media (min-width: 500px) and (max-width: 1160px) {

		.letter h4 {
		    font-size: 18px;
		    margin-bottom: 30px;
		}

		.letter {
		    padding: 20px 70px 0 50px;
		}
		.letter h1 {
		    font-size: 30px;
		    padding-right: 0%;
		    margin-top: -20px;
		}

		.letter p {
		    font-size: 15px;
		    line-height: 26px;
		    margin: 12px 0;
		    letter-spacing: 0px;
		}

		div.cta-small-2 {
		    font-size: 13px !important;
		    margin-bottom: 20px;
		}

	}


	@media only screen and (max-width: 490px) {

		.letter {
		    padding: 35px 0px 25px 0px;
		}

		.letter h1 {
		    text-transform: uppercase;
		    padding-right: 0%;
		    font-size: 45px;
		}
		
		.letter h4 {
		    margin-bottom: 20px;
		}

		.letter p {
		    font-size: 18px;
		    line-height: 27px;
		    margin: 20px 0;
		}

		div.cta-small-2 {
		    padding: 15px 30px;
		    font-size: 13px !important;
		    margin-top: 5px;
		}

		.rajs-title {
		    margin: 25px 0px;
		}

	}


/*WHO WE ARE*/

#who-we-are {
	position: relative;
	background: #FAFAFA;
	padding: 80px 0;
}

.img-who {
	display: inline-block;
    margin: 10px 20px 15px 20px;
}

#who-we-are h1 {
    font-size: 25px;
    font-weight: bold;
    color: #3D4045;
    line-height: 35px;
    text-align: left;
    margin: 20px 0 32px 0;
}

#who-we-are h3 {
    color: #3D4045;
    font-style: italic;
    font-size: 16px;
    font-family: Helvetica, sans-serif;
    line-height: 26px;
    margin-top: 22px;
}

#who-we-are h4 {
	font-size: 34px !important;
    margin-bottom: 15px;
    font-style: normal !important;
    font-family: 'BebasBook', sans-serif !important;
    margin-top: 0;
}

#who-we-are h6 {
    font-family: Helvetica, sans-serif;
    font-size: 17px;
    color: #757575;
    margin: 40px 0 30px 0;
}

#who-we-are h6 a {
	color: #336699 !important;
	font-weight: bold !important;
}

#who-we-are p {
    font-size: 18px;
    line-height: 27px;
    margin: 20px 0;
}

#who-we-are p a {
	color: #336699 !important;
	font-weight: bold !important;
}



/*TESTIMONIALS*/

/*WHO WE ARE*/

#testimonials {
	position: relative;
	background: #FAFAFA;
	padding: 80px 0;
}

#testimonials h4 {
	font-size: 34px !important;
    margin-bottom: 0px;
    font-style: normal !important;
    font-family: 'BebasBook', sans-serif !important;
    margin-top: 0;
}

	.story-box-testimonial {
	    margin-bottom: 15px;
	    padding: 18px 25px 32px 25px;
	    min-height: auto;
	    width: 48%;
	    display: inline-block;
	    text-align: left;
	    vertical-align: text-top;
	    background-color: white;
	    border: 1px solid #DCDCDC;
	    margin: 0 10px 15px 10px;
	}

	.story-box-testimonial img {
		display: inline-block !important;
    	float: left !important;
   	 margin-right: 10px;
	}

	.story-box-testimonial p {
	    line-height: 22px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

	.story-box-testimonial hr {
    color: #FF9900;
    max-width: 50px;
    border: 1px solid #FF9900;
    margin: 18px 0 15px 0;
}

	#testimonials h5 {
		color: #3D4045;
	    font-size: 16px;
	    font-family: Georgia, serif;
	    line-height: 22px;
	    font-weight: bold;
	    margin: 0;
	}

	#testimonials h3 {
    color: #3D4045;
    font-style: italic;
    font-size: 16px;
    font-family: Helvetica, sans-serif;
    line-height: 26px;
    margin-top: 22px;
}

.slider {
	padding: 40px 0 !important;
}

/*WHAT WE DO*/

#what-we-do {
	position: relative;
	background: #fff;
	padding: 80px 0;
}

#what-we-do h1 {
    font-size: 25px;
    font-weight: bold;
    color: #3D4045;
    line-height: 35px;
    text-align: center;
    margin: 20px 20% 50px 20%;
}

#what-we-do h4 {
	font-size: 34px !important;
    margin-bottom: 15px;
    font-style: normal !important;
    font-family: 'BebasBook', sans-serif !important;
    margin-top: 0;
}

.do-box {
    border: 1px solid #DCDCDC;
    padding: 22px 25px 8px 24px;
    min-height: 355px;
}

.press-box {
    border: 1px solid #DCDCDC;
    padding: 22px 25px 8px 24px;
}

#what-we-do h2 {
    font-size: 25px !important;
    line-height: 30px;
    margin-bottom: 15px;
    font-style: normal !important;
    font-family: Georgia, serif !important;
    color: #3D4045;
    text-transform: none !important;
    padding-right: 50px;
    margin-top: 10px;
}

#what-we-do p {
    font-size: 15px;
    line-height: 22px;
    margin: 20px 0;
    color: #3D4045;
    font-family: Helvetica, sans-serif;
}

#what-we-do p a {
	color: #336699 !important;
	font-weight: bold !important;
}




/*DEVEX NEWS*/

#devex-news {
	position: relative;
	background: #fff;
	padding: 80px 0;
}

#devex-news h1 {
    font-size: 25px;
    font-weight: bold;
    color: #3D4045;
    line-height: 35px;
    text-align: center;
    margin: 20px 20% 50px 20%;
}

#devex-news h4 {
	font-size: 14px !important;
    margin-bottom: 15px;
    font-style: normal !important;
    font-family: Helvetica, sans-serif !important;
    margin-top: 5px;
    font-weight: bold;
}

.do-box {
    border: 1px solid #DCDCDC;
    padding: 22px 25px 8px 24px;
    min-height: 355px;
}

.news-img {
    display: inline-block;
    margin: -10px 4px 55px 4px;
}

#devex-news a:hover {
	color: #336699 !important;
	text-decoration: none !important;

}

#devex-news h2 {
    font-size: 25px !important;
    line-height: 30px;
    margin-bottom: 15px;
    font-style: normal !important;
    font-family: Georgia, serif !important;
    color: #3D4045;
    text-transform: none !important;
    padding-right: 50px;
    margin-top: 10px;
}

#devex-news h2:hover {
	color: #336699 !important;
	text-decoration: none !important;

}


#devex-news p {
    font-size: 15px;
    line-height: 22px;
    margin: 20px 0;
    color: #3D4045;
    font-family: Helvetica, sans-serif;
}

#devex-news p a {
	color: #336699 !important;
	font-weight: bold !important;
}




/*RECENT NEWS*/

#recent-news {
	position: relative;
	background: #FAFAFA;
	padding: 80px 0;
}

#recent-news h1 {
    font-size: 25px;
    font-weight: bold;
    color: #3D4045;
    line-height: 35px;
    text-align: left;
    margin: 10px 0 30px 0;
}

#recent-news ul {
    margin: 15px 45px 0px 17px;
}

#recent-news li {
margin-left: 0px;
    list-style: disc;
    font-size: 15px;
    font-family: Helvetica, sans-serif;
    line-height: 22px;
    font-style: italic;
    color: #3D4045;
    margin-bottom: 20px;
    padding-left: 5px;
}

#recent-news li a {
	color: #336699 !important;
    font-style: normal;
    font-weight: bold;
}

#recent-news p {
    font-size: 18px;
    line-height: 27px;
    margin: 20px 0;
    color: #3D4045;
    font-family: Georgia, serif;
}


	@media only screen and (max-width: 490px) {

		.next {
		    padding: 20px 30px 20px 30px !important;
		}

		#where-to-go-next h1 {
		    font-size: 60px;
		    margin-bottom: 25px;
		}

		#where-to-go-next p {
		    font-size: 23px;
		    line-height: 26px;
		    margin: 20px 0;
		    text-indent: -15px;
		}

		#where-to-go-next a {
			color: #fff;
			padding-bottom: 0px;
			border-bottom: 2px solid #fff;
		}

	}






/* OUR OFFICES */

#our-offices {
	position: relative;
	padding: 130px 0;
	background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-our-offices-bg.jpg) no-repeat top center; 
	background-color: #fff;
}

#our-offices h1 {
	font-family: Georgia, sans-serif;
	font-size: 75px;
	line-height: 75px;
	text-transform: uppercase;
}

#our-offices h2 {
	font-size: 26px;
	color: #e76a00;
	margin-bottom: 8px;
}

#our-offices p {
	font-size: 15px;
	line-height: 28px;
}

#our-offices a {
	color: #e76a00;
}

#our-offices a:hover {
	color: #000;
}

	@media only screen and (max-width: 490px) {

		#our-offices {
		    position: relative;
		    padding: 15px;
		    background: #fff;
		}

		#our-offices h1 {
		    font-size: 50px;
		    line-height: 60px;
		}

		#our-offices h2 {
		    margin-top: 40px;
		}

	}









/* FOOTER */

footer {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 5px;
}

footer .top {
    background-color: #4d4d4d;
    padding: 15px 0;
    margin-bottom: 5px;
}

.footer-link {
	display: inline-block;
	font-family: 'BebasBook', sans-serif;
	font-size: 30px;
	color: white;
	margin: 15px 20px 7px 0;
}

.footer-link:hover {
	text-decoration: none !Important;
}

.socialicons {
	display: inline-block;
	margin-top: 12px
}

.socialicons a {
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #4d4d4d;
    border: 1px solid white;
    background-color: white;
    font-size: 20px;
    margin-right: 0px;
    margin-left: 8px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.socialicons a.icon-facebook.social:hover, .socialicons a.icon-twitter.social:hover, .socialicons a.icon-linkedin.social:hover, .socialicons a.icon-youtube.social:hover, .socialicons a.icon-instagram.social:hover {
    background-color: #ff9a00;
    border: 1px solid #ff9a00;
    cursor: pointer;
    color: white !important;
    text-decoration: none !important;
}

footer p {
	font-size: 13px;
	line-height: 22px;
	margin:20px 100px 20px 0;
	font-family: Helvetica, sans-serif;
	color: #3D4045;
}

footer p a {
	color: #3D4045;
}

footer p a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	    text-decoration: none;
}



	@media only screen and (max-width: 490px) {

		footer {
			padding:0;
		}

		footer p {
		    font-size: 13px;
		    line-height: 20px;
		    letter-spacing: 0px;
		    margin: 20px 0px 20px 1px;
		    text-align: center;
		}

		footer p a {
			border-bottom: 0px solid #a3a3a3;
		}

		footer ul {
			display: none;
		}

		.footer-link {
		    display: none !important
		}

		.socialicons {
		    display: block;
		    margin: 5px auto 0 auto;
		    text-align: center;
		}


	}








/* CAREERS */

			
#intro-careers {
	height:64vh;
	display: block;
    padding-top: 0px;
    margin-top: -60px;
    position: relative;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-careers-hero.jpg) no-repeat top center;
    background-size: cover;
}

#careers-intro {
    background-color: #fff;
    text-align: center;
    padding: 0px 0 60px 0;
}

#careers-intro h2 {
    font-size: 57px;
    margin-top: 50px;
    margin-bottom: 40px;
}

#careers-intro h3 {
    font-size: 42px;
    font-family: Georgia, sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 40px;
}

button.accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 0px 0 10px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border-bottom: 1px solid #ccc;
}

button.accordion.active, button.accordion:hover {
   color: #f06100
}

button.accordion:before {
	content: '\02795';
    font-size: 9px;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 7px;
}

button.accordion.active:before {
    content: "\2796";
}

div.panel {
    background-color: white;
    max-height: 0;
    padding-left: 15px;
    overflow: hidden;
    padding-top: 0px;
    border-bottom: 4px solid #ccc;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin-bottom: 10px;
}

.panel-icon {
	margin-right: 10px;
}

.panel h5 {
	font-size: 15px;
	line-height: 23px;
	margin-top: 5px;
    margin-bottom: 0px;
	display: inline-block;
	color: #2d2d2d
}

.panel p {
	font-size: 15px;
	line-height: 23px;
    padding: 15px 30px 20px 0;
	color: #2d2d2d
}

div.panel.show {
    opacity: 1;
    max-height: 800px;
}

/* TEAM */

			
#intro-team {
	height:64vh;
	display: block;
    padding-top: 0px;
    margin-top: -60px;
    position: relative;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-team-hero.jpg) no-repeat top center;
    background-size: cover;
}

/* OLD HEADER IMAGE WITH RAJ AND GAIL SPEAKING

#intro-raj {
	height:64vh;
	display: block;
    padding-top: 0px;
    margin-top: -60px;
    position: relative;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-raj-kumar-hero.jpg) no-repeat top center !important;
    background-size: cover;
    background-color: #3B4568;
}*/


#intro-raj {
    height: 64vh;
    display: block;
    padding-top: 0px;
    margin-top: -60px;
    position: relative;
    background-image: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-raj-kumar-hero-3.jpg);
    background-color: #3B4568;
    background-repeat: no-repeat;
    background-position: top center;
}

#raj-full-bio {
    font-size: 17px;
    line-height: 28px;
}

	#intro-team h1, #intro-careers h1, #intro-impact h1 {
		font-size: 75px;
	    line-height: 70px;
	    font-family: Georgia, sans-serif;
	    text-transform: uppercase;
	    margin: 16vw 0 50px 55px;
	    padding: 0;
	    -webkit-font-smoothing: antialiased;
	    text-align: left;
	}


	#intro-team h4, #intro-raj h4 {
	    font-size: 12px;
	    position: absolute;
	    bottom: 25px;
	    display: block;
	    left: 74px;
	    opacity: .7;
	    padding: 0;
	    -webkit-font-smoothing: antialiased;
	    color: #000;
	    text-align: left;
	}

	.more-team {
	 	position: absolute;
	 	left: 75px;
	 	top: 350px;
	    -webkit-font-smoothing: antialiased;
	    -webkit-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
	}

	.more-team:hover {
		top: 335px;
	}


/* TEAM INTRO */

a.team-anchor {
    display: block;
    position: relative;
    top: -300px;
    visibility: hidden;
}


#team-intro {
background-color: #fff;
    text-align: center;
   padding: 40px 0 20px 0
}

#team-intro h1, h2 {
	font-family: Georgia, sans-serif;
	text-transform: uppercase;
	font-size: 80px;
	margin-bottom: 90px;
}

#team-intro h1 {
	margin-bottom: 20px !important;
}

#team-intro h2 {
    font-size: 57px;
    margin-right: 20px;
    margin-bottom: 30px;
}

#team-intro h3 {
	font-size: 62px;
    line-height: 60px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    margin-top: 0px;
}

#team-intro h5 {
	font-size: 26px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0px;
    letter-spacing: -0.5px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    background-color: #ff9a00;
    color: #fff;
    padding: 10px 20px;
}


#team-intro p {
    font-size: 19px;
    line-height: 30px;
    margin-top: 22px;
    letter-spacing: .2px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.team-social-icons {
	margin-top: 30px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 70px;
}
.team-social-icons span {
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 12px;
    vertical-align: top;
}
.team-social-icons span:hover {
    text-decoration: none !important
}
.team-video {
	padding: 60px 300px;
}

#leadership {
	background-color: #fff
}

.leader-row {
	padding: 0 5px;
}
 
.leader {
  display: inline-block;
  padding: 5px;
  position: relative;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}

#leadership h3 {
	font-family: Georgia, sans-serif !important;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 10px;
    margin-top: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: normal !important;
}

.leader-badge {
    display: block !important;
    position: relative !important;
    color: #fff !important;
    text-decoration: none !important;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#leadership h3 a {
    display: block !important;
    position: relative !important;
    color: #fff !important;
    text-decoration: none !important;
    	    -webkit-font-smoothing: antialiased;
	    -webkit-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
}

	#leadership p {
	    font-size: 16px;
	    line-height: 17px;
	    letter-spacing: 0px;
	    margin-bottom: 0px;
	}

.leader-title {
	position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 12px 20px 10px 20px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,2b2b2b+100&0+0,0.71+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(43,43,43,0.71) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(43,43,43,0.71) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(43,43,43,0.71) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b52b2b2b',GradientType=0 ); /* IE6-9 */
}

#leadership h4 {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal !important;
    margin-bottom: 5px;
}

#leadership h6 {
    font-size: 16px;
    line-height: 18px;
    padding-right: 80px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal !important;
}

.load-more {
    border: 1px solid #FF9900;
    display: inline-block;
    border-radius: 4px;
    color: #FF9900;
    font-family: 'BebasBook', sans-serif;
    font-size: 24px;
    padding: 10px 15px 4px 15px;
}

.load-more:hover {
	   color: #FF9900;
	   text-decoration: none !important;	
}

@media only screen and (max-width: 490px) {

	#intro-team {
		height: 510px;
	    background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-team-hero.jpg) no-repeat 31.7% 0%;
	    background-size: cover;
	}

/* OLD INTRO HEADER FOR RAJ MOBILE
	#intro-raj {
		height: 510px;
	    background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-raj-kumar-hero.jpg) no-repeat 80% 0%;
	    background-size: cover;
	}*/

	#intro-raj {
	    height: 500px;
	    background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-raj-kumar-hero-2.jpg) no-repeat 50% 10%;
	    background-size: 160%;
	    background-color: #3b4568;
    }

	#intro-raj h1 {
	    font-size: 50px !important;
	    margin-left: 0px !important;
	}

	#intro-raj h2 {
	    margin-left: 0px !important;
	}

	div.cta-small-12 {
	    margin-bottom: 5px;
	    width: 100%;
	}

	#intro-careers {
		height:510px;
	    background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-careers-hero.jpg) no-repeat 50% 0%;
	    background-size: cover;
	}

	#careers-intro {
	    padding: 0px 0 20px 0;
	}

	#careers-intro h2 {
	    font-size: 27px;
	    margin-bottom: 0px;
	}

	#careers-intro h3 {
	    font-size: 38px;
	    margin-bottom: 10px;
	}

	div.cta-small-4 {
	    padding: 12px 30px; 
	    font-size: 16px !important;
	}


	.panel p {
	    padding: 15px 15px 20px 0;
	}

	#intro-team h1, #intro-raj h1 {
	    font-size: 65px;
	    line-height: 60px;
	    font-family: Georgia, sans-serif;
	    text-transform: uppercase;
	    margin: 170px 100px 50px 5px;
	}

	#intro-impact h1 {
	    font-size: 65px;
	    line-height: 60px;
	    font-family: Georgia, sans-serif;
	    text-transform: uppercase;
	    margin: 150px 0 50px 10px;
	}

	#impact-intro {
	    padding: 60px 0 30px 0;
	}

	#impact-intro h3 {
	    margin: 60px 10% 20px 10%;
	}

	.impact-quote {
	    font-size: 16px;
	    line-height: 22px;
	    text-align: left;
	    padding: 44px 8% 20px 8%;
	    margin-top: 40px;
	    min-height: auto;
	    background-position: 0% 0%;
	}

	#readers-taking-action h1 {
	    font-size: 45px;
	    line-height: 45px;
	    margin-bottom: 0px;
	}

	#readers-taking-action h4 {
	    font-size: 26px;
	    line-height: 26px;
	    margin-top: 30px;
	    margin-bottom: 30px;
	    padding-right: 0%;
	    padding-left: 0%;
	}

	#intro-impact {
	    background-position: 19%;
	}

	.big-arrow {
	    background: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-impact-big-arrow.jpg) no-repeat top center;
	    background-size: 100%;
	    min-height: auto;
	    margin-bottom: 30px;
	}

	.impact-anecdote {
	    padding-top: 0px;
	    padding-bottom: 20px;
	    background-color: #fff;
	}

	.anecdote-data {
	    font-size: 14px;
	    line-height: 20px;
	}

	#readers-taking-action h5 {
	    font-size: 15px;
	    line-height: 21px;
	    font-family: Georgia, sans-serif;
	    text-transform: uppercase;
	    margin-top: 0px;
	}

	.actions-taking h1 {
	    font-size: 45px;
	    line-height: 45px;
	    margin-bottom: 30px;
	}

	.actions-taking h2 {
	    font-size: 26px;
	    line-height: 26px;
	    margin-top: 5px;
	    margin-bottom: 50px;
	    padding-right: 0%;
	    padding-left: 0%;
	}

	.slide h4 {
	    font-size: 60px;
	    margin: 0;
	    line-height: 80px;
	}

	.slide-data {
	    font-size: 20px;
	    line-height: 20px;
	}

	.slide-area {
	    text-align: center;
	}

	.slide p {
	    font-size: 15px;
	    line-height: 21px;
	    display: block;
	    margin: 0px 5% 30px 5%;
	}

	.news-coverage h1 {
	    font-size: 45px;
	    line-height: 45px;
	    font-family: Georgia, sans-serif;
	    text-transform: uppercase;
	    margin-bottom: 30px;
	}

		.news-coverage h2 {
		font-size: 26px;
	    line-height: 26px;
	    font-family: Georgia, sans-serif;
	    text-transform: uppercase;
	    margin-top: 5px;
	    margin-bottom: 10px;
	    padding-right: 0%;
	    text-align: center;
		}

		.news-coverage p {
		    font-size: 18px;
		    line-height: 24px;
		    padding-right: 0%;
		    margin-bottom: 40px;
		}

		.slide-area {
		    width: 100%;
		    font-size: 22px;
		    margin-top: 20px;
		}


		.slide-news-data {
	    width: 32%;
	    display: inline-block;
	    font-size: 22px;
	    margin-bottom: 20px;
		}

		#shape-opinions h2 {
		    font-size: 28px;
		    line-height: 28px;
		    margin-top: 0px;
		    margin-bottom: 25px;
		}

		#shape-opinions {
		    padding-top: 30px;
		    padding-bottom: 0px;
		    background-color: #f5f5f5;
		    margin-top: 20px;
		}

		#shape-opinions p {
		    font-size: 18px;
		    line-height: 24px;
		    padding-right: 0%;
		    margin-bottom: 10px;
		}

		#shape-opinions h5 {
	    font-size: 59px;
	    line-height: 76px;
	    margin: -10px 0 10px 0;
	}

		#survey-methodology h1 {
		    font-size: 45px;
		    line-height: 45px;
		    margin-bottom: 20px;
		}

		.survey-stats {
	    margin: 0px 5% 20px 5% !important;
	}

		#survey-methodology p {
		    font-size: 16px;
		    line-height: 22px;
		    margin: 0 1%;
		}

		#survey-methodology {
		    padding-top: 30px;
		      padding-bottom: 40px;
		    background-color: #fff;
		}






	.quote-author {
	    font-size: 14px;
	}

	#intro-careers h1 {
		font-size: 45px;
    	line-height: 42px;
	    font-family: Georgia, sans-serif;
	    text-transform: uppercase;
	    margin: 80px 0px 0px 6px;
	    text-shadow: 0px 0px 22px rgb(0, 0, 0);
	}

	#intro-team h4, #intro-raj h4, #intro-careers h4{
		display: none;
	}

	#team-intro h3 {
	    font-size: 50px;
	    margin-top: 22px;
	}

	#team-intro h5 {
	    font-size: 22px;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}

	.more-team {
	 	display: none !important
	}

	#team-intro {
		padding: 10px 0;
	}

	#team-intro h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	#leadership h3 {
	    font-size: 38px;
	    line-height: 40px;
	    margin-bottom: 9px;
	    margin-top: -9px;
	}
	#leadership p {
		font-size: 14px;
	    letter-spacing: 0;
	    margin-bottom: 0px;
	    line-height: 15px;
	}

	#leadership h6 {
	    padding-right: 20px;
	}


	#team-intro h2 {
	    font-size: 28px;
	    margin-right: 0px;
	    margin-bottom: 20px;
	    text-align: center;
	}

	#team-intro p {
	    font-size: 17px;
	    line-height: 27px;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}

	.team-video {
		padding: 20px 50px;
	}


}



/* DEVEXERS */

#devexers {
background-color: #fff;
    padding-bottom: 40px;
    margin-top: 10px;
}

@media (min-width: 1001px) {
	.col-sm-devexer {
	    width: 20%;
	    float: left;
	    padding-top: 0px
	}
}

@media (max-width: 1000px) {
	.col-sm-devexer {
	    width: 100%;
	}
}



.devexer-row {
	padding: 0 5px;
	display: none;
}

.devexer-row.active {
  display: block;
}

#devexers h4 {
    font-size: 19px;
    line-height: 20px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 45%);
    -webkit-font-smoothing: antialiased;
    margin-bottom: 5px;
    font-weight: bold;
    color: white;
}
#devexers h5 {
    -webkit-font-smoothing: antialiased;
    font-weight: bold !important;
    margin-top: 0px !important;
    line-height: 16px;
    color: white;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: .2px;
}

#devexers h3 {
	font-family: Georgia, sans-serif !important;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 7px;
    font-weight: bold;
    margin-top: 5px;
    -webkit-font-smoothing: antialiased;
}
#devexers h3 a {
    display: block !important;
    position: relative !important;
    color: #fff !important;
    text-decoration: none !important;
    	    -webkit-font-smoothing: antialiased;
	    -webkit-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
}
#devexers p {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0px;
    color: white;
    font-family: Helvetica, sans-serif;
}

.devexer-read-more {
	display: block !important;
    position: relative !important;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 10px;
    font-weight: bold !important;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#devexers h3 a:hover, #leadership h3 a:hover, .devexer-read-more:hover {
	opacity: .6;
}


.disable {
	display: none !important
}


@media (min-width: 800px) and (max-width: 1600px) {
		#devexers h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 0px;
    -webkit-font-smoothing: antialiased;
		}

		#leadership h3 {
		    font-size: 28px;
		    line-height: 30px;
		    margin-bottom: 0px;
		    margin-top: 2px;
		    letter-spacing: 0.5px;
		}

		#leadership p {
			font-size: 13px;
		    line-height: 13.6px;
		}

		#devexers p {
			font-size: 13px;
		    line-height: 14px;
		    font-family: Helvetica, sans-serif;
		    color: white;
		}
}

@media (min-width: 1700px) {
	#devexers p {
	font-size: 14px;
    line-height: 18px;
    		    font-family: Helvetica, sans-serif;
		    color: white;
	}
}

@media (max-width: 320px) {
	#devexers p {
	    font-size: 13px;
	    line-height: 15px;
	    margin-bottom: 0px;
	        		    font-family: Helvetica, sans-serif;
		    color: white;
	}
}


@media (min-width: 325px) and (max-width: 500px) {
	#devexers p {
	    font-size: 14px;
	    line-height: 17px;
	    margin-bottom: 0px;
	}

	#devexers h3 {
	    font-size: 21px;
	    line-height: 30px;
	}

	#leadership p {
	    font-size: 14px;
	    letter-spacing: 0;
	    margin-bottom: 0px;
	    line-height: 17px;
	}
}


/* GUDING PRINCIPLES */

#principles {
    text-align: center;
    background-color: #FAFAFA;
    padding: 80px 0;
}

#principles h1 {
	font-size: 25px;
    font-weight: bold;
    color: #3D4045;
    line-height: 35px;
    text-align: center;
    margin: 0px 0% 50px 0%;
}

#principles h2 {
    font-size: 25px !important;
    line-height: 30px;
    margin-bottom: 15px;
    font-style: normal !important;
    font-family: Georgia, serif !important;
    color: #3D4045;
    text-transform: none !important;
    margin-top: 10px;
}

#principles p {
    font-size: 15px;
    line-height: 22px;
    margin: 20px 0;
    color: #3D4045;
    font-family: Helvetica, sans-serif;
}

#principles p a {
	color: #336699 !important;
	font-weight: bold !important;
}

.principles-do-box {
    border: 1px solid #DCDCDC;
    padding: 22px 25px 8px 24px;
    min-height: 410px;
    margin-bottom: 30px;
    background-color: white;
}

.do-box-orange {
	border: 1px solid #FF9900;
    background-color: #FF9900;
    color: #fff;
    padding: 22px 25px 8px 24px;
    background-image: url(https://pages.devex.com/rs/685-KBL-765/images/about-devex-2021-box-d.png);
    background-repeat: no-repeat;
    background-position: 88% 22%;
    min-height: 410px;
}

.principle-cta {
	border: 1px solid #fff;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-family: 'BebasBook', sans-serif;
    font-size: 24px;
    padding: 10px 15px 4px 15px;
    position: absolute;
    bottom: 30px;
}

.principle-cta:hover {
	color: #fff !important;
	text-decoration: none !important;
	opacity: .6;
}





/* CONTACT US */

#contact-a {
    text-align: center;
    background-color: #fff;
    padding: 80px 0 45px 0;
}

#contact-a h2 {
    font-size: 25px !important;
    line-height: 30px;
    margin-bottom: 15px;
    font-style: normal !important;
    font-family: Georgia, serif !important;
    color: #3D4045;
    text-transform: none !important;
    margin-top: 10px;
}

#contact-a p {
    font-size: 15px;
    line-height: 22px;
    margin: 20px 0;
    color: #3D4045;
    font-family: Helvetica, sans-serif;
}

#contact-a p a {
	color: #336699 !important;
	font-weight: bold !important;
}

.contact-a-do-box {
    border: 1px solid #DCDCDC;
    padding: 22px 25px 8px 24px;
    min-height: 300px;
    margin-bottom: 30px;
    background-color: white;
}


#contact-b {
    text-align: center;
    background-color: #FAFAFA;
    padding: 80px 0 45px 0;
}

#contact-b h2 {
    font-size: 25px !important;
    line-height: 30px;
    margin-bottom: 15px;
    font-style: normal !important;
    font-family: Georgia, serif !important;
    color: #3D4045;
    text-transform: none !important;
    margin-top: 10px;
}

#contact-b p {
    font-size: 15px;
    line-height: 22px;
    margin: 20px 0;
    color: #3D4045;
    font-family: Helvetica, sans-serif;
}

#contact-b p a {
	color: #336699 !important;
	font-weight: bold !important;
}

.contact-b-do-box {
    border: 1px solid #DCDCDC;
    padding: 22px 25px 15px 24px;
    min-height: auto;
    margin-bottom: 30px;
    background-color: white;
}


/* SLIDER */

#slider {
	background-color: #fff;
	padding: 0px 0;
}


/* LIKE WHAT YOU SEE */

#like-what-you-see {
	background-color: #fff;
	padding: 170px 0 0 0;
}

#like-what-you-see h1 {
	font-family: Georgia, sans-serif;
	text-transform: uppercase;
	font-size: 105px;
	line-height: 100px;
	margin: -125px 300px 0 300px;
}

div.cta-small-3 {
  position: relative;
  display: inline-block;
  padding: 15px 90px;
  border: 3px solid #fff;
  color: #fff;
  cursor: pointer;
  cursor: hand;
  font-size: 18px !important;
  margin-top: 40px;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  transition: background-size .3s, color .3s;
}

.to-right {
  background-position: 0% 50%;
}

.center-right-left, .to-left, .to-right {
  background-size: 0% 100%;
}


div.cta-small-3:hover {
  background-size: 100% 100%;
  color: #f87711;
}

@media only screen and (max-width: 490px) {


	#slider {
		overflow: hidden;
	}

	#like-what-you-see {
		padding: 70px 0 0 0;
	}

	#like-what-you-see h1 {
		font-size: 60px;
	    line-height: 60px;
	    margin: -85px 30px 0 30px;
	}

	div.cta-small-3 {
	  padding: 15px 30px;
	  border: 3px solid #fff;
	  font-size: 18px !important;
	  margin-top: 20px;
	  margin-bottom: 15px;

	}

}

/* RAJ KUMAR */

#raj-news {
	text-align: center;
	background-color: #fff;
}

.raj-row {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, .2);
	padding: 20px 0;
}

	#intro-raj h1 {
font-size: 50px;
    line-height: 55px;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    margin: 0px 0px 0px 70px;

	}
	#intro-raj h2 {
		font-size: 22px;
	    line-height: 20px;
	    font-family: Georgia, sans-serif;
	    text-transform: uppercase;
	    -webkit-font-smoothing: antialiased;
	    text-align: left;
	     margin: 0px 0px 0px 70px;
	}
	#intro-raj h3 {
	    font-size: 16px;
	    line-height: 23px;
	    -webkit-font-smoothing: antialiased;
	    text-align: left;
	    margin: 6px 0;
	}

.raj-bio p {
    font-size: 16px !important;
    line-height: 26px !important;
}

#raj-news h1 {
 font-family: Georgia, sans-serif;
    text-transform: uppercase;
    font-size: 80px;
    margin-bottom: 0px;
}

#raj-news h2 {
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
}

#raj-news a:hover {
	text-decoration: none !important
}

.raj-article-info {
    background-color: #fff;
    text-align: center;
    padding: 20px 50px;
    min-height: 300px;
}

/*	.raj-article-img {
	    -webkit-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
}
	.raj-article-img:hover {
		opacity: .8
}

*/

#raj-news h3 {
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: 80px
}
#raj-news h4 {
	color: #979797;
	font-size: 15px;
}
#raj-news h3 a {
	border-bottom: 5px solid white
}
#raj-news h3 a:hover {
	border-bottom: 5px solid black;
	text-decoration: none !important;
	color: #000 !important
}

#raj-news p {
    color: #000;
    font-size: 14px;
    line-height: 1.42857143
}


#raj-news h5 {
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #f39822 !important
}

#raj-news h5 a {
    color: #f39822 !important
}
#raj-news h5 a:hover {
    color: #000 !important
}



@media only screen and (max-width: 490px) {

	#raj-news h1 {
	       font-size: 28px;
		    margin-bottom: 40px;
		    margin-top: 0px;
	}

	.raj-row {
	        padding: 15px 20px;
    		margin: 0px !important;
	}

	#intro-raj h2 {
	    font-size: 21px;
	    line-height: 20px;
	}

	#intro-raj h3 {
	    font-size: 14px;
	    line-height: 17px;
	    margin: 8px 0;
	    letter-spacing: .5px;
	}

	.raj-article {
		    margin-top: -51px;
	}

	.raj-article-img {
		max-width: 100% !important
	}

	#raj-news h2 {
	    font-size: 28px;
	    line-height: 30px;
	    margin-bottom: 20px;
	    padding: 0px;
	}

	.raj-article-info {
	    padding: 20px 10px;
	}

	#raj-news h3 {
	    font-size: 30px;
	    margin-bottom: 25px;
	    margin-top: 38px;
	}

	#raj-news h3 a {
		border-bottom: 2px solid white !important
	}
	#raj-news h3 a:hover {
		border-bottom: 2px solid black !important;
	}

}


/* HIDING THE LIVE CHAT */

#livechat-compact-view {
	display: none !important
}



/* CHANGING THE MENU ICON WHEN OPENED */

.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
  	top: 1px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	      background-color: transparent !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: 0px;
	  transform: rotate(-45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
	  top: -7px;
	  transform: rotate(45deg);
}








.stick-slide {
  position: relative;
}

.slide-caption {
    bottom: 20px !important;
    left: 35px !important;
    position: absolute;
    width: 25%;
    z-index: 2;
    color: #fff !important;
    font-size: 15px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4);
}



@media only screen and (max-width: 490px) {

	.story-box-testimonial {
	    width: 96%;
	}


	#testimonials h3 {
	    font-size: 14px;
	    line-height: 20px;
	    margin-top: 12px;
	}

	#who-we-are h6 {
	    font-size: 15px;
	    line-height: 24px;
	    margin: 20px 0 20px 0;
	}

	.principles-do-box {
	    padding: 22px 25px 12px 24px;
	    min-height: auto !important;
	    margin-bottom: 15px;
	}

	.do-box-orange {
	    min-height: 260px;
	}

	#devex-news {
	    padding: 20px 0;
	}

	.slide-caption {
	    display: none !important
	}

	.press-box {
	    margin: 15px 0;
	}

	#devex-news h1 {
	    font-size: 20px;
	    line-height: 32px;
	    margin: 20px 0% 20px 0%;
	}

	#recent-news {
	    padding: 30px 14px;
	}

	#recent-news h1 {
	    font-size: 25px;
	    margin: 30px 0 20px 0;
	}

	#contact-a {
	    padding: 15px 0 0px 0;
	}

	#contact-b {
	    padding: 15px 0 0px 0;
	}

.contact-b-do-box {
    margin-bottom: 15px;
}

	.contact-a-do-box {
	    min-height: auto;
	    margin-bottom: 15px;
	}

#recent-news ul {
    margin: 15px 0px 0px 17px;
}


	.news-img {
	    margin: 0px 4px 5px 4px;
	}

	#our-story {
	    padding: 30px 0 30px 0;
	}

	#our-story h1 {
		line-height: 26px;
	    margin: 0px 0 30px 0;
	    font-size: 18px;
	}

	.story-box {
	    margin-bottom: 15px;
	    padding: 18px 25px 32px 25px;
	    min-height: auto;
	}

	.story-box p {
	    line-height: 22px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

	.img-story {
	    max-width: 48%;
	}


	#who-we-are {
	    padding: 40px 0;
	}

	#who-we-are h1 {
	    font-size: 18px;
	    line-height: 26px;
	    margin: 0px 0 20px 0;
	}

	.img-who {
	    margin: 10px auto 10px auto;
	    max-width: 48%;
	}

	#what-we-do {
	    padding: 40px 0;
	}

	#what-we-do h1 {
	    font-size: 18px;
	    line-height: 26px;
	    text-align: center;
	    margin: 15px 0% 30px 0%;
	}

	.do-box {
	    padding: 20px 20px 6px 20px;
	    min-height: auto;
	    margin-bottom: 15px;
	}


}



@media (max-width: 1140px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
		display: block;
	    font-size: 16px;
	    padding: 14px 10px 10px 0;
	    border-radius: 4px;
  }

	  .dropdown-menu li {
	  	padding-left: 0;
	    margin-bottom: 5px;
	  }

	  .navbar-right .dropdown-menu {
		    right: -230px !important;
		}
}



@media only screen and (max-width: 768px) {

	.dropdown-menu {
		display: block;
	    border: 0;
	    box-shadow: none;
	    font-size: 18px;
	    margin-left: -10px;
	}

	.dropdown-menu li {
		margin-bottom: 10px !important
	}

	.dropdown-toggle {
		margin-bottom: 30px !important
	}


}






