@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700;800;900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; }
html {
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;

}
body {
  margin:0;
  background:#fff;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family: 'Work Sans', sans-serif;
  padding:0!important;
  overflow-x: hidden;

}
.mobile {
	display: none;
}

.icon {
	display: none;
}

.banner-ad {
	width: 100%;
	margin: 0px 0 70px;
}
.ban-ad {
	width: 100%;
	margin: 0px 0 70px;
}

.banner-ad img {
	width: 100%;
}
.ban-ad img {
	width: 100%;
}
/* nav bar */
 
.nav-bar {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background-color: #0f294d;
	position: fixed;
	width: 100%;
	height: 75px;
	top: 0;
	z-index: 100;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	text-align: center;
}
.logo img{
	height: 100%;
}
.logo {
	height: 68px;
}
.topnav {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-width: 50%;
	width: 75%;
	justify-content: space-between;
	
}
.topnav .icon {
	display: none;
  }
.navlink {
	margin: 0 3%;
	width: 240px;
	padding: 0 10px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	height: 75px;
}
/* .nav-bar a  {
	text-decoration: none;
	color: inherit;
	font-weight: 700;
	font-size: 1.2em;
} */
/* .dropbtn  {
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 1.2em;
} */
.navlink:hover {

	color: #f1d356;
}
.dropdown:hover, .dropdown:focus {
	background-color: white;
	color: #00438c;
}
.dropdown {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
}
  
.dropdown .dropbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	cursor: pointer; 
	height: 75px;
}
/* .nav-bar .signuplink {
	width: 150px;
	border: none;
	color: white;
	padding: 0 10px;
	font-weight: auto;
	border-radius: none;
} */

  
.dropdown-content {
    display: none;
    position: absolute;
    top: 75px;
    background-color: #6cace4;
    width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.topnav .dropdown-content {
	margin: 0;
}
  
.dropdown-content a {
	float: none;
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
  
.dropdown-content a:hover {
	background-color: #ddd;
	color: #00438c;
}
  
.show {
	display: block;
}



/* section-one */ 
.section-one {
	margin-top: 70px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%236cace4' fill-opacity='0.90' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	/* background-image: url("data:image/svg+xml,%3Csvg width='32' height='26' viewBox='0 0 32 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0v3.994C14 7.864 10.858 11 7 11c-3.866 0-7-3.138-7-7.006V0h2v4.005C2 6.765 4.24 9 7 9c2.756 0 5-2.236 5-4.995V0h2zm0 26v-5.994C14 16.138 10.866 13 7 13c-3.858 0-7 3.137-7 7.006V26h2v-6.005C2 17.235 4.244 15 7 15c2.76 0 5 2.236 5 4.995V26h2zm2-18.994C16 3.136 19.142 0 23 0c3.866 0 7 3.138 7 7.006v9.988C30 20.864 26.858 24 23 24c-3.866 0-7-3.138-7-7.006V7.006zm2-.01C18 4.235 20.244 2 23 2c2.76 0 5 2.236 5 4.995v10.01C28 19.765 25.756 22 23 22c-2.76 0-5-2.236-5-4.995V6.995z' fill='%236cace4' fill-opacity='0.18' fill-rule='evenodd'/%3E%3C/svg%3E"); */
}
.s1-inside {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}







.slideshow-container1 {
	position: relative;
	background: #efeae5d8;
	width: 100%;
}
.slide-mobile {
	display: none;
}

.mySlides {
	display: none;
	width: 100%;
	height: 550px;
	flex: row;
	justify-content: center;
	align-items: center;
}

.slide-img {
	  width: 100%;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	/* border-radius: 0 3px 3px 0; */
	user-select: none;
}
.prev img, .next img {
	  width: 30px;
 }
.next {
	right: 0;
	/* border-radius: 3px 0 0 3px; */
}
.prev:hover, .next:hover {
	background-color: #0f294d;
	box-shadow: 1px 1px 9px #0000001f;
}
.dots {
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.dot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 1px 1px 9px #0000000e;
	transition: background-color 0.6s ease;
}
  
.active, .dot:hover {
	background-color: #f1d356;
}
  
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
  
@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
  
@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
.slide-int {
	width: 92%;
	max-width: 1600px;
}
.slide-int1 {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
.slide1-left {
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.s1-logo {
	width: 300px;
	margin-bottom: 20px;
}
h1 {
	font-size: 54px;
	font-weight: 700;
	color: #0f294d;
}
.slide1-left h2 {
	font-size: 54px;
	font-weight: 700;
	color: #40a0ad;
}
.slide1-left h2 span {
	color: #0f294d;
}
.slide1-line {
	margin: 10px 0;
	width: 600px;
	height: 3px;
	background: #f1d356;
	border-radius: 1px;

}
.slide1-left h3 {
	color: rgb(108, 108, 108);
	font-size: 30px;
	font-weight: 400;
}
.slide1-left h4 {
    color: white;
    font-size: 21px;
    font-weight: 600;
    background-color: #40a0ad9e;
    padding: 14px 2%;
    width: 96%;
    margin: 20px 0;
    text-align: left;
    box-shadow: 1px 1px 9px #0000001f;
}
.slide1-left h4 span{
	color: #0f294d;
}

.socials {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.socials a {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #40a0ad9e;
	box-shadow: 1px 1px 9px #0000001f;
	margin-right: 20px;

}
.socials img {
	width: 40px;
}



.slide1-right {
	width: 550px;
	position: relative;
	height: 530px;
	margin-top: 20px;

}
.diamond {
	transform:rotate(45deg);
	position: absolute;
	overflow: hidden;	
	box-shadow: 1px 1px 8px #0000002e;
}

.diamond::before {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	z-index: -1;
	transform: rotate(-45deg);	
}
.diamond-int {
	background-color: #0f294da8;
	height: 100%;
	width: 100%;
}
.diamond1 {
    width: 200px;
    height: 200px;
    top: 100px;
    right: 10px;
}
.diamond1::before {
	background: url('../img/torts/hurricane.jpg');
	background-size: contain;
	background-position: center;
}
.diamond2 {
    width: 94px;
    height: 94px;
    top: 302px;
    right: 136px;

}
.diamond2::before {
	background: url('../img/pills.jpg');
	background-size: cover;
	background-position: right;

}
.diamond2-int {
	background-color: #40a0ad98;
}
.diamond3 {
    width: 209px;
    height: 93px;
    top: 114px;
    right: 269px;
}
.diamond3::before {
	background: url('../img/torts/foam.jpg');
	background-size: cover;
	background-position: top;

}
.diamond3-int {
	background-color: #40a0ad98;
}
.diamond4 {
    width: 96px;
    height: 96px;
    top: 78px;
    right: 211px;
}
.diamond4::before {
	background: url('../img/torts/ankle.jpg');
	background-size: cover;
	background-position: center;

}
.diamond4-int {
	background-color: #0f294da8;
}
.diamond5 {
    width: 98px;
    height: 194px;
    top: 213px;
    right: 243px;
}

.diamond5::before {
	background: url('../img/torts/3m.jpg');
	background-size: cover;
	background-position-x: 46%;
	background-position-y: 20%;

}
.diamond6 {
    width: 96px;
    height: 92px;
    top: 226px;
    right: 357px;
}
.diamond6::before {
	background: url('../img/torts/birth.jpg');
	background-size: cover;
	background-position: center;
}

.slide-int2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.slide2-left {
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
	z-index: 10;
}
.slide2-left h2 {
	font-size: 54px;
	font-weight: 700;
	color: #40a0ad;
	line-height: .7;
}
.slide2-left h2 span {
	color: #0f294d;
}
.slide2-line {
	margin: 10px 0;
	width: 600px;
	height: 3px;
	background: #f1d356;
	border-radius: 1px;

}
.slide2-left h3 {
	color: rgb(108, 108, 108);
	font-size: 30px;
	font-weight: 400;
}
.slide2-heading {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 6px;
}
.fda {
	width: 120px;
	margin-right: 20px;
}
.slide2-img {
    margin-top: 20px;
    width: 100%;
    height: 230px;
    background-image: url('../img/womancpap.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: 1px 1px 14px #0009;
    position: relative;
}
.slide2-img .overlay {
	position:absolute ;
	top: 0;
	left: 0;
	background-color: #0f294d8a;
	width: 100%;
	height: 230px;
}
.news1 {
    margin: 30px 0;
    width: 100%;
    height: 140px;
    position: relative;
}
.news1 img {
    width: 510px;
    position: absolute;
    top: 0;
    left: 50px;
}
.headline {
    position: absolute;
    text-decoration: none;
    color: #333;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.news1 .headline {
    top: 16px;
    left: 70px;
    width: 470px;
    font-size: 27px;
}
.outlet {
    position: absolute;
    color: rgb(108, 108, 108);
    font-size: 18px;
    font-weight: 400;
}
.news1 .outlet {
    bottom: 0px;
    left: 66px;
}
.slide2-right {
	width: 550px;
	position: relative;
	height: 530px;
	margin-top: 20px;

}
.news2 {
    width: 100%;
    height: 200px;
    position: relative;
}
.news2 img {
    width: 450px;
    position: absolute;
    top: 0;
    left: -60px;
}
.news2 .headline {
    top: 30px;
    left: -46px;
    width: 410px;
    font-size: 22px;
}
.news2 .outlet {
    bottom: 0px;
    left: -56px;
}
.news3 {
    width: 100%;
    height: 122px;
    position: relative;
}
.news3 img {
    width: 520px;
    position: absolute;
    top: 0;
    left: -20px;
}
.news3 .headline {
    top: 20px;
    left: -12px;
    width: 500px;
    font-size: 22px;
}
.news3 .outlet {
    bottom: 0px;
    left: -10px;
}
.slide-int {
	width: 92%;
	max-width: 1600px;
}
.slide-int3 {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
}
.directions {
	position: absolute;
	width: 80%;
	top: 30%;
	left: 15%;
	z-index: 12;
}
.slide3-left {
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
.slide3-right-img {
    width: 70%;
    height: 280px;
    position: relative;
    background-image: url('../img/phone-rideshare.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: 1px 1px 14px #0009;
    margin: 0 20% 70px 0;
}
.slide3-right-img .overlay {
	position:absolute ;
	top: 0;
	left: 0;
	background-color: #40a0ada3;
	width: 100%;
	height: 280px;
}
.slide3-left-img .overlay {
	position:absolute ;
	top: 0;
	left: 0;
	background-color: #0f294d8a;
	width: 100%;
	height: 250px;
}
.slide3-left-img {
    width: 70%;
    height: 250px;
    position: relative;
    background-image: url('../img/woman-rideshare.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: 1px 1px 14px #0009;
    margin-right: 40%;
}
.slide3-right {
    width: 550px;
    position: relative;
    height: 530px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.slide3-text {
	text-align: center;
	width: 70%;
	margin-left: 10%;
	margin-bottom:50px;
}
.slide3-left h4 {
    color: white;
    font-size: 21px;
    font-weight: 600;
    background-color: #40a0ad9e;
    padding: 14px 2%;
    width: 96%;
    margin: 10px 0;
    box-shadow: 1px 1px 9px #0000001f;
}
.slide3-left h4 span {
	color: #0f294d;
}

.slide3-left h3 {
	color: rgb(108, 108, 108);
	font-size: 30px;
	font-weight: 400;
}

/* section-two */
.section {
	background-color: #f7f7f7;
	padding-top: 6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.inside {
	width: 98%;
	padding: 0 1%;
	max-width: 1300px;
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.section-heading {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 1rem;
}
.heading-text {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
}
.heading-text h2 {
    font-size: 2em;
    font-weight: 700;
    color: #535353;
}
.heading-text h3 {
	font-size: 1.6em;
	font-weight: 400;
	margin: 0 12px;
}
.heading-learn {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	text-decoration: none;
	color: black;
}
.heading-learn img {
	width: 30px;
}
.heading-line {
	width: 100%;
	height: 1px;
	background: #dddddd;
	border-radius: 3px;
}
.section-two {
	background-color: #efefef;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 70px;
}

.s2-left {
	width: 69%;
}

.torts {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin:0 34px;

}
.space-even {
	justify-content: space-evenly;
}
.torts-section h4 {
    color: #40a0ad;
    font-size: 1.8em;
    font-weight: 700;
    margin: 30px 0 20px;
}
.tort {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 30%;
	position: relative;
	/* height: 300px; */
	/* box-shadow: 2px 1px 11px 1px #0000006b; */
	text-decoration: none;
	/* border-radius: 3px; */
	margin: 20px 0;
	

}
.tort-inside {
    width: 100%;
    height: 270px;
    display: flex;
    /* border-radius: 4px; */
    justify-content: flex-end;
    flex-direction: column;
	align-items: center;
	box-shadow: 1px 1px 13px 0px #0000004f;
}
.tort-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	min-height: 170px;
    background: #ffffffb8;
    /* border-radius: 3px; */
	margin: 15px;
}

.tort-title	{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 5px 0;	
}
.tort-title img {
	width: 30px;
	margin: 0 6px;
}
.tort-title h2 {
	font-size: 1.35em;
	color: #0f294d;
	font-weight: 700;
	margin: 0 6px;
	/* text-shadow: 2px 2px 6px #0000009e; */
}
.tort-info p span {
	font-weight: 700;
	 color: #40a0ad;
}
.learn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    text-align: right;
}
.learn img {
	width: 24px;
}
.learn h3 {
	color: black;
	font-size: 1.2em;
	font-weight: 500;
	margin: 0 10px ;
}

.torts .elmiron {
	background-image: url('../img/torts/elmiron.jpg');
	background-size: cover;
	background-position: center;
	/* color: #2387b5; */
}
.torts .cpap {
	background-image: url('../img/torts/cpap2.jpg');
	background-size: cover;
	background-position: center;
	/* color: #00438c; */
}
.torts .roundup {
	background-image: url('../img/torts/roundup2.jpg');
	background-size: cover;
	background-position: center;
	/* color: #f3f32c; */
}
.torts .hernia {
	background-image: url('../img/torts/hernia2.jpg');
	background-size: cover;
	background-position: center;
	/* color: #cf1b22; */
}
.torts .clergy {
	background-image: url('../img/torts/clergy2.jpg');
	background-size: cover;
	background-position: center;
	/* color: #153040; */
}
.torts .zantac {
	background-image: url('../img/torts/zantac.jpg');
	background-size: cover;
	background-position: center;
	/* color: #6667ab; */
}
.torts .birth {
	background-image: url('../img/torts/birth.jpg');
	background-size: cover;
	background-position: center;
	/* color: #b4d033; */
	
}
.torts .hurricane {
	background-image: url('../img/torts/hurricane.jpg');
	background-size: cover;
	background-position: center;
	/* color: #442c23; */
}
.torts .lejeune {
	background-image: url('../img/torts/lejeune.jpg');
	background-size: cover;
	background-position: center;
	/* color: #442c23; */
}
.torts .paraquat {
	background-image: url('../img/torts/paraquat2.jpg');
	background-size: cover;
	background-position: center;
	/* color: #c49c36; */
	

}
.torts .foam {
	background-image: url('../img/torts/foam.jpg');
	background-size: cover;
	background-position: center;
	/* color: #001489; */
}
.torts .earplugs {
	background-image: url('../img/torts/3m.jpg');
	background-size: cover;
	background-position: center;
	/* color: rgb(99, 0, 124); */
}
.torts .talcum {
	background-image: url('../img/torts/talcum.jpg');
	background-size: cover;
	background-position: center;
	/* color: #bd7100; */
}
.torts .paragard {
	background-image: url('../img/torts/paragard.jpg');
	background-size: cover;
	background-position: center;
	/* color: #bd7100; */
}


.torts .nec {
	background-image: url('../img/torts/nec2.jpg');
	background-size: cover;
	background-position: center;
	/* color: #bd7100; */
}
.torts .xeljanz {
	background-image: url('../img/torts/xeljanz.jpg');
	background-size: cover;
	background-position: center;
	/* color: #bd7100; */
}
.torts .transvaginal {
	background-image: url('../img/torts/transvaginal.jpg');
	background-size: cover;
	background-position: center;
	/* color: #bd7100; */
}
.torts .rideshare {
	background-image: url('../img/torts/rideshare.jpg');
	background-size: cover;
	background-position: center;
	/* color: #bd7100; */
}
.torts .knee {
	background-image: url('../img/torts/knee.jpg');
	background-size: cover;
	background-position: center;
}
.torts .ankle {
	background-image: url('../img/torts/ankle.jpg');
	background-size: cover;
	background-position: right;
}
.torts .hip {
	background-image: url('../img/torts/hip.jpg');
	background-size: cover;
	background-position: center;
}
.torts .tort-info p {
	font-size: 1.1em;
	color: black;
	margin: 10px;
	font-weight: 500;
	text-shadow: none;
	/* text-shadow: 2px 2px 9px #000000c7; */

}
/* video section */

.video-section {
	padding-top: 3rem;
}
.vs-inside {
	padding: 0;
}
.vs-columns {
	width: 100%;
	background-color: white;
	/* border-radius: 5px; */
	display: grid;
	grid-template-columns: 560px auto;
	box-shadow: 1px 1px 13px 0px #0000004f;
}
.vs-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: center;
	align-items: center;
}
.video-outer {
    width: 560px;
    height: 315px;
}
  
.video-div {
	width: 100%;
	display: flex;
	position:relative;
	cursor: pointer;
}
#placeholder{
	width: 560px;
	height:315px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}
#placeholder img{
	width: 560px;
	height: 315px;
	position: absolute;
	top: 0;
	left: 0;
	/* border-radius: 5px 0 0 0; */
}
#player {
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 315px;
	/* border-radius: 5px 0 0 0; */
}
.signup2 {
	width: 80%;
	padding:32px 0;
	border: none;
	font-size: 1.4em;
	font-weight: 700;
	background-color: #40a0ad;
	color: white;
	cursor: pointer;
	width: 100%;
	/* border-radius: 0 0 0 5px; */
}
.vs-right {
    background-color: #0f294d;
    /* border-radius: 0 5px 5px 0; */
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    justify-content: space-evenly;
    align-items: center;
	color: white;
}
.vs-right-heading {
	padding: 6px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #40a0ad;
}
.vs-right h2 {
	font-weight: 700;
	font-size: 2.2em;
}
.vs-right p {
	font-weight: 400;
	font-size: 1.1em;
}
.dotted-line {
	height: 1px;
	border-top: 5px dotted #40a0ad;
	width: 70%;
	margin: 3px 0;
}
.vs-right span {
	color: #f1d356;
	font-weight: 700;
	font-size: 1.1em;
}

/* s2 right */

.articles {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	
}
.articles a {
	width: 43%;
	text-decoration: none;
	color: black;
	margin: 32px 0;
	display: grid;
	grid-template-columns: 200px auto;

}
.articles a img {
	width: 200px;
	/* border-radius: 5px; */
	box-shadow: 1px 1px 13px 0px #0000002e;
}

.article {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin-left: 15px;
	justify-content: space-evenly;
}
.article p {
	font-size: 1.3em;
	font-weight: 600;	
}
.article h2 {
	font-weight: 400;
	color: #808080;
	font-size: 1.4em;
}
.articles .mobile {
	display: none;
}


/* section three  */



.timeline {
	width: 100%;
	height: 490px;
	position: relative;
	margin: 40px 0 60px 0;
}
.timeline .line {
	width: 100%;
	height: 8px;
	background: #0f294d;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.numbers {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.number {
	background-color: #0f294d;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;

}
.number p {
	color: white;
	font-weight: 700;
	font-size: 1.4em;
}
.steps {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
}
.step {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;

}
.profile-div {
	width: 95px;
	height: 95px;
	background: #40a0ad;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	box-shadow: -1px -3px 8px rgb(0 0 0 / 20%);
	z-index: 10;
	margin-right: -35px;
}
.profile-div img {
	width: 70px
}
.full-card {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-top: -15px;
}

.test-card {
	background: rgb(255, 255, 255);
	color: #153040;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 230px;
	box-shadow: 1px 3px 8px rgb(0 0 0 / 20%);
	padding: 16px 12px 8px 16px;
	margin: 45px 0 0 -20px;
	/* border-radius: 3px; */

}

.step-text {
	height: 200px;
	width: 310px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.odd .step-text {
	justify-content: flex-start;
}
.step-text p {
	font-size: 1.4em;
	color: white;
	font-weight: 600;
	margin: 30px 0;
	background: #40a0ad;
	padding: 12px;
	/* border-radius: 3px; */
	position: relative;
	box-shadow: 1px 3px 8px rgb(0 0 0 / 20%);
	
}
.even .step-text p {
	box-shadow: -1px -3px 8px rgb(0 0 0 / 20%);
}
.even .step-text p:after {
	content: " ";
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: auto;
	bottom: -28px;
	border-top: 30px solid #40a0ad;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-bottom: none;
  }
.odd .step-text p:before {
	content: " ";
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: auto;
	top: -28px;
	border-bottom: 30px solid #40a0ad;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: none;
	box-shadow: 1 1 black;
  }
.test-card p {
	font-size: 1.1em;
	text-align: center;	
	font-weight: 500;
	color:black;
	font-style: italic;
	height: 88px;
	
}
.test-card h3 {
	text-align: center;
	color: #f1d356;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 16px;
	text-align: right;
}

/* control section */
.control-div {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	margin: 40px 0;
}
.cs-inside .cd-even {
	flex-direction: row; 
	justify-content: flex-end;
}
.ct-circle {
	width: 450px;
	border-radius: 4px 150px 150px 4px;
	margin:0px;
	border: 4px solid white;
	box-shadow: 1px 1px 8px #0000003d;
}
 .cd-even .ct-circle {
	border-radius: 150px 4px 4px 150px;
  }
.control-text {
	width: 690px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin: 0 36px;
}
.cd-even .control-text{
	align-items: flex-end;
	text-align: right;
}
.ct-heading {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.ct-heading h3 {
	background: #40a0ad;
	color: white;
	padding: 12px;
	font-size: 2em;
	font-weight: 800;
}
.ct-heading h4 {
	color: #0f294d;
	padding: 12px;
	font-size: 2em;
	font-weight: 400;
}
.control-text p {
	color: #767676;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: 400;
	margin: 14px 0;
}
.ct-learn {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
	color: #00438c;
}
.ct-learn p {
	color: black;
	font-size: 1.3em;
	font-weight: 300px;
	padding: 0;
	margin: 0 12px 0 0;
}
.ct-learn img{
	width: 25px;
}
.control-text .line {
	width: 100%;
	height: 2px;
	background: #f1d356;
	border: 4px;
	margin-top: 20px;
}
	/* animation */
	/*animation element*/

	.animation-element {
		opacity: 0;
		position: relative;
	  }
	  /*animation element sliding left*/
	  
	  .animation-element.slide-left {
		opacity: 0;
		-moz-transition: all 500ms linear;
		-webkit-transition: all 500ms linear;
		-o-transition: all 500ms linear;
		transition: all 500ms linear;
		-moz-transform: translate3d(-100px, 0px, 0px);
		-webkit-transform: translate3d(-100px, 0px, 0px);
		-o-transform: translate(-100px, 0px);
		-ms-transform: translate(-100px, 0px);
		transform: translate3d(-100px, 0px, 0px);
	  }
	  .animation-element.slide-right {
		opacity: 0;
		-moz-transition: all 500ms linear;
		-webkit-transition: all 500ms linear;
		-o-transition: all 500ms linear;
		transition: all 500ms linear;
		-moz-transform: translate3d(100px, 0px, 0px);
		-webkit-transform: translate3d(100px, 0px, 0px);
		-o-transform: translate(100px, 0px);
		-ms-transform: translate(100px, 0px);
		transform: translate3d(100px, 0px, 0px);
	  }
	  
	  .animation-element.slide-left.in-view {
		opacity: 1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	  }
	  .animation-element.slide-right.in-view {
		opacity: 1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	  }
	
footer {
	background-color: #0f294d;
	color: white;
	padding: 20px;
	font-size: 1em;
}
footer a {
	color: #f1d356;
	text-decoration: none;
	font-weight: bold;
}
footer h3 {
	font-size: 1.7em;
	color: white;
	font-weight: 700;
}
.all-logos {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
	margin: 25px 0;
}
.all-logos img {
	width: 10%;
	margin: 12px 3%;
	
}
@media only screen and (max-width: 1100px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: inline;
	}
	.nav-bar {
		justify-content: flex-end;
	}
	.nav-bar .logo {

		position: absolute;
		display:flex;
		top: 50%;
		left: 5px;
		transform: translate(0%, -50%);
	}


	.navlink {display: none;}
	.nav-bar a.icon {
	  float: right;
	  display: block;
	  margin-right: 5%;
	  z-index: 1000;
	}
	.nav-bar .logo a {
		display: flex;
	}
	.nav-bar .signuplink {
		padding: 0;
		border: none;
	}
	.bar {
		width: 30px;
		height: 4px;
		background-color: white;
		margin: 5px 0;
	  }
	.topnav.responsive{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		position: absolute;
		top: 99%;
		left: 0;
		background-color: #40a0ad;
		width: 60vw;
		height: 100vh;
		line-height: 2rem;
		padding: 10px 10px 10px 30px;
	}

	.topnav.responsive a.icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive .navlink {
	  display: flex;
	  text-align: left;
	  height: auto;
	  width: 100%;
	  align-items: flex-start;
	  justify-content: flex-start;
	  padding: 10px 0;
	  margin: 0;
	}
	.topnav.responsive .dropdown {
	  display: flex;
	  flex-direction: column;
	  text-align: left;
	  height: auto;
	  width: 100%;
	  align-items: flex-start;
	  justify-content: flex-start;
	  padding: 10px 0;
	  margin: 0;
	}
	.topnav.responsive .dropdown-content {
		position: relative;
		top: auto;
		background-color: #6cace4;
		width: auto;
		box-shadow: none;
		/* z-index: 1; */
	}
	.dropdown:focus, .dropdown:hover, .navlink:hover {
		color: white;
		background: #6cace4;
	}

	.dropdown .dropbtn {
		height: auto;
		padding: 0px;
	}
	h1 {
		width: 100%;
		padding: 4px 0;
		font-size: 25px;
	}
	.section {
		padding-top: 2rem;
	}
	.section-one {
		margin-top: 74px;
	}
	.mySlides {
		height: auto;
	}
	.slide-int1 {
		flex-direction: column;
		margin: 20px 0 0;
	}
	.slide-int3 {
		flex-direction: column;
		margin: 20px 0 0;
	}
	.slide1-left h3 {
		font-size: 23px;
	}
	.slide1-left h4 {
		font-size: 19px;
	}
	.slide1-left {
		width: 100%;
	}
	.slide1-line {
		width: 100%;
	}
	.slide1-right {
		width: 50%;
	}
	.slide2-left {
		width: 100%;
	}
	.slide2-line {
		width: 100%;
	}
	.slide2-right {
		width: 70%;
		height: auto;
		margin: 20px 0 30px;
	}
	.slide3-left {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.slide3-right {
		width: 100%;
		height: auto;
	}
	.slide-int2 {
		flex-direction: column;
	}
	.slide2-left h2 {
		font-size: 37px;
	}
	.fda {
		width: 72px;
		margin-right: 13px;
	}
	.slide2-heading {
		margin-top: 20px;
	}
	.slide2-left h3 {
		font-size: 23px;
	}
	.slide3-right-img {
		width: 70%;
		height: 200px;
		margin: 0 0 20px;
	}
	.slide3-right-img .overlay {
		height: 200px;
	}
	.slide3-text {
		text-align: center;
		width: 84%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.slide3-left-img {
		width: 70%;
		height: 200px;
		margin: 0 0 20px;
	}
	.slide3-left-img .overlay {
		height: 200px;
	}
	.slide3-left h3 {
		font-size: 26px;
	}

	.heading-text h2 {
		font-size: 1.2em;
	}
	.heading-text h3 {
		font-size: 1.2em;
		margin: 0 5px;
		width: 135px;
	}
	.heading-learn img {
		width: 20px;
	}
	.heading-learn {
		align-items: flex-start;
	}
	.section-two-inside {
		flex-direction: column;
	}
	.s2-left {
		width: 100%;
	}
	

	.torts {
		flex-direction: column;
		align-items: center;
		width: 86%;
		margin-bottom: 0px;
		
	}
	.torts2 {
		margin-top: 0px;
	}

	.tort {
		width: 100%;
		height: auto;
		max-width: 450px;
		
	}
	.tort-inside {
		height: auto;
		padding-top: 100px;
	}
	.tort-info {
		height: auto;
		margin: 10px;
	}
	.vs-left {
		width: 100%;
	}
	.vs-inside {
		width: 100%;
	}
	.vs-columns {
		display: flex;
		flex-direction: column;
		border-radius: 0px;
		box-shadow: none;
	}
	#placeholder img {
		width: 100vw;
		height: 56.25vw;
		border-radius: 0px;
	}
	#placeholder {
		width: 100vw;
		height: 56.25vw;
	}
	.video-outer {
		width: 100vw;
		height: 56.25vw;
	}
	#player {
		width: 100vw;
		height: 56.25vw;
	}
	.signup2 {
		border-radius: 0px;
		border-top: 4px solid white;
		border-bottom: 4px solid white;
	}
	.s2-right {
		width: 100%;
		margin: 20px 0 0 0;
		border-left: none;
		
	}
	.vs-right-heading {
		margin: 14px 0;
	}
	.vs-right p {
		margin-bottom: 10px;
	}

	.articles {
		width: 100%;
		flex-direction: column;
        align-items: center;
		padding: 20px 0 0 0;
	}
	.articles a img {
		max-width: 500px;
		width: 70%;
	}
	.articles a {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.article {
		max-width: 500px;
		width: 97%;
		text-align: center;
		margin-left: 0;
		align-items: center;
	}
	.article p {
		font-size: 1.2em;
		margin: 10px 0;
	}
	.article h2 {
		font-size: 1.1em;
	}


	.section-three h2 span {
		line-height: 1.8;
	}
	.timeline {
		height: 900px;
		max-width: 450px;
	}
	.timeline .line {
		width: 6px;
		height: 100%;
		top: 0;
		transform: translate(-50%,0%);
		left: 10%;
	}
	.numbers {
		flex-direction: column;
		height: 100%;
		width: auto;
		left: 10%;
		transform: translate(-50%, -50%);
		justify-content: flex-start;
	}
	.number {
		margin-top: 224px;
		margin-bottom: 10px;
	}
	.steps {
		flex-direction: column;
		margin-left: 55px;
		margin-top: 10px;
		top: 0px;
		left: 10%;
		height: 900px;
		transform: translateY(0);
		align-items: flex-start;
		width: auto;
	}
	.step {
		height: 292px;
		justify-content: center;
	}
	.step-text p {
		margin: 0;
		box-shadow: none;
		font-size: 1.2em;
	}
	.even .step-text p {
		box-shadow: none;
		font-size: 1em;
	}
	.step-text {
		height: auto;
	}
	.even .step-text p:after,.odd .step-text p:before{
		right: auto;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
		margin-left: -18px;
		width: 0;
		height: 0;
		border-top: 20px solid transparent;
		border-right: 20px solid #6CACE4;
		border-bottom: 20px solid transparent;
		border-left: none;
	}
	.even {
		flex-direction: column-reverse;
	}
	.full-card {
		flex-direction: column;
		align-items: center;
	}
	.profile-div {
		margin: 0px 30px -50px 0px;
	}
	.test-card {
		max-width: 250px;
		width: auto;
		margin: 0px;
		box-shadow: none;
	}
	.test-card p {
		font-size: 1em;
		height: 77px;

	}
	.step-text {
		max-width: 280px;
		width: auto;
	}
	.control-div {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin: 30px 0;
	}
	.cs-inside .cd-even {
		flex-direction: column-reverse;
		align-items: flex-end;
	}
	.control-text {
		width: 98%;
		text-align: center;
		align-items: center;
		margin: 20px 0;
	}
	.cd-even .control-text {
		width: 98%;
		text-align: center;
		align-items: center;
		margin: 20px 0;
	}
	.ct-heading {
		flex-direction: column;
		width: 100%;
	}
	.ct-heading h3 {
		font-size: 1.9em;
		padding: 6px 0;
		width: 100%;
		text-align: center;
	}
	.ct-heading h4 {
		font-size: 1.9em;
		padding: 6px;
	}
	.control-text p {
		font-size: 1.3em;
	}
	.control-text .line {
		height: 0px;
		margin: 0px;
	}
	.ct-learn {
		width: 100%;
		justify-content: flex-end;
	}
	.animation-element.slide-right {
		opacity: 0;
		-moz-transform: translate3d(0px, 1100px, 0px);
		-webkit-transform: translate3d(0px, 100px, 0px);
		-o-transform: translate(0px,100px);
		-ms-transform: translate(0px, 100px);
		transform: translate3d(0px, 100px, 0px);
	}
	.animation-element.slide-left {
		opacity: 0;
		-moz-transform: translate3d(0px, 100px, 0px);
		-webkit-transform: translate3d(0px, 100px, 0px);
		-o-transform: translate(0px,100px);
		-ms-transform: translate(0px, 100px);
		transform: translate3d(0px, 100px, 0px);
	}


	footer {
		font-size: .8em;
	}
	.all-logos {
		flex-wrap: wrap;
	}
	.all-logos img {
		width: 40%;
		margin: 12px 0;
	}

}
@media only screen and (max-width: 700px) {
	.headline {
		font-size: 1.1em;
	}
	.ct-circle {
		width: 80%;
	}
	.slide1-right {
		width: 86%;
		height: 320px;
		margin-top: 0;
	}
	
	.slide-desktop {
		display: none;
	}
	.slide-mobile {
		display: flex;
	}
	.slide1-left h2 {
		font-size: 38px
	}
	.slide2-right {
		width: 100%;
		height: auto;
		margin: 20px 0 30px;
	}
	.news1 img {
		width: 100%;
		top: 0;
		left: 0;
	}
	.news1 .headline {
		top: 20px;
		left: 5%;
		width: 90%;
		font-size: 19px;
	}
	.news1 {
		height: 120px;
		margin: 15px 0;
	}
	.news2 {
		height: 170px;
	}
	.news3 {
		height: 100px;
	}
	.outlet {
		position: absolute;
		color: rgb(108, 108, 108);
		font-size: 18px;
		font-weight: 400;
		width: 100%;
		text-align: center;
		left: auto;
	}
	.news1 .outlet {
		bottom: 0px;
		left: auto;
	}
	.news2 .outlet {
		bottom: 0px;
		left: auto;
	}
	.news3 .outlet {
		bottom: 0px;
		left: auto;
	}
	.news2 img {
		width: 100%;
		top: 0;
		left: 0;
	}
	.news2 .headline {
		top: 18px;
		left: 5%;
		width: 90%;
		font-size: 18px;
	}
	.news3 img {
		width: 100%;
		top: 0;
		left: 0;
	}
	.news3 .headline {
		top: 16px;
		left: 2%;
		width: 96%;
		font-size: 15px;
	}
	.diamond1 {
		width: 130px;
		height: 130px;
		top: 70px;
		right: 20px;
	}
	.diamond5 {
		width: 62px;
		height: 128px;
		top: 143px;
		right: 173px;
	}
	.diamond2 {
		width: 60px;
		height: 60px;
		top: 201px;
		right: 102px;
	}
	.diamond4 {
		width: 60px;
		height: 60px;
		top: 58px;
		right: 150px;
	}
	.diamond3 {
		width: 130px;
		height: 60px;
		top: 80px;
		right: 187px;
	}
	.diamond6 {
		width: 61px;
		height: 61px;
		top: 151px;
		right: 244px;
	}



}
