/* CSS Reset Section */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

section {
	width: 100%;
	float: left
}

section > div {
	width: 90%;
	margin: auto;
	padding: 40px 0;
	max-width: 1280px
}

body, textarea {
	font-family: "Open Sans", sans-serif;
}


/* TEXT STYLES */

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #003B71;
	padding-bottom: 15px
}

h2 {
	font-size: 30px;
	font-weight: 700;
	color: #003B71;
	padding-bottom: 15px
}

p {
	font-size: 18px;
	line-height: 22px;
	color: #333
}

strong {
	font-weight: 700
}


/* HEADER */

header {
	background-color: #2049A0;
	width: 100%
}

header div.top {
	background: #003B71;
	float: left;
	width: 100%;
	height: 50px
}

header div.top ul {
	margin: auto;
	padding: 15px 0
}

header div.top ul li {
	float: left;
	margin-left: 6px
}

header div.top ul li img {
	height: 18px;
}

header div.top a.button {
	background: #FFD100;
	float: right;
	display: block;
	height: 50px;
	padding: 17px 25px 10px 50px;
	box-sizing: border-box;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	overflow: hidden
}

header div.top a.button:before {
  height: 63px;
  width: 50px;
  background: #003B71;
  position: absolute;
  content: '';
}
header div.top a.button:before {
  top: 0;
  left: 0;
  transform: rotate(35deg) translate(-69%);
}


header div.main {
	width: 100%;
	margin: auto;
	text-align: center;
	background-image: url(../images/green-triangle.svg), url(../images/red-triangle.svg);
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
}

header div.main img {
	padding: 30px 0
}



/* CONTENT */

section.body {
	width: 90%;
	max-width: 1400px;
	margin: auto;
	float: none;
	padding: 50px 0;
	text-align: center
}

section.body h1 {
	font-size: 40px;
	color: #2049A0
}

section.body h1 span {
	font-weight: 300;
	font-style: italic
}

section.body p {
	padding-bottom: 10px
}

section.body p strong {
	font-weight: 700
}


section.body ul {
	display: block;
	width: 100%;
	padding-top: 30px
}

section.body ul li {
	max-width: 320px;
	margin: auto;
	margin-bottom: 60px;
	text-align: left
}

section.body ul li img {
	width: 100%;
	padding-bottom: 15px
}

section.body ul li h2 {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px
}

section.body ul li a {
	color: #000;
	text-decoration: none;
	padding-left: 30px;
}

section.body ul li a:hover {
	text-decoration: underline;
}

section.body ul li a.pdf {
	background-image: url(../images/pdf.svg);
	background-repeat: no-repeat;
}

section.body ul li a.ppt {
	background-image: url(../images/ppt.svg);
	background-repeat: no-repeat;
}

section.body ul li a.download {
	background: #003B71;
	display: inline-block;
	width: 49%;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-top: 0px;
	position: relative;
	box-sizing: border-box;
	font-size: 14px
}

section.body ul li a.download:hover {
	text-decoration: none;
	background-color: #2049A0
}

/* section.body ul li a.download:before,  */section.body ul li a.download:after {
  height: 15px;
  width: 15px;
  background: white;
  position: absolute;
  content: '';
}
section.body ul li a.download:before {
  top: 0;
  left: 0;
  transform: rotate(49deg) translate(-71%);
}
section.body ul li a.download:after {
  bottom: 0;
  right: 0;
  transform: rotate(49deg) translate(71%);
}

section.body ul li a.view {
	width: 48%;
	background: #FFD100;
	color: #333;
	display: inline-block	
}

section.body ul li a.view:hover {
	background: #ffb502;
	color: #333
}

/* FOOTER */
footer {
	width: 100%;
	float: left;
	background-color: #003B71;
	background-image: url(../images/green-triangle.svg), url(../images/yell-tri.svg), url(../images/footer-bg.jpg);
	background-position: left -5px, right 102%, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 70px 70px, 70px 70px, cover;
	padding: 30px 0;
}

footer p, footer h3 {
	color: #fff
}

footer p a {
	color: #fff;
}

footer h3 {
	font-size: 23px;
	color: #FFD100;
	line-height: 30px
}

footer h3 span {
	font-size: 30px;
	font-weight: 300;
	color: #fff
}

footer article {
	width: 100%;
	text-align: center;
	padding-bottom: 30px
}

footer article:last-child {
	padding-bottom: 0
}


@media screen and (min-width: 1040px){
	
	
body {
}

section.body p {
	max-width: 800px;
	margin: auto;
	clear: left
}

section.body ul {
	max-width: 1040px;
	margin: auto;
	overflow: hidden
}

section.body ul li {
	max-width: none!important;
	width: calc(100%/3 - 27px);
	margin: auto;
	margin-right: 40px;
	margin-bottom: 60px;
	text-align: left;
	float: left
}

section.body ul li.standard:nth-of-type(3), section.body ul li.standard:nth-of-type(6) {
	margin-right: 0!important;
}

/* FULL WIDTH ENTRY */

section.body ul li.full-width {
	width: 100%;
	margin: 0 auto 60px auto;
	max-width: none!important;
	float: none;
	overflow: hidden;
	display: table
}


section.body ul li.full-width div.image, section.body ul li.full-width div.entry {
	display: table-cell;
	width: 50%;
	vertical-align: middle
}

section.body ul li.full-width div img {
	width: 85%;
	float: right;
	padding-right: 10px
}

/* 2/3 WIDTH ENTRY */

section.body ul li.twothirds {
	width: 65%;
	margin: 0 auto 60px auto;
	max-width: none!important;
	float: left;
	overflow: hidden;
	display: inline;
	text-align: center
}


section.body ul li.twothirds div.image, section.body ul li.twothirds div.entry {
	display: inline;
	width: 100%;
	vertical-align: middle;
	float: left
}

section.body ul li.twothirds div img {
	width: 85%;
	float: none;
	padding-right: 8px;
	padding-top: 7.5%;
	padding-bottom: 8%;
}

section.body ul li.twothirds div.entry a.download {
	float: none!important;
	margin: auto;
	margin-top: 0px
}

/* 1/2 WIDTH ENTRY */

section.body ul li.half {
	width: 49%;
	margin: 0 auto 60px auto;
	max-width: none!important;
	float: left;
	overflow: hidden;
	display: inline;
	text-align: center;
	margin-right: 1%
}


section.body ul li.half div.image, section.body ul li.half div.entry {
	display: inline;
	width: 100%;
	vertical-align: middle;
	float: left
}

section.body ul li.half div img {
	width: 85%;
	float: none;
	padding-right: 8px;
	padding-top: 7.5%;
	padding-bottom: 8%;
}

section.body ul li.half div.entry a.download {
	float: none!important;
	margin: auto;
	margin-top: 0px
}



/* FOOTER */

footer {
	display: table;
	padding: 60px 0;
}

footer article {
	width: calc(100%/3);
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 0
}

footer article p {


}
	
footer article img {
	height: 111px
}	
	
}	
