@font-face {
    font-family: Arimo;
    src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Medium.eot');
    src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Medium.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Medium.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Medium.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Arimo;
    src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Bold.eot');
    src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Bold.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Bold.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Bold.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Arimo;
    src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-SemiBold.eot');
    src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-SemiBold.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-SemiBold.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-SemiBold.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Arimo;
    src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Regular.eot');
    src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Regular.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Regular.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Regular.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Lato;
    src: url('https://trial.autocruitment.com/common-framework/fonts/Lato-Regular.eot');
    src: url('https://trial.autocruitment.com/common-framework/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Regular.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Regular.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Lato;
    src: url('https://trial.autocruitment.com/common-framework/fonts/Lato-Bold.eot');
    src: url('https://trial.autocruitment.com/common-framework/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Bold.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Bold.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Lato;
    src: url('https://trial.autocruitment.com/common-framework/fonts/Lato-Black.eot');
    src: url('https://trial.autocruitment.com/common-framework/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Black.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Black.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}


:root {    
    --color-palette1 : rgba(160, 208, 228, 0.24);
    --color-palette2 : #6A9B40;
    --color-palette3 : #103356;
    --color-palette4 : #A0D0E4;
  }


html {
	overflow-x: hidden
}
body {
	position: relative;
	overflow-x: hidden;
	color: #222222;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	counter-reset: section;
	font-size: 22px;
    line-height: 30px;
}

h1 {
	color: #003c57;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 35px;
	display: inline-block;
	width: 100%
}

p {
	font-size: 22px;
	color: #222;
	line-height: 30px;
	font-weight: normal;
	display: inline-block
}

img {
	max-width: 100%
}

input {
	font-family: 'Lato', sans-serif; }

	b, strong {
		font-weight: 700;
	}

	a,
	a:hover {
		transition: all .3s ease
	}

	ul {
		list-style: none
	}

	i.fas,
	i.fab {
		color: #243757;
		font-size: 16px;
		text-align: center
	}


	.followicons a {
		margin: 0 0.3em
	}

	.footerBottom .followicons {
		margin-left: 10px;
		margin-top: 2px
	}

	.footer-autocruitment-logo {
		display: flex;
		justify-content: center;
		align-items: center;
		align-self: center
	}
	.footerBottom ul {
		margin-bottom: 0;
	}

	.header {
		width: 100%;
		display: inline-block;
		background: transparent;
	}

	a.toplogo {
		padding: 0;
		display: flex;
		align-items: start;
		transition: all .3s ease;
		margin: 0;
	}

	a.toplogo img {
		margin: 0;
		transition: all .3s ease;
		flex-shrink: 0;
	}

	.topnavbar {
		padding: 0 15px
	}

	.navbar-nav li {
		font-family: 'Lato', sans-serif;
		font-weight: bold;
		padding: 0 20px;
	}
	.navbar-nav li.last-item {
		padding-right: 0;
	}
	.navbar-nav li:first-child {
		padding-left: 0;
	}

	.navbar-nav li a {
		color: #505457;
		font-size: 22px
	}

	.customnav ul.topnavbarul li a.nav-link {
		font-size: 22px;
		color: #222;
		line-height: 28px;
		font-weight: bold;
		padding: 0!important;
		margin-bottom: 0px;
		font-family: 'Arimo', sans-serif;
	}

	.customnav .navbarbtn {
		background: #fff;
		height: 35px;
		width: 40px;
		padding: 0 7px
	}
	.sub-head {
		color: var(--color-palette3);
	}
	.icon-bar {
		background: #f27c76;
		width: 100%;
		height: 2px;
		display: inline-block;
		float: left
	}

	.customnav ul.topnavbarul li a.nav-link:focus,
	.customnav ul.topnavbarul li a.nav-link:hover,
	.customnav ul.topnavbarul li a.nav-link:active,
	.customnav ul.topnavbarul li a.nav-link.active {
		color: var(--color-palette2);
	}

	.customnav {
		padding: 25px 15px;
	}
	.customnav.fixed-me {
	    background: #fff;
	    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}

	.customnav ul.topnavbarul li.last-item a, .customnav .last-item a {
	    background: var(--color-palette3);
	    color: #fff;
	    border-radius: 50px;
	    width: 200px;
	    height: 70px;
	    line-height: 71px;
	    text-align: center;
	    position: relative;
	    overflow: hidden;
	    z-index: 1;
	    font-size: 22px;
	    font-family: 'Arimo', sans-serif;
	    padding: 0;
	    font-weight: bold;
	}

	.customnav ul.topnavbarul li.last-item a:hover, .customnav .last-item a.nav-link:hover {
		color: #fff;
		background-color: var(--color-palette2);
	}

	.customnav ul.topnavbarul li.last-item a.nav-link:focus, .customnav .last-item a.nav-link:focus {
		color: #fff;
		background: var(--color-palette2);
		outline: none
	}

	.customnav ul.topnavbarul li.last-item a.nav-link::before, .customnav .last-item a.nav-link::before {
		content: '';
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 100%;
		margin: -15px 0 0 1px;
		width: 55px;
		height: 30px;
		border-radius: 50%;
		background: var(--color-palette2);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scale3d(1, 2, 1);
		transform: scale3d(1, 2, 1);
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
		-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
		transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1)
	}

	.customnav ul.topnavbarul li.last-item a.nav-link:hover:before, .customnav .last-item a.nav-link:hover:before {
		-webkit-transform: scale3d(9, 9, 1);
		transform: scale3d(9, 9, 1)
	}

	.navbar .container {
		align-items: end
	}
	.footerBottom .col-md-4.text-right ul {
		list-style: none;
		margin: 0px;
		padding: 0px
	}

	.footerBottom .col-md-4.text-right ul li {
		text-align: right
	}

	footer.site-footer {
		width: 100%;
		background: var(--color-palette3);
		position: relative;
		background-size: cover;
	}

	.footerTop {
		padding-top: 44px;
		padding-bottom: 44px;
		position: relative
	}

	.footerTop .container {
		position: relative
	}

	.footerTop h3 {
		font-size: 22px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 49px;
	}

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

	.footerTop ul li {
		display: block;
		margin-right: 0;
	}
	.footerTop ul li a {
		color: #fff;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		position: relative;
	}

	.footerTop ul li a {
		position: relative;
		display: inline-block;
	}
	.footerTop ul li a:hover {
		color: var(--color-palette4);
		padding-left: 20px;
	}
	.footerTop ul li a::before {
		width: 0;
		height: 2px;
		background: #fff;
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.3s;
	}
	.footerTop ul li a:hover::before {
		width: 10px;
	}

	.footerTop ul li .fas,
	.footerTop ul li .fab {
		color: #fff;
		font-size: 24px
	}

	.footerTop ul li:last-child {
		margin-right: 0px
	}
	.footer-bottom-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.followicons i {
		color: #fff;
	}
	.footerTop h3 span {
		position: relative;
	}
	.footerTop h3 span::before {
		content: "";
		background: #fff;
		width: 83%;
		height: 2px;
		position: absolute;
		bottom: -24px;
	}

	.footerBottom, .footerBottom a {
		color: #fff;
		font-weight: 400;
	}
	@media only screen and (min-width:1200px) {
		.fixed-me {
			transition: all .3s ease
		}
		.fixed-me {
			background-color: #fff!important;
			padding: 16px 160px !important;
			margin-bottom: 0px;
			position: fixed;
			top: 0;
			z-index: 888;
			width: 100%;
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		}
		.navbar-me {
			transition: all .3s ease
		}
		.navbar-me {
			padding: 25px 0px;
			background-color: transparent;
			top: 0px;
			border: 0px;
			border-radius: 0px
		}
		.fixed-me a.toplogo img {
			transition: all .3s ease;
			max-width: 80%
		}
		.fixed-me ul.topnavbarul li.last-item a {
			height: 50px;
			line-height: 51px;
		}
		
	}
	@media only screen and (min-width:992px) {
		.navbar-expand-lg .navbar-nav.topnavbarul {
			-webkit-box-orient: horizontal;
		    -webkit-box-direction: normal;
		    -ms-flex-direction: row;
		    flex-direction: row;
		    -webkit-box-pack: center;
		    -ms-flex-pack: center;
		    justify-content: center;
		    -webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		    flex: 0 0 100%;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    align-items: center;
		    position: absolute;
		    width: 100%;
		    left: 50%;
		    top: 50%;
		    -webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		    transform: translate(-50%, -50%);
		    padding-left: 3%;
		}
	}

	#nav-icon1 {
		width: 30px;
		height: 30px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		top: 0px;
		margin-top: 7px
	}

	#nav-icon1:hover,
	#nav-icon1:focus {
		outline: 0
	}

	#nav-icon1.open {
		top: 0px
	}

	#nav-icon1 span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #585858;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out
	}

	#nav-icon1 span:nth-child(1) {
		top: 0px
	}

	#nav-icon1 span:nth-child(2) {
		top: 10px
	}

	#nav-icon1 span:nth-child(3) {
		top: 20px
	}

	#nav-icon1.open span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	#nav-icon1.open span:nth-child(2) {
		opacity: 0;
		left: -60px
	}

	#nav-icon1.open span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}

	.body_section {
		margin: 0;
		position: relative;
		width: 100%
	}

.bannercontent {
    padding: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
	 background: linear-gradient(
    to right,
    rgba(160, 208, 228, 0.3) 0%,
    rgba(160, 208, 228, 0.3) 15%,
    #ffffff 35%,
    #ffffff 65%,
    rgba(160, 208, 228, 0.3) 85%,
    rgba(160, 208, 228, 0.3) 100%
  );
    height: auto;
    background-size: cover;
    padding-top: 144px;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    align-self: center;
    margin: 0;
	z-index: 2;
	padding-bottom: 15%;
}
.three-tile-img {
    margin-bottom: -17%;
}
.bannercontent h1 {
    font-size: clamp(24px, 3.7vw, 71px);
    color: #222;
    font-weight: bold;
    text-transform: inherit;
    margin: 0;
    margin-bottom: 45px;
    font-family: 'Arimo', sans-serif;
    line-height: 1.1268;
}
.bannercontent h1 span {
    color: var(--color-palette2);
}
.bannercontent h2 {
    font-size: clamp(18px, 1.83vw, 35px);
    color: #222;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    padding-bottom: 0;
    font-family: 'Lato', sans-serif;
}
	.bannercontent h3 {
		font-size: 22px;
		color: #fff;
		font-weight: bold;
		text-transform: inherit;
		margin: 0;
		padding-bottom: 18px;
		font-family: 'Lato', sans-serif;
		line-height: 26px
	}
	.banner-text p {
		color: #fff;
		font-size: 22px;
		line-height: 28px;
		margin: 0px 0 0px 0;
	}
.banner-text {
    margin: 0 auto;
    height: 100%;
    left: 0;
    color: #fff;
    padding-right: 0;
    max-width: 61vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    background: transparent;
    border-radius: 0;
    background-size: cover;
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
	.banner-btn {
		position: relative;
	}
	.banner-btn a.qualifybtn {
		margin-left: 0 !important;
		top: 0 !important;
	}

.banner-bottom p {
    margin: 0;
    font-size: clamp(16px, 1.31vw, 25px);
    line-height: 1.4;
    color: #222;
}
.banner-btn a.qualifybtn {
    max-width: 689px;
    width: 689px;
    text-align: center;
    font-family: 'Arimo', sans-serif;
    background: var(--color-palette3);
    color: #fff;
    font-size: 24px;
    font-weight: bold !important;
    border-radius: 50px;
    height: auto;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    line-height: 1;
    padding: 24px 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

	.banner-btn a.qualifybtn:hover {
		text-decoration: none;
		color: #fff;
		background: var(--color-palette2);
		border-color: var(--color-palette2);
	}

	.banner-btn a.qualifybtn::before {
		content: '';
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 100%;
		margin: -15px 0 0 1px;
		width: 55px;
		height: 30px;
		border-radius: 50%;
		background: var(--color-palette2);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scale3d(1, 2, 1);
		transform: scale3d(1, 2, 1);
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
		-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
		transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1)
	}

#studyinfo-CTA-image .desktopView .col-sm-6 img {
	height: auto;
}
#studyinfo-CTA-image {
    padding: calc(100px) 0 100px;
    position: relative;
    z-index: 9;
    background: var(--color-palette1);
}

/*------------- tile slider css start --------------------*/
.tile-slide img {
    border: 10px solid var(--color-palette2);
    width: 100%;

}
.three-tile-slider {
    width: calc(100% + 21%);
    margin-left: -10.5%;
    margin-top: -20%;
    margin-bottom: 2%;
}
.three-tile-slider .slick-list {
    padding: 5.2% 0 !important;
}
.tile-slide {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.5s;
    	-o-transition: all 0.5s;
    		transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.tile-slide-1 img {
    -webkit-transform: rotate(-9.18deg);
        -ms-transform: rotate(-9.18deg);
            transform: rotate(-9.18deg);
}
.tile-slide-2 img {
    -webkit-transform: rotate(12.09deg);
        -ms-transform: rotate(12.09deg);
            transform: rotate(12.09deg);
}
.tile-slide-3 img {
    -webkit-transform: rotate(-5.87deg);
        -ms-transform: rotate(-5.87deg);
            transform: rotate(-5.87deg);
}
.tile-slide-4 img {
    -webkit-transform: rotate(11.65deg);
        -ms-transform: rotate(11.65deg);
            transform: rotate(11.65deg);
}
.tile-slide-5 img {
    -webkit-transform: rotate(-13.19deg);
        -ms-transform: rotate(-13.19deg);
            transform: rotate(-13.19deg);
}
.tile-slide-6 img {
    -webkit-transform: rotate(4.47deg);
        -ms-transform: rotate(4.47deg);
            transform: rotate(4.47deg);
}
.tile-slide-7 img {
    -webkit-transform: rotate(-10.96deg);
        -ms-transform: rotate(-10.96deg);
            transform: rotate(-10.96deg);
}
.tile-slide-8 img {
    -webkit-transform: rotate(10.96deg);
        -ms-transform: rotate(10.96deg);
            transform: rotate(10.96deg);
}
.tile-slide.slick-current {
    -webkit-transform: scale(1.37);
        -ms-transform: scale(1.37);
            transform: scale(1.37);
    z-index: 999;
}
.three-tile-slider .slick-arrow {
    display: none !important;
}

@media (max-width:1440px) {
.three-tile-slider {
    width: 100%;
    margin-left: 0;
}
.three-tile-slider .slick-list {
    padding: 7% 0 !important;
}
}

@media (max-width:1199px) {
.three-tile-slider {
    margin-top: -22%;
}
}

@media (max-width:991px) {
.tile-slide img {
    border: 5px solid var(--color-palette2);
}
.three-tile-slider {
    margin-top: -20%;
}
}

@media (max-width:575px) {
.three-tile-slider .slick-list {
    padding: 12% 0 !important;
}
.three-tile-slider {
    margin-top: -34%;
}
}

/*------------- tile slider css end --------------------*/

.three-tile-img {
    margin-top: -20%;
    margin-bottom: 60px;
}
#studyinfo-CTA-image .desktopView .col-sm-6 img {
	border-radius: 15px;
	border: 1px solid var(--color-palette2);
	height: 232px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

#studyinfo-CTA-image .aboutstudy-pic {
    padding-left: 25px;
}
#studyinfo-CTA-image h2 {
	color: #505456;
	margin: 0 auto 41px auto
}

#studyinfo-CTA-image h2 span {
	color: #1c5658
}
.nd-row {
	margin-top: 20px !important;
}
.aboutstudy-pic .row [class*="col-"] {
    padding: 0 10px;
}
.aboutContent h3 {
    color: var(--color-palette3);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px !important;
    font-family: 'Arimo', sans-serif;
    line-height: 1.3335;
}
.aboutContent h3 big {
	text-transform: uppercase;
}
.aboutContent h3.aboutTitle {
	position: relative;
	margin-top: 0;
	margin-right: 0;
}

.aboutContent h3.aboutTitle span {
	font-size: 24px;
}

.aboutContent p {
	font-weight: normal;
	margin-bottom: 0;
}

.takepart-study {
    background: var(--color-palette4);
    padding: 30px 40px;
    border-radius: 20px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.takepart-study h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin: 0px 0 8px !important;
	line-height: 1.2;
	font-family: 'Lato', sans-serif;
}

.takepart-study h3::before {
	display: none
}
.takepart-study p {
	color: #fff;
	margin: 0px 0 0;
	font-size: 22px !important;
	font-weight: 400;
	line-height: 1.2;
}
.takepart-study p:first-child {
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: left;
    color: var(--color-palette3);
}
.takepart-study p:first-child span {
	color: #3db9a2;
}
.takepart-study p.mB0 {
	margin-bottom: 0px;
}
.takepart-study ul {
	margin: 0 0 0;
	padding: 0px;
	list-style: none
}

.takepart-study ul li {
    color: #222;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
}
.takepart-study ul li::before {
	content: '';
position: absolute;
left: 0px;
top: 12px;
width: 12px;
height: 12px;
background: var(--color-palette3);
border-radius: 50px;
}
.takepart-study ul li:last-child {
	margin-bottom: 0px
}

.takepart-study ul li .fas {
	color: #fff;
	font-size: 15px;
	position: absolute;
	left: 0px;
	top: 5px;
}
#about-condition ul {
	margin:0px 0 30px 0;
	padding: 0px;
	list-style: none;
}

#about-condition ul li {
    position: relative;
    padding-left: 25px;
    color: #222;
    font-size: 22px;
    line-height: 1.5;
}
#about-condition ul li::before {
	content: '';
position: absolute;
left: 0px;
top: 7px;
width: 12px;
height: 12px;
background: var(--color-palette2);
border-radius: 50px;
display: none;
}
#about-condition ul {
	padding-left: 0;
}
#about-condition ul li .fas {
	color: #6B93CD;
	font-size: 15px;
	position: absolute;
	left: 0px;
	top: 6px;
}
.takepart-study ul ol {
	list-style: none;
	padding-left: 0
}

.takepart-study ul ol li:before {
	content: '–';
	background: none;
	top: 0
}

.takepart-study a.qualifybtn {
	max-width: 232px;
	font-size: 20px;
	height: 56px;
	line-height: 53px;
	text-transform: inherit;
	margin: 23px 0 0 0;
	color: #196d6f;
	padding: 0px;
	display: block;
	font-weight: 600
}

.takepart-study a.qualifybtn:hover {
	text-decoration: none;
	background: #1e262b;
	color: #fff
}

.takepart-study a.qualifybtn::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 55px;
	height: 30px;
	border-radius: 50%;
	background: #1e262b;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1)
}

.takepart-study a.qualifybtn:hover:before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1)
}

.qualify-red-btn a.qualifybtn {
    border: 2px solid var(--color-palette3);
    font-weight: 700;
}

h2.mainheading {
    font-size: 50px;
    line-height: 1.14;
    text-align: center;
    margin: 0 auto 65px;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    position: relative;
    display: table;
}

h2.mainheading:after {
    background: #000;
    width: 100%;
    content: "";
    height: 2px;
    margin: 0px auto 0;
    bottom: -15px;
    position: absolute;
    left: 0;
    right: 0;
}
#signup h2 {
	margin-right: auto;
	margin-left: auto
}

#faq {
	background: #fff;
	width: 100%;
	background-size: cover;
}

.faq-outer ul {
	padding: 0 0 0 0;
	margin-left: 0;
	margin-bottom: 0;
}
.faq-outer ul + p {
	margin-top: 25px;
}

.faq-outer ul li {
	color: #000
}
.faq-outer ul li i {
	margin-right: 6px;
}
.faq-outer ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 14px;
}
.faq-outer ul li {
	position: relative;
	padding-left: 0;
}
.faq-outer ul li::before {
	content: '';
position: absolute;
left: 0px;
top: 7px;
width: 12px;
height: 12px;
background: #000;
border-radius: 50px;
display: none;
}

.qualify-red-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    position: relative;
    margin: 100px auto 0;
}

.qualify-red-btn img {
    margin-right: 15px;
    margin-top: -76px;
}

a.qualifybtn {
	max-width: 650px;
	width: 100%;
	text-align: center;
	background: transparent;
	color: var(--color-palette3);
	font-size: 24px;
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	border-radius: 50px;
	height: auto;
	line-height: 1.2;
	cursor: pointer;
	margin: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: inline-block;
	padding: 18.8px 30px;
}

a.qualifybtn:hover {
	text-decoration: none;
	color: #fff;
	background: var(--color-palette3);
	border-color: var(--color-palette3);
}

a.qualifybtn::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 55px;
	height: 30px;
	border-radius: 50%;
	background: var(--color-palette3);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1)
}

a.qualifybtn:hover:before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1)
}

#faq .card-header {
	border-bottom: 0px
}

#faq .card {
    background-color: transparent;
    margin-bottom: 100px;
    padding: 0 0 0px 165px;
    position: relative;
}
#faq .card::before {
	content: "0";
	position: absolute;
	left: 0;
	font-size: 30px;
	color: #fff;
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	line-height: 1;
	top: 22px;
	display: none;
}
#faq .card:last-child {
	margin-bottom: 0;
}
#faq .card-header {
	background-color: transparent;
}
.faq-outer .card-header h5 span.exp-icon::after {
    content: ""counter(section)"";
    counter-increment: section;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; color: var(--color-palette3);
}
#faq .card:has(.show) span.exp-icon::after {
    font-size: 46px;
}
.card-body p {
	color: #222222;
	margin-bottom: 0;
}
.faq-outer {
	display: inline-block;
	width: 100%;
    margin-top: 0px;
}

.faq-outer .card-header {
	background: transparent;
	border-radius: 5px;
	cursor: pointer;
	padding: 0px;
}
.faq-outer .card-header h5 {
    color: var(--color-palette3);
    font-size: 24px;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    line-height: 1.3335;
}
.faq-outer .card-header h5.mb-0 {
	border-bottom: 0px
}

.faq-outer .card {
	border: 0;
	border-radius: 0px;
	margin: 0 0 0px
}

.faq-outer .card-body {
    background: transparent;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    position: relative;
    padding: 0;
    padding-top: 10px;
}

.faq-outer .card-header h5 span.exp-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 80px;
    height: 80px;
    left: 0;
    border: 5px solid var(--color-palette2);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
        -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#faq .card:has(.show) span.exp-icon {
    width: 120px;
    height: 120px;
    border-width: 10px;
}
.faq-outer .card-header h5 span.exp-icon i {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	display: none;
}

.faq-outer .card-header h5 span.exp-icon i::before {
	content: '\f077';
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	right: -8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-style: normal;
}

.faq-outer .card-header h5.mb-0.collapsed span.exp-icon i::before {
	content: '\f078';
}

#signup h1 {
	margin-bottom: 40px
}

#signup h2 {
	padding-top: 0;
	margin-bottom: 40px;
	color: var(--color-palette4);
	font-size: 50px
}

#signup h2.mainheading::after {
    background-color: #fff;
}

#signup p {
	color: #fff;
	padding-bottom: 0px;
	margin: 0;
}
#signup h2 + p.sealltext strong {
	display: block;
}

iframe {
	height: 2500px;
	overflow: auto;
	display: block;
	width: 100%
}

.form-bg {
	background: var(--color-palette3) url(../images/sign-up.webp?cache=none) left top / cover no-repeat;
	width: 100%;
	padding-top: 0;
	background-position: left top;
	width: 100%;
	background-size: cover
}
.topform label{color:#555557}
#signup hr {
	max-width: 100%;
	background: #fff;
	margin: 30px 0 30px
}
#studyinfo p span {
	font-weight: 600;
	color: var(--color-palette2);
}
.aboutStudy {
	background: var(--color-palette1);
	background-size: cover;
	width: 100%;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	position: relative;
}
.about-inner-img {
	position: relative;
	z-index: 0;
	margin-top: 8px;
}
.row.removeMargin.aboutmindBox {
	position: relative;
	z-index: 9;
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmn-space-sec {
	padding: 100px 0;
}
.studyinfo-container, .about-condition-container {
    max-width: 1560px;
    border: 4px solid var(--color-palette3);
    border-radius: 40px;
  padding: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.about-condition-container {
	border-color: var(--color-palette2);
}
.aboutStudies {
	background: #fff;
	width: 100%;
	font-weight: normal;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.about-left-img {
    text-align: center;
}
.aboutmindBox {
	padding-left: 10px;
}
.about-left-img img {
    border: 15px solid var(--color-palette2);
    margin-left: 0;
    max-height: 653px;
}
.aboutmindBox h2.mainheading {
	margin-left: 0;
	text-align: left;
}
#studyinfo h2 small {
	font-weight: 700;
}
.aboutStudy h2 .sub-head {
	color: var(--color-palette2);
}
.aboutStudy h2 {
	margin: 0 auto 59px;
	color: #222;
	font-size: 50px
}
#about-condition h2 {
	color: #222;
	line-height: 1.14;
	margin-left: 0;
	text-align: left;
}
#about-condition h2 .sub-head {
	color: var(--color-palette3);
}
#about-condition h2 small {
	font-weight: bold;
}
.aboutStudy p {
	color: #222;
	width: 100%;
}
.aboutStudy p strong {
	font-weight: 500;
}
#about-condition p {
	color: #222;
	margin-bottom: 30px;
}
.about-inner-img img {
  border: 1px solid var(--color-palette1);
  border-radius: 20px;
}
#about-condition p strong.middle-heading {
	color: #da116f;
}
.participateStudy {
    border-radius: 20px;
    padding: 35px;
    background: var(--color-palette4);
    margin-top: 30px;
    min-height: 305px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.aboutStudies .wd47 {
	width: 48%;
    padding: 0 15px;
}
.participateStudy ul {
	margin: 0px 0 30px 0px;
	padding: 0px;
	list-style: none
}
#about-condition p b {
  color: var(--color-palette3);
}
.participateStudy p b {
  color: var(--color-palette3);
}
.participateStudy li {
    color: #222;
    margin-bottom: 2px;
    padding-left: 25px;
    position: relative;
    margin: 0;
}
.participateStudy li::before {
	content: '';
position: absolute;
left: 0px;
top: 12px;
width: 12px;
height: 12px;
background: var(--color-palette3);
border-radius: 50px;
}
.participateStudy ul + p {
	margin-top: 0;
}

.participateStudy h3 {
    font-size: 24px;
    color: var(--color-palette3);
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 24px;
}
.participateStudy h3 span {
	font-size: 22px;
	color: #fff;
}
.participateStudy p {
    color: #222;
    margin-bottom: 10px;
}
.about-condition-imgs img {
    border: 15px solid var(--color-palette2);
    height: 507px;
}
.about-condition-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
img.about-condition-left-img {
    -webkit-transform: rotate(-10deg) translateX(65px);
    -ms-transform: rotate(-10deg) translateX(65px);
    transform: rotate(-10deg) translateX(65px);
    z-index: 1;
    position: relative;
    margin-top: 43px;
}
img.about-condition-right-img {
    position: relative;
    z-index: 9;
    -webkit-transform: rotate(10deg) translateX(-98px);
    -ms-transform: rotate(10deg) translateX(-98px);
    transform: rotate(10deg) translateX(-98px);
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 13px;
}
.sources-box {
    background-color: var(--color-palette4);
    border-radius: 20px;
    padding: 30px 30px;
    font-family: 'Lato', sans-serif;
    width: calc(100% + 29.26%);
}
#about-condition p span {
	color: var(--color-palette2);
	font-weight: 600;
}

.source-link {
	display: table;
	color: #fff;
	float: none;
	vertical-align: top
}

.source-link div {
	display: table-cell;
	float: none;
	vertical-align: top
}

.source-link,
.source-link a {
	color: #222;
	margin-bottom: 0px
}

.source-link .source-num {
	padding-right: 5px
}

.sources-box strong, .sources-box a {
	display: block;
	color: var(--color-palette3);
	word-break: break-all;
	text-decoration: none;
	
}
.sources-box a {
	color: #222;
}
.sources-box a:hover {
	text-decoration: none
}
.footerBottom .col-md-4.text-right ul {
	list-style: none;
	margin: 0px;
	padding: 0px
}

.footerBottom .col-md-4.text-right ul li {
	text-align: right
}

footer.site-footer {
	width: 100%
}

.footerTop {
	padding-top: 94px;
	padding-bottom: 40px;
	position: relative;
}

.footerTop .container {
	position: relative
}

.footerTop h3 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Arimo', sans-serif;
}

.footerTop ul {
	list-style: none;
	margin: 23px 0 0 0;
	padding: 0px
}

.footerTop ul li .fas,
.footerTop ul li .fab {
	color: #fff;
	font-size: 24px
}

.footerTop ul li:last-child {
	margin-right: 0px
}

#myBtn {
	width: 60px;
	height: 60px;
	float: right;
	background: var(--color-palette2);
	display: inline-block;
	text-align: center;
	line-height: 47px;
	border-radius: 35px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: -30px;
	z-index: 1;
	border: 1px solid var(--color-palette2);
}

#myBtn .fas {
	font-size: 30px;
	margin: 11px 0 0 0px;
	font-weight: 600;
	color: #fff;
	line-height: 38px;
}

.footerTop {
	width: 100%
}

.footerTop p {
	color: #fff;
	font-weight: 400;
	padding-right: 0;
}

.footerTop p, .footerTop ul li a, .copyrightAutocruitment {
    font-size: 20px;
    line-height: 28px;
}

.footerBottom {
	padding: 30px 0;
	border-top: 1px solid #fff;
}

.footerBottom,
.footerBottom a {
	color: #fff;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
}
.footerBottom a {
	font-weight: bold;
}
.footerBottom a:hover {
	text-decoration: none
}
.footer-logo {
	margin-bottom: 8px;
	max-width: 200px;
	width: 100%;
}
.pbtm {
	margin: 62px 0 0 0px
}
#signup .sealltext strong {
	margin-bottom: 5px;
	font-weight: bold;
	font-family: 'Arimo', sans-serif;
	color: var(--color-palette4);
	font-size: 24px;
}

@media (max-width:1600px) {
.customnav ul.topnavbarul li a.nav-link {
	font-size: 20px;
}
}

@media (max-width:1441px) {
	#myBtn {
		width: 50px;
		height: 50px;
		right: 25px;
		top: -25px;
		border-radius: 50%;
	}
	#myBtn .fas {
		font-size: 26px;
		line-height: 30px;
	}
.studyinfo-container, .about-condition-container {
	max-width: 1170px;
}
.about-left-img img {
    max-height: 100%;
}
.studyinfo-container, .about-condition-container {
    padding: 30px;
}
.about-condition-imgs img {
    height: 415px;
}
img.about-condition-left-img {
    -webkit-transform: rotate(-10deg) translateX(115px);
    -ms-transform: rotate(-10deg) translateX(115px);
    transform: rotate(-10deg) translateX(115px);
    margin-top: 180px;
}
img.about-condition-right-img {
    margin-bottom: 180px;
}
}

@media only screen and (min-width:1200px) {
	@supports (-ms-ime-align: auto) {
		.pic-mob.mr-0 {
			padding-right:0px
		}
		.takepart-study {
			padding-right: 44px
		}
	}
}

@media only screen and (min-width:991px) {
	.aboutstudy-pic {
		display: block
	}
	.banner-btn {
	    margin: 45px 0;
	    padding-left: 0;
	}
	@supports (-ms-ime-align:auto) {
		.qualify-red-btn {
			display: flex;
			justify-content: space-evenly;
			position: relative
		}
		.qualify-red-btn img {
			margin-right: 20px;
			position: relative;
			top: -29px
		}
	}
}


@media only screen and (max-width:1199px) {
	.customnav ul.topnavbarul li a.nav-link {
		font-size: 16px;
	}
	.navbar-nav li {
		margin-bottom: 0 !important;
		padding: 0;
	}
	.navbar-nav li:first-child {
		padding-left: 0;
	}
	.navbar-nav li.last-item {
		margin-top: 0;
	}	
.about-left-img img {
	margin-left: 0;
	margin-bottom: 30px;
	margin-top: 0;
}
.studyinfo-container, .about-condition-container {
	max-width: 960px;
}
#faq .card:has(.show) span.exp-icon {
	width: 100px;
	height: 100px;
}
.faq-outer .card-header h5 span.exp-icon {
	width: 60px;
	height: 60px;
}
.sources-box {
	width: 100%;
}
.about-condition-imgs img {
    height: 450px;
}
img.about-condition-right-img {
    margin-left: -175px;
    margin-bottom: 0;
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
}
img.about-condition-left-img {
    margin-top: 0;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
}
.about-condition-imgs {
    margin-top: 60px;
    height: 780px;
    margin-bottom: 30px;
}
.aboutmindBox {
	padding-left: 0;
}
}

@media only screen and (max-width:991px) {
	#studyinfo-CTA-image .aboutContent h3.aboutTitle {
	    font-size: 20px;
	    line-height: 24px;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.customnav ul.topnavbarul li a.nav-link {
		font-size: 16px;
	}
	.navbar-nav li {
		margin-bottom: 6px !important;
		padding: 0;
	}
	.navbar-nav li.last-item {
		margin-top: 10px;
	}
	.sources-box strong, .sources-box a {
		font-size: 18px;
	}
	.sources-box strong {
	font-size: 20px;
}

	#about-condition ul li {
		font-size: 16px;
		line-height: 22px !important;
	}
	#about-condition ul {
		margin: 0px 0 20px 0;
	}
	.aboutStudy {
	font-size: 18px;
	line-height: 24px;
}
	.copyrightAutocruitment .col-lg-4 {
		text-align: center!important;
	}
	.copyrightAutocruitment .footer-autocruitment-logo {
		margin: 10px 0;
	}

	.footerBottom ul {
		padding: 0;
	}
	.footerTop h3 {
		font-size: 16px;
	}
	#signup h2 + p.sealltext strong {
		font-size: 20px;
	}
	.qualify-red-btn {
		margin: 62px auto 0;
	}
	.takepart-study ul li::before {
		top: 6px;
	}
	.faq-outer ul li::before {
		top: 6px;
	}
.participateStudy {
	background-image: none;
	margin-top: 30px;
	min-height: auto; padding: 25px;
}
.aboutStudies .wd47 {
    width: 100%;
}
#about-condition ul li .fas {
    top: 4px;
}
.three-tile-img {
    margin-top: -18%;
    margin-bottom: 30px;
}
.studyinfo-container, .about-condition-container {
	max-width: 720px; padding: 20px;
}
#faq .card:last-child {
	margin-bottom: 35px;
}
.faq-outer .card-header h5 span.exp-icon::after {
	font-size: 20px;
}
#faq .card:has(.show) span.exp-icon::after {
	font-size: 36px;
}
#faq .card:has(.show) span.exp-icon {
	width: 80px;
	height: 80px;
}
.faq-outer .card-header h5 span.exp-icon {
	width: 45px;
	height: 45px;
}
.about-condition-imgs {
    height: 600px;
}
img.about-condition-right-img {
    margin-left: -130px;
}
p, body {
	font-size: 18px;
	line-height: 24px;
}
.about-condition-imgs img {
    height: 350px;
}
.footerTop p, .footerTop ul li a, .copyrightAutocruitment {
    font-size: 18px;
    line-height: 24px;
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footerTop h3 {
		font-size: 18px;
	}
	a.toplogo img {
		max-width: 100%;
	}
	.fixed-me a.toplogo img {
		transition: all .3s ease;
		max-width: 90%;
	}
	.footer-logo {
		margin-bottom: 4px;
	}
	.about-inner-img::after {
	width: 98%;
	left: 25px;
	top: 25px;
}
.aboutStudies {
    padding-top: 80px;
    padding-bottom: 80px;
}
#faq .card {
    margin-bottom: 70px;
    padding: 0 0 0px 145px;
}
}

@media only screen and (max-width:991px) {
	.bannercontent h1 {
	    margin-bottom: 25px;
	}
	.sources-box {
		padding: 25px
	}
	.takepart-study p {
		margin-bottom: 8px!important
	}
	.desktopView .col-md-12 {
		padding: 0px!important
	}
	.aboutContent h3.aboutTitle span {
		display: inline;
		margin-bottom: 0px;
		font-size: 15px;
		background-color: transparent
	}
	.bannercontent h2 span {
		padding: 0;
		margin: 0;
		font-size: 22px
	}
	.aboutStudy h2 {
		margin-bottom: 15px
	}
	.takepart-study h3 {
		margin-bottom: 9px!important
	}
	.bannercontent {
	    margin-top: 0px;
	    height: auto;
        overflow: hidden;
        text-align: center;
        z-index: 1;
        background-size: cover;
        background-position: top center;
        padding: 0;
	}
	.bannercontent h1 strong.study {
		display: block;
		font-weight: 500;
		padding-bottom: 5px!important
	}
	.banner-text {
		background-color: transparent;
		background: none;
	}
	.banner-bottom {
		background: transparent;
		padding: 0;
		margin-top: 0;
	}
	#banner-cta-image .qualifybtn {
		top: 0;
		max-width: 600px;
		font-size: 18px;
		line-height: 1.4;
		height: auto;
		padding: 15px 20px;
		width: auto;
	}
	
	.customnav ul.topnavbarul li.last-item a { 
		height: 50px;
		line-height: 50px;
		font-size: 16px !important
	}
	.banner-text {
		width: 100%;
		left: 0px;
		margin-top: 0px
	}
	#faq h2.mainheading,
	.aboutStudy h2,
	#signup h2 {
		margin-bottom: 40px
	}
	#faq.faq-bg, .aboutStudies {
		padding-bottom: 40px;
		padding-top: 40px !important;
	}
	.navbar-nav li {
		margin-bottom: 10px
	}
	.about-right-cont  {
		margin-top: 0;
	}
	.aboutContent h3,
	.takepart-study h3 {
		font-size: 18px;
		line-height: 22px;
		text-align: left;
	}
	.aboutContent .col-md-6.pic-mob {
		max-width: 100%;
		flex: 0 0 100%
	}
	.takepart-study {
	    margin: 20px 0;
	}
	.bannercontent h1 strong.study {
		font-size: 28px
	}
	.banner-text {
		position: relative;
		margin: 0px;
		padding: 40px 15px;
		top: 0px;
		max-width: 100%;
		padding-bottom: 17%;
	}
	.banner-btn span {
		position: inherit;
		display: block;
		text-align: center;
		left: 0px
	}
	a.toplogo img {
		margin: 0 auto;
		max-width: 220px;
		margin-top: 0px
	}
	.body_section {
		padding-top: 110px;
	}
	.navbarbtn {
		position: relative;
		top: -2px
	}
	.topnavbar .container {
		max-width: 96%
	}
	.navbar-me {
		padding: 15px 0px;
		background-color: #fff;
		top: 0px;
		border: 0px;
		border-radius: 0px
	}
	h1.mainheading {
		font-size: 30px;
		margin-bottom: 20px
	}
	#about-condition h2 br {
		display: none;
	}
	
	.bannercontent h1 strong.study {
		line-height: 300;
		font-size: 16px
	}
	.participateStudy h3 {
		font-size: 20px; margin-bottom: 10px;
	}
	#studyinfo h2,
	#studyinfo-CTA-image h2,
	h2.heading,
	#faq h2.mainheading,
	#signup h2, #about-condition h2 {
		font-size: 30px
	}
	h2.mainheading {
	    margin-bottom: 45px;
	}
	#studyinfo-CTA-image {
		padding: 40px 0
	}
	#studyinfo-CTA-image h2 {
		margin-bottom: 30px
	}
	.footerTop {
		padding: 40px 0
	}
	.banner-btn {
		margin: 25px auto;
	}
	.bannercontent img {
		display: block;
		margin: 0 auto;
		left: inherit;
		top: inherit;
		position: relative;
	}
	.bannercontent img {
		top: -42px
	}
	.customnav {
		padding: 16px 15px;
	}
	.topnavbarul {
		margin-top: 20px
	}
	a.qualifybtn {
		margin-top: 0px;
	}
	#signup h2 {
		padding-top: 0
	}
	.aboutStudy, .form-bg {
		padding: 40px 0;
		background-image: none;
	}
	.participateStudy li::before {
		top: 6px;
	}
	.footerTop h2 {
		font-size: 18px
	}
	.banner-text h1 br {
		display: none;
	}
	.bannercontent::before {
	    background: var(--color-palette2);
	    width: 100%;
	    height: 100%;
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    z-index: -1;
	    opacity: 0.8;
	    display: none;
	}
	.aboutContent p {
		text-align: center;
        width: 100%;
	}
	.takepart-study p {
		text-align: left;
	}
	.form-bg {
		background-image: none;
	}
	#faq {
		background-image: none
	}
	.footer-autocruitment-logo {
		flex-direction: column
	}
	.footer-autocruitment-logo .followicons {
		margin-left: 0px;
		margin-top: 10px
	}
	#studyinfo-CTA-image .desktopView .row {
		max-width: 580px;
		margin: 0 auto
	}
	.takepart-study p, .takepart-study ul + p {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	a.toplogo img {
		margin: 0 auto;
		max-width: 100%;
		margin-top: 0px;
	}
	.takepart-study p:first-child {
		font-size: 20px !important;
		line-height: 24px;
	}
	#about-condition ul li::before {
		top: 6px;
	}
	#faq .card::before {
	font-size: 30px;
	width: 75px;
}

.about-inner-img {
	margin-top: 30px;
	text-align: center;
}
.about-inner-img::after {
	display: none;
}
#studyinfo-CTA-image .about-right-cont {
    padding-right: 15px;
}
#studyinfo-CTA-image .aboutstudy-pic {
    padding-left: 15px;
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-logo {
		margin-bottom: 21px;
	}
	.footerBottom,
	.footerBottom a {
		font-size: 16px
	}
	.topnavbarul {
		margin-top: 20px
	}
	.footerTop h3 {
		height: 44px;
		margin-bottom: 15px;
	}
	.footerTop h3 span {
		display: inline-block;
		height: 31px;
	}
	.faq-outer {
		padding: 0 15px;
	}
}



@media only screen and (max-width:767px) {
	.takepart-study ul {
		margin: 3px 0 10px 0px;
	}
	#studyinfo h2 {
		line-height: 30px;
	}
	.footerBottom {
		text-align: center;
	}
	.footerTop {
		text-align: center;
	}
	.footerTop .col-md-3 {
		margin-bottom: 30px;
	}
	.footer-bottom-right {
		text-align: center !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0;
	}
	#studyinfo-CTA-image .qualify-red-btn a {
		font-size: 16px !important;
		max-width: 100%;
	}
	.bannercontent img {
		top: -15px !important;
	}
	.banner-btn a.qualifybtn {
		margin-top: 0 !important;
	}
	
	.footerTop h3 {
		font-size: 18px;
	}	
	.footerBottom .col-md-4.text-right ul li {
		text-align: center
	}
	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		height: auto;
		width: 100%;
	}
	.qualify-red-btn {
		margin: 0 auto
	}	
	.participateStudy {
		margin: 30px 0 0px 0;
		padding: 20px;
	}
	
	.qualify-red-btn {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.qualify-red-btn img {
		top: 0;
		display: block;
	}
	.qualify-red-btn a {
		line-height: inherit!important;
		height: auto!important;
		font-size: 13px!important;
		padding: 15px 10px!important
	}
	.customnav ul.topnavbarul li a.nav-link {
		font-size: 14px
	}
	.takepart-study h3 {
		margin: 0 0 20px
	}
	.aboutContent h3:before {
		left: -11px;
		top: 5px
	}
	.faq-outer::before {
		left: 27px
	}
	.banner-btn a.qualifybtn {
		max-width: inherit
	}
	.customnav ul.topnavbarul li a.nav-link {
		font-size: 16px
	}
	a.qualifybtn {
		height: auto;
		line-height: 52px;
		width: 100%;
		padding: .375rem .75rem
	}
	a.qualifybtn {
		max-width: 100%;
		padding: .375rem .75rem;
		line-height: 42px;
		height: auto;
		margin: 0 auto
	}
	.faq-outer .card-header h5 {
		font-size: 18px;
		line-height: 21px
	}
	
	
	.footerBottom .row {
		padding: 0 15px
	}
	
	.footer-logo {
		margin-right: 0px
	}
	.faq-bg {
		background-color: #fff;
		background-image: none;
		padding: 40px 0
	}
	h1.mainheading {
		margin-bottom: 30px;
		padding-right: 5px;
		padding-left: 5px
	}
	.footerTop {
		padding: 30px 0 0 0
	}
	.qualify-red-btn img {
		top: 0;
	}
	.copyrightAutocruitment .footer-autocruitment-logo {
		margin: 10px 0
	}
	.copyrightAutocruitment .col-md-4 {
		text-align: center!important
	}
	.participateStudy h3,
	.participateStudy p {
		text-align: left;
	}
	.participateStudy p {
		display: block
	}
	#banner-cta-image .qualifybtn {
		font-size: 16px;
	}
	
	.footerTop h3 span::before {
		bottom: -15px;
		width: 100%;
	}
	.footerTop h3 {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.footerTop ul li br {
		display: none;
	}
	.footer-logo {
		margin-bottom: 30px;
	}
#faq .card::before {
	font-size: 26px;
}

.faq-outer {
	padding-left: 10px;
}
.qualify-red-btn img {
	margin-top: 0; margin: 0 auto 20px;
}

.studyinfo-container, .about-condition-container {
	max-width: 540px;
}
.about-left-img img {
    width: 100%;
    border-width: 10px;
}
.about-condition-imgs img {
    height: 300px;
	border-width: 10px;
}
img.about-condition-right-img {
    margin-left: -115px;
}
.about-condition-imgs {
    height: 510px;
    margin-bottom: 30px;
    margin-top: 50px;
}
#faq .card:has(.show) span.exp-icon {
	width: 60px;
	height: 60px;
	border-width: 5px;
}
#faq .card:has(.show) span.exp-icon::after {
	font-size: 30px;
}
.faq-outer .card-header h5 span.exp-icon {
	width: 45px;
	height: 45px;
}
}

@media (min-width:480px) and (max-width:489px) {
	#studyinfo-CTA-image .qualify-red-btn a {
		font-size: 17px !important;
	}
}

@media only screen and (max-width:479px) {
	.banner-btn a.qualifybtn {
		font-size: 15px
	}
	#banner-cta-image .qualifybtn {
		padding: 15px 20px;
	}
	.bannercontent img {
		top: -12px
	}
	.footerBottom .row {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0px
	}
	.footer-logo {
		margin: 10px auto
	}
}

@media (max-width:374px) {
	#studyinfo-CTA-image .qualify-red-btn a {
		font-size: 16px !important;
	}
}


@media (min-width:1199px) {
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
	}

	a.toplogo {
		align-items: center;
		margin-right: 0px;
		z-index: 9;
	}
	.navbar-me {
		padding: 33px 160px;
	}
	.navbar-me .container-fluid {
	    padding: 0;
	}
}

@media (max-width:1199px) {
	.takepart-study p:first-child {
		margin-bottom: 15px;
	}
	.takepart-study {
		padding: 30px 20px;
		height: 100%;
	}
	.footerTop p {
		padding-right: 0;
	}
	.row.removeMargin.aboutmindBox .col-md-8 {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.navbar-me {
		padding: 26px 0;
	}
	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		height: auto;
		width: 100%;
	}
	.fixed-me ul.topnavbarul li.last-item a {
		height: 40px !important;
		line-height: 40px !important;
	}
}


@media only screen and (max-width:575px) {
	#studyinfo-CTA-image .desktopView .col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%!important;
		height: auto!important;
		margin: 0px auto!important;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		padding: 0px
	}
	.about-right-cont {
		margin-top: 0;
	}
	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		max-width: none!important;
		height: auto;
	}
.nd-row {
    margin-top: 10px !important;
}
.studyinfo-container, .about-condition-container {
	max-width: calc(100% - 30px);
}
.about-condition-imgs {
    height: 420px;
    margin-bottom: 30px;
    margin-top: 47px;
}
.about-condition-imgs img {
    height: 250px;
}
img.about-condition-right-img {
    margin-left: -90px;
}
.three-tile-img {
    margin-top: -21%;
    margin-bottom: 20px;
}
.banner-text {
    padding-bottom: 30%;
}
}

@media only screen and (min-width:1200px) and (max-width:1441px) {
	.customnav ul.topnavbarul li a.nav-link, .customnav .last-item a {
		font-size: 18px;
	}	
	.customnav ul.topnavbarul li.last-item a, .customnav .last-item a {
	width: 160px;
	height: 60px;
    line-height: 60px;
}
	.navbar-nav li {
		padding: 0 10px;
	}
	.fixed-me ul.topnavbarul li.last-item a {height: 51px;line-height: 50px;}
	.navbar-me {
		padding: 33px 30px;
	}
	.fixed-me {
	padding: 16px 30px !important;
}
.banner-btn {
		margin: 35px auto;
	}
	
	.row.removeMargin.aboutmindBox .col-md-8 {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
.participateStudy {
    padding: 20px;
}
.participateStudy ul + p {
	margin-top: 0;
}
.navbar-expand-lg .navbar-nav.topnavbarul {
    padding-left: 6%;
}	
}

@media all and (-ms-high-contrast:none) and (min-width:993px) {
	.navbar-expand-lg .topnavbarul.navbar-nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	a.qualifybtn {
		max-width: 540px
	}
	.qualify-red-btn {
		margin: 39px auto 25px;
	}
}

@media screen and (-ms-high-contrast:active), screen and (-ms-high-contrast:none) {
	.footerTop p {
		padding-right: 10px;
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (min-width:991px) and (max-width:1599px) {
	.fixed-me {
		padding: 21px 2vw!important
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (min-width:768px) and (max-width:991px) {
	.qualify-red-btn img {
		margin-right: 20px!important
	}
	a.qualifybtn {
		font-size: 16px;
	}
	.qualify-red-btn img {
		left: 0px;
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (min-width:992px) and (max-width:1199px) {
	a.qualifybtn {
		font-size: 16px;
		max-width: 448px!important
	}
	.banner-btn a.qualifybtn {
		font-size: 16px!important
	}
}


@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (max-width:991px) {
	.qualify-red-btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (max-width:767px) {
	.qualify-red-btn img {
		margin: 0 auto 20px !important;
	}
	.qualify-red-btn {
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		height: auto;
		width: 100%;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.footerTop h3 {
	font-size: 18px;
}
	.bannercontent h3 {
		font-size: 18px;
		line-height: 300
	}

.bannercontent {
    margin-top: 0;
    padding-top: 118px;
}

.customnav ul.topnavbarul li a.nav-link {
	font-size: 16px;
}
.navbar-nav li {
	padding: 0 10px;
}
.customnav ul.topnavbarul li.last-item a {
	width: 100px;
}
.customnav ul.topnavbarul li.last-item a {
	height: 50px;
	line-height: 50px;
}
.navbar-me {
	padding: 20px 15px;
}
a.toplogo img {
	max-width: 100%;
}
a.toplogo {
	flex: 0 0 auto;
	z-index: 9;
}
.navbar-expand-lg .navbar-collapse {
	flex: 0 0 auto;
}
.fixed-me a.toplogo img {
	transition: all .3s ease;
	max-width: 90%;
}
.customnav ul.topnavbarul li.last-item a, .customnav .last-item a {
	width: 100px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
}
.navbar-nav li:first-child {
	padding-left: 0;
}
.navbar-expand-lg .navbar-nav.topnavbarul {
    padding-left: 13%;
}
	}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.bannercontent h1 {
	margin-bottom: 25px;
}
	.bannercontent h3 {
		font-size: 18px;
		line-height: 300
	}
	.bannercontent h2 span {
		padding: 0;
		font-size: 21px
	}
	.aboutContent h3.aboutTitle {
	margin-top: 0px;
}
.qualify-red-btn {
	margin: 100px auto 0;
}
	.navbar-expand-lg .navbar-nav.topnavbarul {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
.banner-btn {
    margin: 25px 0;
}
.banner-btn a.qualifybtn {
    max-width: 540px;
    width: auto;
    font-size: 18px;
    padding: 20px 30px;
}
}


@media only screen and (max-width: 1750px) and (min-width: 1442px) {
.participateStudy ul + p {
    margin-top: 0;
}
.navbar-me {
    padding: 33px 100px;
}
.fixed-me {
	padding: 16px 100px !important;
}
.navbar-nav li {
    padding: 0 15px;
}
.studyinfo-container, .about-condition-container {
    max-width: 1400px;
}
.about-condition-imgs img {
    height: 420px;
}
img.about-condition-left-img {
    margin-top: 115px;
}
img.about-condition-right-img {
    margin-bottom: 115px;
}
}



@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (min-width:768px) and (max-width:991px) {
	.qualify-red-btn img {
		left: 0px;
	}
}


@media only screen and (max-width:991px) {
	.faq-outer .card-header h5 {
		font-size: 20px;
	}
	.takepart-study ul + p {
	margin-top: 15px !important;
	margin-bottom: 0 !important;
}
	.faq-outer h5::before, .card-body::before {
		font-size: 20px;
	}	
#faq .card {
	margin-bottom: 55px;
	padding: 0 0 0px 115px;
}
.participateStudy ul {
	margin: 0px 0 0 0px;
}
.participateStudy ul + p {
	margin-top: 12px;
}
.customnav .last-item a {
	height: 50px;
	line-height: 50px;
	font-size: 16px !important;
	margin-top: 10px;
}
.takepart-study {
    height: auto;
}
}

@media only screen and (min-width:1200px) {
	.takepart-study {min-height: 100%;}
	.site-footer .container {
		max-width: 1280px;
	}
}

@media only screen and (min-width: 1500px) {
  .site-footer .container {
    max-width: 1460px;
  }
}

@media (min-width:768px) and (max-width:991px) {
	@supports (-ms-ime-align: auto) {
		.qualify-red-btn {
			display:flex;
			flex-direction: column;
			align-items: center;
			margin: 0px!important
		}
		.qualify-red-btn img {
			width: 47px;
			position: inherit!important;
			margin: 15px 0 10px 0!important;
			top: inherit!important
		}
	}
}

@media (max-width:767px) {
	#faq .card {
	    margin-left: 0;
	    margin-right: 0;	
	    padding: 0 0 0px 90px;    
	}

	@supports (-ms-ime-align:auto) {
		.qualify-red-btn {
			display: flex;
			flex-direction: column;
			align-items: center;
			margin: 0px!important
		}
		.qualify-red-btn img {
			width: 47px;
			position: inherit!important;
			margin: 5px 0 10px 0!important;
			top: inherit!important
		}
	}
}

@media (min-width:992px) {
	@supports (-ms-ime-align: auto) {
		.qualify-red-btn {
			display:flex;
			justify-content: space-evenly;
			position: relative
		}
		.qualify-red-btn img {
			margin-right: 20px;
			position: relative;
			top: -29px
		}
	}
}

@media (max-width:460px) {
.three-tile-img {
    margin-top: -24%;
}	
.banner-text {
    padding-bottom: 27%;
}
.about-condition-imgs img {
    height: 200px;
}
.about-condition-imgs {
    height: 345px;
    margin-bottom: 25px;
    margin-top: 43px;
}
img.about-condition-right-img {
    margin-left: -80px;
}
}

@media only screen and (max-width:360px) {
	#studyinfo-CTA-image .desktopView .col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%!important;
		height: auto!important;
		margin: 0px 0px!important;
		padding: 0px!important;
		margin-bottom: 25px!important;
	}
	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		max-width: 100%
	}
	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		max-width: 100% !important;
		width: 100%;
	}
	.about-right-cont {
		margin-top: 10px;
	}
.about-condition-imgs img {
    height: 170px;
    border-width: 5px;
}
.about-condition-imgs {
    height: 295px;
    margin-bottom: 22px;
    margin-top: 42px;
}
img.about-condition-right-img {
    margin-left: -65px;
}
}
@media only screen and (min-width:234px) and (max-width:319px) {
	a.toplogo img {
		max-width: 140px;
	}
	.customnav {
		padding: 28px 15px;
	}
	.footerTop {
		padding: 35px 0px;
	}
}
@media only screen and (max-width:233px) {
	a.toplogo img {
		max-width: 100px;
	}
	.customnav {
		padding: 32px 15px;
	}
}

@media only screen and (max-width:374px) {
	#banner-cta-image .qualifybtn {
		font-size: 16px;
	}
	.bannercontent h1 br {
		display: none;
	}
}

@media only screen and (min-width:320px) and (max-width:450px) {
a.toplogo img {
    max-width: 235px;
}
.customnav {
	padding: 16px 15px;
}
}

@media only screen and (max-width:319px) {
	#banner-cta-image .qualifybtn {
		font-size: 16px;
		line-height: 1.4;
		padding: 15px 12px;
		height: auto;
	}
}

@media only screen and (min-width:480px) and (max-width:991px) {
	.qualify-red-btn a {
		font-weight: 500;
		font-size: 18px !important;
	}
	.aboutContent h3.aboutTitle span {
		font-size: 20px!important
	}
	a.qualifybtn {
		max-width: 480px;
	}
}

@media (max-width:575px) {
	.bannercontent h1 br {
		display: none;
	}
.aboutmindBox .col-md-12 {
	padding: 0;
}
.faq-outer {
	padding-left: 10px;
}
#faq .card {
	margin-bottom: 45px;
	padding: 0 0 0px 85px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		max-width: 100%!important;
	}
}
@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (min-width:320px) and (max-width:575px) {
	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		max-width: 100%!important
	}
	#studyinfo-CTA-image .desktopView .col-sm-6 {
		display: inline-block!important
	}
}


@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (max-width:233px) {
	a.toplogo img {
		max-width: 100px;
	}
}

@media only screen and (min-width:360px) and (max-width:575px) {
	html.ie10 #studyinfo-CTA-image .desktopView .col-sm-6 img {
		max-width: 100%!important
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: Portrait) {
	.aboutStudy {
		padding: 70px 0 !important;
	}
	#faq.faq-bg {
		padding: 70px 0 !important;
	}
	.aboutStudy h2 {
		margin-bottom: 50px;
	}
	#signup h2 {
		padding-top: 0;
	}
}
