* {
     -moz-box-sizing: border-box;
}

body {
     color: #7F8C8D;
     font-size: 13px;
     line-height: 1.7em;
}

a {
     color: #1F8DD6;
}

.quote {
    font-size:1.3em;
}

.ribbon a {
     color: #fff;
}

#submitButton {
    width:auto;
}

.main_menu {

}

.main_menu li {
     padding: 10px;
}

.main_menu li:hover {
     background: none repeat scroll 0% 0% #53687C;
}

#logo-link {
     display: inline;
     padding: 0px;
}

#logo-link img {
     margin-top: 10px;
     max-width: 100%;
     width: 600px;
}

#subtitle {
     color: #FFFFFF;
     float: right;
     font-size: 1.1em;
     font-weight: normal;
     letter-spacing: 5px;
     margin-right: 37px;
     margin-top: 37px;
     opacity: 0.5;
     text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, label {
     color: #34495E;
}

.pure-img-responsive {
     height: auto;
     max-width: 100%;
}

.l-box {
     padding: 1em;
}

.l-box-lrg {
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     padding: 2em;
}

.is-center {
     text-align: center;
}

.pure-form label {
     font-size: 100%;
     font-weight: bold;
     margin: 1em 0px 0px;
}

.pure-form input[type] {
     border: 2px solid #DDDDDD;
     box-shadow: none;
     font-size: 100%;
     margin-bottom: 1em;
     width: 100%;
}

.pure-button {
     background-color: #1F8DD6;
     border-radius: 5px;
     color: white;
     padding: 0.5em 2em;
}

a.pure-button-primary {
     background: none repeat scroll 0% 0% white;
     border-radius: 5px;
     color: #1F8DD6;
     font-size: 120%;
}

.home-menu {
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
     text-align: center;
}

.home-menu.pure-menu-open {
     background: none repeat scroll 0% 0% #2D3E50;
}

.pure-menu.pure-menu-open.pure-menu-fixed {
     border-bottom: medium none;
     z-index: 4;
}

.home-menu .pure-menu-heading {
     color: white;
     font-size: 120%;
     font-weight: 400;
}

.home-menu .pure-menu-selected a {
     color: white;
}

.home-menu a {
     color: #6FBEF3;
}

.home-menu li a:hover, .home-menu li a:focus {
     background: none repeat scroll 0% 0% transparent;
     border: medium none;
     color: #AECFE5;
}

.splash-container {
     left: 0px;
     overflow: hidden;
     top: 0px;
     width: 100%;
}

.splash-container img {
     max-width: 100%;
     min-width: 100%;
}

.splash {
     bottom: 0px;
     display: none;
     height: 50%;
     left: 0px;
     margin: auto;
     position: absolute;
     right: 0px;
     text-align: center;
     text-transform: uppercase;
     top: 100px;
     width: 80%;
}

.splash-head {
     border-radius: 5px;
     border: 3px solid white;
     color: #2D3E50;
     font-size: 20px;
     font-weight: bold;
     line-height: 1em;
     padding: 1em 1.6em;
}

.splash-subhead {
     color: white;
     letter-spacing: 0.05em;
     opacity: 0.8;
}

.content-wrapper {
     background: none repeat scroll 0% 0% white;
     min-height: 12%;
     top: 87%;
     width: 100%;
}

.content-head {
     font-weight: 400;
     letter-spacing: 0.05em;
     margin: 2em 0px 1em;
     text-transform: uppercase;
}

.content-head-ribbon {
     color: white;
}

.content-subhead {
     color: #1F8DD6;
}

.content-subhead i {
     margin-right: 7px;
}

.ribbon {
     background: none repeat scroll 0% 0% #2D3E50;
     color: #AAAAAA;
}

.footer {
     background: none repeat scroll 0% 0% #111111;
}

@media (min-width: 48em) {
  body { font-size: 16px; }
  .content { padding: 1em; }
  .home-menu { text-align: left; }
  .home-menu ul { float: right; }
  .splash { width: 50%; height: 50%; }
  .splash-head { font-size: 250%; }
  .l-box-lrg { border: medium none; }
}

@media (min-width: 78em) {
  .splash-head { font-size: 300%; }
}
