
  
  .wrapper {
	font-family: 'Open Sans', sans-serif;
  }

  /* Section 1 */
  .copyright-header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	background-image: url(/Images/HomeSC/2016site/copyright-infringement/header-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  .copyright-header img {
	max-width: 100%;
  }
  
  /* Section 2 */
  .sec-2 {
	padding: 2em;
	text-align: center;
  }
  .sec-2 img {
	margin: 2em 0;
	max-width: 100%;
  }
  .sec-2 h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #dd4536;
  }
    .sec-2 h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #dd4536;
  }
  .sec-2 p {
	color: #1e4773;
	font-size: 20px;
  }

  /* Section 3 */
  .sec-3 {
	padding: 2em;
	background-image: url(/Images/HomeSC/2016site/copyright-infringement/sec-3-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  .sec-3 h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
  }
  .sec-3 p {
	margin: 0 0 1em;
  }
  .sec-3 p, .sec-3 strong {
	color: #fff;
  }
  .sec-3-hr {
	margin: 1em;
	background-color: #dd4536;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 6px;
  }
  .sec-3 img {
	display: block;
	margin: 0 auto;
  }
  
  /* Section 4 */
  .sec-4 {
	padding: 2em;
  }
  .sec-4 h2 {
	margin: 20px 0 1em;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #dd4536;
  }
  .sec-4 h3 {
	margin: 0 0 8px;
    font-family: 'Oswald',sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #dd4536;
  }
  .sec-4 .flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
  }
  .sec-4 p {
	margin: 0 0 2em;
	color: #1e4773;
    font-size: 17px;
  }
  .sec-4 .img-wrap {
	width: 20%;
	min-width: 100px;
  }
  .sec-4 .img-wrap + div {
	width: 75%;
  }
  .sec-4 img {
	margin-bottom: 3em;
  }
