/* Adobe specific fonts */
@import url("https://use.typekit.net/umr0bsc.css"); /* Adobe clean */
li {margin-left: -20px }

.legal-text {
    font-size: 14px;
    color: #8E8E8E !important;
    line-height: 21px;
    padding-bottom: 48px;
	background-color: #f0f0f0;
}

.adobe-logo {
	width: 70% !important;
}

.list-unstyled {
	list-style-type: disc !important;
    padding-left: 40 !important;
	margin-left: 40px;
}
.list-unstyled-2 {
	list-style-type: disc !important;
    padding-left: 40 !important;
	margin-left: 40px;
}

.thirtyTwoPxFont {
	font-size: 32px;
	line-height: 1.2;
}
.fourteenPxFont {
	font-size: 14px;
	line-height: 1.1;
}

/* Extra small devices (phones, 320px and down) */
@media only screen and (min-width: 320px) {
	.thumb {
		width: 50px;
	}
	ul {
	   padding-left: 0;
	}
	.mobTopPad {
		margin-top: 30px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.thumb {
		width: 75px;
	}
	ul {
	   padding-left: 0;
	}
	.mobTopPad {
		margin-top: 30px;
	}
	
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.thumb {
		width: 100px;
	}
	ul {
	   padding-left: 20px
	}
	.mobTopPad {
		margin-top: 30px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
  /* Add a helper class to add space to bottom in mobile view */
@media only screen and (min-width: 992px) {
   .mobile-space-bottom {margin-bottom:20px;}
	.mobTopPad {
		margin-top: 0;
	}
	
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
