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: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q,
blockquote {
  quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none
}

a img {
  border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block
}

body {
  background: #ffffff;
  color: #fff;
  font-family: "GrotesqueMTWeb", Arial, sans-serif;
  font-size: 1em;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center
}

input,
textarea,
button {
  font-family: "GrotesqueMTWeb", Arial, sans-serif;
  -webkit-border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

input:focus,
textarea:focus,
button:focus {
  outline: none
}

button,
select {
  cursor: pointer
}

a {
  color: #fff;
  text-decoration: none
}

img {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear
}

img.is-loading {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0
}

body,
html {
  height: 100%;
  min-height: 100%
}

@font-face {
  font-family: 'GrotesqueMTWeb';
  src: url("webfonts/2C1AFC_1_0.eot");
  src: url("webfonts/2C1AFC_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C1AFC_1_0.woff") format("woff"), url("webfonts/2C1AFC_1_0.ttf") format("truetype")
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  background-color: #39499b;
}

.content {
  height: 152px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.heading-1 {
  margin: 30px 0;
  font-size: 1.125em;
  line-height: 1.5em;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0.2s;
  -moz-transition: opacity 0.3s linear 0.2s;
  -o-transition: opacity 0.3s linear 0.2s;
  transition: opacity 0.3s linear 0.2s
}

.text {
  font-size: 0.75em;
  line-height: 1.5em;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0.3s;
  -moz-transition: opacity 0.3s linear 0.3s;
  -o-transition: opacity 0.3s linear 0.3s;
  transition: opacity 0.3s linear 0.3s;
  color: #fff;
  opacity: 1;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
  position: relative;
  z-index: 10;
  -webkit-transform: translate3d(0,0,0);
}

.is-loading img,
.is-loading .text,
.is-loading .heading-1 {
  opacity: 0
}

#mfPreviewBar {
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  float: right
}

.downarrow{
  bottom: 20px;
  position: absolute;
  width: 100%;
  margin: auto;
}

.secondpage{
  width: 80%;
  min-height: 100%;
  margin: auto;
}

.headline{
  color: #39499b;
  width: 80%;
  max-width: 950px;
  margin: auto;
  margin-top: 20%;
}

@media only screen and (max-width: 720px) {
  .headline {  width: 100%;}}

.list{
  color: #39499b;
  width: 80%;
  margin: auto;
  margin-top: 50px;
}

.list-link{
  color: #39499b;
}

@media only screen and (max-width: 720px) {
  .list{  width: 100%; }}

table {
  width: 100%;
}

.list-title {
  text-align: right;
}

td {
  padding: 10px;
  vertical-align: top;
  width: 50%;
}

@media only screen and (max-width: 720px) {
  td {  width: 100%;
    text-align: center !important;
    display: inline-table; }}

tr.list-section-end>td{
  padding-bottom: 2em;
}

@media only screen and (max-width: 720px) {
  tr.list-section-end>td.list-job{
    margin-bottom: 40px;
   }}

.cta {
  font-size: 0.75em;
  line-height: 1.5em;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 720px) {
  .list-job {  
    margin-bottom: 20px;
   }}
