
@font-face {
  font-family: "GothamRnd-Medium";
  src: url('../fonts/GothamRnd-Medium.eot?1440707450');
  src: url('../fonts/GothamRnd-Medium.eot?&1440707450#iefix') format('embedded-opentype'), url('../fonts/GothamRnd-Medium.woff?1440707450') format('woff'), url('../fonts/GothamRnd-Medium.ttf?1440707450') format('truetype'), url('../fonts/GothamRnd-Medium.svg?1440707450') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamRnd-Light";
  src: url('../fonts/GothamRnd-Light.eot?1440707450');
  src: url('../fonts/GothamRnd-Light.eot?&1440707450#iefix') format('embedded-opentype'), url('../fonts/GothamRnd-Light.woff?1440707450') format('woff'), url('../fonts/GothamRnd-Light.ttf?1440707450') format('truetype'), url('../fonts/GothamRnd-Light.svg?1440707450') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamRnd-Book";
  src: url('../fonts/GothamRnd-Book.eot?1440707450');
  src: url('../fonts/GothamRnd-Book.eot?&1440707450#iefix') format('embedded-opentype'), url('../fonts/GothamRnd-Book.woff?1440707450') format('woff'), url('../fonts/GothamRnd-Book.ttf?1440707450') format('truetype'), url('../fonts/GothamRnd-Book.svg?1440707450') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-Light";
  src: url('../fonts/HelveticaNeue-Light.eot?1440707450');
  src: url('../fonts/HelveticaNeue-Light.eot?&1440707450#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Light.woff?1440707450') format('woff'), url('../fonts/HelveticaNeue-Light.ttf?1440707450') format('truetype'), url('../fonts/HelveticaNeue-Light.svg?1440707450') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #6C6C71;
  background: #004c72;
}

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a {
  font-family: 'GothamRnd-Book';
  font-weight: 400;
  font-style: normal;
  color: #004C72;
  margin-top: 0;
  line-height: 120%;
}

.main {
  max-width: 600px;
  margin: 40px auto 100px;
  box-shadow: 0px 18px 33px -18px rgba(0,0,0,0.75);
}

.header {
  border-bottom: solid 1px #ccc;
  background: #f3f4f5;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.header h1 {
  text-align: center;
  margin: 0 0;
}

.main > div {
  padding: 20px 30px;
}

.content {
  padding-top: 15px;
  background-color: #fff;
}

.buttonize {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.33px;
  padding: 12px 15px 10px;
  color: #C24118;
  font-family: 'GothamRnd-Book';
  font-weight: 500;
  font-style: normal;
  border: solid 1px #ccc;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  margin: 30px auto;
  width: 180px;
  text-align: center;
}

.buttonize:hover {
  background-color: #C24118;
  color: #fff;
  border: solid 1px #C24118;
}

.menu-wrapper {
  margin: 60px 0 30px;
}

.menu-item.first {
  border-top: 1px solid #DDDDDD;
}

.menu-item {
  border-bottom: 1px solid #DDDDDD;
  padding: 30px 30px 15px 30px;
  min-height: 100px;
}

.menu-item img {
  border-radius: 150px;
  float: left;
  margin-right: 15px;
  margin-top: -8px;
  border: solid 1px #ccc;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.logos img {
  max-width: 36%;
  width: auto;
  height: auto;
  max-height: 160px;
  display: block;
  align-self: flex-start;
  margin: 20px 0;
}

.logos img.shrink {
  max-height: 150px;
}

.menu-item a {
  color: #C24118;
  text-decoration: none;
}

.menu-item a:hover,
.menu-item a:active {
  text-decoration: underline;
}

.menu-item h3 {
  margin-bottom: 0px;
}

.menu-item p {
  margin-top: 0.5em;
}

.footer {
  background-color: #373e48;
  min-height: 40px;
  color: #eeeeee;
  border-radius: 0 0 10px 10px;
  font-size: .8em;
}

p {
    letter-spacing: 0.4px;
    font-weight: 400;
    font-size: 14px;
}

.footer a, .footer h3 {
  color: #eeeeee;
}

.footer p {
  font-weight: 300;
  letter-spacing: 0.8px
}
