.header-navigation {
  margin-top: 20px;
}

.header-blue {
  height: 10px;
  background-color: #d02f44;
  background-color: #284173;
}

.header-white {
  background-color: #fff;
}
.header-logo {
  padding: 15px;
}

.header-toplinks {
  display: block;
  text-align: right;
  background: -webkit-linear-gradient(
    left,
    #ffffff,
    #f7f7f7
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    right,
    #ffffff,
    #f7f7f7
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    right,
    #ffffff,
    #f7f7f7
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(right, #ffffff, #f7f7f7); /* Standard syntax */
  background-image: linear-gradient(to right, #ffffff, #f7f7f7); /* IE 11... */
}
a.toplink {
  display: inline-block;
  padding: 10px 10px 5px 10px;
  margin-bottom: 5px;
  font-size: 13px;
}

.page-title {
  background-color: #f7f7f7;
  padding: 10px;
}

.main-content-area {
  padding: 30px 15px;
}

.footer-white {
  padding: 30px;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
}
.footer-blue-light {
  padding: 30px;
  background-color: #23689b;
  color: #fff;
}
.footer-blue-light a {
  color: #fff;
  font-weight: bold;
}
.footer-blue-dark {
  padding: 30px;
  background-color: #284173;
  color: #fff;
  text-align: center;
}
.footer-blue-dark a {
  color: #fff;
  font-weight: bold;
}

.home-map {
  background-image: url(/_images/map.png);
  background-size: cover;
  padding: 30px;
}

.home-bluebar {
  background-color: #d02f44;
  background-color: #d02f44;
  color: #fff;
  padding: 30px;
}
.introtext {
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Lato";
}

.accordion-heading {
  background-color: #d02f44;
  color: #fff;
}
.accordion-heading a {
  color: #fff;
}

/* /\/\ Custom login dropdown styles /\/\ */
#searchpopup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
}

#searchpopup.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#searchpopup input[type="search"] {
  position: absolute;
  top: 25%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  min-height: 100px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#searchpopup .btn {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}
#searchpopup .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #2f92a0;
  border-color: #2f92a0;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

/* ######################################## */
/* #### SUB NAVIGATION STYLES ############# */
/* ######################################## */

.nav-selected a {
  color: #fff !important;
  font-weight: bold;
  background-color: #d02f44;
}

.nav-selected a:hover {
  background-color: #004776 !important;
}

.sidebar ul {
  /*border-top: 5px solid #cacaca;
	border-bottom: 5px solid #cacaca;*/
  background-color: #363636;
}
.sidebar ul li {
  margin-left: -10px;
}

/*FIRST LEVEL SIDEBAR NAV */
.sidebar ul li a {
  color: #fff;
  font-weight: bold;
  padding: 20px;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
}

.sidebar ul li a:hover {
  background-color: #23689b;
}

.sidebar ul li > a::before {
  /*font-family: FontAwesome;
   	content: "\f0da";
   	color: #d04037 !important;
   	padding-right: 10px;*/
}

.sidebar ul li {
  line-height: 30px;
  padding-left: 10px;
}

.sidebar ul li.active a {
  color: #fff;
  background: #c40003;
  font-weight: bold;
}

.sidebar ul li.active > a:hover {
  color: #666666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #e9e9e9;
}

/*SECOND LEVEL SIDEBAR NAV */

.sidebar ul li ul {
  border: none;
}
.sidebar ul li.active ul {
  background-color: #c40003;
}

.sidebar ul li li {
  /*list-style-position: inside;*/
  margin-left: 0px;
  list-style-type: none;
  list-style-color: #fff;
  background-color: #363636;
}

.sidebar ul li li.nav-selected {
  color: #fff;
  background-color: #000;
}

.sidebar ul li li a {
  margin-left: -35px;
  display: block;
  padding: 10px;
  /*line-height: 20px;*/
  /*background: transparent;*/
  background: #999999;
  color: #ebebeb !important;
}
.sidebar ul li li.nav-selected > a {
  background-color: #e9e9e9;
  list-style-color: #fff;
  color: #666666 !important;
}

.sidebar ul li li:hover {
  color: #fff;
}
.sidebar ul li li a:hover {
  color: #fff !important;
  background-color: #c40003;
}

.sidebar ul li li > a::before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #fff !important;
  padding-right: 10px;
}

/*THIRD LEVEL SIDEBAR NAV */
.sidebar ul li li li {
  margin-left: -10px;
  list-style-position: inside;
  list-style-type: none;
}
.sidebar ul li li li a {
  margin-left: -20px;
  display: block;
  padding: 10px;
}

.anchor::before {
  content: "";
  display: block;
  height: 200px; /* fixed header height*/
  margin: -200px 0 0; /* negative fixed header height */
}

.google-maps {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 979px) {
  .switch-nav {
    float: right;
  }
}

/*CUSTOM TABLE 1 */
table#plans {
  font-size: 16px;

  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 10px;
}

#plans td,
#plans th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}

#plans tr:nth-child(even) {
  background-color: #f2f2f2;
}

#plans th {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #d02f44;
  color: white;
  font-size: 16px;
}

/* DASHBOARD */

.dash-section {
  background-color: #ffffff;
  padding: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d3cbcb;
  width: 90%;
}
.dash-btn2-inactive {
  color: #eeeeee;
  padding: 10px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #34428181;
  width: 145px !important;
  height: 145px !important;
  margin-top: 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  overflow: visible;
}

.dash-btn2 {
  color: #ffffff;
  padding: 10px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #344281;
  width: 145px !important;
  height: 145px !important;
  margin-top: 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  overflow: visible;
}

.dash-btn-user {
  color: #ffffff;
  padding: 7px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #344281;
  width: 140px !important;
  height: 140px !important;
  margin-top: 7px;
}
