/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/*
 * 
 * GENERAL STYLING
 * 
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  color: #6a6a6a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  line-height: 1.3em;
}

.text-replace {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.hr {
  background-color: #8cc8eb;
  display: block;
  height: 1px;
  margin: 20px 0;
  width: 100%;
}

h1,
h2,
h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  margin: 10px 0;
}

ul {
  list-style-type: disc;
  padding-left: 18px;
}

ul li {
  margin: 5px 0;
}

iframe {
  height: 575px;
  width: 100%;
}

/*
 * 
 * SPECIFIC STYLING
 * 
 */

#container {
  margin: 0 auto;
  width: 810px;
}

.box {
  border: 1px solid #ccc;
  margin-top: 20px;
}

.box:first-of-type {
  margin: 0;
}

#work-better-together {
  background: url(../images/work_better_together_bg.png) no-repeat center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  height: 360px;
  position: relative;
  width: 100%;
}

#work-better-together p {
  left: 100px;
  position: absolute;
  top: 75px;
  width: 305px;
}

#diversity {
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9f4fb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e9f4fb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e9f4fb 100%);
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 0.9em;
  padding: 20px 25px;
}

#diversity h2 {
  display: block;
  height: 20px;
  width: 265px;
}

#diversity-heading1 {
  background: url(../images/diversity_inclusion_heading.png) no-repeat center left;
}

#diversity-heading2 {
  background: url(../images/inroads_heading.png) no-repeat center left;
}

#timeline {
  border: none;
  width: 100%;
}