.mycoa-ie {
	padding: 80px 28px 0;
}
@media only screen and (min-width: 767px) {
	.mycoa-ie {
		display: block;
		position: relative;
		margin: 0 auto;
		width: 1200px;
    min-height: 100vh;
		padding-left: 0;
		padding-right: 0;
		background-image: url('../jpg/internet-explorer-bg.jpg');
		background-position: top right;
		background-size: 550px;
		background-repeat: no-repeat;
		background-origin: content-box;
  }
}

.mycoa-ie__header {
	padding-bottom: 0;
}
	
.mycoa-ie__inner-wrapper {
	margin-bottom: 34px;
}

.mycoa-ie__content {
	color: #424242;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
}
@media screen and (min-width: 767px) {
	.mycoa-ie__content {
		width: 100%;
		font-size: 18px;
		line-height: 31px;
	}
}
	
.mycoa-ie__title {
	max-width: initial;
	margin-bottom: 15px;
	text-align: left;
}
@media screen and (min-width: 767px) {
	.mycoa-ie__title {
		margin-bottom: 30px;
	}
}
	
.mycoa-ie__title-container {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.mycoa-ie__title-container {
		width: 710px;
	}
}

@media only screen and (min-width: 767px) {
	.mycoa-ie__content-block {
		max-width: 710px;
	}
}

.mycoa-ie__link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	width: 100%;
	background-color: white;
	border: 1px solid #333566;
	border-radius: 4px;
	text-decoration: none;
}
@media screen and (min-width: 767px) {
	.mycoa-ie__link {
		flex-direction: row;
	}
}

.mycoa-ie__link:not(:last-child) {
	margin-right: 0;
	margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
	.mycoa-ie__link:not(:last-child) {
		margin-right: 10px;
		margin-bottom: 0;
	}
}	

.mycoa-ie__link	img {
	margin-right: 9px;
}

.mycoa-ie__link span {
	color: #333566;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.mycoa-ie__link-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media screen and (min-width: 767px) {
	.mycoa-ie__link-container {
		flex-direction: row;
		padding-bottom: 80px;
	}
}

.powered-by-usps-mark {
  display: inline-flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.powered-by-usps-mark__picture {
  margin-bottom: 10px;
}

.powered-by-usps-mark img {
  height: 21px;
}

.powered-by-usps-mark span,
.powered-by-usps-mark img {
  color: #424242;
	font-family: 'Open Sans', helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
}

.u-display-none {
	display: none;
}
