body {
  position: relative;
  background-color:#ffffff;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.container {
  min-width: 250px;
}

.theme-color {
  color: #0099ff;
}

.navbar {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border: none;
  height: 85px;
}
.navbar-brand {
  margin-top: -5px;
  height: auto;
}
.navbar-nav {
  margin-top: 35px;
}
.navbar-toggle {
  margin-top: 35px;
}
li.menu,a.menu {
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
li.menu:hover, .menu a:hover {
  background-color: #e0e0e0;
}

.top {
  height: 125px;
}
@media (max-width: 767px) {
  .navbar-collapse {
    background-color: #f0f0f0;
  }

}
@media (max-width: 400px) {
  .navbar-brand {
    width: 200px;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
  .navbar {
    height: 70px;
  }
  .top {
    height: 90px;
  }
}

.centered {
  text-align:center;
}

h1, h2, h3, h4, h5 {
  line-height:120%;
}

h1 {
  font-size:2em;
  margin-top: 0px;
  margin-bottom: 20px;
  color:#666666;
}

h2 {
  font-size:1.5em;
  color:#0099ff;
}

.title h2 {
  margin-top: 0px;
  color: #000066;
}

.title p {
  color: #777777;
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 40px;
}

.banner {
  position: relative;
  min-height: 400px;
}

.title-image {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

@media (max-width: 1200px) {
  .banner {
    min-height: 320px;
  }
  .title p {
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  .title h2 {
    font-size:2em;
  }
}

@media (max-width: 992px) {
  .banner {
    min-height: 260px;
  }
  .title p {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .banner {
    min-height: 100px;
  }
  .title {
    text-align: center;
  }
  .title h2 {
    font-size:1.3em;
  }
}

h3 {
  font-size:1.3em;
  color:#666666;
}

p {
  line-height:150%;
}

p.nomargin {
  margin:0px;
}

#bottombar {
  color:#999999;
  font-size: 0.8em;
  background-color:#323030;
  padding-top: 20px;
  padding-bottom: 20px;
}

#bottombar a, #bottombar a:visited {
  color:#c0c0c0;
  text-decoration:none;
}

#bottombar a:hover {
  color:#ffffff;
  text-decoration:underline;
}

#bottombar h4 {
  color: #cccccc;
  font-size: 1.8em;
}

.contact {
  background-color: #f5f7f7;
  overflow-x: hidden;
}
.contact-section-header {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 80px;
}
.contact-section-header .contact-section-title {
  font-size: 2.5em;
}
.contact-section-header .contact-section-subtitle {
  font-size: 1.5em;
}
.contact-form .form-control {
  background-color: #e8eaeb;
  border: none;
  min-height: 54px;
  margin-bottom: 5px;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-radius: 3px;
}
.contact-form .form-control:focus {
  background-color: #e0e3e3;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form textarea {
  resize: vertical;
}
.contact-form .form-control:-moz-placeholder {
  color: #c0c5c6;
}
.contact-form .form-control::-moz-placeholder {
  color: #c0c5c6;
}
.contact-form .form-control:-ms-input-placeholder {
  color: #c0c5c6;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #c0c5c6;
}
.contact-details .contact-details-title {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-details {
    padding-top: 50px;
    text-align: center;
  }
}

img.centered {
  margin: auto;
}

.bar {
  color:#999999;
  background-color:#0f1d42;
  padding-top: 30px;
  padding-bottom: 10px;
}

.alt {
  background-color: #e0e0e0;
}

.table {
  overflow: hidden;
}

.table-cell {
  margin-bottom: -999px;
  padding-bottom: 999px;
}

div.benefits h3 {
  color: #ffffff;
}

div.benefits a {
  border: #cccccc solid 1px;
  padding: 4px;
}
div.benefits ul {
  text-align: left;
}
div.benefits ul li {
	padding:5px 2px 5px 2px;
}

div.benefits-list {
  display: table;
  margin: 0px auto;
}

ul.square li {
  list-style:square;
  list-style-type:square;
}

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.certificate .active {
  color: #66aa00;
  font-weight: bold;
}

.certificate .margin {
  padding: 12px;
  background-color: #e0e0e0;
  border: solid 1px #cccccc;
}

.certificate .margin .header {
  padding: 4px;
  background-color: #999999;
  text-align: center;
  font-weight: bold;
}

.certificate .body {
  border: 8px solid #baa769;
  padding: 18px;
}

.certificate .body .inner {
  border:1px solid #d9c087;
  padding: 14px;
}

.certificate .body .footer {
  background-color: #e7dec0;
  text-align: center;
  font-weight: bold;
  padding: 4px;
  margin-top: 12px;
}

.certificate .body .disclaimer {
  font-size: 0.8em;
  color: #666666;
  margin-top: 16px;
}

.green {
  color: #66aa00;
}

ul.checklist li {
  margin-bottom: 12px;
}

td {
  vertical-align: top;
}

table.data {
  font-size: 0.9em;
}

tr.odd td {
  background-color: #e0e0e0;
  padding: 0px 2px;
}

tr.even td {
  background-color: #f0f0f0;
  padding: 2px;
}
