/* Watford Control V3 */

body {
color: #333;
font-family: 'Open Sans', sans-serif;
}
p {
	font-size: 1rem;
}
a {
color: #0093D0;
text-decoration: none;
font-weight: 400;
}
li a {
color: #333;
}
.breadcrumbs a {
color: #0093D0;
}
.floatclear {
	clear: both;
}
.galleryimagetitle {
	font-size: .8rem;
}
.newsarticle {
	min-height: 60px;
	margin-bottom: 10px;
	padding: 10px;
	margin: 2rem;
	border-radius:.6rem;
	background-color: whitesmoke;
	border: 1px solid #f1f1f1;
}
.button {
	 background: #0093D0;
}
.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto; }

.parallaxcontainer {
	position: relative;
  /* Set a specific height */
  min-height: 800px;

}
.parallax {
  /* The image used */
  background-image: url("/images/slide1.jpg");
  opacity: 0.65;

  /* Set a specific height */
  min-height: 800px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.parallax2 {
  /* The image used */
  background-image: url("/images/slide2.jpg");
  opacity: 0.65;

  /* Set a specific height */
  min-height: 800px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer {
	color: whitesmoke;
	margin:0 0 0 0;
	padding: 4rem 1rem;
}
.footer a {
	color: whitesmoke;
}
.smalltxt {
	font-size: .8rem;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'DM Sans', sans-serif;
font-weight: 700;
}
.blueoverlay {
position: absolute;
    left: 0;
    top: 0;
	background: #00577a;
	opacity: 0.5;
	width: 100%;
	  min-height: 800px;
}
.caption {
position: absolute;
    left: 10%;
    top: 30%;
    text-align: center;
    color: #000;
}
.caption {
	background: #000;
	opacity: 0.65;
    padding: 1rem 3rem;
}
span.border {
    color: #fff;
    font-size: 25px;
    letter-spacing: 10px;
    font-family: 'Open Sans', sans-serif;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
      #map {
        height: 400px;
      }
.whitetxt {
	color: white;
}
.whitetxt:hover {
	color: white;
}
.menu a {
	font-weight: 400;
}
.position-right {
	width: 500px;
}
.redasterix {
	color: #e82d1c;
}
.sidecontactbutton {
	transform: rotate(90deg);
	transform-origin: left top 0;
	position: fixed;
	z-index: 3;
	right: -120px;
	top: 40%;
	text-align: center;
	line-height: 1rem;
	font-size: .9rem;
	padding: .5rem 1rem;
	background: #0093D0;
	color: white;
	font-weight: 700;
	cursor: pointer;
}
.strong {
	font-weight: 700;
}
.plan-title {
	font-size: 1.5rem;
}
.plan-cost {
	min-height: 200px;
}
 .is-dropdown-submenu > li {
	min-width: 300px;
}
@media only screen and (max-width: 400px) {
tbody th, tbody td {
	padding: .2rem;
}
.caption {
	padding: 1rem;
}

.position-right {
	width: 300px;
}
}

.footerbox {
	background:#585858;
	margin-top:3rem;
}

.darkbluebutton {
	clear: both;
  font-weight: 800;
  padding: 5px 15px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1rem;
  display: inline-block;
  background-color: #222f3d;
  color: #ffffff;
  text-transform: uppercase;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 1); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: scroll;
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  width: 100%; /* 100% width */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: .5rem;
  right: .5rem;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: white;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.bounce {
  position:fixed;
  left:50%;
  bottom:0;
  margin-top:0;
  margin-left:-25px;
  height:50px;
  width:50px;
  background: url(../images/scrolldownarrow.png) no-repeat;
  background-size: contain;
  -webkit-animation:bounce 1s infinite;
  -moz-animation:bounce 1s infinite;
  -o-animation:bounce 1s infinite;
  animation:bounce 1s infinite;

}

.hiddentab:hover {
	background: #0093D0;
	color: white;
}
.hiddentabtxt {
	color: black;
}
.hiddentab:hover > .hiddentabtxt {
	color: white;
}

@-webkit-keyframes bounce {
  0%       { bottom:0px; }
  50%      { bottom:15px; }
  100%     {bottom:30;}
}

 @-moz-keyframes bounce {
  0%       { bottom:0px; }
  50%      { bottom:15px; }
  100%     {bottom:30;}
}

 @-o-keyframes bounce {
  0%       { bottom:0px; }
  50%      { bottom:15px; }
  100%     {bottom:30;}
}

 @keyframes bounce {
  0%       { bottom:0px; }
  50%      { bottom:15px; }
  100%     {bottom:30;}
}
