	.copystyles {
		font-size: 17px;
		line-height: 25px;
		color: #141414;
	}

	.copystyles a {
		color: #141414;
		font-weight: 600;
		text-decoration-color: #8A8C8E;
		text-decoration-thickness: 1px;
		text-decoration-skip-ink: none;
		text-underline-offset: 0.25em;
	}

	.copystyles img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	.copystyles figure img {
		margin: 0;
	}

	.copystyles h1,
	.copystyles h2,
	.copystyles h3,
	.copystyles h4,
	.copystyles h5,
	.copystyles h6 {
		margin-top: 0;
	}

	.copystyles h1:not(:first-child), 
	.copystyles h2:not(:first-child), 
	.copystyles h3:not(:first-child), 
	.copystyles h4:not(:first-child),
	.copystyles h5:not(:first-child),
	.copystyles h6:not(:first-child) {
		margin-top: 40px;
	}

	.copystyles b,
	.copystyles strong {
		font-weight: 600;
		color: #133844;
	}

	.copystyles h1 {
		font-size: 42px;
		line-height: 48px;
	}

	@media(max-width: 700px) {
		.copystyles h1 {
				font-size: 28px;
				line-height: 34px;
		}
	}

	.copystyles h2 {
		font-size: 31px;
		line-height: 38px;
	}

	.copystyles h3 {
		font-size: 23px;
		line-height: 30px;
	}

	.copystyles h4,
	.copystyles h5,
	.copystyles h6 {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 18px;

	}

	.copystyles p,
	.copystyles ul,
	.copystyles ol {
		margin-bottom: 1.5rem;
		margin-top: 0;
	}

	.copystyles ul {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
	}

	.copystyles ul li {
    /*	To change hex value below - ignore %23 and enter the 6 vlues of hex after %23 */
		background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23b6b6b6'/%3E%3C/svg%3E");
		background-size: 9px 9px;
		background-repeat: no-repeat;
		background-position: top 5px left;
		padding-left: 20px;
	}

	.copystyles ol {
		margin-left: 23px;
		padding-left: 0;
	}

	.copystyles li {
		margin-bottom: 1rem;
	}

	.copystyles li ul,
	.copystyles li ol {
		margin-top: 1rem;
	}

.copystyles blockquote {
	margin: 36px 0;
	padding: 0 0 0 20px;
	border-left: 2px solid #000;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
}

.copystyles table {
	margin: 33px 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: left;
	width: 100%;	
}


/*Images*/
.copystyles img {
	margin: 30px 0;
}

.copystyles figure {
	margin: 0;
	padding: 0;
}

.copystyles figcaption {
	padding-top: 8px;
	font-size: 15px;
	line-height: 1.43;
}


.copystyles hr {
	margin: 20px 0;
	border: 0;
	border-top: 2px solid #000;
}

.copystyles table th, 
.copystyles table td {
	padding: 13px;
	border-bottom: 1px solid #eee;
}

.copystyles table th {
	color: #0f353e;
  font-weight: 600;
  border-bottom: 2px solid #000;
}

.copystyles table tr:nth-child(2n) {
	background: #f2f2f2;
}


.copystyles .button {
	font-size: 17px;
	display: inline-block;
	border-radius: 4px;
	padding: 19px 100px 18px 30px;
	border: 0;
	text-decoration: none;
	color: #2f2f2f;
	font-weight: bold;
	background-color: #d1d1d1;
	background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2915_7)'%3E%3Cpath d='M26 14.9668C26 15.2989 25.8687 15.631 25.6716 15.8303L17.9881 23.6015C17.5284 24.0664 16.7403 24.0664 16.2149 23.6015C15.7552 23.1365 15.7552 22.3395 16.2149 21.8081L21.797 16.1624H5.24776C4.59104 16.1624 4 15.631 4 14.9004C4 14.2362 4.52537 13.6384 5.24776 13.6384H21.6657L16.2149 7.99264C15.7552 7.52769 15.7552 6.73065 16.2149 6.2657C16.6746 5.80076 17.4627 5.80076 17.9224 6.2657L25.606 14.0369C25.8687 14.369 26 14.7011 26 14.9668Z' fill='%23383838'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2915_7'%3E%3Crect width='22' height='18' fill='white' transform='translate(4 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right 15px;
}

/*Iframes*/
.copystyles iframe[src*="vimeo.com"],
.copystyles iframe[src*="youtu.be"],
.copystyles iframe[src*="youtube.com"] {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/*Wordpress Image Float Classes*/
.copystyles img.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.copystyles img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.copystyles img.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

@media(max-width: 700px) {
	.copystyles img.alignleft,
	.copystyles img.alignright {
		float: none;
		margin: 20px 0;
	}
}