@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);

body {
  font-family: 'Open Sans', sans-serif;
}

hr.clear {
  clear: both;
  visibility: hidden;
  margin: 0;
  padding: 0;
  height: 1px;
}

.contact {
  text-align: right;
}

.contact p {
  color: #3B3F7E;
  line-height: 20px;
  vertical-align: middle;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
}

.contact p img {
  margin-right: 7px;
  margin-left: 30px;
}

.contact p img.phone {
  margin-top: -5px;
  width: 15px;
}

.contact p img.phone {
  width: 22px;
}

.contact p a {
  color: #3B3F7E;
}

.logo {
  padding-left: 0px;
}

.mainmenu {
  
}

.mainmenu ul {
  float: right;
  list-style: none;
  margin-bottom: 0;
    padding-left: 0;
}

.mainmenu ul li {
  display: inline-block;
}

.mainmenu ul li a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.mainmenu ul li.active a {
  color: white;
  background: #4A4F9F;
}

.mainmenu ul li a {
  color: #3A3F7E;
}

.mainmenu ul li a:hover {
  background: #4A4F9F;
  color: white;
  text-decoration: none;
}


.header {
  background: #3B3F7E;
  color: white;
}

.header .submenu {
  background: #454994;
  margin-left: 0;
  height: 227px;
}

.header .submenu ul {
  margin-top: 30px;
  font-size: 16px;
}

.header .submenu ul li {
  padding-left: 15px;
  margin-bottom: 10px;
}

.header .submenu ul li a {
  text-decoration: none;
  color: white;
}

.header .submenu ul li a:hover {
  text-decoration: underline;
}

.header .banner {
  position: relative;
  padding-right: 0;
}

.header .banner .feature-text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 75px;
  line-height: 75px;
  padding-right: 60px;
  padding-left: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e6ebc+0,5e6ebc+100&amp;0+1,0.5+20,0.5+20,1+60 */
  background: -moz-linear-gradient(left,  rgba(94,110,188,0) 0%, rgba(94,110,188,0) 1%, rgba(94,110,188,0.5) 20%, rgba(94,110,188,1) 60%, rgba(94,110,188,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(94,110,188,0)), color-stop(1%,rgba(94,110,188,0)), color-stop(20%,rgba(94,110,188,0.5)), color-stop(60%,rgba(94,110,188,1)), color-stop(100%,rgba(94,110,188,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(94,110,188,0) 0%,rgba(94,110,188,0) 1%,rgba(94,110,188,0.5) 20%,rgba(94,110,188,1) 60%,rgba(94,110,188,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(94,110,188,0) 0%,rgba(94,110,188,0) 1%,rgba(94,110,188,0.5) 20%,rgba(94,110,188,1) 60%,rgba(94,110,188,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(94,110,188,0) 0%,rgba(94,110,188,0) 1%,rgba(94,110,188,0.5) 20%,rgba(94,110,188,1) 60%,rgba(94,110,188,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(94,110,188,0) 0%,rgba(94,110,188,0) 1%,rgba(94,110,188,0.5) 20%,rgba(94,110,188,1) 60%,rgba(94,110,188,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e6ebc', endColorstr='#5e6ebc',GradientType=1 ); /* IE6-9 */
}

.header .banner .feature-text p {
  font-size: 21px;
  text-transform: uppercase;
}

.content {
  font-size: 18px;
  color: #666666;
  margin-top: 15px;
  margin-bottom: 50px;
}

.breadcrumb {
  background: none;
  border-radius: 0;
  display: block;
  padding: 11px 0;
  margin-bottom: 0;
}

.breadcrumb li {
  font-size: 16px;
}

.breadcrumb a {
  color: #3B3F7E;
  text-decoration: underline;
}

.breadcrumb a:hover {
  color: #3B3F7E;
  text-decoration: none;
}

.breadcrumb>.active {
  color: #666666;
}

.breadcrumb>li+li:before {
  color: #666666;
  content: "\003E\0020";
}

.content h1 {
  font-size: 30px;
  color: #3B3F7E;
  font-weight: bold;
  text-transform: uppercase;
}

.content h2 {
  color: #3B3F7E;
    font-weight: bold;
    font-size: 21px;
}

.content a {
  color: #3B3F7E;
  text-decoration: underline;
}

.content a:hover {
  color: #3B3F7E;
  text-decoration: none;
}

.content table.price thead tr th:first-child {
  width: 55%;
}

.content table.price thead tr th:last-child {
  width: 32%;
}

.footer {
  background: #3B3F7E;
  color: white;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 14px;
}

.footer .copyright {
  padding-top: 110px;
  text-align: right;
}

.footer a {
  color: white;
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: none;
}


/* large */
@media screen and (min-width: 1200px) {

}

/* medium and lower */
@media screen and (max-width: 1199px) {
  .header .submenu {
    height: 192px;
  }

  .header .submenu ul {
      margin-top: 22px;
    }

    .header .banner {
    height: 192px;
  }
}

/* medium and higher */
@media screen and (min-width: 992px) {
  
}

/* small and lower */
@media screen and (max-width: 991px) {
  .logo {
    margin-bottom: 15px;
  }
}

/* small and higher */
@media screen and (min-width: 768px) {

}

/* extra small */
@media screen and (max-width: 767px) {
  .footer .copyright {
       padding-top: 0px;
     }

     .header .submenu {
      padding-top: 1px;
  }

  .navbar {
    margin-bottom: 0;
  }
}