/* blauw: #29376d
   lichtblauw: #0cbee8;
   oranje: #f07d1a
*/


/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.45em;
  color: #505050;
  -background-image: url("../images/background.jpg");
  -background-position: center top;
  background-repeat: no-repeat;
}

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

img{
  border: 0;
}

textarea, input{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}
input[type=checkbox]{
  -webkit-appearance:checkbox;
}

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

div.container{
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
div.centerContent{
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

div.noteHolder{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}

/*div.note>span,*/
div.note input,
div.note button{
  vertical-align: middle;
}
div.note button.headerLocButton{
  background-color: #FFF;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
}

div.note span span{
  color: #f07d1a;
  cursor: pointer;
}

div.note span.fa-times{
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}

div.note.leftBottomNote{
  display: none;
  position: fixed;
  bottom: 200px;
  left: 0px;
  z-index: 100;
  width: 330px;
  background-color: #dcdcdc;
  text-align: left;
  color: #000;
  font-size: 0.85em;
  padding: 20px;
  margin-bottom: 0px;
  box-sizing: border-box;
}

div.closeButton{
  position: absolute;
  right: -16px;
  top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #f07d1a;
  color: #FFF;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
div.note span.fa-times{
  position: relative;
  right: auto;
  top: auto;
  padding: 0px;
  font-size: 1.7em;
}

div.note.leftBottomNote>span{
  color: #f07d1a;
  cursor: pointer;
}


/*      HEADER      */
header div.headerContent{
 height: 0px;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
}
header div.border{
  position: absolute;
  left: 35px;
  right: 35px;
  top: 35px;
  bottom: 35px;
  border: solid 5px #FFF;
  box-sizing: border-box;
}
div.content.home header div.border{
  bottom: 85px;
}
div.content.ttc header div.border{
  bottom: 100px;
}
div.searchHolder{
  position: absolute;
  left: 33%;
  bottom: 20px;
  width: 33%;
  background-color: #29376d;
  padding: 40px;
  box-sizing: border-box;
}
div.searchHolder p{
  text-align: center;
  color: #FFF;
  margin-bottom: 18px;
}
div.searchHolder input{
  display: block;
  float: left;
  width: 80%;
  border: none;
  background-color: #FFF;
  height: 50px;
  line-height: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin: 0px;
}
div.searchHolder button{
  display: block;
  float: left;
  width: 20%;
  border: none;
  background-color: #FFF;
  height: 50px;
  line-height: 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 1.2em;
  color: #29376d;
  text-align: center;
  margin: 0px;
  margin-left: -1px;
}

header div.logoHolder{
  width: 372px;
  display: block;
  position: absolute;
  top: 0px;
  left: 35px;
  z-index: 10;
}
header div.logoHolder a,
header div.logoHolder img{
  width: 100%;
  display: block;
}

header img.agent{
  position: absolute;
  bottom: 0px;
  left: 20%;
  z-index: 11;
  pointer-events: none;
}
header img.operator{
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 11;
  pointer-events: none;
}
header h3.headerBottomRight{
  position: absolute;
  right: 60px;
  bottom: 65px;
  color: #FFF;
  font-size: 4em;
  font-weight: 700;
}


a.headerLink{
  display: block;
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: #FFF;
  font-size: 0.85em;
  line-height: 1.2em;
  width: 322px;
}

div.menuHolder{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 11;
}
div.menuHolder nav{
  position: relative;
  z-index: 5;
}
div.menuHolder nav div.centerContent{
  height: 100%;
  box-sizing: border-box;
}
div.menuHolder nav.open div.centerContent{
  padding: 35px;
}

div.menuHolder nav.open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #29376d;
  z-index: 5;
}

div.menuHolder div.menuTable{
  display: table;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
div.menuHolder nav.open div.menuTable{
  border: solid 5px #FFF;
}

div.menuHolder div.menuTable div.menuCell{
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

div.menuHolder nav ul{
  display: block;
  width: 100%;
  text-align: center;
}

div.menuHolder nav ul li{
  display: none;
  position: relative;
  list-style-type: none;
  color: #FFF;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 2em;
  line-height: 40px;
  height: 50px;
  padding-bottom: 10px;
}
div.menuHolder nav.open ul li{
  display: block;
}
div.menuHolder nav.open ul li:hover{
  color: #f07d1a;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
  overflow: hidden;
}
div.menuHolder nav ul li a span{
  vertical-align: top;
  line-height: 40px;
}

div.menuHolder nav ul li:nth-child(2){
  padding-top: 250px;
  height: 300px;
}

div.menuHolder nav ul li.menuButton{
  position: absolute;
  display: block;
  border: solid 3px #FFF;
  width: 64px;
  height: 64px;
  right: 65px;
  top: 65px;
  line-height: 58px;
  border-radius: 32px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  z-index: 12;
  padding: 0px;
  font-size: 32px;
}
div.menuHolder nav.open ul li.menuButton{
  color: #FFF;
  border-color: #FFF;
}
div.menuHolder nav ul li.menuButton span{
  line-height: 58px;
  font-size: 32px;
}

div.menuSearchHolder{
  display: none;
  position: absolute;
  left: 50%;
  top: 100px;
  width: 500px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
nav.open div.menuSearchHolder,
nav.open img.menuLogo{
  display: block;
}
div.menuSearchHolder input{
  display: block;
  float: left;
  width: 450px;
  border: solid 3px #FFF;
  border-right: none;
  background-color: #29376d;
  color: #FFF;
  height: 50px;
  line-height: 44px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
div.menuSearchHolder button{
  display: block;
  float: left;
  width: 50px;
  border: solid 3px #FFF;
  border-left: none;
  background-color: #29376d;
  color: #FFF;
  height: 50px;
  line-height: 44px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 1.5em;
  margin-left: -1px;
  text-align: center;
}
img.menuLogo{
  display: none;
  position: absolute;
  left: 50%;
  top: 170px;
  width: 260px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

div.iconHolder{
  position: absolute;
  right: 70px;
  top: 0px;
  bottom: 0px;
  color: #FFF;
}
nav div.iconHolder{
  display: none;
}
nav.open div.iconHolder{
  display: block;
}
div.iconHolder div.iconTable{
  display: table;
  height: 100%;
}
div.iconHolder div.iconTable div.iconCell{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.iconHolder div.iconTable div.iconCell a{
  display: block;
  font-size: 3em;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
div.iconHolder div.iconTable div.iconCell a.fa-mobile{
  font-size: 4em;
}
div.iconHolder div.iconTable div.iconCell a.fa-paper-plane{
  font-size: 2em;
}

@media screen and (max-height: 760px) {
  div.menuHolder nav ul li{
    font-size: 2em;
    line-height: 30px;
    height: 40px;
    padding-bottom: 10px;
  }
  div.menuHolder nav ul li:nth-child(2){
    padding-top: 250px;
    height: 290px;
  }
  div.menuHolder nav ul li a span{
    line-height: 30px;
  }
}
@media screen and (max-height: 700px) {
  div.menuSearchHolder{
    top: 70px;
  }
  img.menuLogo{
    top: 140px;
    width: 200px;
  }
  div.menuHolder nav ul li:nth-child(2){
    padding-top: 200px;
    height: 240px;
  }
}



/*      CONTENT      */
div.mainContent{
  position: relative;
}
div.content{
}

article{
  -padding-top: 45px;
}
article h1{
  font-weight: 600;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 3em;
  line-height: 0.9em;
  margin-bottom: 30px;
  color: #29376d;
}
article h2{
  color: #29376d;
  font-size: 1.2em;
}

article p a, article ul a, article ol a, aside a{
  color: #f07d1a;
}
article ol, article ul, section ol, section ul{
  margin-left: 15px;
}

div.crumblePath{
  text-align: left;
  font-size: 0.9em;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #f0f0f0;  
  margin-bottom: 40px;
}

div.block{
  position: relative;
  margin-bottom: 50px;
}
div.blockHolder div.block:last-child{
  margin-bottom: 0px;
}
div.block.withBg{
  height: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.block div.blockContent{
  padding-left: 140px;
  padding-right: 140px;
  box-sizing: border-box;
}
div.block.withBg div.blockContent{
  position: absolute;
  left: 35px;
  right: 35px;
  top: 35px;
  bottom: 35px;
  border: solid 5px #FFF;
  padding-left: 100px;
}

div.blockText{
  float: left;
  width: 46%;
}
div.block:nth-child(even) div.blockText{
  float: right;
}
div.block.withBg div.blockText{
  margin-top: 60px;
}

div.blockText h1,
div.blockText div.textHolder{
  margin-left: 40px;
}

h2.smallTitle{
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  padding-left: 40px;
  position: relative;
  color: #7b7b7b;
  margin-bottom: 10px;
}
h2.smallTitle span{
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  width: 27px;
  height: 5px;
  background-color: #0bbae5;
}
a.ctaLink{
  display: inline-block;
  margin-top: 20px;
  border: solid 3px #29376d;
  box-sizing: border-box;
  color: #29376d;
  height: 44px;
  line-height: 38px;
  border-radius: 22px;
  padding-left: 20px;
  padding-right: 20px;
}


div.block img.sideImage{
  float: right;
  display: block;
  width: 46%;
  margin-top: 0px;
}
div.block:nth-child(even) img.sideImage{
  float: left;
}

div.block.footerBlock{
  margin-left: 140px;
  margin-right: 140px;
}
div.content.ttc div.block.footerBlock{
  margin-top: 140px;
}

div.scoreHolder{
  margin-top: -90px;
  width: 46%;
  display: block;
  float: left;
  background-color: #0cbee8;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
}
div.scoreContent{
  border: solid 3px #FFF;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 50px;
}
div.scoreContent p.score{
  font-size: 10em;
  line-height: 1em;
  font-weight: 600;
  font-family: 'Palanquin Dark', sans-serif;
  margin-bottom: 30px;
}
div.scoreContent h3{
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
  font-family: 'Palanquin Dark', sans-serif;
  margin-bottom: 20px;
}



div.callbackHolder{
  padding-left: 48%;
  padding-top: 2%;
}
div.callback{
  max-width: 470px;
}
div.callbackForm{
  background-color: #29376d;
  padding: 40px;
  box-sizing: border-box;
  color: #FFF;
}
div.callback p{
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 18px;
}
div.callbackHolder img{
  display: block;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}



/*      HOME     */
div.buttonHolder{
  margin-top: 50px;
  margin-left: 35px;
  margin-right: 35px;
}
div.buttonHolder a{
  display: block;
  float: left;
  width: 33%;
}
div.buttonHolder a:first-child{
  margin-top: -100px;
}
div.buttonHolder a:nth-child(3){
  margin-top: -190px;
  width: 34%;
}
div.overviewHolder a span,
div.overviewHolder div.overviewItem{
  display: inline-block;
  box-sizing: border-box;
  color: #29376d;
}
div.buttonHolder a span{
  display: block;
  color: #FFF;
  background-color: #29376d;
  padding-left: 15px;
  box-sizing: border-box;
  color: #FFF;
  height: 40px;
  line-height: 40px;
}

i.fa-chevron-right{
  font-size: 0.8em;
  padding-left: 10px;
}

div.buttonHolder a span.imageHolder,
div.overviewHolder span.imageHolder{
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  height: 0px;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
}

div.content.home div.block:nth-child(1) div.titleHolder{
  float: left;
  width: 40%;
}
div.content.home div.block:nth-child(1) div.textHolder{
  float: right;
  width: 55%;
  margin-top: 20px;
}

div.content.home article{
  padding-top: 45px;
}

div.agentHolder{
  position: relative;
  z-index: 2;
  margin-top: 70px;
}
div.overviewHolder a.titleHolder,
div.overviewHolder span.titleHolder{
  display: block;
  border: solid 1px #a8a8a8;
  height: 64px;
  line-height: 62px;
  padding-left: 15px;
  padding-right: 10px;
}
div.overviewHolder a.titleHolder span,
div.overviewHolder span.titleHolder span{
  float: left;
}
div.overviewHolder a.titleHolder span.city,
div.overviewHolder span.titleHolder span.city{
  float: right;
  font-size: 0.9em;
  color: #8b8b8b;
}
div.agentHolder div{
  opacity: 0.5;
}
div.agentHolder div:first-child{
  margin-top: 145px;
  opacity: 1;
}
div.agentHolder div:nth-child(3n){
  margin-top: 200px;
}
div.agentHolder div:nth-child(4n){
  margin-top: 115px;
}
div.ctaLinkHolder{
  text-align: center;
  z-index: 2;
  position: relative;
}


div.content.home div.block:nth-child(3){
  margin-top: -250px;
  margin-bottom: 0px;
}
div.content.home div.block:nth-child(3) div.blockContent{
  top: 300px;
  bottom: 85px;
}

div.content.home div.block:nth-child(4) a.home-offer {
  margin-top: -100px;
  width: 46%;
  display: block;
  float: left;
}
div.content.home div.block:nth-child(4) a.home-offer img{
  width: 100%;
  display: block;
}
div.content.home div.block:nth-child(4) a.home-offer span{
  display: block;
  width: 100%;
  padding-left: 32px;
  box-sizing: border-box;
  background-color: #29376d;
  color: #FFF;
  height: 40px;
  line-height: 40px;
}



div.content.home div.block:nth-child(5) div.blockContent{
  border: none;
  bottom: 0px;
}
div.content.home div.block:nth-child(5) div.titleHolder,
div.content.ttc div.block:last-child div.titleHolder{
  float: left;
  width: 40%;
}
div.content.home div.block:nth-child(5) div.textHolder,
div.content.ttc div.block:last-child div.textHolder{
  float: right;
  width: 50%;
  margin-top: 20px;
}
div.content.home footer,
div.content.ttc footer{
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  color: #FFF;
}


/*      STORIES     */
a.shareButton{
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  font-size: 1.3em;
  color: #FFF;
  background-color: #0cbee8;
  margin-top: 10px;
  margin-right: 5px;
}
a.shareButton:hover{
  background-color: #f07d1a;
}

div.scoreBar{
  background-color: #0cbee8;
  color: #FFF;
  text-align: center;
}
div.scoreBar span{
  display: inline-block;
  line-height: 50px;
  height: 50px;
  vertical-align: middle;
}
div.scoreBar span:first-child{
  font-weight: 600;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 2em;
  line-height: 40px;
  padding-right: 10px;
}

div.filterHolder{
  background-color: #0cbee8;
  color: #FFF;
  margin-left: 140px;
  margin-right: 140px;
  margin-bottom: 20px;
  padding: 10px;  
}
div.filterHolder p{
  font-size: 1.4em;
  cursor: pointer;
}
div.filterHolder ul{
  float: left;
  list-style: none;
  margin: 0px;
  width: 440px;
  margin-top: 10px;
  display: none;
}
div.filterHolder ul:first-of-type{
  margin-right: 20px;
}
div.filterHolder ul li:first-child{
  font-size: 1.3em;
}

div.overviewHolder{
  padding-left: 140px;
  padding-right: 140px;
}
div.content.storyOverview div.overviewHolder{  
  margin-right: -10px;
  margin-left: -10px;      
}
div.overviewHolder div.overviewItem{
  display: block;
  width: 49%;
  float: left;
  margin-right: 2%;  
  margin-bottom: 2%;  
}
div.content.storyOverview div.overviewHolder a{
  display: inline-block;
  width: 450px;
  float: none;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  vertical-align: top;
}
div.content.offers div.overviewHolder a{
  display: block;
  float: left;
  width: 450px;
  margin-right: 20px;
  margin-bottom: 20px;
}
div.content.offers div.overviewHolder a:nth-child(2n){
  margin-right: 0px;
}
div.content.offers div.overviewHolder a:nth-child(2n+1){
  clear: both;
}

div.overviewHolder a:nth-child(2n),
div.overviewHolder div.overviewItem:nth-child(2n){
  margin-right: 0px;
}
div.overviewHolder a:nth-child(2n+1),
div.overviewHolder div.overviewItem:nth-child(2n+1){
  clear: both;
}

div.content.storyOverview div.overviewHolder a:nth-child(2n){
  margin-right: 10px;
}
div.content.storyOverview div.overviewHolder a:nth-child(2n+1){
  clear: none;
}

div.overviewHolder span.quote{
  background: none;
  height: auto;
  line-height: 1.3em;
  min-height: 56px;
  padding-right: 32px;
  -color: #505050;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  -background-color: #0cbee8;
  background-color: #f07d1a
}
div.overviewHolder span.imageHolder span.score{
  color: #FFF;
  opacity: 0.6;
  background: none;
  position: absolute;
  left: 10px;
  top: 10px;
  font-weight: 600;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 2em;
  line-height: 1em;
  width: auto;
  white-space: nowrap;
}
div.overviewHolder div.myAgent span.imageHolder span.score{
  opacity: 1;
}
div.overviewHolder span.imageHolder span.score span{
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  width: auto;
  height: auto;
  background: none;
  color: #FFF;
}
div.overviewHolder span.imageHolder span.score span.firstDigit{
  font-size: 2em;
  padding-top: 4px;
}

div.content.storyOverview div.overviewHolder a span.titleHolder,
div.content.offers div.overviewHolder a span.titleHolder{
  background-color: #29376d;
  border-color: #29376d;
}
div.content.offers div.overviewHolder a span.titleHolder{
  padding-top: 12px;
}

div.content.storyOverview div.overviewHolder a span.titleHolder span,
div.content.offers div.overviewHolder a span.titleHolder span{
  color: #FFF;
}
div.content.offers div.overviewHolder a span.titleHolder span{
  display: block;
  line-height: 1.3em;
  float: none;
}

div.content.storyOverview div.overviewHolder a span.titleHolder span.city,
div.content.offers div.overviewHolder a span.titleHolder span:nth-child(2){
  opacity: 0.5; 
}

div.content.story div.block.intro div.titleHolder,
div.content.agent div.block.intro div.titleHolder,
div.content.offer div.block.intro div.titleHolder,
div.content.offerdetail div.block.intro div.titleHolder{
  float: left;
  width: 40%;
}
div.titleHolder h3 a{
  color: #f07d1a;
}

div.content.story div.block.intro div.textHolder,
div.content.agent div.block.intro div.textHolder,
div.content.offer div.block.intro div.textHolder,
div.content.offerdetail div.block.intro div.textHolder{
  float: right;
  width: 55%;
  margin-top: 20px;
}
div.content.story div.buttonHolder,
div.content.agent div.buttonHolder,
div.content.offerdetail div.buttonHolder{
  margin-top: 250px;
  margin-bottom: 100px;
}

div.content.story div.block{
  margin-bottom: 100px;
}
div.content.story div.block img.sideImage{
  margin-top: 10px;
}
div.content.story div.block:nth-child(even) img.sideImage{
  margin-left: 40px;
}

h2.smallTitle.otherStories{
  margin-left: 140px;
}
div.content.story div.buttonHolder.otherStories,
div.content.agent div.buttonHolder.otherStories{
  margin-top: 150px;
}
div.buttonHolder.otherStories a:nth-child(3){
  margin-top: -100px;
}

div.content.offerdetail div.otherStories{
  margin-top: 140px;
  margin-bottom: 50px;
}

div.archiveBar{
  background-color: #f07d1a;
  color: #FFF;
  text-align: center;
  padding: 20px;
  margin-left: 140px;
  margin-right: 140px;
  font-weight: 700;
  margin-bottom: 40px;
}


/*      AGENTS      */
div.content.agent.overview div.crumblePath{
  margin-bottom: 15px;
}
div.mapHolder{
  margin-bottom: 15px;
}
img.mapButton{
  display: block;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

div.googleMaps{
  display: none;
  position: relative;
  margin-left: 140px;
  margin-right: 140px;
  margin-top: 20px;
  padding-top: 40%;
}
div.googleMaps>div{
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-size: cover;
  background-position: center center;      
}
div.gm-style-iw{
  width: 235px !important;
}
div.mapsInfo{
  width: 235px;
}
img.mapsImage{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
h1.mapsTitle{
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 1.4em;
  text-align: left;
}
p.mapsText{
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.2em;
  line-height: 1.4em;
  height: 135px;
  overflow: hidden;
  text-align: left;
}
p.mapsText a.moreInfoAgent{
  cursor: pointer;
  display:block;
  line-height: 30px;
  height: 30px;
  background-image: url("../images/arrow-button.png");
  background-size: 9px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-color: #de7904;
  color: #FFF;
  font-weight: 400;
  padding-left: 15px;
  margin-top: 10px;  
}
div.mapClose{
  text-align: center;
  margin-top: 15px;
  font-weight: 400;
  font-family: 'Palanquin Dark', sans-serif;
  color: #29376d;
  font-size: 1.2em;
  margin-bottom: 30px;
  text-decoration: underline;
  display: none;
  cursor: pointer;
}


div.agentSearchHolder{
  border-top: solid 2px #f0f0f0;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
div.agentSearchHolder h1{
  margin-bottom: 10px;
}
div.agentSearchHolder p{
  font-weight: 400;
  font-family: 'Palanquin Dark', sans-serif;
  color: #29376d;
  font-size: 1.5em;
  margin-bottom: 30px;
}
div.agentSearch{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
div.agentSearch input{
  display: block;
  float: left;
  width: 450px;
  border: solid 3px #29376d;
  border-right: none;
  background-color: #FFF;
  color: #29376d;
  height: 50px;
  line-height: 44px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
div.agentSearch button{
  display: block;
  float: left;
  width: 50px;
  border: solid 3px #29376d;
  border-left: none;
  background-color: #FFF;
  color: #29376d;
  height: 50px;
  line-height: 44px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 1.5em;
  margin-left: -1px;
  text-align: center;
}


div.content.agent div.overviewHolder div.overviewItem{
  width: 32%;
  margin-right: 2%;
}
div.content.agent div.overviewHolder div.overviewItem:nth-child(2n){
  margin-right: 2%;
}
div.content.agent div.overviewHolder div.overviewItem:nth-child(3n){
  margin-right: 0px;
}
div.content.agent div.overviewHolder div.overviewItem:nth-child(2n+1){
  clear: none;
}
div.content.agent div.overviewHolder div.overviewItem:nth-child(3n+1){
  clear: both;
}
div.overviewHolder.agentHolder{
  padding-left: 40px;
  padding-right: 40px;
}
div.overviewHolder.agentHolder div.overviewItem{
  width: 25%;
  margin-right: 0px;
  clear: none;
  margin-bottom: 0px;
}

div.overviewItem.pta a img{
  width: 100%;
  display: block;
}



div.content.agent div.overviewHolder div.overviewItem span.imageHolder,
div.agentHolder div.overviewItem span.imageHolder{
  padding-top: 120%;
}
span.imageHolder a.clickArea{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}


div.content.agent div.overviewHolder div.overviewItem span.imageHolder img.icon,
div.content.agent div.overviewHolder div.overviewItem span.imageHolder img.myAgentIcon,
div.agentHolder div.overviewItem span.imageHolder img.icon,
div.agentHolder div.overviewItem span.imageHolder img.myAgentIcon{
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
}
div.content.agent div.overviewHolder div.overviewItem span.imageHolder img.myAgentIcon,
div.content.agent div.overviewHolder div.overviewItem.myAgent span.imageHolder img.icon,
div.agentHolder div.overviewItem span.imageHolder img.myAgentIcon,
div.agentHolder div.overviewItem.myAgent span.imageHolder img.icon{
  display: none;
}
div.content.agent div.overviewHolder div.overviewItem.myAgent span.imageHolder img.myAgentIcon,
div.agentHolder div.overviewItem.myAgent span.imageHolder img.myAgentIcon{
  display: block;
}

div.content.agent div.overviewHolder div.overviewItem span.imageHolder span.myAgentButton,
div.content.agent div.overviewHolder div.overviewItem span.imageHolder span.myAgentLabel,
div.agentHolder div.overviewItem span.imageHolder span.myAgentButton,
div.agentHolder div.overviewItem span.imageHolder span.myAgentLabel{
  display: none;
  position: absolute;
  right: 0px;
  bottom: 20px;
  background-color: #FFF;
  font-size: 0.8em;
  padding-right: 10px;
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
div.content.agent div.overviewHolder div.overviewItem span.imageHolder span.myAgentButton,
div.agentHolder div.overviewItem span.imageHolder span.myAgentButton{
  cursor: pointer;
}
div.content.agent div.overviewHolder div.overviewItem span.imageHolder span.myAgentLabel,
div.agentHolder div.overviewItem span.imageHolder span.myAgentLabel{
  background-color: #f07600;
  color: #FFF;
  padding-right: 45px;
  background-image: url('../images/myagent-icon.png');
  background-repeat: no-repeat;
  background-position: right 5px center;
}

div.content.agent div.overviewHolder div.overviewItem span.imageHolder:hover span.myAgentButton,
div.agentHolder div.overviewItem span.imageHolder:hover span.myAgentButton{
  display: block;
}
div.content.agent div.overviewHolder div.overviewItem.myAgent span.imageHolder:hover span.myAgentButton,
div.agentHolder div.overviewItem.myAgent span.imageHolder:hover span.myAgentButton{
  display: none;
}
div.content.agent div.overviewHolder div.overviewItem.myAgent span.imageHolder span.myAgentLabel,
div.agentHolder div.overviewItem.myAgent span.imageHolder span.myAgentLabel{
  display: block;
}

div.myAgentPageButton{
  display: inline-block;
  margin-top: 20px;
  border: solid 3px #29376d;
  box-sizing: border-box;
  color: #29376d;
  height: 44px;
  line-height: 38px;
  border-radius: 22px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
div.myAgentPageButton.myAgent{
  background-color: #f07600;
  border: solid 3px #f07600;
  color: #FFF;
  padding-right: 45px;
  background-image: url('../images/myagent-icon.png');
  background-repeat: no-repeat;
  background-position: right 5px center;
  cursor: default;
}

div.overviewHolder div.myAgent a.titleHolder{
  background-color: #29376d;
  border: solid 1px #29376d;
}
div.overviewHolder div.myAgent a.titleHolder span{
  color: #FFF;
}
div.overviewHolder div.overviewItem.myAgent a.titleHolder span.city,
div.overviewHolder div.overviewItem.myAgent a.titleHolder span.city{
  color: #FFF;
  opacity: 0.5;
}


div.content.agent div.block.intro div.titleHolder div.textHolder{
  float: none;
  width: 100%;
  margin-top: 50px;
}

div.content.agent div.iconHolder{
  right: 0px;
}

div.content.agent h2.smallTitle.otherStories{
  margin-top: 80px;
}


/*      OFFERS      */
div.offerHolder{
  padding-left: 140px;
  padding-right: 140px;
  padding-bottom: 55px;
}
div.content.offer article div.offerOverview{
  padding-left: 140px;
  padding-right: 140px;
}
div.content.offer div.offerHolder{
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  width: 49%;
  margin-right: 2%;
}
div.content.offer div.offerHolder:nth-child(2n){
  margin-right: 0px;
}
div.offerHolder a{
  display: block;
  background-color: #29376d;
  color: #FFF;
}
div.offerHolder a span.offerHead{
  display: block;
  padding: 75px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 2.75em;
  line-height: 1em;
  box-sizing: border-box;
  text-align: center;
}
div.content.offer div.offerHolder a span.offerHead{
  font-size: 1.5em;
  padding: 30px;
  padding-bottom: 20px;
}
div.offerHolder a span.offerImage{
  display: block;
  height: 0px;
  padding-top: 40%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.offerHolder a span.offerLeft{
  display: block;
  width: 35%;
  float: left;
  background-color: #f07d1a;
  padding: 40px;
  padding-top: 25px;
  box-sizing: border-box;
  font-weight: 600;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 2.75em;
  line-height: 50px;
  text-align: right;
}
div.content.offer div.offerHolder a span.offerLeft{
  font-size: 1.3em;
  line-height: 40px;
  padding: 20px;
  padding-top: 15px;
}

/*
div.offerHolder a span.offerRight{
  display: block;
  width: 65%;
  font-weight: 700;
  font-size: 1.35em;
  line-height: 50px;
  float: right;
  padding-right: 75px;
  padding-top: 30px;
  padding-left: 40px;
  padding-bottom: 35px;
  box-sizing: border-box;
  background-color: #0cbee8
}
*/

div.offerHolder a span.offerRight{
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1em;
  line-height: 50px;
  float: none;
  padding-right: 30px;
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background-color: #0cbee8
}
/*
div.content.offer div.offerHolder a span.offerRight{
  font-size: 0.65em;
  padding: 20px;
  line-height: 40px;
  padding-top: 15px;
}
*/

div.content.offer div.contactForm{
  margin-top: 40px;
}


/*      TTC     */
div.content.ttc div.contactForm{
  margin-top: -220px;
  margin-left: 140px;
  margin-right: 140px;
  margin-bottom: 40px;
}
div.content.ttc div.contactForm img.ttcPic{
  position: absolute;
  top: -460px;
  right: 160px;
}
div.content.ttc div.contactForm h1,
div.content.ttc div.contactForm h2{
  color: #FFF;
}
div.content.ttc div.contactForm h2{
  margin-bottom: 20px;
}
div.content.ttc div.contactForm p{
  opacity: 0.5;
  font-weight: 400;
  margin: 0px;
  font-size: 1.1em;
  line-height: 1.2em;
}
div.content.ttc div.contactForm p.time{
  color: #f07d1a;
  opacity: 1;
}
div.content.ttc div.contactForm a.phoneButton{
  display: block;
  background: #f07d1a;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  height: 50px;
  line-height: 44px;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  cursor: pointer;
  border: solid 3px #FFF;
  border-radius: 25px;
  margin-top: 10px;
  text-align: center;
}
div.content.ttc div.contactForm a.phoneButton span.fa{
  font-size: 1.5em;
  padding-right: 10px;
}
div.content.ttc div.contactForm a.phoneButton span{
  vertical-align: middle;
}

div.content.ttc div.contactForm div.formCol{
  width: 60%;
}
div.content.ttc div.contactForm div.formCol.last{
  width: 38%;
}
div.content.ttc div.contactForm input.submitButton{
  float: right;
} 

/*      SEARCH      */
div.content.search article{
  width: 100%;
}
a.search{
  position: relative;
  display: block;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 190px;
}
a.search span.imageHolder{
  display: block;
  width: 190px;
  height: 190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
}
a.search span.title{
  display: block;
  font-weight: 700;
  padding-left: 220px; 
}
a.search span.text{
  display: block; 
  padding-left: 220px;
}
a.search.noImage span.title, a.search.noImage span.text{
  padding-left: 0px;
}
a.search span.text span.more{
  color: #f07d1a;
  text-transform: uppercase;
}


/*      CONTACT     */
div.contactForm{
  background-color: #29376d;
  padding: 60px;
}
div.contactForm p{
  color: #FFF;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
}
div.formHolder{
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
div.formCol{
  width: 49%;
  float: left;
}
div.formCol.last{
  margin-left: 2%;
}

input.inputText, select.inputSelect{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  color: #5b5c5a;
  height: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  line-height: 37px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 25px;
  border: none;
}
select.inputSelect{
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url("../images/arrow-black-down.svg");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select.inputSelect{
    padding-right: 10px;
    background: none;
    background-color: #FFF;
  }
}

input.inputText:nth-child(2n){
  margin-right: 0px;
}

input.inputText.inputGPS{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0px;
  width: 90px;
  margin-left: 5px;
  margin-bottom: 0px;
  border-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
}

div.areaHolder{
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  margin-bottom: 10px;
  background-color: #FFF;
}
textarea.inputArea{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  color: #5b5c5a;
  height: 120px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error, div.areaHolder.error, div.areaHolder.error textarea.inputArea{
  background-color: #f07d1a;
  color: #FFF;
}

input.submitButton, label.submitButton{
  display: block;
  background: none;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  height: 50px;
  line-height: 44px;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  cursor: pointer;
  border: solid 3px #FFF;
  border-radius: 25px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5b5c5a;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5b5c5a;
  opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #5b5c5a;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5b5c5a;
}

.inputText.search::-webkit-input-placeholder,
.error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.inputText.search::-moz-placeholder,
.error::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
  opacity: 1 !important;
}
.inputText.search:-ms-input-placeholder,
.error:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.inputText.search:-moz-placeholder,
.error:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

.error textarea.inputArea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.error textarea.inputArea::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
  opacity: 1 !important;
}
.error textarea.inputArea:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.error textarea.inputArea:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

div.checkBoxHolder{
  margin-bottom: 10px;
  color: #FFF;
  font-weight: 400;
}
div.checkBoxHolder input{
  display: none;
}
div.checkBoxHolder span.title{
  display: inline-block;
  line-height: 40px;
  padding-right: 20px;
}

div.checkBoxHolder div.checkBox{
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding-right: 20px;
  cursor: pointer;
}
div.checkBoxHolder.error{
  color: #f07d1a;
}
div.checkBoxHolder div.checkBox div.box{
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #FFF;
  text-align: center;
  line-height: 20px;
  position: absolute;
}
div.checkBoxHolder div.checkBox div.box span{
  color: #264095;
  padding-left: 0px;
  display: none;
}
div.checkBoxHolder div.checkBox div.box span.active{
  display: inline;
}
div.checkBoxHolder div.checkBox span{
  padding-left: 28px;
  display: inline-block;
}
div.checkBoxHolder div.checkBox span a{
  margin-top: 0px !important;
  width: auto !important;
  display: inline !important;
  float: none !important;
}


/*      FOOTER      */
a.agentSphere{
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 11;
}
a.agentSphere div{
  border-radius: 50px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  z-index: 100;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

a.agentSphere img{
  display: block;
  width: 100%;
}
a.agentSphere span{
  position: absolute;
  left: -1px;
  top: -1px;
  background-color: #f07d1a;
  color: #FFF;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 13px;
}

footer{
  color: #848484;
}

footer nav{
  padding-top: 45px;
  padding-bottom: 45px;
  width: 100%;
  text-align: center;
}
footer nav a,
footer nav img{
  display: inline-block;
  padding-left: 8px;
  padding-right: 6px;
  vertical-align: middle;
}
footer nav img{
  padding-left: 50px;
}
footer nav a span.fa{
  padding-right: 16px;
  font-size: 6px;
  vertical-align: middle;
}
footer nav a:first-child span.fa{
  display: none;
}

/*    COOKIEBAR   */
div.cookieBar{
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #dcdcdc;
  padding-top: 30px;
  padding-bottom: 50px;
  color: #000;
  z-index: 10;
}
div.cookieBar div.agreeCookies,
div.cookieBar a{
  background-color: #f07d1a;
  color: #FFF;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  line-height: 40px;
  min-width: 240px;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  font-size: 0.9em;
  cursor: pointer;
}
div.cookieBar a{
  background: none;
  top: 40px;
  text-decoration: underline;
  color: #29376d;
}


div.storySearchHolder{
  background-color: #0cbee8;
  color: #FFF;

  margin-left: 140px;
  margin-right: 140px;
  margin-bottom: 20px;
  padding: 10px;  
}
div.storySearchHolder p{
  font-size: 1.4em;
}
div.storySearch{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
div.storySearch input{
  display: block;
  float: left;
  width: 500px;
  border-right: none;
  background-color: #FFF;
  color: #000;
  height: 50px;
  line-height: 44px;
}

div.myNwslHolder {
  display: block;
  margin: auto;
  max-width: 700px;
  border: 2px solid #efefef;
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 0px;
  margin-top: 40px;
  margin-bottom: -20px;
}

p.ctsubtext a {
font-weight: bold;
color: #FFF;
}
div.traveltrustit-widget {
margin: auto;
width: 320px;
position: relative;
top: 60px;
}
.tti-wdgt-hldr {
height: 120px;
}
.tti-wdgt-hldr div.traveltrustit-widget {
width: 540px;
}
#cookiefirst-policy-page p {
margin-top: 8px;
}
#cookiefirst-policy-page div h3, 
#cookiefirst-policy-page div h2,
#cookiefirst-policy-page div table {
margin-top: 20px;
}

