@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  min-width: 1024px;
}

body {
  margin: 0;
  /* font-family: 'DIN Pro Medium'; */
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 19px;
  background: #FFFFFF;
  /* width: 100%; */
  /* height: 100%; */
}

a {
  text-decoration: none;
  color: inherit;
}

.green {
  background: #80ba27;
}

.orange {
  background: #f39200;
}

.mint {
  background: #31b7bc;
}

.blue {
  background: #4a96d2;
}

.purple {
  background: #a8639a;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p, ul, li {
  font-family: 'Open Sans', sans-serif;
}

strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

img {
  border: 0;
}

a:hover {
  color: #f39200;
  transition: .2s ease-out;
}

ul{
	list-style-type:none;
	padding:0px;
	margin: 0;
}

li {
	display: list-item;
	list-style-type: disc;
	margin-left: 15px;
	list-style-position: outside;
	margin-bottom: 5px;
}

.visit h1, .visit h2, .visit h3, .visit h4, .visit h5, .visit h6 {
  color: #f39200;
}

.life h1, .life h2, .life h3, .life h4, .life h5, .life h6 {
  color: #31b7bc;
}

.business h1, .business h2, .business h3, .business h4, .business h5, .business h6 {
  color: #4a96d2;
}

.future h1, .future h2, .future h3, .future h4, .future h5, .future h6 {
  color: #a8639a
}

iframe {
    border: 1px solid #999999;
    width: 100%;
}








/* home page header and nav */

header.home {
  width: 1024px;
  height: 310px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
}

nav.home {
  position: absolute;
  top: 40px;
  right: 20px;
}

nav.home a {
  display: inline-block;
  text-align: center;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  color: #FFFFFF;
  line-height: 110px;
  margin: 0 4px;
  transition: .2s ease-out;
  font-size: 1.1em;
  font-family: 'DIN Pro Medium';
}

nav.home a:hover {
  transform: translateY(7px);
}


nav.footer {
  position: absolute;
  top: -58px;
  right: 30px;
}

nav.footer a {
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  color: #FFFFFF;
  line-height: 80px;
  margin: 0 2px;
  transition: .2s ease-out;
  font-size: 0.9em;
  font-family: 'DIN Pro Medium';
}

nav.footer a:hover {
  transform: translateY(-7px);
}

header.home .logo {
  position: absolute;
  top: -30px;
  left: 20px;
  background: url('../images/wfy-logo.png') no-repeat 0;
  background-size: 100%;
  width: 260px;
  height: 260px;
  z-index: 100;
}

header.home .roundal {
  font-size: 2.6em;
  line-height: 1.15em;
  width: 210px;
  height: 210px;
  background: rgba(90, 90, 90, 0.85);
  border-radius: 100%;
  position: absolute;
  top: 181px;
  left: 135px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'DIN Pro Light';
  padding: 61px 0 0 0;
  box-sizing: border-box;
}

header.home .roundal span {
  font-family: 'DIN Pro Medium';
}




















/* inside pages header and nav */

header.inside {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  background-size: cover !important;
}

header.inside .container {
  width: 1024px;
  height: 160px;
  margin: 0 auto;
  position: relative;
  /* background: #999999; */
}

header.inside .container h1 {
  position: absolute;
  top: 58px;
  left: 270px;
  font-size: 5em;
  line-height: 1em;
  color: #FFFFFF;
  letter-spacing: -1px;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}

header.inside .roundal {
  font-size: 1.9em;
  line-height: 1.15em;
  width: 200px;
  height: 200px;
  background: rgba(243, 146, 0, 0.8);
  border-radius: 100%;
  position: absolute;
  top: 64px;
  right: 20px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'DIN Pro Bold';
  padding: 57px 0 0 0;
  box-sizing: border-box;
}

header.inside .roundal.mint {
  background: rgba(49, 183, 188, 0.8);
}

header.inside .small-roundal {
  font-size: 1.4em;
  line-height: 1em;
  width: 80px;
  height: 80px;
  background: rgba(90, 90, 90, 0.85);
  border-radius: 100%;
  position: absolute;
  top: 227px;
  right: 135px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'DIN Pro Light';
  padding: 22px 0 0 0;
  box-sizing: border-box;
  transition: .2s ease-out;
}

header.inside .small-roundal:hover {
  background: rgba(90, 90, 90, 1);
}


nav.inside {
  position: absolute;
  top: 120px;
  left: 30px;
  background: rgba(93, 93, 93, 0.9);
  width: 200px;
  padding: 80px 10px 17px;
  box-sizing: border-box;
}

nav.inside a {
  display: block;
  text-align: center;
  color: #FFFFFF;
  transition: .2s ease-out;
  font-size: 1em;
}

nav.inside a:hover {
  color: #f39200;
}


nav.inside a:after {
  content: '';
  display: block;
  margin: 6px auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  width: 80%;
}

nav.inside a:last-of-type:after {
  display: none;
}

header.inside .logo {
  position: absolute;
  top: -30px;
  left: 20px;
  background: url('../images/wfy-logo.png') no-repeat 0;
  background-size: 100%;
  width: 220px;
  height: 220px;
  z-index: 100;
  transition: .2s ease-out;
}

header.inside .logo:hover {
  transform: scale(1.02);
}









/* main */

main {
  width: 1024px;
  margin: 40px auto 200px;
  box-sizing: border-box;
  padding: 0 30px 0 270px;
  position: relative;
}

main h1 {
  font-size: 3em;
  line-height: 1.5em;
  color: rgba(93, 93, 93, 0.9);
}

.callout {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  box-sizing: border-box;
}










/* subnav */

.subnav {
  margin: 30px 0;
}

.subnav a {
  padding: 10px;
  width: 32%;
  background: #feefdd;
  color: #F8991D;
  border-radius: 7px;
  border: 2px solid #F8991D;
  transition: .2s ease-out;
  margin: 0 3px 0 0;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
}

.subnav a:hover {
  background: #F8991D;
  color: #FFFFFF;
}










/* article */

article {
  margin: 25px 0;
}

article h1 {
  font-size: 1.5em;
}








/* section */

section {
  margin: 25px 0;
}

section h1 {
  font-size: 1.5em;
  margin: 30px 0 -6px !important;
}








/* accordian */

.accordian {
  width: 340px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); */
  margin: 20px 0;
  color: #b5b5b5;
  display: inline-block;
  vertical-align: top;
}
.accordian .title {
  background-color: #fff;
  color: #8f8f8f;
  padding: 0.6rem;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 300;
  transition: all .25s ease;
  position: relative;
  font-size: 14px;
}
.accordian .title:hover {
  background-color: rgba(0, 0, 0, 0.005);
}
.accordian ul li:last-child .title {
  border-bottom: 0;
}
.accordian ul ul li a {
  display: block;
  background-color: #eee;
  padding: 0.6rem;
  color: #777;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.accordian ul ul li a:hover {
  background-color: #F8991D;
  color: #fff;
}
.accordian ul ul {
  display: none;
}
.open {
  transform: rotate(45deg);
  transition: all .25s ease;
}
.accordian ul ul li:last-child a {
  border-bottom: 0;
}
.fa {
  transition: all .25s ease;
  position: absolute;
  right: 1rem;
}
.accordian h3 {
  cursor: pointer;
}

.accordian li {
	list-style-type: none;
	margin: 0;
}

.accordian ul ul li {
    display: block;
    background-color: #f1f1f1;
    padding: 0.6rem;
    color: #777777;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

.fa-plus:before {
    content: "\f067";
}









/* footer */

footer {
  width: 100%;
  background: #565759;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

footer .container {
  width: 100%;
  height: 52px;
  margin: 0 auto;
  position: relative;
  background: #f2f2f3;
}

footer .container .width-container {
  width: 1024px;
  height: 52px;
  margin: 0 auto;
  position: relative;
}

.social-container {
  width: 170px;
  height: 46px;
  position: absolute;
  left: 30px;
  top: -24px;
}

a.social {
  width: 46px;
  height: 46px;
  display: inline-block;
  margin: 0 5px 0 0;
}

a.facebook {
  background: url('../images/facebook.png') no-repeat 0;
}

a.twitter {
  background: url('../images/twitter.png') no-repeat 0;
}

a.instagram {
  background: url('../images/instagram.png') no-repeat 0;
}

.legal {
  font-family: 'DIN Pro Light';
  font-size: 0.6em;
  position: absolute;
  left: 30px;
  bottom: 5px;
  color: #888888;
}

.bid-business {
  height: 164px;
  width: 190px;
  background: url('../images/watford-bid-businesses-logo.png') no-repeat 0;
  position: absolute;
  right: 20px;
  bottom: 0;
}











/* mobile menu */

.mobile-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgb(66, 66, 66);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    vertical-align: top;
    text-align: center;
    padding: 23% 13% 13%;
    box-sizing: border-box;
}

.menu-icon {
	position: fixed;
	top: 0;
	right: 0;
	z-index:99999;
	padding: 10px;
	display:none;
	background: rgb(242,242,242);
}

.menu-icon.change {
	background: none;
}

.nav.js {
	display: none;
}

.bar1, .bar2, .bar3 {
    width: 31px;
    height: 2px;
    background-color: #000000;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-4px, 5px);
    background: #FFFFFF;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -7px);
    transform: rotate(45deg) translate(-6px, -7px);
    background: #FFFFFF;
}

nav.mobile {

}

nav.mobile a.visit,
nav.mobile a.whatson,
nav.mobile a.life,
nav.mobile a.business,
nav.mobile a.future {
  display: block;
  color: #FFFFFF;
  padding: 2%;
  box-sizing: border-box;
  margin: 0 0 16px;
  border-radius: 10px;
}

.mobile-container nav.inside {
  display: block;
  text-align: center;
  color: #FFFFFF;
  transition: .2s ease-out;
  font-size: 1em;
  position: relative;
  background: none;
  padding: 0 0 15px;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}

.mobile-container nav.inside a {
  display: block;
  text-align: center;
  color: #FFFFFF;
  transition: .2s ease-out;
  font-size: 1em;
}

.mobile-container nav.inside a:after {
  content: '';
  display: block;
  margin: 6px auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  width: 80%;
}

.mobile-container nav.inside a:last-of-type:after {
  display: none;
}










/* three col */

main h1 {line-height: 1em;letter-spacing: -0.6px;margin: 0 0 20px;color: rgb(93, 93, 93);}

section .three-col {

}

section.three-col h2 {
  margin: 0 0 30px;
  display: block;
}

section.three-col article {
  width: 30%;
  display: inline-block;
  margin: 0 3% 6% 0;
  font-family: 'Open Sans', sans-serif;
  vertical-align: top;
}

section.three-col article .section-link {
  font-family: 'DIN Pro Medium';
  transition: all .25s ease;
  font-size: 1.5em;
  color: #f39200;
}

section.three-col article .section-link:hover {
  color: #80ba27;
}

section.three-col article img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}

section.three-col article div {
  margin: 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}











/* news events */

main.news article {

}

main.news article .image-container {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /* border-radius: 20px; */
  display: inline-block;
  /* border: 2px solid #F8991D; */
}

main.news article img {
  display: inline-block;
  vertical-align: top;
}

main.news article .container {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
  max-width: 470px;
}

main.news article .container h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0 0 2px;
}

main.news article .container time {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

main.news article .container a {
  border: 2px solid #F8991D;
  border-radius: 11px;
  padding: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  color: #f39200;
  background: #feefdd;
}

main.news article .container a:hover {
  background: #F8991D;
  color: #FFFFFF;
}

main.news-article h3 {
  font-size: 1.3em;
  color: rgb(93, 93, 93);
  margin: 0 0 10px;
}

main.news-article time {
  font-size: 1em;
  color: rgb(93, 93, 93);
  margin: 0 0 20px;
  position: relative;
  font-weight: 800;
  display: block;
}

main.news-article article .container h1 {
  font-size: 3em;
  line-height: 1.2em;
  margin: 0 0 2px;
}

main.news-article article h1.title {
  font-size: 2.6em;
  line-height: 1em;
  margin: 0 0 15px;
}

main.news-article article img {
  float: right;
  margin: 0 0 20px 30px;
  max-width: 340px;
}

.back-button {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  background: #80ba27;
  text-align: center;
  color: #FFFFFF;
  font-size: 1em;
  padding: 16px 0 0;
  box-sizing: border-box;
  position: absolute;
  top: -70px;
  right: 20px;
  z-index: 999999;
  transition: .2s ease-out;
  cursor: pointer;
  font-weight: 500;
}

.back-button:hover {
  background: #f39200;
  color: #FFFFFF;
}










/* marquee */

.marquee3k {
  overflow-x: hidden;
}

.marquee3k__copy {
  box-sizing: border-box;
  color:#FFFFFF;
  margin: 6px 0;
}

.marquee3k__copy span {
  color: #80ba27;
  padding-right: 5px;
}

.tickers li {
  display: inline-block;
  padding-right: 35px;
  margin: 0;
}

.tickers li a:hover {
  color:#f39200;
}

.tickers li a:hover span {
  color:#f39200;
}









/* future roundals */

main.future .roundal {
  border-radius: 100%;
  text-align: center;
  box-sizing: border-box;
  color: #FFFFFF;
}

main.future .roundal.large {
  width: 248px;
  height: 248px;
  padding: 61px 0 0;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  position: absolute;
  top: -170px;
  right: 30px;
  background: rgba(168, 99, 154, 0.8);
}


main.future .roundal.medium {
  width: 148px;
  height: 148px;
  padding: 23px 0 0;
  font-size: 1.55em;
  line-height: 1.2em;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 137px;
  background: rgba(49, 183, 188, 0.9);
}

main.future .roundal.medium span {
  font-size: 2em;
  line-height: 1em;
  margin: 0;
}

main.future .roundal.small {
  width: 98px;
  height: 98px;
  padding: 32px 0 0;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 700;
  position: absolute;
  top: -40px;
  right: 240px;
  background: rgba(128, 186, 39, 0.9);
}











@media only screen and (max-width: 775px) {

html {
  min-width: auto;
}

footer .container .width-container {
  width: auto;
}

header.home {
  width: 100%;
  max-width: 770px;
  padding: 0;
  height: auto;
}

nav.home {
  display: none;
}

header.home .logo,
header.inside .logo {
  top: 9px;
  left: 2%;
  width: 140px;
  height: 140px;
  z-index: 100;
}

header.inside .container {
  width: 100%;
}

header.inside .container h1 {
  position: absolute;
  top: 80px;
  left: 270px;
  font-size: 3.5em;
  line-height: 1em;
  color: #FFFFFF;
}

header.inside .container h1 {
    left: auto;
    right: 20px;
    top: 91px;
    text-align: right;
}

.menu-icon {
	display: block;
}

.menu {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	background: #FFFFFF;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	padding: 12% 0;
	overflow: hidden;
}

.mobile-container nav.inside a:after {
    width: 100%;
}

header.home .roundal {
    font-size: 1.7em;
    line-height: 1.15em;
    width: 140px;
    height: 140px;
    top: 125px;
    left: 50px;
    padding: 43px 0 0 0;
}


header.inside .roundal {
    font-size: 1.3em;
    line-height: 1.15em;
    width: 130px;
    height: 130px;
    top: 95px;
    left: 100px;
    padding: 40px 0 0 0;
}

nav.inside {
  display: none;
}

header.inside .small-roundal {
    font-size: 1.2em;
    line-height: 1em;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    top: 180px;
    left: 55px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'DIN Pro Light';
    padding: 19px 0 0 0;
}

main {
    width: 100%;
    margin: 0;
    padding: 3% 3% 10%;
}

.subnav a {
  display: block;
  width: auto;
  margin: 5px 0;
}

.accordian {
    width: 100%;
}

body.footer-bottom footer {
    width: 100%;
    position: absolute;
    /* overflow-x: hidden; */
}

footer {
    width: 100%;
    position: relative;
}

footer .container {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
}

nav.footer {
  display: none;
}

.legal {
    position: relative;
    left: 3%;
    bottom: 10px;
    color: #888888;
    /* text-align: center; */
    width: 60%;
    line-height: 1.3em;
}

.social-container {
    width: 160px;
    height: 46px;
    position: relative;
    /* left: 50%; */
    /* top: -24px; */
    /* transform: translate(-50%); */
    left: 3%;
}

.bid-business {
    height: 180px;
    width: 120px;
    background-size: 100%;
    position: absolute;
    right: 3%;
    bottom: 0;
    /* z-index: -100; */
}

.callout {
  width: 100%;
  padding: 2%;
}

section.three-col article {
  width: 100%;
}

main.news article .image-container {
  width: 100%;
  border-radius: 10px;
}

main.news article .container {
  display: inline-block;
  vertical-align: top;
  margin: 8px 0 15px;
  max-width: 470px;
}

.marquee3k {
  padding: 0 0 25px;
}

.tickers li {
  font-size: 1em;
}

}
