body {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  background: #4D4D4D;
}

h1 {
  color: #216398;
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-weight: 400;
}

h2 {
  color: #216398;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

h3 {
  color: #216398;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

h4 {
  padding: 0px 0px 5px 0px;
  color: #A6A6A6;
  font-size: 18px;
  border-bottom: 1px solid #656565;
}

h5 {
}

h6 {
}

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

a:hover {
  color: #333333;
  text-decoration: none;
}

#wrapper {
  text-align: center;
}

#container {
}

#inner {
}

#header {
  height: 155px;
  background: #4D4D4D;
}

#header-outer {
}

#header-inner {
}

#header-main {
  position: relative;
  height: 131px;
  padding: 0px 0px 0px 330px;
  text-align: right;
}

a#link-home {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 327px;
  height: 188px;
}

a#link-home img {
  display: block;
  max-width: 100%;
  height: auto;
}

#header-main-top {
  height: 83px;
}

#top-login,
#top-phone,
#top-search {
  float: right;
  margin: 0px 0px 0px 50px;
  padding: 20px 0px;
  line-height: 34px;
}

#top-login {
}

#top-login a {
  padding: 0px 20px;
}

#top-phone {
  color: #FFFFFF;
  font-size: 18px;
}

#top-search {
}

#top-search form {
  padding: 0px 5px;
  background: #D7D7D7;
  border: 0px;
  border-radius: 6px;
}

#top-search form input {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  background: none;
  border: 0px;
}

#top-search form input.input-text {
  width: 150px;
  padding: 0px 5px;
  color: #8B8A8A;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

#header-main-bottom {
  height: 48px;
}

#navigation {
  float: right;
  background: #000000;
}

#content {
}

#footer-top {
  background: #000000;
}

#footer-top-outer {
}

#footer-top-inner {
}

#footer-top-columns {
  padding: 0px 0px 25px 0px;
  background: #000000;
}

div.footer-column {
  float: left;
  width: 22%;
  margin-right: 4%;
  color: #FFFFFF;
  font-size: 13px;
}

div.footer-column-last {
  margin: 0px;
}

div.footer-column p {
  margin: 0px 0px 15px 0px;
}

div.footer-column a {
  color: #FFFFFF;
}

div.footer-column img {
  max-width: 100%;
  height: auto;
}

table.table-footer {
}

table.table-footer td {
  padding: 3px 5px;
  vertical-align: top;
}

table.table-footer td i.fa {
  color: #FFFFFF;
}

#footer-bottom {
  color: #8C8C8C;
  font-size: 13px;
  background: #4D4D4D;
}

#footer-bottom-outer {
}

#footer-bottom-inner {
}

#footer-bottom a {
  color: #8C8C8C;
}

#footer-bottom span.powered-by,
#footer-bottom span.powered-by a {
  color: #565656;
}

div.clearfloats {
  display: block;
  clear: both;
}

/* Layout Classes */

div.div-outer {
  width: 1150px;
  margin: 0px auto;
  text-align: left;
}

div.div-inner {
}

/* Responsive Styles */

embed, iframe, object {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Table Styles */

table.table-responsive {
  max-width: 100%;
}

table.table-responsive tr {
  border: 1px solid #CCCCCC;
}

table.table-responsive-plain tr {
  border: 0px;
}

table.table-responsive tr.row-headings {
  border: 1px solid #477199;
}

table.table-responsive-plain tr.row-headings {
  border: 0px;
}

table.table-responsive th {
  padding: 8px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  background: -webkit-linear-gradient(#477199, #1E446D);
  background: -o-linear-gradient(#477199, #1E446D);
  background: -moz-linear-gradient(#477199, #1E446D);
  background: linear-gradient(#477199, #1E446D);
  border-right: 1px solid #477199;
}

table.table-responsive td {
  padding: 8px;
  vertical-align: top;
  background-color: #FFFFFF;
  border-right: 1px solid #CCCCCC;
}

table.table-responsive-plain th,
table.table-responsive-plain td {
  border: 0px;
}

table.table-responsive th.align-left,
table.table-responsive td.align-left {
  text-align: left;
}

table.table-responsive th.align-center,
table.table-responsive td.align-center {
  text-align: center;
}

table.table-responsive th.align-right,
table.table-responsive td.align-right {
  text-align: right;
}

table.table-responsive tr:nth-child(odd) td {
  background-color: #FFFFFF;
}

table.table-responsive tr:nth-child(even) td {
  background-color: #F4F4F4;
}